How to set master password for a player automatically? - 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: How to set master password for a player automatically? (/showthread.php?tid=4482) |
How to set master password for a player automatically? - darkzun - 09-24-2013 I'm totally new in the Xonotic world. Is there a way to set master password for my player automagic? I host a server, and want me to be master everytime I play? Should it be done in autoexec.cfg? RE: How to set master password for a player automatically? - Mr. Bougo - 09-24-2013 You can make an alias to login more easily: Code: alias logmein vmaster MyPassword But storing unprotected passwords in a plaintext file is a bad idea. EDIT: As for automatic master, nope. There is no such thing. RE: How to set master password for a player automatically? - darkzun - 09-25-2013 Ok, thank you for clarifying. Hey..what.."MyPassword is your password" scary! RE: How to set master password for a player automatically? - Mr. Bougo - 09-25-2013 I hope your password wasn't MyPassword! If so, sorry for divulging it :o |