PDA

View Full Version : ini ignore-prefix



legacy-Nexxxus
08-29-2003, 01:46 AM
in my UT2003.ini file I have many serverpackages that I would like the server to temporarily ignore. Instead of deleting the line and re-adding it later - is there a symbol that I can use to cause the program to ignore it?

something equivilent to "REM" in basic...for example.....

ServerPackages=Server-Loads-This
ServerPackages=Server-Loads-This
ServerPackages=Server-Loads-This
REM.ServerPackages=Server-Skips-This
ServerPackages=Server-Loads-This


TIA

legacy-JuGGS
08-29-2003, 02:51 AM
i think entering ; will tell the server to ignore the line. Not 100% on that though.

elmuerte
08-29-2003, 03:21 AM
you can enter whatever you want in front of a line to have it ignored

legacy-Nihlist
09-12-2003, 11:11 PM
//

Wormbo
09-13-2003, 06:33 AM
Anything that doesn't match a configurable variable in the specified class will be ignored. You could prefix it with ; or // or REM or even write ServerIgnorePackages=...