Recipe Difficulty for Dedicated doesn't work
Posted: Wed Apr 26, 2017 3:59 am
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.
"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.