• Print

Author Topic: ULX Help  (Read 4688 times)

0 Members and 1 Guest are viewing this topic.

ijakings

  • Guest
ULX Help
« on: June 08, 2007, 02:22:29 pm »
Sorry if this has been answered before somewhere but I'm a bit of a noob to running a Gmod server.

I just downloaded ULX and have it installed and working we me as the superadmin. Now I want to get it running Nicely.

On a server i regularly visit 194.50.80.86:27015 The scrapheap server, they have the Usergroup you are in down the Middle, with VIP, Superadmin, admin and user. How to I get this functionality?

Also, how do I add more usergroups? I want VIP in addition to the current Admin And Superadmin levels.

How do I get a Superadmin and admins name to be in a different colour. For example, Superadmin in Blue and Admin in Red or something?

And how do i specify an HTML motd file?

Once again I'm sorry if these have been answered before but I'm just stumped by the whole thing.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX Help
« Reply #1 on: June 08, 2007, 04:35:27 pm »
For many of the color/chat settings you want, see Spbogie's Ulib module called UTeams in our releases forum.
/index.php/topic,663.0.html


For the scoreboard color per level changes, see Suicidal_B's scoreboard (which spbogie is helping with latest version) from the FacePunch Forums Lua Releases section.
Though new version hasn't been released yet, keep an eye both in our Releases section, and http://forums.facepunchstudios.com/showthread.php?t=275798&highlight=scoreboard

Re HTML. The motd always uses a .TXT extention, but, you can place the information inside the file as standard html.
Code: Text
  1. <html>
  2. <title> HTML</title>
  3. <body>
  4. <h1> This is very basic html<h1>
  5. </body>
  6. </html>
  7.  
That in motd.txt would show html.
Your server variable "motdfile" is what ULX reads and displays. You could change it to <anything>.txt.
« Last Edit: June 08, 2007, 04:41:53 pm by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

ijakings

  • Guest
Re: ULX Help
« Reply #2 on: June 09, 2007, 10:51:59 am »
Thanks ive got that all done now.

I dont know if this is a Life Support problem or a ULX Problem. When trying to spawn alot of life support stuff I keep getting a max life support objects problem.

Is this a limit set by ULX or Life Support itself?

Also (sorry about posting this here but i forgot a ' in don't and now cant post over in facepunch) if it IS a life support problem how do i change it?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULX Help
« Reply #3 on: June 09, 2007, 11:49:54 am »
That's a life support thing. We don't offer support for other mods, sorry.
Experiencing God's grace one day at a time.

  • Print