Jump to content

Sign in to follow this  
duxck

How do the ini files propegate?

Recommended Posts

I've been trying to figure out how the ini settings propegate.
Like, BaseGame.ini -> DefaultGame.ini -> Game.ini 

If I have: 

DefaultGame.ini
bSettingFooBaar=ValueX 
Game.ini (Saved\Config\WindowsServer\) 
bSettingFooBaar=ValueY 
Game.ini (Saved\GridXY\Config\WindowsServer\)  
bSettingFooBaar=ValueZ

Which would override which? 
And if you have additional settings that aren't added to all game.ini will they still be exectued? Like this:

DefaultGame.ini
bSettingFooBaar=ValueX
FooBar=bool
Game.ini (Saved\Config\WindowsServer\) 
bSettingFooBaar=ValueY 
Game.ini (Saved\GridXY\Config\WindowsServer\)  
bSettingFooBaar=ValueZ
BarFoo=1.0

Would the Game.ini that GridXY uses look like this?

Game.ini (Saved\GridXY\Config\WindowsServer\)  
bSettingFooBaar=ValueZ
BarFoo=1.0
FooBar=bool


And as far as I can tell, the ShooterGame\Saved\  is generated from the ServerGrid.json. So if all settings that I would like to be server specific either should be overridden through the ServerGrid.json or completely ignored in the json and only edit the ini-files manually?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...