PDA

View Full Version : Every Aliase Command In The World!


Nautilian
29 Mar 2005, 16:27
Once you have read my article of "Aliases - IN DEPTH" (http://www.unrealza.co.za/forums/viewtopic.php?p=29072#29072)

Here are most of all the Aliase commands out there (Thanks to Gitzzz and Flucotious for this info):

__________________________________________________ _________

This is a zoom switching aliase that will zoom in when the key is pressed and zoom back to your standard fov, please note the above is set to zoom in to 80 fov and zoom back to 110 for a normal fov

Aliases[39]=(Command=\"fov 80 | OnRelease fov 110\",Alias=\"Zoom\")
__________________________________________________ _________

This is a on the fly sensitivity changer, normally players use this when they are zooming in with the lightning gun or sniper


Aliases[38]=(Command=\"Setsensitivity 0.100 | OnRelease Setsensitivity 1.000\",Alias=\"SeNSi\")

__________________________________________________ _________

Aliases[32]=(Command=\"ActivateTranslator\",Alias=\"ActivateTranslator\")
__________________________________________________ _________

Shield Jump (press key charge the shieldgun , releasing will shoot the shieldgun, jump and best weapon all at once)

Aliases[#]=(Command=\"getweapon xweapons.ShieldGun | Button bFire | Fire | OnRelease Jump | onrelease switchtobestweapon\",Alias=\"ShieldJump\")
Key=ShieldJump
__________________________________________________ _________

Freeze Bots (This freezes the bots during a single player game, for example taking screenshots.

Aliases[#]=(Command=\"playersonly 1 | onrelease set input Key=ThawBots\",Alias=\"FreezeBots\")

Aliases[#+1]=(Command=\"playersonly 0 | onrelease set input Key=FreezeBots\",Alias=\"ThawBots\")
Key=FreezeBots
__________________________________________________ _________
Weapon Switch (selects the Lightning Gun as long as the button is pressed)

Aliases[#]=(Command=\"SwitchWeapon 9 | onrelease switchtobestweapon\",Alias=\"qLightning\")
Key=qLightning
__________________________________________________ _________

Safe Scores (This displays your scoreboard, crouch, shield gun and third person view)

Aliases[#]=(Command=\"ShowScores | getweapon xweapons.shieldgun | Button bAltFire | behindview 1 | onrelease behindview 0 | onrelease ShowScores | onrelease switchtobestweapon\",Alias=\"Safescores\")
Key=Safescores
__________________________________________________ _________

Team Member (This displays current health, weapon and location to your team members)

Aliases[#]=(Command=\"Teamsay Status{%h}{%w}{%L}\",Alias=”MyStatus”)
Key=MyStatus
__________________________________________________ _________

Announcer On/Off Toggle (This toggles the announcer on/off by pressing the button)
Aliases[#]=(Command=\"set Engine.PlayerController bPlayAnnouncer False | set input Key Announcer1\",Alias=\"Announcer0\"

Aliases[#+1]=(Command=\"set Engine.PlayerController bPlayAnnouncer True | set input Key Announcer0\",Alias=\"Announcer1\"
Key=Announcer0
__________________________________________________ _________
Third Person On/Off Toggle (This toggles between first and third person by pressing the button)

Aliases[#]=(Command=\"behindview 1 | set input Key FirstPerson\",Alias=\"ThirdPerson\")

Aliases[#+1]=(Command=\"behindview 0 | set input Key ThirdPerson\",Alias=\"FirstPerson\")
Key=FirstPerson
__________________________________________________ _________

Slowmo On/Off Toggle (This toggles slowmo mode on/off by pressing the button)

Aliases[#]=(Command=\"slomo -1 | set input Key SlomoOn\",Alias=\"SlomoOff\")

Aliases[# + 1]=(Command=\"slomo 1 | set input Key SlomoOff\",Alias=\"SlomoOn\")
Key=SlomoOff
__________________________________________________ _________

Quick Display (This displays the scoreboard, net stats, fps stats etc bt pressing the Home button)

Aliases[#]=(Command=\"BehindView 1 | fov 110 | ShowScores | stat fps | stat net | OnRelease ShowScores | OnRelease stat none | OnRelease fov 100 | OnRelease BehindView 0\",Alias=\"ScoreStats\")
Key=ScoreStats
__________________________________________________ _________

Emergency Teleporter (Place a beacon in a hidden place then translocate there and have your best weapon selected whenever you press the button.)

Aliases[#]=(Command=\"getweapon XWeapons.TransLauncher | Button bAltFire | onrelease switchtobestweapon\",Alias=\"teleport\")
Key=teleport

__________________________________________________ _________

Quick Shield (selects and activate the shield by pressing the key, releasing the key selects best weapon)

Key=switchweapon 1 | altfire | onrelease switchtobestweapon

__________________________________________________ _________

Lightning Gun Combo (Selects and fires the lightning, releasing the key selects best weapon)

Key=Getweapon Xweapons.Sniperrifle | Button bFire | onrelease switchtobestweapon

__________________________________________________ _________

Crouch Toggle (This toggles crouching on/off by the press of a button)

Key=Toggle bDuck

__________________________________________________ _________

Quick Third Person (This displays third person mode as long as the button is pressed)

Key=behindview 1 | onrelease behindview 0

__________________________________________________ _________

STAT NET On/Off Toggle (This toggles the net statistics display on/off )
Key=Stat Net

STAT FPS On/Off Toggle (This toggles the framerate statistics display on/off )
Key=Stat FPS

Advanced Options (This displays the advanced options when the button is pressed)
Key=Preferences

Scoreboard (This displays the scoreboard as long as the button is pressed)
Key=ShowScores | onrelease ShowScores


Naut