If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

Difference between revisions of "Console"

From SWRC Wiki
Jump to navigation Jump to search
Line 14: Line 14:
<pre>
<pre>
AllWeapons                      -Drops every weapon in game. Campaign Only
AllWeapons                      -Drops every weapon in game. Campaign Only
Avatar                          -
Avatar                          -Destroys current Player Pawn, and allows you to choose another.
BlindAI
BlindAI                         -Makes AI almost non-interactable with other AI, and Environment.
BlindEnemies
BlindEnemies                   -All enemies will not interact with Player or AI of same faction.
CauseEvent
CauseEvent                     -Allows you to trigger a campaign related event.
ChangeSize
ChangeSize                     -Allows you to change player or pawn scale.
CheatView
CheatView                       -
Darman
Darman                         -Loads next level.
DeafAI
DeafAI                         -AI will be deaf to gunfire, movement, and explosions.
DeafEnemies
DeafEnemies                     -Only Enemies will be deaf.
EndPath
EndPath                         -
Fierfek
Fierfek                         -Reloads and restores full ammo to weapons and nades.
Fly
Fly                             -Fly like a bird, Campaign Only
FreeCamera
FreeCamera                     -Seperates camera from player and allows you to move around map freely.
FreezeFrame
FreezeFrame                     -Freezes the game. Enter a number to delay until that frame happens.
Ghost
Ghost                           -Allows you to fly and clip through walls and pawns.
HOG
HOG                             -Kills anything that the crosshair is pointing at.
Invisible
Invisible                       -Makes your pawn disappear.
KillAll
KillAll                         -Kills everything on map, including meshes and actors.
KillPawns
KillPawns                       -Kills every pawn on map.
KillViewedActor
KillViewedActor                 -Kills destructible objects on screen.
Lamasu
Lamasu                         -Unlocks all levels.
ListDynamicActors
ListDynamicActors               -Lists actors that are unique in-game to the log file.
Loaded
Loaded                         -Gives all weapons and ammunition.
LockCamera
LockCamera                     -Locks camera into place or area.
LogScriptedSequences
LogScriptedSequences           -Places sequence into a log file.
LoopAnim
LoopAnim                       -Loops the animation played.
PlayAnim
PlayAnim                       -Plays animation if it isn't already.
PlayersOnly
PlayersOnly                     -Disables AI
RememberSpot
RememberSpot                   -Not well known other than it allows either pawn or AI to remember location.
ReviewJumpSpots
ReviewJumpSpots                 -Tests the jumping in various conditions. Ex: Low-Gravity, Normal, etc...
SetCameraDist
SetCameraDist                   -Allows you to set the camera distance from a target.
SetCoords
SetCoords                       -Allows you to set coordinates of player.
SetFlash
SetFlash                       -Allows you to set duration of a screen flash to fade away.
SetFogB
SetFogB                         -Sets a Blue component of fog.
SetFogG
SetFogG                         -Sets a Green component of fog.
SetFogR
SetFogR                         -Sets a Red component of fog.
SetGravity
SetGravity                     -Allows modification of gravity.
SetJumpZ
SetJumpZ                       -Allows modification of current set jump scale.
SetMesh
SetMesh                         -Allows modification of current mesh.
SetSpeed
SetSpeed                       -Allows modification of player ground speed.
SloMo
SloMo                           -Changes gamespeed.
SmiteEvil
SmiteEvil                       -Kills all enemies. Campaign Only.
StopAnim
StopAnim                       -Stops animation that is being played.
Summon
Summon                         -Allows you to spawn a pawn, requires specific package name of pawn.
Teleport
Teleport                       -Allows teleportation of player pawn.
TheMatulaakLives
TheMatulaakLives               -God Mode
Trig
Trig                           -
ViewActor
ViewActor                       -Allows player to view a specified actor in game.
ViewBot
ViewBot                         -Allows player to view bots currently in game.
ViewClass
ViewClass                       -Allows player to view specified class.
ViewPlayer
ViewPlayer                     -Allows you to view a player.
ViewSelf
ViewSelf                       -Allows you to return to your pawn.
Walk
Walk                           -Changes your groundspeed to a walking pace.
WriteToLog
WriteToLog                     -Writes information in-game to log. Useful for debugging issues.
</pre>
</pre>



Revision as of 03:06, 17 October 2017

The Console in Republic Commando can be brought up by pressing ~ (US Keyboard) or ^ (EU Layout) on your keyboard. If you still can't open it ingame, go to your profile folder and open User.ini in notepad. Select a key for the console to assign and add the "toggleconsole" command. Also remove semicolon otherwise game will ignore the key.

Example:

In ..\GameData\Save\Profile_XXX\User.ini

F1 = toggleconsole

Note: Console can only be opened while being ingame, not in the menu!

Cheats Commands

Found in CheatManager.uc

