View Single Post
  #15  
Old 12-09-2010, 09:47
Cowsheep Cowsheep is offline
Registered User
 
Join Date: Oct 2009
Location: Near OEP;)
Posts: 352
Thanks: 0
Thanked 13 Times in 4 Posts
Cowsheep is on a distinguished road
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.
Reply With Quote