Xonotic Forums
[NEED HELP] Changing Config Location by starting Argument - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16)
+--- Thread: [NEED HELP] Changing Config Location by starting Argument (/showthread.php?tid=9911)



Changing Config Location by starting Argument - Gamienator - 08-23-2024

Hey everyone,

in preperation to add Xonotic to LinuxGSM I noticed that the config location has to be changed. Is it possible to change that by an starting argument like:

Code:
./xonotic-linux64-dedicated -config /home/test/test



RE: Changing Config Location by starting Argument - SpiKe - 08-23-2024

Hello,

The argument you're looking for is -userdir:

Code:
./xonotic-linux64-dedicated -userdir /home/test/test