V Rising console commands
Console
A console is available in the game client for executing various commands. The console must be enabled in the game options before it can be opened. Opens with the `
key.
Regular Game Commands
Command | Information |
---|---|
adminauth |
Authenticate to gain admin privileges. |
clanaccept |
Accept clan invite. |
clandecline |
Decline clan invite. |
claninvite |
Invite a character to clan. |
clanleave |
Leave clan. |
ClientBuildingDebugging true/false |
Enable building debugging on client. |
Connect |
Connects to a server |
ConnectLan |
Connects to a server via LAN |
Copy other_command |
Executes the specified command and copies that command's output into the clipboard. |
CopyDebugDump |
Copies various client and server debug information into the clipboard. |
CopyPositionDump |
Copies your position coordinates and chunk name into the clipboard. |
CreatePerformanceDump |
Doesn't seem to work |
DepthOfField true/false |
Enables or disables depth of field |
Disconnect |
Disconnects from the server. This will leave the console open with no game running behind it. |
DumpArchetypeInformation
|
Dumps various information into tempory text files for debugging. |
GCCollect |
Perform client garbage collection. |
HideCursor true/false |
Hides the visible in-game mouse cursor. |
JobThreads |
Gets or sets the number of threads used by the Unity job system. |
kill |
Suicide. |
List |
Lists all available commands. |
Localization |
Sets which language localization pack to use. |
LogDestroyEvents |
Sets if all destroy events should be continuously logged. |
LowQualityAtmosphere true/false |
Enables or disables the low quality atmosphere. |
MeasureSystemPerformance true/false |
Turns on or off system performance monitoring. |
MotionBlur true/false |
Enables or disables motion blur. |
OpenCrashDumpFolder |
Doesn't seem to work. |
OpenLogsFolder |
Doesn't seem to work. |
Performchunkdefragmentation |
Perform defragmentation of all chunks in the world. |
PrintActiveSequences |
Print all active client sequences. |
PrintActiveSounds |
Prints all active client sounds. |
PrintAllSequences |
Prints all client sequences. |
PrintDestroyEvents |
Prints all destroy events for the current frame. |
PrintDynamicResSettings |
Prints dynamic resolution settings. |
PrintSunVFXState |
Print info in the sun's VFX state. |
Reconnect |
Reconnects to the server. |
setmipmaplevel |
Sets the mipmap level on all RenderMesh textures. |
setresolution width height |
Sets the client resolution. |
SetSystemEnabled |
Enable or disable a system in the world. |
startbuildwallpaper true/false |
Temp command, starts the building of wallpaper. |
texturestreamingenabled true/false |
Enable or disable the texture streaming memory budget. |
texturestreamingmaxlevelreduction |
Set the texture streaming max level reduction. |
texturestreamingmemorybudget |
Set the texture streaming memory budget. |
ToggleSetting |
Toggles a setting. |
UnloadUnusedAssets |
Unloads all unused assets. |
UseOptimizedQueries |
Enable or disable faster queries. |
Console Modification Commands
Command | Information |
---|---|
Console.Alias |
Create a custom alias for a console command. |
Console.Bind |
Bind a keyboard key to a console command. |
Console.Clear |
Clear the console window of all text. |
Console.ClearTempBindings |
Remove all temporary bindings set from Console.TempBind. |
Console.MultiCommand |
Run multiple commands at once. |
Console.ProfileInfo |
Display info about the console profile (aliases, bindings, etc). |
Console.RemoveAlias |
Removes a command alias. |
Console.TempBind |
Bind a keyboard key to a console command, temporarially. |
Console.Unbind |
Removes a console key bind. |
Admin Game Commands
These commands are usually only available to server administrators. The adminauth
command must be entered to obtain admin permissions before using any of the other commands.
Command | Information |
---|---|
addtime hours |
Advances the game time by the specified number of hours (up to 12), affecting the current in-game hour and the respawn timers of units and objects. Time cannot move backwards. |
adminauth |
Grants admin access. |
admindeauth |
Removes admin access. |
bancharacter (Character Name) |
Bans the user playing with the specified character name from the server. |
banuser (Steam ID) |
Bans a user from the server. |
ChangeDurability amount type |
Modifies the durability of your own equipped items. Note that it cannot be used to repair broken items that are not equipped. |
ChangeHealthOfClosestToMouse HPAmount |
Modifies the health of the unit or object closest to your mouse cursor. Specify a negative amount for damage, positive for heal. |
GatherAllAllies |
Teleports all allies to mouse cursor position. |
GatherAllAlliesExceptMe |
Teleports all allies, except you, to mouse cursor position. |
GatherAllNonAllies |
Teleport all non-allies to mouse cursor position. |
GatherAllPlayers |
Teleports all players to mouse cursor position. |
GatherAllPlayersExceptMe |
Teleports all players, except you, to mouse cursor position. |
give (What, Quantity) |
Gives an item to yourself. The console will completion-match on the item name. e.g. to give 1,000 Blood Essence:
|
giveset (What) |
Gives a set of equipment to yourself. The console will completion-match on the set name. Here's what your code will look like if you're giving yourself a Tier 7 material kit:
|
kick (Character Name) |
Kicks a player from the server. |
listusers true/false |
Lists users that are active on the server. If true is specified, includes all users rather than only online users. |
MultiCommand (Commands) |
Executes multiple commands separated by the semi colon (;) character. |
PlayerTeleport |
Teleport your character to mouse cursor position. |
setadminlevel (user, level) |
Set or change the admin level of a user. |
teleport (Who, Where, WorldPosX, WorldPosY) |
Teleports a player or unit to somewhere else. |
TeleportToNether |
Teleports yourself to the instanced tutorial area where players first join the world. |
TeleportPlayerToMe (User) |
Teleports a player to you. |
TeleportPlayerToMousePosition (User) |
Teleports a player to your mouse position. |
TeleportToChunk (Unnamed Argument) |
Teleports yourself to the center of the specified chunk, e.g. TeleportToChunk 11,10 |
TeleportToChunkWaypoint (Unnamed Argument) |
Teleports to a waygate in the specified chunk. Here's what your code will look like if you're looking to teleport to the Waygate in Silverlight Hills. There are no resource restrictions when teleporting this way.
|
TeleportToPlayer (User) |
Teleports yourself to the specified player's location. |
toggleobserve true/false |
Enables or disables invisible observation mode. |
unban (User Index) |
Unbans a player from the server. You need to run the banned command first to get a list of banned players |