26
edits
m (Update ScummVM version) |
(added more links and some debugging hints) |
||
Line 30: | Line 30: | ||
===Audio tracks=== | ===Audio tracks=== | ||
For more information about how to use the CD audio tracks with ScummVM, see the [https://docs.scummvm.org/en/latest/use_scummvm/game_files.html#cd-audio user documentation]. | For more information about how to use the CD audio tracks with ScummVM, see the [https://docs.scummvm.org/en/latest/use_scummvm/game_files.html#cd-audio user documentation]. | ||
== 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] | |||
==External links== | ==External links== | ||
*[https://www.mobygames.com/game/relentless-twinsens-adventure MobyGames entry for Little Big Adventure] | *[https://www.mobygames.com/game/relentless-twinsens-adventure MobyGames entry for Little Big Adventure] | ||
*[https://en.wikipedia.org/wiki/Little_Big_Adventure Wikipedia article on Little Big Adventure] | *[https://en.wikipedia.org/wiki/Little_Big_Adventure Wikipedia article on Little Big Adventure] | ||
*[http://lbafileinfo.kaziq.net/ LBA file information wiki] | |||
*https://github.com/2point21/lba1-classic-community | |||
[[Category:Supported Games]] | [[Category:Supported Games]] |
edits