Quick Modding Questions Thread

Is there a way of knowing how many civs are going to be in the game during the "UpdateDatabase" - "Actions" when creating the mod? I'd like to add more Beliefs if there are more then 9 players.
 
Is there a way of knowing how many civs are going to be in the game during the "UpdateDatabase" - "Actions" when creating the mod? I'd like to add more Beliefs if there are more then 9 players.
I think there's no way to have 9 players so far, the maximum is 8. Or do you know the method to have 9 or more players?
 
I think there's no way to have 9 players so far, the maximum is 8. Or do you know the method to have 9 or more players?
The number of players is set in the map config tables. I made a mod which has setting for more players. However i noticed in Exploration there are not enough religions for or more players. I'm going to add extra copies of the existing beliefs but i'd like to only as many as the number of players rather then a set amount.

 
Is there something in the game files that limits the stacking of empire resource bonuses?
 
Hi, I hope this is a simple question, but is there a way to modify specific bonuses the AI have on specific difficulty levels? I want to keep playing on Deity but I want to surgically remove the +8 combat bonus due to difficulty. Once I know how to do this I might also tweak other benefits they get, but for now I just want to know where I go in the files to modify/remove this combat bonus.

1747467076329.webp
 
Probably a very stupid question, but I can't seem to find how to reuse the Memento images / icons.
I wish to use them for new buildings like below.

<?xml version="1.0" encoding="UTF-8"?>
<Database>
<IconDefinitions>

<!-- TYPE DISTRICT -->
<Row> <ID>BUILDING_DISTRICTXY01_00</ID> <Path>blp:city_buildings_hi</Path> </Row>
</IconDefinitions>
</Database>
 
Back
Top Bottom