|
Yes, for example.
0040B027 |. 68 00345300 |PUSH darkston.00533400 ; ASCII "%c:\\music.mtf"
At first, %c is replaced with the letter of the first cd drive.
If loading from there fails because no or not the gamedisc in inside, it will try to load it from the next higher letter.
If all failed, "insert disc" message appears.
The exe and some .mft files are inside the "data" subdir, others are in the root dir.
After replacing the %c: with .\ getdrivetypea results always in 1 and ERROR_PATH_NOT_FOUND. Game crashes then.
Last edited by Cowsheep; 12-09-2010 at 10:09.
|