Log in

View Full Version : getting the #summary to show right


Adept
December 16th, 2010, 12:16 PM
How does one get the nation summary to show properly?

It's supposed to go

Race:
Military:
Magic:
Priests:

but I can't figure out how to do line breaks, so it ends up just one block of text.

Help?

PS. Independent Kingdom mod is now 99% done. Hopefully it will be out in a few hours once I find out how to do this.

Stavis_L
December 16th, 2010, 06:08 PM
Use Unix style line endings (LF only) vs. Windows/DOS style (CR + LF). Two LF characters = 1 line break in the game display.

You might need an alternative editor for that; I suggest Notepad++ (http://notepad-plus-plus.org/download).

Adept
December 30th, 2010, 08:58 AM
This worked perfectly. Thanks a lot :)