PDA

View Full Version : ucc ? ucc-bin ? :/ help.. please


BadAss-Bob
26th October, 2002, 04:52 AM
I see everyone talking about ucc, but on my install I have ucc-bin :o . Did I not complete my install ? was there something else I needed to do after the ut2k3 installer ? Well anyways this is where I sit, I have a Server in San Fransisco running FreeBSD 4.5. I copied that premade script and edited to fit my requirments, but I don't have a file called ucc, like I said :(. When I try to run a basic setup like ./ucc-bin server DM-Antalus.ut2 I get this output:

(bob@<hidden>) 20&gt; ./ucc-bin server DM-Antalus.ut2
Executing Class Engine.ServerCommandlet
Unreal engine initialized
(Karma): Beginning Karma for game.
(Karma): Creating MeAssetDB.
(Karma): Loading: Alien.ka
(Karma): Loading: Bot.ka
(Karma): Loading: Human.ka
(Karma): Loading: intro.ka
(Karma): Loading: jugg.ka
(Karma): Finished Creating MeAssetDB (12 Assets).
Browse: DM-Antalus.ut2?Name=Player?Class=Engine.Pawn?Character=Gorge?team=255
LoadMap: DM-Antalus.ut2?Name=Player?Class=Engine.Pawn?Character=Gorge?team=255
Bound to IpDrv.so
Bound to Fire.so
Bound to XGame.so
Missing Class Class Editor.TransBuffer
Failed to load 'CP_Effects1': Can't find file for package 'CP_Effects1'
Failed to load 'DanFX': Can't find file for package 'CP_Effects1'
Failed to load 'XGame_StaticMeshes': Can't find file for package 'CP_Effects1'
Failed to load 'XGame': Can't find file for package 'CP_Effects1'
Failed to load 'DM-Antalus.ut2': Can't find file for package 'CP_Effects1'
Failed to load 'Level None.MyLevel': Can't find file for package 'CP_Effects1'
Failed to enter DM-Antalus.ut2: Can't find file for package 'CP_Effects1'
Executing UObject::StaticShutdownAfterError
Failed to enter DM-Antalus.ut2: Can't find file for package 'CP_Effects1'

History:

Exiting due to error
Exiting.
Waiting for file streaming thread to finish...
Name subsystem shut down
Path: /home/bob/ut2003server/System

as you can tell I'm a complete unix/linux newb :P So any help will be greatly appreciated.

I also tried to chmod the ucc.init script I made to chmod +x and I was still not able to execute it.

Thanks in advance
-Bob :notworthy:

Killing
26th October, 2002, 02:33 PM
Your in the wrong directory your in the <code>System</code> dir you should be in the main dir e.g. <code>/usr/local/games/ut2003_dedicated</code>

kurai
27th October, 2002, 03:33 AM
Yep.

ucc is a wrapper script that sits in /home/bob/ut2003server/

It calls the main binary ucc-bin which lives in /home/bob/ut2003server/System

If you use my ucc.init script then that should be put in /home/bob/ut2003server/ as well.

BadAss-Bob
27th October, 2002, 08:48 AM
heh, well don't I feel dumb :&gt;

Anyways I think I accidently rm'd ucc in my root dir thinking it was a ucc.init I didn't name correctly, or something of that sort. So I reinstalled the ut2k3 server and now I get this when I try to run a basic server:

(root@<hidden>) 3&gt; ./ucc server DM-Antalus.ut2
Executing Class Engine.ServerCommandlet
Unreal engine initialized
(Karma): Beginning Karma for game.
(Karma): Creating MeAssetDB.
(Karma): Loading: Alien.ka
(Karma): Loading: Bot.ka
(Karma): Loading: Human.ka
(Karma): Loading: intro.ka
(Karma): Loading: jugg.ka
(Karma): Finished Creating MeAssetDB (12 Assets).
Browse: DM-Antalus.ut2?Name=Player?Class=Engine.Pawn?Character=Gorge?team=255
LoadMap: DM-Antalus.ut2?Name=Player?Class=Engine.Pawn?Character=Gorge?team=255
Bound to IpDrv.so
Bound to Fire.so
Bound to XGame.so
Missing Class Class Editor.TransBuffer
Failed to load 'Phobos2_cp': Can't find file for package 'Phobos2_cp'
Failed to load 'DanFX': Can't find file for package 'Phobos2_cp'
Failed to load 'XGame_StaticMeshes': Can't find file for package 'Phobos2_cp'
Failed to load 'XGame': Can't find file for package 'Phobos2_cp'
Failed to load 'DM-Antalus.ut2': Can't find file for package 'Phobos2_cp'
Failed to load 'Level None.MyLevel': Can't find file for package 'Phobos2_cp'
Failed to enter DM-Antalus.ut2: Can't find file for package 'Phobos2_cp'
Executing UObject::StaticShutdownAfterError
Failed to enter DM-Antalus.ut2: Can't find file for package 'Phobos2_cp'

History:

Exiting due to error
Exiting.
Waiting for file streaming thread to finish...
Name subsystem shut down

Also I get this if I try to set the gametype along with the map:
(root@<hidden>) 4&gt; ./ucc server DM-Antalus.ut2?Game=XGame.xDeathmatch
./ucc: No match.

Killing
27th October, 2002, 01:13 PM
Doesn't look like ur installed completed correctly.