Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started 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
-
ULX runs on all gamemodes out of the box. No modification is required.
-
Really? It didn't do that last version, and theres still a
if not ULib.IsSandbox then
Error display stuff
return
end...
-
It blocks non-relevant stuff from gamemodes that aren't based on sandbox, yes. But it's pointless to have them anywhere else anyways.
-
ULX runs on all gamemodes out of the box. No modification is required.
There's your problem, gamemodes don't come in boxes. :-X
-
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...