I noticed Civ IV Diplomatic Features is now (4) instead if (1a). Does that mean we CP-only users can't use Putmalk's Vassal system?
It has always been 4. Putmalk's mod (1a) is something else.
G
I noticed Civ IV Diplomatic Features is now (4) instead if (1a). Does that mean we CP-only users can't use Putmalk's Vassal system?
No, the kind of issue he's describing is due to an error on this line:
Code:local OfficeClass = GameInfo.BuildingClasses[[B]hq.FreeBuildingThisCity[/B]];
FreeBuildingThisCity column doesn't exist, which suggests maybe his Buildings table isn't being properly loaded, which means he should also post his Database.log!![]()
I can only assume this is a client side issue. Please remove all non CPP mods until it works properly. It works fine on my end and for almost all other users.
G
Here are both files...
Ok the issue is due to the extra corporation added by JFD's EXCE. it didnt have freebuildingthiscity field in the insert into table
I added it and it works now
Ok the issue is due to the extra corporation added by JFD's EXCE. it didnt have freebuildingthiscity field in the insert into table
I added it and it works now
I only have one other mod, InfoAddict. I can remove that and try it.
It doesn't happen every time. I click very fast between windows, and sometimes I can click the event system multiple times, and choose additional options. That's the issue.
I also can also do it when selecting a policy, but there is no option to select a second one when opening it again. For events, you can choose again with the previously selected option now greyed out.
Thank you !Reverted delta change for savegames - may fix issue with AI civs getting a 'free turn' when you load a game.