View Single Post
Old 05-06-20, 08:28 PM   #2
schlangz
Nub
 
Join Date: May 2020
Location: Medellin, Colombia
Posts: 4
Downloads: 9
Uploads: 0
Default

Expansion and patch will install easily with their corresponding BAT files if you put AODCD (at least temporarily) in one of these folders:

Code:
IF EXIST C:\DYNAMIX\AOD\SIM\SUBSIM.EXE   goto def1
IF EXIST C:\DYNAMIX\AODCD\SIM\SUBSIM.EXE goto def2
IF EXIST C:\GAMES\AOD\SIM\SUBSIM.EXE     goto def3
IF EXIST C:\GAMES\AODCD\SIM\SUBSIM.EXE   goto def4
The BAT files will automatically detect the game and you don't have to specify the directory parameter at all.

By doing so you don't have to copy any extra stuff from the CD to the HD.
schlangz is offline   Reply With Quote