Not sure if this is the appropriate place to ask, but when I try to install this, I get the error message "You don't have all the required DLCs installed. Vos Populi can't be installed if DLCs are missing."
I've been using VP for years, and I double checked (still have the install file from my current version, 4.16.2, which I installed in November last year), and it works; I'm definitely not missing any DLCs. Do you think it's worth uninstalling CIV 5 and reinstalling everything?
Check the contents of Assets/DLC in your Civilization 5 folder. Do you have folders 'DLC_Deluxe' and 'DLC_01' through 'DLC_07'?

From the next version on the error message in the installer will be more detailed, mentioning which DLCs are missing.
 
I'm getting a CTD during turn 79 of the Barbarian turn. Can you tell me why? I've checked all the database LUA logs and there's no problem. Looking at the messages, I see that the Barbarian spearman is doing something and then suddenly gets a CTD.
[453458.312] DBG: UpdateMoves() : player 63 야만인 우두머리 크롬 running AutoMission (NO_MISSIONAI) on 창병 id=4022
[453458.312] DBG: UpdateMoves() : player 63 야만인 우두머리 크롬 running AutoMission (NO_MISSIONAI) on 창병 id=4023
[453458.312] DBG: CheckPlayerTurnDeactivate() : auto-moves complete for 야만인 우두머리 크롬
[453461.437] DBG: Game Turn 79
CTDs happen in the DLL, the lua log won't tell you anything. Download the debug version of the DLL from here (Assets > Debug.zip), replace (1) Community Patch/CvGameCore_Expansion2.dll with the downloaded file. Then reproduce the crash once again, make a bug report on github and attach the generated minidump.
 
Check the contents of Assets/DLC in your Civilization 5 folder. Do you have folders 'DLC_Deluxe' and 'DLC_01' through 'DLC_07'?

From the next version on the error message in the installer will be more detailed, mentioning which DLCs are missing.
Thanks. I do have them (DLC 1-7, Delux, and SP-Maps). I'm still enjoying the last version that worked, so I'll probably just wait for the next installer version to see what it says.
 
Hmm, weird. All the installer does at that point is check if the folders are present in Assets/DLC and display the error message if any of them are missing. If the wrong path to Civ 5 has been specified (a path that doesn't have Assets/DLC subfolders), a different error message is displayed.

This is what's being checked:
Code:
DirExists(CIVDirPage.Values[0] + '\Assets\DLC\DLC_01') and
DirExists(CIVDirPage.Values[0] + '\Assets\DLC\DLC_02') and
DirExists(CIVDirPage.Values[0] + '\Assets\DLC\DLC_03') and
DirExists(CIVDirPage.Values[0] + '\Assets\DLC\DLC_04') and
DirExists(CIVDirPage.Values[0] + '\Assets\DLC\DLC_05') and
DirExists(CIVDirPage.Values[0] + '\Assets\DLC\DLC_06') and
DirExists(CIVDirPage.Values[0] + '\Assets\DLC\DLC_07') and
DirExists(CIVDirPage.Values[0] + '\Assets\DLC\DLC_Deluxe') and
DirExists(CIVDirPage.Values[0] + '\Assets\DLC\Expansion') and
DirExists(CIVDirPage.Values[0] + '\Assets\DLC\Expansion2')
 
Thanks. It looks like I have them--could a conflict with one of the other items be an issue?
1758752758225.png
 
The patch notes mentions that there had been a bug, which was causing AIs not to BUY units requiring resources.

Did this bug have any impact on unit production or upgrading?

I am asking because I sometimes experienced AIs not upgrading modern units properly, and keeping obsolete units or spamming AA guns instead of having a good mix of units. When I took a seat with IGE, sometimes they were out of resources, but sometimes not.

In some games it was ok, in some games not, I modmod a lot of ideology-specific units, so I thought I might have broken something.

It seems the problem did not appear in my latest game with this version.

Thanks for your hard work - squishing elusive bugs is the worst :)
 
AI saves aluminum for spaceship parts if going for SV.
 
Anyone else noticed this? Engineer specialists produce more hammers than the expected (7), with even different values
Spoiler :

(8)
A126.pngA134.pngB119H.pngB128.png
or (9)
 
Last edited:
Production modifiers exist...
Thank you, I did not know they also apply to specialists. Tooltip always shows 7:c5production:, but I am never opposed to getting more production. Actually, I noticed the difference only when I removed an engineer and lost more than expected...
 
Back
Top Bottom