Posted March 31, 2014
high rated
This will allow you to play Age of Wonders III while bypassing the launcher. It is up to you if this is useful.
What you need to know.
You need to know where your Age Of Wonders III is installed. For me it is "C:\GOG Games\Age of Wonders III\AoW3.exe" If you installed to a different directory then you will need to figure this out on your own and make that alteration in your .bat file.
You need to have already created a profile with Triumph Studios know what your profile name is. Replace PROFILENAME below with your profile name. This is probably case sensitive.
Decide if you want to play offline or online. You MUST play offline if you use the GUEST account.
1) Create an ascii or UTF-8 text file with the file extension ending with .bat (i.e. run.bat). In Notepad you can save the file as "run.bat" WITH THE QUOTES to force it to save it as a .bat file.
2) Copy the following two lines to the first line of the .bat file.
@ECHO OFF
CD "C:\GOG Games\Age of Wonders III\"
3a) ONLINE MODE: Copy the following line to to the second line of the .bat file.
Edited on 7 April, 2014 to allow the .bat file to be located anywhere and not just from the game's directory.
"C:\GOG Games\Age of Wonders III\AoW3.exe" -profile "PROFILENAME" -no_registration
3b) OFFLINE MODE: Copy the following line to to the second line of the .bat file.
"C:\GOG Games\Age of Wonders III\AoW3.exe" -profile "PROFILENAME" -offline
3c) GUEST MODE: Copy the following line to to the second line of the .bat file.
"C:\GOG Games\Age of Wonders III\AoW3.exe" -profile "GUEST" -offline
4) Save the changes. You should probably also close the text editor.
If you want to play online and your Triumph Studios profile name is "StudBeefpile" then your .bat file should look like the one below. (Yes, that is an Escape Velocity reference).
@ECHO OFF
CD "C:\GOG Games\Age of Wonders III\"
"C:\GOG Games\Age of Wonders III\AoW3.exe" -profile "StudBeefpile" -no_registration
Note: Graphics and Audio settings are saved and loaded with your profile.
What you need to know.
You need to know where your Age Of Wonders III is installed. For me it is "C:\GOG Games\Age of Wonders III\AoW3.exe" If you installed to a different directory then you will need to figure this out on your own and make that alteration in your .bat file.
You need to have already created a profile with Triumph Studios know what your profile name is. Replace PROFILENAME below with your profile name. This is probably case sensitive.
Decide if you want to play offline or online. You MUST play offline if you use the GUEST account.
1) Create an ascii or UTF-8 text file with the file extension ending with .bat (i.e. run.bat). In Notepad you can save the file as "run.bat" WITH THE QUOTES to force it to save it as a .bat file.
2) Copy the following two lines to the first line of the .bat file.
@ECHO OFF
CD "C:\GOG Games\Age of Wonders III\"
3a) ONLINE MODE: Copy the following line to to the second line of the .bat file.
Edited on 7 April, 2014 to allow the .bat file to be located anywhere and not just from the game's directory.
"C:\GOG Games\Age of Wonders III\AoW3.exe" -profile "PROFILENAME" -no_registration
3b) OFFLINE MODE: Copy the following line to to the second line of the .bat file.
"C:\GOG Games\Age of Wonders III\AoW3.exe" -profile "PROFILENAME" -offline
3c) GUEST MODE: Copy the following line to to the second line of the .bat file.
"C:\GOG Games\Age of Wonders III\AoW3.exe" -profile "GUEST" -offline
4) Save the changes. You should probably also close the text editor.
If you want to play online and your Triumph Studios profile name is "StudBeefpile" then your .bat file should look like the one below. (Yes, that is an Escape Velocity reference).
@ECHO OFF
CD "C:\GOG Games\Age of Wonders III\"
"C:\GOG Games\Age of Wonders III\AoW3.exe" -profile "StudBeefpile" -no_registration
Note: Graphics and Audio settings are saved and loaded with your profile.
Post edited April 07, 2014 by MrNybbles