Console Commands

There are various console command available in V Rising. Commands vary from game specific such as inviting a player to a clan, to admin commands like kicking players.

Check out the list of available commands below

💡

Note that to run admin commands, you must be a server admin. If you haven't already added yourself as a server admin, check out our guide here

Admin 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.

CommandDescription
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.
adminauthGrants admin access.
admindeauthRemoves 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 HPAmountModifies the health of the unit or object closest to your mouse cursor. Specify a negative amount for damage, positive for heal.
GatherAllAlliesTeleports all allies to mouse cursor position.
GatherAllAlliesExceptMeTeleports all allies, except you, to mouse cursor position.
GatherAllNonAlliesTeleport all non-allies to mouse cursor position.
GatherAllPlayersTeleports all players to mouse cursor position.
GatherAllPlayersExceptMeTeleports all players, except you, to mouse cursor position.
give <Item> <Quantity>Gives an item to yourself. The console will completion-match on the item name. e.g. to give 1,000 Blood Essence:
give "[Name]Blood Essence - Item_BloodEssence_T01 - Guid: 862477668" 1000
giveset <item>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:
giveset Official_Materials_T07
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.
PlayerTeleportTeleport your character to mouse cursor position.
setadminlevel <User> <Level>Set or change the admin level of a user.
teleport <Character> <Where> <X> <Y>Teleports a player or unit to somewhere else where X and Y are the world position.
TeleportToNetherTeleports 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 <Chunk>Teleports yourself to the center of the specified chunk, e.g. TeleportToChunk 11,10
TeleportToChunkWaypoint <Chunk>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: TeleportToChunkWaypoint 6,1
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

Console Modification Commands

CommandDescription
Console.AliasCreate a custom alias for a console command.
Console.BindBind a keyboard key to a console command.
Console.ClearClear the console window of all text.
Console.ClearTempBindingsRemove all temporary bindings set from Console.TempBind.
Console.MultiCommandRun multiple commands at once.
Console.ProfileInfoDisplay info about the console profile (aliases, bindings, etc).
Console.RemoveAliasRemoves a command alias.
Console.TempBindBind a keyboard key to a console command, temporarially.
Console.UnbindRemoves a console key bind.

Game Commands

CommandDescription
adminauthAuthenticate to gain admin privileges.
clanacceptAccept clan invite.
clandeclineDecline clan invite.
claninviteInvite a character to clan.
clanleaveLeave clan.
ClientBuildingDebugging <true/false>Enable building debugging on client.
ConnectConnects to a server
ConnectLanConnects to a server via LAN
Copy other_commandExecutes the specified command and copies that command's output into the clipboard.
CopyDebugDumpCopies various client and server debug information into the clipboard.
CopyPositionDumpCopies your position coordinates and chunk name into the clipboard.
CreatePerformanceDumpDoesn't seem to work
DepthOfField <true/false>Enables or disables depth of field
DisconnectDisconnects from the server. This will leave the console open with no game running behind it.
DumpArchetypeInformation
DumpBlobAssetMemoryInfo
DumpChunkFragmentation
DumpComponentMemoryInfo
DumpDynamicBufferMemoryInfo
DumpEntity
DumpEntityQueries
DumpEverything
DumpPrefabGUIDEntities
DumpQueryArchetypes
Dumps various information into tempory text files for debugging.
GCCollectPerform client garbage collection.
HideCursor <true/false>Hides the visible in-game mouse cursor.
JobThreadsGets or sets the number of threads used by the Unity job system.
killKills your player.
ListLists all available commands.
LocalizationSets which language localization pack to use.
LogDestroyEventsSets 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.
OpenCrashDumpFolderDoesn't seem to work.
OpenLogsFolderDoesn't seem to work.
PerformchunkdefragmentationPerform defragmentation of all chunks in the world.
PrintActiveSequencesPrint all active client sequences.
PrintActiveSoundsPrints all active client sounds.
PrintAllSequencesPrints all client sequences.
PrintDestroyEventsPrints all destroy events for the current frame.
PrintDynamicResSettingsPrints dynamic resolution settings.
PrintSunVFXStatePrint info in the sun's VFX state.
ReconnectReconnects to the server.
setmipmaplevelSets the mipmap level on all RenderMesh textures.
setresolution <width> <height>Sets the client resolution.
SetSystemEnabledEnable 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.
texturestreamingmaxlevelreductionSet the texture streaming max level reduction.
texturestreamingmemorybudgetSet the texture streaming memory budget.
ToggleSettingToggles a setting.
UnloadUnusedAssetsUnloads all unused assets.
UseOptimizedQueriesEnable or disable faster queries.