Page 1 of 1

Return carrier in the comment section of a config file

Posted: 17 Sep 2013, 13:00
by ahz
Hi all,

I'd like to know if there is a way (other than using spaces) to return the carrier (create a new line) in the <comment> section of a server config file.

I'm talking about the config file located in .../UserData/Config and named something like : CFG_Obstacle.txt.
Within that file, there is a section like that :

Code: Select all

		<name>The Name of my Server</name>
		<comment>here is where I'd like to add a return carrier/new line for the text to look good in the server description section of the game</comment>

any idea ???

PS : I've tried to add the xml "{newline}" thingy, with no luck


thanks in advance

Re: Return carrier in the comment section of a config file

Posted: 17 Sep 2013, 13:09
by Jojo_44
Just press enter after first line in your editor.

regards, Jojo

Re: Return carrier in the comment section of a config file

Posted: 17 Sep 2013, 14:07
by ahz
euh ... I feel kinda ... stupid ...
why, in the name of God, Boodah and Mahomet, didn't it worked when I tried ??? now it does ....

well, thanks for the help and sorry to bother you with a dumb question then

cya

Re: Return carrier in the comment section of a config file

Posted: 03 Jan 2014, 08:42
by Megasporwic
Don't feel bad..I just had the same dumb question. :)

Re: Return carrier in the comment section of a config file

Posted: 03 Jan 2014, 12:46
by TMarc
which editor did you use?
Probably a issue of <CR><LF> vs. <CR>?
With Notepad++ you can check this ;)