FAQ:UT2004

From UnrealAdminWiki

(Difference between revisions)
Revision as of 10:18, 17 October 2005
El_Muerte ( | contribs)
What are the valid values for the BlueTeamSymbol= & RedTeamSymbol= commandline parameters?
← Previous diff
Revision as of 12:55, 17 October 2005
El_Muerte ( | contribs)
What are the valid values for the Mutator= commandline parameter in UT2004?
Next diff →
Line 106: Line 106:
=== What are the valid values for the Mutator= commandline parameter in UT2004? === === What are the valid values for the Mutator= commandline parameter in UT2004? ===
-{{TODO|Complete the list}}+{|
 +! Class name
 +! Game type
 +|-
 +| <code>BonusPack.MutCrateCombo</code>
 +| Bonus Combos
 +|-
 +| <code>Onslaught.MutBigWheels</code>
 +| BigWheels
 +|-
 +| <code>Onslaught.MutLightweightVehicles</code>
 +| Lightweight Vehicles
 +|-
 +| <code>Onslaught.MutOnslaughtWeapons</code>
 +| Onslaught Weapons
 +|-
 +| <code>Onslaught.MutWheeledVehicleStunts</code>
 +| Stunt Vehicles
 +|-
 +| <code>OnslaughtFull.MutVehicleArena</code>
 +| Vehicle Arena
 +|-
 +| <code>UTClassic.MutUTClassic</code>
 +| UT Classic
 +|-
 +| <code>UTClassic.MutUseLightning</code>
 +| Lightning Guns
 +|-
 +| <code>UTClassic.MutUseSniper</code>
 +| Sniper Rifles
 +|-
 +| <code>UTV2004s.utvMutator</code>
 +| UTV2004S
 +|-
 +| <code>UnrealGame.MutBerserk</code>
 +| Super Berserk
 +|-
 +| <code>UnrealGame.MutBigHead</code>
 +| BigHead
 +|-
 +| <code>UnrealGame.MutGameSpeed</code>
 +| Game Speed
 +|-
 +| <code>UnrealGame.MutLowGrav</code>
 +| LowGrav
 +|-
 +| <code>UnrealGame.MutMovementModifier</code>
 +| Air Control
 +|-
 +| <code>XGame.MutFastWeapSwitch</code>
 +| UT2003 Style
 +|-
 +| <code>XGame.MutInstaGib</code>
 +| InstaGib
 +|-
 +| <code>XGame.MutNoAdrenaline</code>
 +| No Adrenaline
 +|-
 +| <code>XGame.MutQuadJump</code>
 +| QuadJump
 +|-
 +| <code>XGame.MutRegen</code>
 +| Regeneration
 +|-
 +| <code>XGame.MutSlomoDeath</code>
 +| Slow Motion Corpses
 +|-
 +| <code>XGame.MutSpeciesStats</code>
 +| Species Statistics
 +|-
 +| <code>XGame.MutUDamageReward</code>
 +| UDamage Reward
 +|-
 +| <code>XGame.MutVampire</code>
 +| Vampire
 +|-
 +| <code>XGame.MutZoomInstagib</code>
 +| Zoom InstaGib
 +|-
 +| <code>XWeapons.MutArena</code>
 +| Arena
 +|-
 +| <code>XWeapons.MutNoSuperWeapon</code>
 +| No SuperWeapons
 +|-
 +|}
=== What are the valid values for the MutArena.ArenaWeaponClassName setting? === === What are the valid values for the MutArena.ArenaWeaponClassName setting? ===

Revision as of 12:55, 17 October 2005

Contents

Related FAQ pages

You might also want to check the FAQ for UT2003.

Bonuspacks

What files are included with the bonuspacks?

Editors Choise Edition (ECE) Bonuspack

Animations\MechaSkaarjAnims.ukx
Animations\MetalGuardAnim.ukx
Animations\NecrisAnim.ukx
Animations\ONSBPAnimations.ukx
Maps\ONS-Adara.ut2
Maps\ONS-IslandHop.ut2
Maps\ONS-Tricky.ut2
Maps\ONS-Urban.ut2
Sounds\CicadaSnds.uax
Sounds\DistantBooms.uax
Sounds\ONSBPSounds.uax
StaticMeshes\BenMesh02.usx
StaticMeshes\BenTropicalSM01.usx
StaticMeshes\HourAdara.usx
StaticMeshes\ONS-BPJW1.usx
StaticMeshes\PC_UrbanStatic.usx
System\ONS-Adara.int
System\ONS-IslandHop.int
System\ONS-Tricky.int
System\ONS-Urban.int
System\OnslaughtBP.int
System\OnslaughtBP.u
System\xaplayersl3.upl
Textures\AW-2k4XP.utx
Textures\BenTex02.utx
Textures\BenTropical01.utx
Textures\BonusParticles.utx
Textures\CicadaTex.utx
Textures\Construction_S.utx
Textures\HourAdaraTexor.utx
Textures\ONSBP_DestroyedVehicles.utx
Textures\ONSBPTextures.utx
Textures\PC_UrbanTex.utx
Textures\UT2004ECEPlayerSkins.utx

Configuration

What stops my server from being listed as standard?

Here is a list of things that will remove your server's standard flag:

  • You are passworded
  • You have a gamespeed > 1.0
  • You have turned off WeaponStay
  • You are running mutators that are not whitelisted
  • You have the TL turned off in CTF/BR or turned on in DM/TDM/DOM

How can i have multiple lines for my MOTD?

Epic changed the way message of the day works. You can still use up to 4 lines but it must be formated differently.

Find the section Engine.GameReplicationInfo. And edit or add the line MessageOfTheDay=

You can now add your message of the day in the format MessageOfTheDay=Line1|Line2|Line3|line4. i.e use | as a line break

What are the valid values for the Game= commandline parameter in UT2004?

Class name Game type
XGame.xDeathMatch Standard DeathMatch
XGame.xTeamGame Team DeathMatch
XGame.xCTFGame Capture The Flag
XGame.xDoubleDom Double Domination
XGame.xBombingRun Bombing Run
XGame.xVehicleCTFGame Vehicle CTF
BonusPack.xMutantGame Mutant
BonusPack.xLastManStandingGame Last Man Standing
SkaarjPack.Invasion Invasion
UT2K4Assault.ASGameInfo Assault
Onslaught.ONSOnslaughtGame Onslaught

What are the valid values for the Mutator= commandline parameter in UT2004?

Class name Game type
BonusPack.MutCrateCombo Bonus Combos
Onslaught.MutBigWheels BigWheels
Onslaught.MutLightweightVehicles Lightweight Vehicles
Onslaught.MutOnslaughtWeapons Onslaught Weapons
Onslaught.MutWheeledVehicleStunts Stunt Vehicles
OnslaughtFull.MutVehicleArena Vehicle Arena
UTClassic.MutUTClassic UT Classic
UTClassic.MutUseLightning Lightning Guns
UTClassic.MutUseSniper Sniper Rifles
UTV2004s.utvMutator UTV2004S
UnrealGame.MutBerserk Super Berserk
UnrealGame.MutBigHead BigHead
UnrealGame.MutGameSpeed Game Speed
UnrealGame.MutLowGrav LowGrav
UnrealGame.MutMovementModifier Air Control
XGame.MutFastWeapSwitch UT2003 Style
XGame.MutInstaGib InstaGib
XGame.MutNoAdrenaline No Adrenaline
XGame.MutQuadJump QuadJump
XGame.MutRegen Regeneration
XGame.MutSlomoDeath Slow Motion Corpses
XGame.MutSpeciesStats Species Statistics
XGame.MutUDamageReward UDamage Reward
XGame.MutVampire Vampire
XGame.MutZoomInstagib Zoom InstaGib
XWeapons.MutArena Arena
XWeapons.MutNoSuperWeapon No SuperWeapons

What are the valid values for the MutArena.ArenaWeaponClassName setting?

Template:TODO

What are the valid values for the MutVehicleArena.ArenaVehicleClassName setting?

Template:TODO

What are the valid values for the BlueTeamSymbol= & RedTeamSymbol= commandline parameters?

Template:TODO

the UnrealAdmin Page
History
  • FAQ:UT2004