no chaos weapons

All about Chaos for Unreal... (UT3, UT2004, UT2003, UT)
Post Reply
StinkFist68
Posts: 2
Joined: Thu Jun 10, 2004 2:43 pm

no chaos weapons

Post by StinkFist68 »

When I fire up my server I have all the chaos weapons for ut2k4, but anyone who joins my server doesnt have any weapons at all. Does anyone know what I am doing wrong? :x
TKATK
the magical link fairy
Posts: 2184
Joined: Sun Jul 20, 2003 10:16 am

Post by TKATK »

add serverpackages
Deathstorm
Posts: 227
Joined: Fri May 17, 2002 5:35 pm
Location: The death zone

Re: no chaos weapons

Post by Deathstorm »

StinkFist68 wrote:When I fire up my server I have all the chaos weapons for ut2k4, but anyone who joins my server doesnt have any weapons at all. Does anyone know what I am doing wrong? :x
Me to
add serverpackages
What do you mean?
Image
jeditobe1
Inactive Chaos Team Member
Posts: 2638
Joined: Mon Mar 10, 2003 11:06 pm
Location: The Dagobah System
Contact:

Post by jeditobe1 »

You need to add the following to your server's ini sections if they are not already present:

Add to [Core.System]
Paths=../ChaosUT2/Animations/*.ukx
Paths=../ChaosUT2/Maps/*.ut2
Paths=../ChaosUT2/Sounds/*.uax
Paths=../ChaosUT2/StaticMeshes/*.usx
Paths=../ChaosUT2/System/*.u
Paths=../ChaosUT2/Textures/*.utx

Add to [Engine.GameEngine]
ServerPackages=ChaosGames
ServerPackages=ChaosUT


From the description of your problem.. it sounds like at least the second one of those is missing.
I make Darth Vader look like a teenage punk with a lightsaber.
Deathstorm
Posts: 227
Joined: Fri May 17, 2002 5:35 pm
Location: The death zone

Post by Deathstorm »

jeditobe1 wrote:You need to add the following to your server's ini sections if they are not already present:

Add to [Core.System]
Paths=../ChaosUT2/Animations/*.ukx
Paths=../ChaosUT2/Maps/*.ut2
Paths=../ChaosUT2/Sounds/*.uax
Paths=../ChaosUT2/StaticMeshes/*.usx
Paths=../ChaosUT2/System/*.u
Paths=../ChaosUT2/Textures/*.utx

Add to [Engine.GameEngine]
ServerPackages=ChaosGames
ServerPackages=ChaosUT


From the description of your problem.. it sounds like at least the second one of those is missing.
They are not missing.


[Core.System]
+CacheRecordPath=../ChaosUT2/System/*.ucl
+Paths=../ChaosUT2/Animations/*.ukx
+Paths=../ChaosUT2/Maps/*.ut2
+Paths=../ChaosUT2/Sounds/*.uax
+Paths=../ChaosUT2/StaticMeshes/*.usx
+Paths=../ChaosUT2/System/*.u
+Paths=../ChaosUT2/Textures/*.utx
+Paths=../ChaosUT2/Players/*.upl
+Paths=../System/*.upl

[Engine.GameEngine]
+ServerPackages=ChaosGames
+ServerPackages=ChaosUT
+MainMenuClass=ChaosGames.ChaosGUI_MainMenu
+ConnectingMenuClass=ChaosGames.ChaosGUI_UT2K4ServerLoading

Cut and pasted from my defualt.ini file, I have no server.ini file.
Image
dariusz
Posts: 13
Joined: Thu Jul 17, 2003 9:41 am
Location: Germany
Contact:

Post by dariusz »

I hope you don't really have those "+" at the beginning of the lines in your ini file... or do you? If you SHOULD have them there delete them :wink:
jeditobe1
Inactive Chaos Team Member
Posts: 2638
Joined: Mon Mar 10, 2003 11:06 pm
Location: The Dagobah System
Contact:

Post by jeditobe1 »

[Core.System]
+CacheRecordPath=../ChaosUT2/System/*.ucl
+Paths=../ChaosUT2/Animations/*.ukx
+Paths=../ChaosUT2/Maps/*.ut2
+Paths=../ChaosUT2/Sounds/*.uax
+Paths=../ChaosUT2/StaticMeshes/*.usx
+Paths=../ChaosUT2/System/*.u
+Paths=../ChaosUT2/Textures/*.utx
+Paths=../ChaosUT2/Players/*.upl
+Paths=../System/*.upl

[Engine.GameEngine]
+ServerPackages=ChaosGames
+ServerPackages=ChaosUT
+MainMenuClass=ChaosGames.ChaosGUI_MainMenu
+ConnectingMenuClass=ChaosGames.ChaosGUI_UT2K4ServerLoading
Should look like this for a server:
[Core.System]
Paths=../ChaosUT2/Animations/*.ukx
Paths=../ChaosUT2/Maps/*.ut2
Paths=../ChaosUT2/Sounds/*.uax
Paths=../ChaosUT2/StaticMeshes/*.usx
Paths=../ChaosUT2/System/*.u
Paths=../ChaosUT2/Textures/*.utx

[Engine.GameEngine]
ServerPackages=ChaosGames
ServerPackages=ChaosUT
The cacherecordpaths= is to load the gametypes, if you want them. To get them in just remove the plus. They are not required for a server to run, and since you are having problems, it is best to take them out to start with.
I make Darth Vader look like a teenage punk with a lightsaber.
jeditobe1
Inactive Chaos Team Member
Posts: 2638
Joined: Mon Mar 10, 2003 11:06 pm
Location: The Dagobah System
Contact:

Post by jeditobe1 »

Also: just to clear things up, the + operator and the - operator at the start of those are only used in generating the ini file using the default.ini. Thats why they are in that file. They should NOT be anywhere in the actual file the server uses.
I make Darth Vader look like a teenage punk with a lightsaber.
Deathstorm
Posts: 227
Joined: Fri May 17, 2002 5:35 pm
Location: The death zone

Post by Deathstorm »

jeditobe1 wrote:Also: just to clear things up, the + operator and the - operator at the start of those are only used in generating the ini file using the default.ini. Thats why they are in that file. They should NOT be anywhere in the actual file the server uses.
So take the pluses out?
Image
jeditobe1
Inactive Chaos Team Member
Posts: 2638
Joined: Mon Mar 10, 2003 11:06 pm
Location: The Dagobah System
Contact:

Post by jeditobe1 »

Correct, they should ONLY be in the default.ini and defuser.ini
I make Darth Vader look like a teenage punk with a lightsaber.
Deathstorm
Posts: 227
Joined: Fri May 17, 2002 5:35 pm
Location: The death zone

Post by Deathstorm »

jeditobe1 wrote:Correct, they should ONLY be in the default.ini and defuser.ini
The +s are just in defualt.ini.
Image
jeditobe1
Inactive Chaos Team Member
Posts: 2638
Joined: Mon Mar 10, 2003 11:06 pm
Location: The Dagobah System
Contact:

Post by jeditobe1 »

Hmm... Are you trying to use the default.ini as the server's ini file? (you arent if you are...)
I make Darth Vader look like a teenage punk with a lightsaber.
Deathstorm
Posts: 227
Joined: Fri May 17, 2002 5:35 pm
Location: The death zone

Post by Deathstorm »

jeditobe1 wrote:Hmm... Are you trying to use the default.ini as the server's ini file? (you arent if you are...)
Ok post exactly what I should do, ther is no server.ini file.
Image
jeditobe1
Inactive Chaos Team Member
Posts: 2638
Joined: Mon Mar 10, 2003 11:06 pm
Location: The Dagobah System
Contact:

Post by jeditobe1 »

In the UT2004.ini file the server uses, add the following to the bottom of their respective sections (disregard what i said above.. this is starting from scratch):

[Core.System]
Paths=../ChaosUT2/Animations/*.ukx
Paths=../ChaosUT2/Maps/*.ut2
Paths=../ChaosUT2/Sounds/*.uax
Paths=../ChaosUT2/StaticMeshes/*.usx
Paths=../ChaosUT2/System/*.u
Paths=../ChaosUT2/Textures/*.utx

[Engine.GameEngine]
ServerPackages=ChaosGames
ServerPackages=ChaosUT

Also.. make sure there are no spaces after any of the lines... i just noticed there was one after Serverpackages=ChaosUT earlier in the thread.
I make Darth Vader look like a teenage punk with a lightsaber.
Post Reply