Author Topic: You're playing on [SERVER NAME], enjoy your stay!  (Read 16738 times)

0 Members and 1 Guest are viewing this topic.

Offline Blue Haze

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
You're playing on [SERVER NAME], enjoy your stay!
« on: May 14, 2011, 03:21:25 PM »
How do I turn this off?

You see, I record videos, and this has been in them multiple times and I'm getting fed up with it. If there is a command to remove this feature, or something I can edit in the files, please tell me. Thank you for your time.

(Sorry if I posted in the wrong subforum, I just registered)

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: You're playing on [SERVER NAME], enjoy your stay!
« Reply #1 on: May 14, 2011, 03:47:56 PM »
Hi, welcome, and you've posted in the right place.
Use XGUI menus to disable ads, or see your gmod/data/ulx/ folder for the various config files done manually.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Blue Haze

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: You're playing on [SERVER NAME], enjoy your stay!
« Reply #2 on: May 14, 2011, 05:02:00 PM »
Hi, welcome, and you've posted in the right place.
Use XGUI menus to disable ads, or see your gmod/data/ulx/ folder for the various config files done manually.

Thank you, I appreciate the help.

EDIT: XGUI isn't working, I have a feeling I installed it wrong, but where would this message be inside the ULX folder..?
« Last Edit: May 14, 2011, 05:26:07 PM by Blue Haze »

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: You're playing on [SERVER NAME], enjoy your stay!
« Reply #3 on: May 14, 2011, 05:56:17 PM »
<gmod root>/data/ulx/adverts.txt

Just delete all the text without a ";" in front of it.

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: You're playing on [SERVER NAME], enjoy your stay!
« Reply #4 on: May 14, 2011, 06:44:58 PM »

EDIT: XGUI isn't working, I have a feeling I installed it wrong, but where would this message be inside the ULX folder..?

If possible, do you see any errors during startup or any lua errors? I myself would like to know why XGUI isn't working for you  ;)
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline Blue Haze

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: You're playing on [SERVER NAME], enjoy your stay!
« Reply #5 on: May 29, 2011, 05:21:23 AM »
I just checked, and there's no adverts file...

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: You're playing on [SERVER NAME], enjoy your stay!
« Reply #6 on: May 29, 2011, 07:44:53 AM »
You are looking in your server folders, right? Not your game client.
If so, then you've either;
1) installed ULX wrong
2) aren't running the latest version (where did you download ULib and ULX from??)
3) have something extremely wrong with your server folders that the files aren't getting created.

After your server starts up, and ULX runs properly, the files that get created in your server's <gmod>/data/ulx folder should be like the following (Where <gmod> is your root gmod server path folder.
Code: [Select]
<gmod>/data/ulx/adverts.txt
<gmod>/data/ulx/banreasons.txt
<gmod>/data/ulx/config.txt
<gmod>/data/ulx/downloads.txt
<gmod>/data/ulx/gimps.txt
<gmod>/data/ulx/votemaps.txt

Make sure you have latest versions.
ULib, and ULX- Can get latest release version from our website (www.ulyssesmod.net) or latest beta code through SVN

When installed properly, they go in your server's addons folder like
<gmod>/addons/ulib
<gmod>/addons/ulx
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming