57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
//--------------------------------------------------------------
|
|
// UTExtra - (c) ProAsm - 2007/9
|
|
// Version 1.7
|
|
// http://www.proasm.com/
|
|
//--------------------------------------------------------------
|
|
|
|
UTExtra is basically the BrightSkins, NoWeaponShake and HitSounds
|
|
that were removed from UT2Vote for Whitelisting.
|
|
|
|
In UT2Vote just add it to the:
|
|
ServerMuts=UTExtra17.UTExtra
|
|
|
|
The command to bring up the HitSound menu is:
|
|
|
|
Mutate UTExtra
|
|
|
|
If you are logged in as ServerAdmin, then this menu will consist
|
|
of several Server options as well for Dis/Enabling the
|
|
SkinBright, WeaponShake or HitSounds.
|
|
|
|
As a non Admin then the menu offers the player the option to
|
|
enable or disable his/her HitSounds or to set the volume of them.
|
|
|
|
UTExtra requires to be in the UT2004.ini as a ServerPackage.
|
|
|
|
ServerPackages=UTExtra17
|
|
|
|
or in UT2Vote:
|
|
|
|
[UT2Vote5x.UT2VotePackages]
|
|
Packages=(MutClassName="UTExtra17.UTExtra",ServerPackages="UTExtra17")
|
|
|
|
Additions in 1.6
|
|
|
|
Hitsounds are now set ON when player joins the server first time around.
|
|
Spectators are now included for hearing hitsounds.
|
|
|
|
[UTExtra17.UTExtra]
|
|
XPassword=
|
|
|
|
Pausing a Game.
|
|
Option to Pause a server using the new XPassword.
|
|
|
|
By using the console command:
|
|
Mutate UTExtra PauseGame password
|
|
This will pause the game until the same command is given a second time to resume the game.
|
|
|
|
DemoRecording
|
|
By using the Console command:
|
|
Mutate UTExtra StartDemo password
|
|
A demo recording will start up with the name:
|
|
UTExtra_Mapname.demo4
|
|
Mutate UTExtra StopDemo password
|
|
This will stop the Demo recording.
|
|
|
|
|