ULX

Author Topic: Allow more gamemodes!  (Read 2849 times)

0 Members and 1 Guest are viewing this topic.

Offline TomatoSoup

  • Newbie
  • *
  • Posts: 40
  • Karma: 3
Allow more gamemodes!
« on: June 08, 2007, 03:16:52 PM »
How do I get ULX/ULib to run on SpaceBuild? My attempt at modifying it left me as Admin instead of Operator

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Allow more gamemodes!
« Reply #1 on: June 08, 2007, 03:36:47 PM »
ULX runs on all gamemodes out of the box. No modification is required.
Experiencing God's grace one day at a time.

Offline TomatoSoup

  • Newbie
  • *
  • Posts: 40
  • Karma: 3
Re: Allow more gamemodes!
« Reply #2 on: June 08, 2007, 03:39:37 PM »
Really? It didn't do that last version, and theres still a
if not ULib.IsSandbox then
Error display stuff
return
end...

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Allow more gamemodes!
« Reply #3 on: June 08, 2007, 03:42:43 PM »
It blocks non-relevant stuff from gamemodes that aren't based on sandbox, yes. But it's pointless to have them anywhere else anyways.
Experiencing God's grace one day at a time.

Offline Golden-Death

  • Hero Member
  • *****
  • Posts: 751
  • Karma: 0
  • Honored Lua Scripter
    • BlueFire
Re: Allow more gamemodes!
« Reply #4 on: June 08, 2007, 03:52:06 PM »
ULX runs on all gamemodes out of the box. No modification is required.
There's your problem, gamemodes don't come in boxes.  :-X


Offline TomatoSoup

  • Newbie
  • *
  • Posts: 40
  • Karma: 3
Re: Allow more gamemodes!
« Reply #5 on: June 08, 2007, 04:04:11 PM »
Well, I know why I was dumped into admin...

I used a batch file to change all the .lua into .txt so I could do a search for anything containing sandbox. I then used a batch file to change it back...

It caught ULib's info.txt, and changed it to info.lua...