You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thought it'd be worth to mention that your process can be used to make Indiana Jones and the Fate of Atlantis playable on ScummVM and DOSBox.
I didn't test the process in the Steam or GOG versions, but in the Amazon Prime version and in the Windows version from Humble Trove (the latter no longer being available for download), you can do the steps below to get the "missing" file:
Install the game. The Prime version should prompt when installing the game where it will be placed, and the Trove version is installed on C: > Program Files (x86) > Lucasfilm Ltd Disney > Indiana Jones and the Fate of Atlantis
If you're on Linux/WSL, run either of these commands:
dd if="Indiana Jones and the Fate of Atlantis.exe" of=ATLANTIS.000 bs=1 skip=224336 count=12035
If you're on Windows, download dd.exe, libiconv2.dll and libintl3.dll and place them along with either "Indiana Jones and the Fate of Atlantis.exe" or "testapp.exe".
Then, if you're using the CMD, run either of these commands:
".\dd.exe" "if=.\Indiana Jones and the Fate of Atlantis.exe" "of=.\ATLANTIS.000" bs=1 skip=224336 count=12035
All 6 commands should output the exact same file. Also the files' sha1sum:
f836e9d15490955d22b6f88072c55fb6b751dc10 Indiana Jones and the Fate of Atlantis.exe
f836e9d15490955d22b6f88072c55fb6b751dc10 testapp.exe
47b11368ae266ac6f8a48e781d6eb274531a6e35 ATLANTIS.000
After extracting the file, if you want to run the game on DOSBox, just place the extracted file inside the folder ATLANTIS in the game's folder, then run ATLANTIS.EXE with DOSBox.
If you want to play it on ScummVM, you only need ATLANTIS.000, ATLANTIS.001 and MONSTER.SOU in the same folder, then point ScummVM to the folder where the files are. And Retroarch can launch the game from any of the 3 files.
The text was updated successfully, but these errors were encountered:
Thought it'd be worth to mention that your process can be used to make Indiana Jones and the Fate of Atlantis playable on ScummVM and DOSBox.
I didn't test the process in the Steam or GOG versions, but in the Amazon Prime version and in the Windows version from Humble Trove (the latter no longer being available for download), you can do the steps below to get the "missing" file:
Install the game. The Prime version should prompt when installing the game where it will be placed, and the Trove version is installed on C: > Program Files (x86) > Lucasfilm Ltd Disney > Indiana Jones and the Fate of Atlantis
If you're on Linux/WSL, run either of these commands:
If you're on Windows, download dd.exe, libiconv2.dll and libintl3.dll and place them along with either "Indiana Jones and the Fate of Atlantis.exe" or "testapp.exe".
Then, if you're using the CMD, run either of these commands:
And if you're using PowerShell, run either of these commands:
All 6 commands should output the exact same file. Also the files' sha1sum:
f836e9d15490955d22b6f88072c55fb6b751dc10 Indiana Jones and the Fate of Atlantis.exe
f836e9d15490955d22b6f88072c55fb6b751dc10 testapp.exe
47b11368ae266ac6f8a48e781d6eb274531a6e35 ATLANTIS.000
After extracting the file, if you want to run the game on DOSBox, just place the extracted file inside the folder ATLANTIS in the game's folder, then run ATLANTIS.EXE with DOSBox.
If you want to play it on ScummVM, you only need ATLANTIS.000, ATLANTIS.001 and MONSTER.SOU in the same folder, then point ScummVM to the folder where the files are. And Retroarch can launch the game from any of the 3 files.
The text was updated successfully, but these errors were encountered: