*DAMN R6 Forum

*DAMN R6 Community => General Gossip => Topic started by: c| 4rch3r on August 06, 2003, 12:49:28 pm



Title: ut2k3 mod
Post by: c| 4rch3r on August 06, 2003, 12:49:28 pm
Dunno if this is the good place to post this. I have this on another forum somewhere too but since this place is like mac-only i'm sure yall have more knowledge of this stuff

I tried installing JWF, an ut2k3 mod. I dled the umod, installed that, did everything they told me to do.
They also give u a shellscript to open it:

do shell script ("/Games/ut2k3/Unreal\ Tournament\ 2003.app/System/ut2003-bin ini=junglewarfare.INI -USERLOGO=JLogo.bmp")

when i open ths script in script editor and run it i get:

Expected "''" but found unknown token.

Then after i hit cancel it highlights the space infront of "Tournament" in the script.
 
Tried it in terminal, didnt work either.

well, any help would be appreciated.


greetz
archy


Title: Re:ut2k3 mod
Post by: Mr. Lothario on August 06, 2003, 02:41:05 pm
     Well, I dunno jack shit about UT2K3's scripting engine, so take this with a grain or two of salt. The only thing I can think of is that maybe the script is missing some quotes. I'd try breaking it up into two or three sections. Try quoting up to ut2003-bin and then the ini=....INI section and the -USERLOGO section separately, or try quoting everything from /Games to .INI in one big section, with the -USERLOGO section quoted by itself, or unquoted, yadda yadda. Try variations. The scripting engine is presumably expecting a set of double quotes that it's not finding, so try adding them, is what I'm saying.


Title: Re:ut2k3 mod
Post by: 4rch3r on August 06, 2003, 03:19:56 pm
haha wonderful
changed it to
do shell script ("/Games/ut2k3/Unreal\"Tournament\"2003.app/System/ut2003-bin ini=junglewarfare.INI -USERLOGO=JLogo.bmp")
now instead of all orange its blue, then black.

now it runs it BUT ...
"No such file or directory"
gonna reinstall the whole balooza
thx for the help


Title: Re:ut2k3 mod
Post by: c| 4rch3r on August 06, 2003, 05:46:08 pm
omg it's actually almost working
it start ut2k3 but then

Can't find file for package 'WinDrv'

History:

Exiting due to error

anyone know what to do ?


Title: Re:ut2k3 mod
Post by: Toxic::Joka on August 06, 2003, 07:30:33 pm
Throw it in the trash  ;D ;D ;D ;D

Remember to shave archy  ;)


Title: Re:ut2k3 mod
Post by: c| 4rch3r on August 06, 2003, 08:19:15 pm
-nt-



______________________________________

fu joka


Title: Re:ut2k3 mod
Post by: Mr. Lothario on August 07, 2003, 02:38:57 am
do shell script ("/Games/ut2k3/Unreal\ Tournament\ 2003.app/System/ut2003" -bin ini=junglewarfare.INI -USERLOGO=JLogo.bmp)

do shell script ("/Games/ut2k3/Unreal\ Tournament\ 2003.app/System/ut2003-bin" ini=junglewarfare.INI -USERLOGO=JLogo.bmp)

     Try both of those variations.