Author Topic: MOTD doesnt show  (Read 3161 times)

0 Members and 1 Guest are viewing this topic.

Langston

  • Guest
MOTD doesnt show
« on: March 25, 2008, 11:00:22 PM »
I had given up trying to fix the problem, but without fixing it, it has caused more problems. I need to know how to get it to work. I have edited the motd.txt with html to my likings. I just cannot get it to pop up when you enter the game. I go to the Admin Menu and press the motd button and still nothing pops up. Why is this?

Langston

  • Guest
Re: MOTD doesnt show
« Reply #1 on: March 25, 2008, 11:07:02 PM »
Okay I found out that I need to update ulx via SVN. I have tortoise SVN. How do I go about updating it with my SVN program? What is the URL I need to put in it and password if there is one.

Langston

  • Guest
Re: MOTD doesnt show
« Reply #2 on: March 25, 2008, 11:19:27 PM »
Sorry nevermind I fixed the problem. I am just retarded and don't read before I start asking for help.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: MOTD doesnt show
« Reply #3 on: March 26, 2008, 05:37:26 PM »
Thank you for the smile your post gave me Langston.
If only our other visitors were as diligent. :)
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Shadow

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: MOTD doesnt show
« Reply #4 on: March 28, 2008, 07:40:42 PM »
I have the same problem. I would appreciate if someone could tell me what causes the problem, since I hate using SVN.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: MOTD doesnt show
« Reply #5 on: March 28, 2008, 08:20:07 PM »
I'm lazy, so I'll post my answer made from the Beast Build community forums when a member asked the same.
<clip>
If you're using 3.30 release, we released that right after Garry updated Gmod.
Garry left out a Source console variable named motdfile from the update.
We managed to release without noticing this.

If you're using official 3.30,
Next time you're on your server console, try typing
Code: [Select]
lua_run CreateConVar( "motdfile", "motd.txt" )

This is the exact same command we use to create it in our latest SVN code to work around Garry's omision
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: MOTD doesnt show
« Reply #6 on: March 28, 2008, 09:35:10 PM »
He changed that fact after our release Jam.
Experiencing God's grace one day at a time.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: MOTD doesnt show
« Reply #7 on: March 28, 2008, 09:40:44 PM »
Ok. Thought it was before.
Either way, I blame Garry for most of our releases.
Seems every revision he makes, we have to make a new release.
This isn't due to bad coding on our part of course, but the fact Garry seems to like breaking compatibility with previous "Glua" functions constantly.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming