DigBugReal-MoreConsoleCommands icon

MoreConsoleCommands

Adds some more custom commands for the ingame console.

Last updated 3 days ago
Total downloads 9
Total rating 0 
Categories Mods Tools
Dependency string DigBugReal-MoreConsoleCommands-0.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

ReturnsAPI-ReturnsAPI-0.1.28 icon
ReturnsAPI-ReturnsAPI

(Mostly done) API for modding Risk of Rain Returns.

Preferred version: 0.1.28
ReturnOfModding-ReturnOfModding-1.1.10 icon
ReturnOfModding-ReturnOfModding

Lua Mod Loader for Risk of Rain Returns

Preferred version: 1.1.10
LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.2.0

README

Adds several new console commands of varying utility, inspired by Console Extensions.

Like with Console_Extensions, their details can be viewed with help (command), but here's the brief on each of them:

  • sprite_draw Draw any sprite from basegame or mods on-screen at your cursor!
  • draw_clear Clears all drawn sprites from the last command.
  • toggle_time Activates the in-game timestop function (like from Stopwatch).
  • spawn_dummy Spawns a dummy with a configurable amount of health and armor (can also be Made invincible)
  • open_doors Opens the Blast Doors and Keycard Doors as seen the final stage if there are any present. (i made this before i came up with mtp. it stays because Yeah)
  • mtp Quickly teleports you to your cursor position.
  • cam_lock Locks your camera in place.
  • cam_follow Allows you to have the camera track another object.
  • cam_reset Resets the current camera tracking.
  • pool_roll Rolls an item from a given itempool (unfortunately a good chance items will be invalid in some pools)
  • game_speed Manually sets your game's fps.
  • kapow Kapow.
  • equip_refresh Instantly refreshes your current equipment's cooldown if you activated it.
  • levelup_force Instantly levels up playerlevel once.
  • plevel_set Advances the playerlevel to a desired number.
  • test_lategame Simulates a lategame scenario by advancing the ingame timer and scaling and granting items and levels.
  • log_env_cam_pos While viewing stage logs, prints the coordinates of your current camera position and copies them to your clipboard.