Verified:

UgolinoII Game profile

Member
EE Patron
1204

May 9th 2024, 14:56:52

If I check server details https://www.earthempires.com/ai/serverdetails I can find:

Time on Market: Unsold goods stay on the market for 3 hours.

For most (all?) the other values on this page I can find a corresponding value in the Rules Class:

{
"RULES": {
"maxturns": "1900",
"maxstore": "360",
"is_clan_server": 1,
"is_oil_on_pm": false,
"base_pm_food_sell_price": 32,
"max_time_to_market": 1080,
"max_possible_market_sell": 45,
"market_autobuy_tech_price": 900,
"custom_market_times_allowed": false,
"min_seconds_for_custom_market_time": 0,
"max_seconds_for_custom_market_time": 0,
"change_set": 22,
"ingame_def_allies_allowed": true,
"ingame_off_allies_allowed": true,
"ingame_res_allies_allowed": true,
"ingame_spy_allies_allowed": true,
"ingame_trade_allies_allowed": true
}
}


I am wondering if there should be a "max_time_on_market": 10800

Edited By: Slagpit on May 14th 2024, 2:38:53
See Original Post

Slagpit Game profile

Administrator
Game Development
4780

May 10th 2024, 3:58:41

I don't mind adding that but it'll be low priority I think I only added missing things as I personally needed them.

UgolinoII Game profile

Member
EE Patron
1204

May 10th 2024, 12:55:16

Yeah no worries its not urgent, just if it was an easy thing and you were at a loose end ;)

Slagpit Game profile

Administrator
Game Development
4780

May 14th 2024, 2:38:39

This should be addressed. You got lucky!

UgolinoII Game profile

Member
EE Patron
1204

May 14th 2024, 21:48:14

yay! thanks <3

although...

["max_time_on_market"]=>int(0)

Slagpit Game profile

Administrator
Game Development
4780

May 14th 2024, 21:58:46

First you complain that it's missing then you demand that it not always be 0! You people are so demanding.

Should be fixed now?

UgolinoII Game profile

Member
EE Patron
1204

May 14th 2024, 23:25:29

heheh. damn needy users :)

10800 confirmed!

thanks!