Recipe Difficulty for Dedicated doesn't work

Bugs that are actually features.
Post Reply
Digital-Storm
Burner Inserter
Burner Inserter
Posts: 5
Joined: Wed Apr 26, 2017 3:56 am
Contact:

Recipe Difficulty for Dedicated doesn't work

Post 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.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13209
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Recipe Difficulty for Dedicated doesn't work

Post by Rseding91 »

"normal" or "expensive".
If you want to get ahold of me I'm almost always on Discord.

Digital-Storm
Burner Inserter
Burner Inserter
Posts: 5
Joined: Wed Apr 26, 2017 3:56 am
Contact:

Re: Recipe Difficulty for Dedicated doesn't work

Post 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.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13209
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Recipe Difficulty for Dedicated doesn't work

Post 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
If you want to get ahold of me I'm almost always on Discord.

Post Reply

Return to “Not a bug”