Open main menu

Difference between revisions of "TwinE"

425 bytes added ,  12:06, 14 February 2022
added debug hints
(added a list of new features)
(added debug hints)
Line 31: Line 31:
A list of bugs and feature requests can be found on our bug tracker: https://bugs.scummvm.org/query?component=Engine%3A+TwinE
A list of bugs and feature requests can be found on our bug tracker: https://bugs.scummvm.org/query?component=Engine%3A+TwinE


== 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:
./scummvm --debug-channels-only --debugflags=Scripts -d3 -b 49 lba-de
===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]
== New Feature ==
== New Feature ==


25

edits