the Sim Settlements forums!

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Question Is it possible to comment out lines in Cration Engine .ini files? e.g. if I want to temporarily disable something?

Gard

New Member
Messages
15
Is it possible to comment out lines in Cration Engine .ini files? e.g. if I want to temporarily disable something?
;; Something like this?
 
Is it possible to comment out lines in Cration Engine .ini files? e.g. if I want to temporarily disable something?
;; Something like this?
I can't remember the symbol for comment, but I can tell you it is the same as the the game ini files. I want to say a single ; is for a comment line, but I'm not 100% sure. Its been a long time since I have edited the inis.
 
msalaba is right, here is a section from my Creation KitCustom .ini:

Code:
[General]
bAllowMultipleMasterLoads=1

;[Grass]
;bAllowCreateGrass=1
;bAllowLoadGrass=0

diziet
 
Top