10x Harder

by withers

Makes the game 10x harder and more.

Tweaks
6 years ago
0.14 - 0.15
9

i gun turrets

7 years ago

Hey!

is there any way to not updating a specific recipe?
I've been trying to do so for the gun-turret (0.15 like research and military science pack) but without any success.
I skipped the defensive-structure in scan_all or catching the recipe by name in the scan function and it seems working according to my logs but the recipe remains tweaked.

Appreciated.

7 years ago

If you add defensive-structure to the HarderA.do_not_touch_list in functions.lua then it should skip all the vanilla turrets. If you're using a mod that adds turrets then you'll need the subgroup for those turrets.

Keep in mind that recipes are baked into any save games, so if you change the recipe you also have to enter this into the console to overwrite the recipes in any previous save.

/c game.player.force.reset_recipes()

7 years ago

Sorry for the late reply.
The do not touch was actually working, I couldn't get it work due to the savegame... my bad. Thank.

New response