Difference between revisions of "Sword25"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Set first release info)
(Added debugger description written by Rinevard)
 
Line 18: Line 18:
*[[Sword25/TODO|TODO page]]
*[[Sword25/TODO|TODO page]]


== External links ==
== Debug mode==
* [http://www.brokensword25.com/ English site and download]
To launch the internal debugger run ScummVM with <code>--debugflags=internaldebugger</code>
* [http://www.baphometsfluch25.de/ German site and download (stuck in 2009)]
{| class="wikitable"
|+Cheat codes (Type these character sequences to activate)
!Sequence
!Function
|-
|rev
|Show/hide game revision number
|-
|start
|Select starting chapter (only available in main menu)
|-
|room
|Select and jump to a room(available when not walking and not in menus)
|-
|item
|Item selector (functionality placeholder in current code, TODO)
|}
{| class="wikitable"
|+Function Keys
!Key
!Function
|-
|F1
|Toggle debug console
|-
|F2
|Show/hide info text (FPS, memory usage, coordinates, etc.)
|-
|F3
|Toggle VSync mode
|-
|F4
|Show/hide walk regions
|-
|F5
|Show/hide item regions
|-
|F6
|Take and save screenshot
|}
 
==External links==
*[http://www.brokensword25.com/ English site and download]
*[http://www.baphometsfluch25.de/ German site and download (stuck in 2009)]


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

Latest revision as of 10:20, 13 March 2025

Sword25
Engine developer sev, dreammaster, md5
Companies that used it MindFactory
Games that use it Broken Sword 2.5
Date added to ScummVM 2010-10-12
First release containing it 1.8.0

Status

  • Engine runs well
  • Game works, and probably completable
  • Problems with some blending
  • Slow video playback, out of sync

Resources

Debug mode

To launch the internal debugger run ScummVM with --debugflags=internaldebugger

Cheat codes (Type these character sequences to activate)
Sequence Function
rev Show/hide game revision number
start Select starting chapter (only available in main menu)
room Select and jump to a room(available when not walking and not in menus)
item Item selector (functionality placeholder in current code, TODO)
Function Keys
Key Function
F1 Toggle debug console
F2 Show/hide info text (FPS, memory usage, coordinates, etc.)
F3 Toggle VSync mode
F4 Show/hide walk regions
F5 Show/hide item regions
F6 Take and save screenshot

External links