Difference between revisions of "Riven debug shell"

From A look inside The Link @ wiki
Jump to: navigation, search
(add note about the slideshow command)
(some updates)
Line 8: Line 8:
 
* get <variable>: get the value of a variable
 
* get <variable>: get the value of a variable
 
* set <variable> <value>: set the value of a variable
 
* set <variable> <value>: set the value of a variable
* undo
+
* undo: undoes actions on cur card (autosave must be enabled)
 
* enable <id>: enable an hotspot
 
* enable <id>: enable an hotspot
 
* disable <id>: disable an hotspot
 
* disable <id>: disable an hotspot
* p
+
* p: purges all purgeable blocks
* c
+
* c: compacts entire heap
* pc
+
* pc: purges, then compacts
 
* mem: returns total free memory
 
* mem: returns total free memory
 
* free: returns physical free memory (excludes virtual)
 
* free: returns physical free memory (excludes virtual)
 
* debug: toggles a line with useful debug info
 
* debug: toggles a line with useful debug info
 
* hs: toggle hotspot display
 
* hs: toggle hotspot display
* autosave
+
* autosave: toggles autosave-every-card feature
 
* dump: saves the current card picture to a bmp file
 
* dump: saves the current card picture to a bmp file
* ipmm
+
* ipmm: toggles impatient PM mode
 
* slideshow: show the images from b2_data.mhk with captions
 
* slideshow: show the images from b2_data.mhk with captions
 +
* help: shows the list of commands available
  
 
See also the [http://www.mystcommunity.com/board/lofiversion/index.php/t19142.html original source].
 
See also the [http://www.mystcommunity.com/board/lofiversion/index.php/t19142.html original source].

Revision as of 22:08, 7 June 2009

The original Riven engine features a built-in debug shell with useful capabilities.

It can be activated by typing the string b3hn in the game and then pressing ctrl+tab. A green prompt should appear in the bottom left corner of the game window. This prompt accepts several commands, listed below. After each command the prompt disappears, but it comes out again by just pressing ctrl+tab.

  • g <id>: go to card <id>
  • gc <id>: go to card, using its RMAP identifier
  • gs <stack> [<id>]: go to stack <stack> (e.g. tspit) and to card <id>, if specified
  • get <variable>: get the value of a variable
  • set <variable> <value>: set the value of a variable
  • undo: undoes actions on cur card (autosave must be enabled)
  • enable <id>: enable an hotspot
  • disable <id>: disable an hotspot
  • p: purges all purgeable blocks
  • c: compacts entire heap
  • pc: purges, then compacts
  • mem: returns total free memory
  • free: returns physical free memory (excludes virtual)
  • debug: toggles a line with useful debug info
  • hs: toggle hotspot display
  • autosave: toggles autosave-every-card feature
  • dump: saves the current card picture to a bmp file
  • ipmm: toggles impatient PM mode
  • slideshow: show the images from b2_data.mhk with captions
  • help: shows the list of commands available

See also the original source.