============================================================== How to get Steam version of Indy3 work with ScummVM and Dosbox ============================================================== No modifications to ScummVM needed. Syeam version is missing one file called 00.LFL. It is inside executable file "Indiana Jones and the Last Crusade.exe" ------------------------------------------------------------- Buy and install Indiana Jones And The Last Crusade from Steam ------------------------------------------------------------- Please buy the game. It is not so expensive. Price is Only $4. Wine worked great for downloading. http://store.steampowered.com/genre/Adventure/ ----------- Make backup ----------- Accidents can happen. ------ Use dd ------ command: "dd if=Indiana\ Jones\ and\ the\ Last\ Crusade.exe of=00.LFL bs=1 skip=162056 count=6295" Copy/move it to the same directory where other LFL files are. bs, tells how many bytes is one block. skip, tells how many blocks are skipped from the start count, tells number of blocks to be writen To find right parameters to dd were not easiest part. But reading ScummVM sources and using hexeditor helped to solve the problems. ------ Result ------ * No need to modify ScummVM * Works with Dosbox * Windows/Wine free gameplay