657
edits
(Update examples of debugInput use) |
m (→General Issues) |
||
Line 3: | Line 3: | ||
* Add support for deleting and renaming of files, to enable original game's load and save system. | * Add support for deleting and renaming of files, to enable original game's load and save system. | ||
* Add support for o72_debugInput, which is used to display a message and request a response. The result is placed into a string array. The opcode is used: | * Add support for o72_debugInput, which is used to display a message and request a response. The result is placed into a string array. The opcode is used: | ||
** To select filename after pressing '5' key in putttime or puttzoo, when the debug level is set to 1 and | ** To select filename after pressing '5' key in putttime or puttzoo, when the debug level is set to 1 and CameraSaveOut=1' is added to the ScummVM config file. | ||
** To select level in the Eggs Away mini game of farm, when using username of 'PORKDUDE'. | ** To select level in the Eggs Away mini game of farm, when using username of 'PORKDUDE'. | ||
** To select level in the Anteater Feeder mini game of jungle, when using username of 'XOCIPIL'. | ** To select level in the Anteater Feeder mini game of jungle, when using username of 'XOCIPIL'. |
edits