Page 1 of 1

Recipe Difficulty for Dedicated doesn't work

Posted: Wed Apr 26, 2017 3:59 am
by Digital-Storm
Settings for Recipe and Technology difficulty on Dedicated server don't do anything. Generating a new map using the following variables didn't work and resulting in default normal difficulty values.

"recipe_difficulty": 1,
"recipe_difficulty": 2,
"recipe_difficulty": 0,
"recipe_difficulty":
"recipe_difficulty": "defines.difficulty_settings.recipe_difficulty.expensive",

"technology_difficulty": 0,
"technology_difficulty": 1,
"technology_difficulty": 2,
"technology_difficulty": "defines.difficulty_settings.technology_difficulty.expensive",

What is the proper format for these? The example config just says "1" for the values of each. The Lua says defines... string.

Re: Recipe Difficulty for Dedicated doesn't work

Posted: Wed Apr 26, 2017 4:13 am
by Rseding91
"normal" or "expensive".

Re: Recipe Difficulty for Dedicated doesn't work

Posted: Wed Apr 26, 2017 4:50 am
by Digital-Storm
Didn't work, Burner Mining Drill still only costs 5 Stone and 9 Plates, when in Expensive mode, it should cost 10 Stone, and 30 Plates.

Re: Recipe Difficulty for Dedicated doesn't work

Posted: Wed Apr 26, 2017 4:59 am
by Rseding91
Digital-Storm wrote:Didn't work, Burner Mining Drill still only costs 5 Stone and 9 Plates, when in Expensive mode, it should cost 10 Stone, and 30 Plates.
Ah you're doing it through the json file? In that it's looking for 0 or 1 so something like:

"recipe_difficulty" : 0