0.15 Savefile editing - Adjusting Difficulty setting

Post all other topics which do not belong to any other category.
Post Reply
malfunctionm1ke
Burner Inserter
Burner Inserter
Posts: 16
Joined: Sat Nov 12, 2016 2:04 pm
Contact:

0.15 Savefile editing - Adjusting Difficulty setting

Post by malfunctionm1ke »

Greetings Users,

I am currently in the 0.15 Open Beta and started a Game with the preset railworld.
I did notice that Biters wont expand into previously cleared territory anymore this way, but I am a bit bored as they pretty much avoid my base now.

Is it possible to change that to the standard-setting in the savefile?
I didnt find any option to change it back in the game itself.

Thanks!

Nexela
Smart Inserter
Smart Inserter
Posts: 1828
Joined: Wed May 25, 2016 11:09 am
Contact:

Re: 0.15 Savefile editing - Adjusting Difficulty setting

Post by Nexela »

You could run a command.. I am not sure if this will be the change you need though as I am not sure what all railworld changes

/c game.map_settings.enemy_expansion.enabled = true
/c game.map_settings.enemy_expansion.max_expansion_distance = 7

Kane
Filter Inserter
Filter Inserter
Posts: 666
Joined: Fri Sep 05, 2014 7:34 pm
Contact:

Re: 0.15 Savefile editing - Adjusting Difficulty setting

Post by Kane »

Nexela wrote:You could run a command.. I am not sure if this will be the change you need though as I am not sure what all railworld changes

/c game.map_settings.enemy_expansion.enabled = true
/c game.map_settings.enemy_expansion.max_expansion_distance = 7
Just the first is needed. It just literally turns it off

Code: Select all

      advanced_settings =
      {
        enemy_evolution =
        {
          time_factor = 0.000002
        },
        enemy_expansion =
        {
         enabled = false
        }
      }
    }
And cuts the time in half.

User avatar
BLuehasia
Long Handed Inserter
Long Handed Inserter
Posts: 80
Joined: Tue Dec 30, 2014 2:13 am
Contact:

Re: 0.15 Savefile editing - Adjusting Difficulty setting

Post by BLuehasia »

but will this disable achemeivents? i to am getting a bit bored now that the biters are back a bit, any time i enter lua commands a thing will say achievements now disabled

User avatar
Optera
Smart Inserter
Smart Inserter
Posts: 2916
Joined: Sat Jun 11, 2016 6:41 am
Contact:

Re: 0.15 Savefile editing - Adjusting Difficulty setting

Post by Optera »

you can install creative mode, change those settings and remove creative mode again.

Post Reply

Return to “General discussion”