Found that zip file, it was from early April
Extracted the db20beta.exe using wine-20040121 which by the way took
forever to extract. If do not make zip files in the future (which extract 48MB in about 5 seconds), please do not use the "Nullsoft Install System v2.0" as that is extremely slow (1 1/2 hours to extract)...at least wine didn't give back any obvious errors. It was extremely CPU intensive and barely wrote to disk as it was extracting
ANYWAY
Here's the command and output
$ ut2004 -mod=deathball
Failed to find object 'Class Deathball.04Sse/U24s
Exiting due to error
And here's the System/UT2004.log
Log: Log file open, Fri May 7 21:46:19 2004
Init: Name subsystem initialized
Log: Your locale: [ANSI_X3.4-1968].
Init: Version: 3186 (127.29)
Init: Compiled: Mar 4 2004 03:07:41
Init: Command line: -mod=deathball
Init: (This is Linux patch version 3186.0)
Init: Character set: Unicode
Init: Base directory: /usr/local/games/ut2004/System/
Init: Ini:..\deathball\system\deathball.ini UserIni:..\deathball\system\deathballUser.ini
Init: Build label: UT2004 Build UT2004_Build_[2004-03-03_02.42]
Init: Object subsystem initialized
Warning: Missing Class Class Editor.TransBuffer
Warning: Failed to load 'Class Deathball.': Failed to find object 'Class Deathball.'
Warning: Failed to find object 'Class Deathball.'
Critical: Failed to find object 'Class Deathball.'
Exit: Executing UObject::StaticShutdownAfterError
Exit: Exiting.
Log: FileManager: Reading 0 GByte 2 MByte 726 KByte 918 Bytes from HD took 0.997577 seconds (0.895164 reading, 0.102413 seeking).
Log: FileManager: 0.000000 seconds spent with misc. duties
Uninitialized: Name subsystem shut down
Uninitialized: Log file closed, Fri May 7 21:46:27 2004
I think it's not reading the .ini's
Init: Ini:..\deathball\system\deathball.ini UserIni:..\deathball\system\deathballUser.ini
Which is how Windows filesystems look, but in Linux it should be
Init: Ini:../deathball/system/deathball.ini UserIni:../deathball/system/deathballUser.ini
and even then I'm not sure that will work since Linux is stricly case sensitive and the files and paths are exactly
deathball/System/Deathball.ini
deathball/System/DeathballUser.ini
Unless once the game launches it enters it;s own little psuedo-OS. I don't know uscript so I can't say on that.
Any ideas from here?