Just another Mod Chooser

The link on your DL page is broken due to hack attack as per Administrator announcement "Forum Security Breach...":(
 
Definitely saved alot of time and hassle. Thanks!
 
Please PM me if you run into any problems.

The program looks into the registry to find the installation-path.
As I heard, downloaded versions of civ store these values in a different path. Maybe that's why the program can't find it.
Personally I only got the DVD-version, that's why I don't know where to find the install-path for the dl-version...
 
I have the DVD version (Civilization IV Complete) but I get the same problem as TowerWizard anyway...
 
I finally :rolleyes: got the name of the registry key for the complete version from a person in another forum.

So there will be a new version soon (if I'm able to find the code).

If someone possess a steam version have a look into your registry and tell me, otherwisse there will be no version for you.

Btw thx to all those guys who gave me a bad rating in the dl-area just because they were to lazy to have a look into the forum and tell me that f***ing registry key.
 
Mine says


Unable to find an existing installation of Civilization 4!

Program will be terminated.

[I use Civ4Gold+BtS 3.17]
 
He might miss some registry entries. Here are all entries i know about, in 6 months noone complained about MapView not finding his installation.

Until this is fixed you should probably just fake the civ32 entry if you're on 32bit. etc.
Code:
	wxRegKey *civ32 =			new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Firaxis Games\\Sid Meier's Civilization 4");	 
	wxRegKey *civGold32 =		new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Firaxis Games\\Sid Meier's Civilization 4 Gold");
	wxRegKey *civComplete32 =	new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Firaxis Games\\Sid Meier`s Civilization 4 Complete");
	wxRegKey *bts32 =			new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Firaxis Games\\Sid Meier's Civilization 4 - Beyond the Sword");
	wxRegKey *warlords32 =		new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Firaxis Games\\Sid Meier`s Civilization 4 - Warlords");
	//64 bit
	wxRegKey *civ64 =			new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432node\\Firaxis Games\\Sid Meier's Civilization 4");
	wxRegKey *civGold64 =		new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432node\\Firaxis Games\\Sid Meier's Civilization 4 Gold");
	wxRegKey *civComplete64 =	new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432node\\Firaxis Games\\Sid Meier`s Civilization 4 Complete");	 
	wxRegKey *bts64 =			new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432node\\Firaxis Games\\Sid Meier's Civilization 4 - Beyond the Sword");
	wxRegKey *warlords64 =		new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432node\\Firaxis Games\\Sid Meier`s Civilization 4 - Warlords");
 
Same problem as above with the Complete version.

I finally :rolleyes: got the name of the registry key for the complete version from a person in another forum.

So there will be a new version soon (if I'm able to find the code).

Good to hear - is this still on it's way?

Thanks.
 
Back
Top Bottom