
no chaos weapons
-
- Posts: 2
- Joined: Thu Jun 10, 2004 2:43 pm
no chaos weapons
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? 

-
- Posts: 227
- Joined: Fri May 17, 2002 5:35 pm
- Location: The death zone
Re: no chaos weapons
Me toStinkFist68 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?
What do you mean?add serverpackages

-
- Inactive Chaos Team Member
- Posts: 2638
- Joined: Mon Mar 10, 2003 11:06 pm
- Location: The Dagobah System
- Contact:
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.
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.
-
- Posts: 227
- Joined: Fri May 17, 2002 5:35 pm
- Location: The death zone
They are not missing.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.
[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.

-
- Inactive Chaos Team Member
- Posts: 2638
- Joined: Mon Mar 10, 2003 11:06 pm
- Location: The Dagobah System
- Contact:
Should look like this for a server:[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
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.[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
I make Darth Vader look like a teenage punk with a lightsaber.
-
- Inactive Chaos Team Member
- Posts: 2638
- Joined: Mon Mar 10, 2003 11:06 pm
- Location: The Dagobah System
- Contact:
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.
-
- Posts: 227
- Joined: Fri May 17, 2002 5:35 pm
- Location: The death zone
-
- Posts: 227
- Joined: Fri May 17, 2002 5:35 pm
- Location: The death zone
-
- Posts: 227
- Joined: Fri May 17, 2002 5:35 pm
- Location: The death zone
-
- Inactive Chaos Team Member
- Posts: 2638
- Joined: Mon Mar 10, 2003 11:06 pm
- Location: The Dagobah System
- Contact:
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.
[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.