Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indiana Jones and the Fate of Atlantis #4

Open
Auster-South-Anemoi opened this issue Aug 3, 2021 · 1 comment
Open

Indiana Jones and the Fate of Atlantis #4

Auster-South-Anemoi opened this issue Aug 3, 2021 · 1 comment

Comments

@Auster-South-Anemoi
Copy link
Contributor

Auster-South-Anemoi commented Aug 3, 2021

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
dd if=testapp.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
".\dd.exe" "if=.\testapp.exe" "of=.\ATLANTIS.000" bs=1 skip=224336 count=12035

And if you're using PowerShell, 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
.\dd.exe if=.\testapp.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.

@Auster-South-Anemoi
Copy link
Contributor Author

And as a small note, if you have the MacOS version from Trove, all files come ready to be used, no extraction required.

@Auster-South-Anemoi Auster-South-Anemoi changed the title India Jones and the Fate of Atlantis Indiana Jones and the Fate of Atlantis Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant