Difference between revisions of "Freescape"

Jump to navigation Jump to search
591 bytes added ,  12:32, 2 December 2022
no edit summary
(3 intermediate revisions by the same user not shown)
Line 26: Line 26:


* Mouse and mouselook support for every game. For instance, the original Driller only had mouse support for Amiga and Atari, the rest of the releases allowed to use only keyboard or joystick.
* Mouse and mouselook support for every game. For instance, the original Driller only had mouse support for Amiga and Atari, the rest of the releases allowed to use only keyboard or joystick.
* Unified controls: Different releases featured different type of inputs and controls. ScummVM implementation unified them.
* Faster framerate. The original games run at 10fps (or less) while our implementation aims to have around 60fps or more. In theory, this should not affect the gameplay but this is still an area of research.
* Faster framerate. The original games run at 10fps (or less) while our implementation aims to have around 60fps or more. In theory, this should not affect the gameplay but this is still an area of research.


Line 33: Line 34:
* Support for high-quality pre-recorded sounds: the DOS releases uses PC speaker sounds, which will not sound exactly the same if they are emulated, so we included pre-recorded version from real hardware. The same will be available for other releases which do not feature sample sounds (C64, ZX Spectrum and AmstradCPC).
* Support for high-quality pre-recorded sounds: the DOS releases uses PC speaker sounds, which will not sound exactly the same if they are emulated, so we included pre-recorded version from real hardware. The same will be available for other releases which do not feature sample sounds (C64, ZX Spectrum and AmstradCPC).
* Restored music from different releases: most of [http://vgmpf.com/Wiki/index.php/Freescape_games the Freescape game releases do not feature any music at all] (e.g. the DOS releases). Our implementation will allow, if the user owns more than one release, to replay the music from one release using other one. It will also allow to include restored music in the future.
* Restored music from different releases: most of [http://vgmpf.com/Wiki/index.php/Freescape_games the Freescape game releases do not feature any music at all] (e.g. the DOS releases). Our implementation will allow, if the user owns more than one release, to replay the music from one release using other one. It will also allow to include restored music in the future.
* Extended [[Freescape#Cheats| cheats]].


== How to switch different renderers==
== How to switch different renderers==
Line 64: Line 66:
took several decades (!) and includes the following people:
took several decades (!) and includes the following people:


*John Elliott for reverse engineering the file formats for 8-bit games and producing some code for rendering levels (2001)
* John Elliott for reverse engineering the file formats for 8-bit games and producing some code for rendering levels (2001)


* Thomas Harte for reverse engineering part of the file formats for 16-bit games as well as creating the original code of Phantasma, which served as initial code for this engine: https://github.com/TomHarte/Phantasma/ (2013).
* Thomas Harte for reverse engineering part of the file formats for 16-bit games as well as creating the original code of Phantasma, which served as initial code for this engine: https://github.com/TomHarte/Phantasma/ (2013).


*Jason "Joefish" Railton for providing some example code on decoding of Atari-ST Neochrome (.NEO) format low-resolution 16-colour images (2016).
* Jason "Joefish" Railton for providing some example code on decoding of Atari-ST Neochrome (.NEO) format low-resolution 16-colour images (2016).


* Richard Quirk for providing valuable information of the reverse engineering of Castle Master and other Freescape games.
* Richard Quirk for providing valuable information of the reverse engineering of Castle Master and other Freescape games.


*Chris Allen for providing valuable information and code for reproducing sound effects. He also provided high-definition recorded versions of emulated Driller sounds which are used by this engine.
* Chris Allen for providing valuable information and code for reproducing sound effects. He also provided high-definition recorded versions of emulated Driller sounds which are used by this engine.
 
==Cheats==
 
The ScummVM reimplementation of Freescape features a number of generic cheats that are implemented for every supported game:
 
* Avoid failing: this disable falling in edges. The player will not able to complete a movement if it causes to fall.
 
* Disable sensor: sensors will not shoot the player.
 
* Extended timer: the game timer will be set to 99:59:59, which should give plenty of time to finish any game.


==External links==
==External links==
155

edits

Navigation menu