AllWeapons                      -Drops every weapon in game. Campaign Only
Avatar                          -Destroys current Player Pawn, and allows you to choose another.
BlindAI                         -Makes AI almost non-interactable with other AI, and Environment.
BlindEnemies                    -All enemies will not interact with Player or AI of same faction.
CauseEvent                      -Allows you to trigger a campaign related event.
ChangeSize                      -Allows you to change player or pawn scale.
CheatView                       -
Darman                          -Loads next level.
DeafAI                          -AI will be deaf to gunfire, movement, and explosions.
DeafEnemies                     -Only Enemies will be deaf.
EndPath                         -
Fierfek                         -Reloads and restores full ammo to weapons and nades.
Fly                             -Fly like a bird, Campaign Only
FreeCamera                      -Seperates camera from player and allows you to move around map freely.
FreezeFrame                     -Freezes the game. Enter a number to delay until that frame happens.
Ghost                           -Allows you to fly and clip through walls and pawns.
HOG                             -Kills anything that the crosshair is pointing at.
Invisible                       -Makes your pawn disappear.
KillAll                         -Kills everything on map, including meshes and actors.
KillPawns                       -Kills every pawn on map.
KillViewedActor                 -Kills destructible objects on screen.
Lamasu                          -Unlocks all levels.
ListDynamicActors               -Lists actors that are unique in-game to the log file.
Loaded                          -Gives all weapons and ammunition.
LockCamera                      -Locks camera into place or area.
LogScriptedSequences            -Places sequence into a log file.
LoopAnim                        -Loops the animation played.
PlayAnim                        -Plays animation if it isn't already.
PlayersOnly                     -Disables AI
RememberSpot                    -Not well known other than it allows either pawn or AI to remember location.
ReviewJumpSpots                 -Tests the jumping in various conditions. Ex: Low-Gravity, Normal, etc...
SetCameraDist                   -Allows you to set the camera distance from a target.
SetCoords                       -Allows you to set coordinates of player.
SetFlash                        -Allows you to set duration of a screen flash to fade away.
SetFogB                         -Sets a Blue component of fog.
SetFogG                         -Sets a Green component of fog.
SetFogR                         -Sets a Red component of fog.
SetGravity                      -Allows modification of gravity.
SetJumpZ                        -Allows modification of current set jump scale.
SetMesh                         -Allows modification of current mesh.
SetSpeed                        -Allows modification of player ground speed.
SloMo                           -Changes gamespeed.
SmiteEvil                       -Kills all enemies. Campaign Only.
StopAnim                        -Stops animation that is being played.
Summon                          -Allows you to spawn a pawn, requires specific package name of pawn.
Teleport                        -Allows teleportation of player pawn.
TheMatulaakLives                -God Mode
Trig                            -
ViewActor                       -Allows player to view a specified actor in game.
ViewBot                         -Allows player to view bots currently in game.
ViewClass                       -Allows player to view specified class.
ViewPlayer                      -Allows you to view a player.
ViewSelf                        -Allows you to return to your pawn.
Walk                            -Changes your groundspeed to a walking pace.
WriteToLog                      -Writes information in-game to log. Useful for debugging issues.

Core Commands

Found in Core.dll

confighash
decwatermark
dumpallocprofile
dumpallocsbysize
dumpfreelist
dumpnatives
dumpobjectprofile
dumpresourcehash
endfullscreen
getcurrentres
getsystemlanguage
gtime
incwatermark
meminfo
memstat
namecount
resetallocprofile
startobjectprofile
togglefullscreen
toggleime
watermark

Engine Commands

Found in Engine.dll

aimhelp
axis
bloom
bloomfilter
bloomquality
blur
bump
button
checkpad
checksoundplaying
cinematics
cinematicsratio
count
debugregionmatrix
debugregionmatrix
dumpdynenvlight
dumpmem
dumpmem
dumptime
dumptime
endgame
endlevel
exec
flush
framefx
gamelog
getcurrenttickrate
getmaxtickrate
getping
graph
hwcull
inject
isfullscreen
lanspeed
lightenvflag
lightopt
listanims
netspeed
nohud
pausesounds
pulse
reload
report
shadowlength
shadows
shadowsperframe
shot
showall
showambient
showastat
showchannels
showduck
showenv
showextentlinecheck
showextentlinecheck
showlinecheck
showlinecheck
showpointcheck
showpointcheck
showqmem
showsfx
showsounds
showstreamed
showvoice
sockets
sound_reboot
sound_reboot
stat
stopsounds
toggle
togglerefrast
tvsafezone
unpausesounds

Gamespy Commands

Found in GameSpyMgr.dll

GAMESPY GET_CDKEY_RESULT
GAMESPY CHECK_CDKEY
GAMESPY SET_QUERY_FILTER_STRING
GAMESPY GET_EXT_SERVER_QUERY_RESULTS
GAMESPY GET_EXT_PLAYER_QUERY_RESULTS
GAMESPY CANCEL_QUERY
GAMESPY CLEAR_QUERY_RESULTS
GAMESPY SORT_QUERY_RESULTS
GAMESPY GET_QUERY_RESULTS
GAMESPY GET_QUERY_COUNT
GAMESPY GET_QUERY_STATUS
GAMESPY BEGIN_LAN_QUERY
GAMESPY BEGIN_INTERNET_QUERY