Building model not displayed in the city

Leoreth

Bofurin
Retired Moderator
Joined
Aug 23, 2009
Messages
38,037
Location
風鈴高等学校
So, I have a weird issue. I maintain two versions of the mod, the base mod and an expanded version that has Varietas Delectat and some other modules merged in.

In that version that includes VD, I have the problem that certain wonder models are not displayed in the city. Here is Istanbul with the Blue Mosque displayed (large building to the west):

bluemosque.png

However, the Hagia Sophia is also in the city, but it is nowhere to be seen on the map. If I remove the Blue Mosque, it suddenly shows up:

hagiasophia.png

In the normal version of my mod (without VD), both wonders are always shown in the city. In both versions of the mod, Hagia Sophia has its own LSYSTEM_HAGIA_SOPHIA, which is under the 3x3 node. Blue Mosque uses LSYSTEM_3x3. The wonders themselves do not differ between mod versions, but other buildings and city "filler" does. This phenomenon is independent of the size of the city.

Any ideas what is going on? I assume the game thinks there is not enough space or priority for rendering Hagia Sophia in the VD version. Do I have control over that? Is there a setting for this that might be different that I'm not considering? If anything, I would like to give preference to displaying wonders over filler or ordinary buildings.
 
*gentle bump* no ideas? not even a direction to look into?
 
Is the fVisibilityPriority the same for the specific building in both mods?
Are the relative fVisibilityPriority values consistent with other buildings in the mods?
 
Oh, that's exactly the value I was looking for. Expected it to be in the art defines, but now that I knew what to look for I realised it's in building infos.

I'll compare if they have different values in both mods.
 
Back
Top Bottom