1,316
edits
Praetorian (talk | contribs) |
Praetorian (talk | contribs) |
||
Line 562: | Line 562: | ||
* An exit type can be in [0, 3] and determines the type of arrow icon on mouse-over:: 0: Upward , 1: Right, 2: Downward, 3: Left | * An exit type can be in [0, 3] and determines the type of arrow icon on mouse-over:: 0: Upward , 1: Right, 2: Downward, 3: Left | ||
* Integers: id, topY, leftX, bottomY, rightX, type | * Integers: id, topY, leftX, bottomY, rightX, type | ||
== Boot parameters == | |||
If launching ScummVM from command line, you may specify a boot parameter value in the same way as described in [[Boot Params]] section of the wiki. The valid format for the boot parameter is: | |||
<syntaxhighlight lang="bash"> | |||
CTTTSSS | |||
</syntaxhighlight> | |||
where: | |||
{| class="wikitable" | |||
|- | |||
| C || Chapter id || an integer value from 1 to 5 | |||
|- | |||
| TTT || Set id || a 3-digit value (preceded with zeroes if lower than 100, eg. 004) | |||
|- | |||
| SSS || Scene id || a 3-digit value (preceded with zeroes if lower than 100, eg. 013) | |||
|} | |||
The[[Blade_Runner#Game_rooms|valid combinations of Chapter, Set and Scene ids as well as the scene names can be found here]] | |||
Therefore, an example of launching ScummVM for Blade Runner (target ''bladerunner-win'' in the example below) for Chapter 1, Set 4, Scene 3 would look like the following: | |||
<syntaxhighlight lang="bash"> | |||
./scummvm -d0 -b 1004013 bladerunner-win | |||
</syntaxhighlight> | |||
== Game rooms == | == Game rooms == |
edits