Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Exotic on July 30, 2013, 04:42:19 AM
-
Hey guys i'm new to this and when I go onto my DarkRP server and edit some settings in ulx such as un-enable god mode and stuff like that. When i'm done I restart the server and all the settings are back to default. That's it thanks for reading please let me know what you think and if you have an answer i'm willing to try it.
-
Do you have the release or the SVN version of ULX? The release has some issues due to Garry messing up something in his file writing system. The latest version of ULX (The SVN version) has a fix for this.
-
I think I have the normal ULX that installs without SVN, but I can try SVN, if you tell me what to do. (It also says that the settings don't save if the server restarts at the bottom left, when i'm editing it.
-
There are only about a thousand threads.. some of which are stickies on how to get the SVN version. Take a look around.
-
The GMod settings are NOT saved by ULX. Only ULX settings are saved by ULX.
-
I edit the settings that are in ulx.
-
BUMP, sorry guys the SVN version did not work, it is still not saving.
-
Like Megiddo said. GMod settings (which includes godmode) do not save in the ULX settings. Only things such as display MOTD and welcome message (ULX settings) save.
If you want to set GMod settings, you will need to add the convars to your server.cfg file.
Here are the convars for godmode and player damage..
sbox_godmode 0
sbox_playershurtplayers 1
Adding those 2 lines to your server.cfg would make serverwide godmode off and allow players to kill each other.
-
what about the max settings for turrets and signs ?
-
Those are still gmod settings, not ULX settings.
-
Anything that starts with:
gm_
sbox_
g_
is a garry's mod setting and will need to be added using the server.cfg method.
-
ULX has no capability to edit server.cfg, so, we don't try, or try to override it with our own settings.
We simply allow a quick edit while server is running.
-
what if the server you turn the server on then go. then the god mode is still on.
-
Have you not been reading our replies?
You need to edit your server.cfg file. This file is in: garrysmod/config
You will need to add the settings to that file for having global godmode off and other standard things you wish to set at the time the server starts.
If you use ULX (XGUI) to edit any of these settings, they WILL NOT save and will be reset to the default when the server restarts.
-
I've been having this problem too, but I added the convars to my server.cfg along with sbox_noclip 0 and it worked like a charm! But, I still can't save the limits, such as emitters, vehicles, etc., so I was wondering if anyone knew what the commands for the server.cfg were to save the limits?