67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
you can also use the keys F1, F2, F3, F4 to replay a specified number of
moves (1, 10, 100, or 1000), or the same keys with SHIFT to rewind that
number of moves.
You can set a mark by pushing F5. You can then push F6 or F7 to rewind or
replay up to this point. The marks are also saved with each level and is
saved in the user cache database too.
You can also import/export move lists. Push CTRL+I to import or CTRL+X
to export, and at the prompt type the operating system command which will
send the move list to stdout or receive the move list from stdin, for
example if you want the file called "Movelist" then you can type "cat
Movelist" to read that file or "cat > Movelist" to write to that file.
|
>
>
>
>
>
>
>
>
|
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
you can also use the keys F1, F2, F3, F4 to replay a specified number of
moves (1, 10, 100, or 1000), or the same keys with SHIFT to rewind that
number of moves.
You can set a mark by pushing F5. You can then push F6 or F7 to rewind or
replay up to this point. The marks are also saved with each level and is
saved in the user cache database too.
You can also delete moves by pushing the DELETE key (the next move to be
played in the replay list is deleted), or toggle insertion mode by pushing
the INSERT key. While insertion mode is active, the move list displays
"I~" and any new moves entered will be inserted into the current position
in the move list instead of overwriting it. Insertion mode is reset when
restarting a level or accessing a different level, and will be temporarily
disabled while playing back the replay list.
You can also import/export move lists. Push CTRL+I to import or CTRL+X
to export, and at the prompt type the operating system command which will
send the move list to stdout or receive the move list from stdin, for
example if you want the file called "Movelist" then you can type "cat
Movelist" to read that file or "cat > Movelist" to write to that file.
|
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
KP - Previous level
SHIFT+KP + Last level
SHIFT+KP - First level
ALT+G Inspect globals
ALT+P Begin slow replay
ALT+[ Increase slow replay speed
ALT+] Decrease slow replay speed
Mouse (in grid):
MIDDLE Describe topmost object
RIGHT Inspect objects (main world)
SHIFT+RIGHT Inspect objects (bizarro world)
|
>
>
|
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
|
KP - Previous level
SHIFT+KP + Last level
SHIFT+KP - First level
ALT+G Inspect globals
ALT+P Begin slow replay
ALT+[ Increase slow replay speed
ALT+] Decrease slow replay speed
INS Toggle insertion mode
DEL Delete a move
Mouse (in grid):
MIDDLE Describe topmost object
RIGHT Inspect objects (main world)
SHIFT+RIGHT Inspect objects (bizarro world)
|