Difference between revisions of "TwinE"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (Links fixed.)
Line 11: Line 11:


It is based on TwinEngine: https://github.com/xesf/twin-e (for reference)
It is based on TwinEngine: https://github.com/xesf/twin-e (for reference)
== Development ==
There are several debug console commands that help you to debug the game faster.
* '''toggle_freecamera''': Will allow you to move the camera freely around in the map. By default the keys s, y, x, c are used to move the camera.
* '''hero_pos''': Set the hero position. You can also use (by default) the key '''v''' that is bound to spawning the actor at the current center of the camera.
* '''give_allitems'''
* '''give_key [<amount>]'''
* '''give_gas [<amount>]'''
* '''give_kashes [<amount>]'''
* '''change_scene <scene_id>'''
* '''toggle_debug''': Allows you to activate an in-game debug menu with the right mouse button
There are a few more commands - just use the '''help''' command to get a complete list of the commands


[[Category:Engines]]
[[Category:Engines]]

Revision as of 10:41, 15 August 2021

TwinE
Engine developer mgerhardy
Companies that used it Adeline Software International
Games that use it Little Big Adventure
Date added to ScummVM 2020-10-24
First release containing it None

This engine runs the adventure game Little Big Adventure by Adeline Software International.

It is based on TwinEngine: https://github.com/xesf/twin-e (for reference)

Development

There are several debug console commands that help you to debug the game faster.

  • toggle_freecamera: Will allow you to move the camera freely around in the map. By default the keys s, y, x, c are used to move the camera.
  • hero_pos: Set the hero position. You can also use (by default) the key v that is bound to spawning the actor at the current center of the camera.
  • give_allitems
  • give_key [<amount>]
  • give_gas [<amount>]
  • give_kashes [<amount>]
  • change_scene <scene_id>
  • toggle_debug: Allows you to activate an in-game debug menu with the right mouse button

There are a few more commands - just use the help command to get a complete list of the commands