Trick for use separate properties via edit map config string

Get some cool tips about how to tweak your UT graphic, gameplay, and much more!
Post Reply
Buggie
Godlike
Posts: 2743
Joined: Sat Mar 21, 2020 5:32 am

Trick for use separate properties via edit map config string

Post by Buggie »

If you need setup some settings like -INI= or -USERINI= but hoster allow only set option to map like
DM-Deck16][?Game=PoopyMatchPlus?Mutators=InstantDeath

You can use next trick:
DM-Deck16][?Game=PoopyMatchPlus?Mutators=InstantDeath?-INI=UT.ini,?-USERINI=MyUser.ini,
?- before term and , (comma) - after.

This enough for pass parameters to engine.

In fact, last comma not necessary, since there usually come space, which too fit for end string as delimiter.
Post Reply