Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: the coon on August 13, 2011, 03:39:28 AM

Title: Ran into a problem
Post by: the coon on August 13, 2011, 03:39:28 AM
So I have a garrys mod dedicated server, and I have ulx svn on it. For some reason in the ulx menu this tabs settings always gets reset and goes back to default every time i reset my server. Is there a way to put the settings as I want them and save it so they stay there? Even on server restart? Please help
Title: Re: Ran into a problem
Post by: Megiddo on August 13, 2011, 07:32:49 AM
If you want to change the default settings, you need to add it to one of the various config files. (server.cfg, the ulx config, etc)
Title: Re: Ran into a problem
Post by: the coon on August 13, 2011, 10:32:12 AM
I took alook at the ulx config and I didn't see anything to do with my problem, Maybe I just missed. I'm new to having a server and using the ulx admin mod. So if you could bare with me that would be very helpful. Thanks
Title: Re: Ran into a problem
Post by: Aaron113 on August 13, 2011, 10:53:56 AM
cfg/config.cfg

Add what ever you want in the file like so...

Code: [Select]
sbox_noclip "0"
sbox_godmode "1"
sbox_plpldamage "1"
sbox_maxprops "100"
sbox_maxragdolls "2"
sbox_maxvehicles "3"
sbox_maxeffects "50"
sbox_maxballoons "20"
sbox_maxnpcs "0"
sbox_maxsents "512"
sbox_maxdynamite "10"
sbox_maxlamps "5"
sbox_maxlights "5"
sbox_maxwheels "50"

Should work.
Title: Re: Ran into a problem
Post by: JamminR on August 13, 2011, 03:57:17 PM
By the way, cfg/config.cfg has nothing to do with ULX.
It's like, server 101... every server admin should know it before ever using an admin mod, no matter which one.
Know basic server administration. Admin mods are only to make it easier to use the basics that you should already know.
http://wiki.garrysmod.com/?title=Admin (http://wiki.garrysmod.com/?title=Admin) - reasonable place to start.