Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: TomatoSoup on June 08, 2007, 03:16:52 PM

Title: Allow more gamemodes!
Post by: TomatoSoup 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
Title: Re: Allow more gamemodes!
Post by: Megiddo on June 08, 2007, 03:36:47 PM
ULX runs on all gamemodes out of the box. No modification is required.
Title: Re: Allow more gamemodes!
Post by: TomatoSoup 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...
Title: Re: Allow more gamemodes!
Post by: Megiddo 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.
Title: Re: Allow more gamemodes!
Post by: Golden-Death 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
Title: Re: Allow more gamemodes!
Post by: TomatoSoup 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...