NiHoel / Anno1800UXEnhancer

Bundle of utility programs to ease playing Anno 1800
Apache License 2.0
58 stars 2 forks source link

little mistake in your readme.md deletes settings #4

Closed EvaBronson closed 4 years ago

EvaBronson commented 4 years ago

for the max reroll costs you are missing the "quotation marks" in your readme. just copying the code deleted my item list a few times before i noticed. its quite a good feature and i guess most people wont get it working ;)

{ "settings": { "maxRerollCosts": "1000000" // over here "language": "english" }, ... }

NiHoel commented 4 years ago

Thanks for the remark, the comma was missing.

EvaBronson commented 4 years ago

na, its still wrong^^

the 1000000 has to be inside " " without quotation marks it will just recreate a clean config.

NiHoel commented 4 years ago

For me it works fine, with or without quotation marks. Are you sure that you didn't produce other syntax errors?

Pharamond commented 4 years ago

I can confirm this. this Works:

{ "settings": { "language": "german", "maxRerollCosts": "250000" },

Have a Nice Day And Thx for your Great Job