|
|
Line 121: |
Line 121: |
| ===Commodore 64 releases=== | | ===Commodore 64 releases=== |
|
| |
|
| All the Commodore 64 releases should have their PRG extracted using [https://vice-emu.sourceforge.io/vice_14.html c1541 (Vice)]. First check the corresponding file to extract:
| | Commodore 64 releases are not supported yet, either for Driller nor for other Freescape games yet. It is very hard to get access to the files from the original releases since their data is heavily protected by anti-cheats. Once that is solved, the support should be easy to add. |
| | |
| <code>c1541 -attach driller.d64 -list</code>
| |
| | |
| Then, extract the file:
| |
| | |
| <code>c1541 -attach driller.d64 -read driller</code>
| |
| | |
| Some releases are packed. Use [https://csdb.dk/release/?id=173885 unp64] to unpack the prg as much as necessary (this step will not be necessary in future versions).
| |
| | |
| Once the data is saved and unpacked, rename the file as "driller.c64.extracted" (or "spacestationoblivion.c64.extracted" depending on the origin of the release) and ScummVM should detect it as the game to play it. | |
|
| |
|
| ===DOS releases=== | | ===DOS releases=== |