Open main menu

Difference between revisions of "TwinE"

added imgui debug flag feature and mentioned mouse input
(added imgui debug flag feature and mentioned mouse input)
 
Line 23: Line 23:
* '''give_kashes [<amount>]'''
* '''give_kashes [<amount>]'''
* '''change_scene <scene_id>'''
* '''change_scene <scene_id>'''
* '''toggle_debug''': Allows you to activate an in-game debug menu with the right mouse button
*'''toggle_godmode'''
*'''toggle_godmode'''


Line 34: Line 33:
== Debugging ==
== Debugging ==
The engine supports the [[Boot Params|boot parameter]] option and allows you to activate [[Debugging ScummVM|debug channels]]. To e.g. debug the scripts in room 49 you can do:
The engine supports the [[Boot Params|boot parameter]] option and allows you to activate [[Debugging ScummVM|debug channels]]. To e.g. debug the scripts in room 49 you can do:
  ./scummvm --debug-channels-only --debugflags=Scripts -d3 -b 49 lba-de
  ./scummvm --debug-channels-only --debugflags=scripts,imgui -d3 -b 49 lba-de
===Room list===
===Room list===
Find the ids of the room in the <code>enum LBA1SceneId</code> in [https://github.com/scummvm/scummvm/blob/master/engines/twine/shared.h shared.h]
Find the ids of the room in the <code>enum LBA1SceneId</code> in [https://github.com/scummvm/scummvm/blob/master/engines/twine/shared.h shared.h]
Line 42: Line 41:
* Achievements from Dotemu release
* Achievements from Dotemu release
* Midi as mp3/ogg/flac for Dotemu release
* Midi as mp3/ogg/flac for Dotemu release
*Mouse and joystick for input


== OpenSource ==
== OpenSource ==
26

edits