Author Topic: Ran into a problem  (Read 1975 times)

0 Members and 1 Guest are viewing this topic.

Offline the coon

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Ran into a problem
« 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
« Last Edit: August 13, 2011, 03:44:38 AM by the coon »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Ran into a problem
« Reply #1 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)
Experiencing God's grace one day at a time.

Offline the coon

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Ran into a problem
« Reply #2 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

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: Ran into a problem
« Reply #3 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.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Ran into a problem
« Reply #4 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 - reasonable place to start.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming