Hello, i’m making myself a tuning pack to increase population (Attributes → army → race_population_cap_table → max_personnel_cap) i was wondering how to change house’s capacity (which is set 10 as default), how to increase player’s&AI construction,harvest,research speed’s to another default value, can someone help me out please? Will be very grateful
建筑和研究速度由time_seconds参数决定。例如:
attributes\ebps\races\french\buildings\building_town_center_fre\building_town_center_freextensions → cost → time_cost → time_seconds = 150attributes\upgrade\races\common\research\upgrade_villager_healthextensions → upgrade_bag → time_cost → time_seconds = 20
采集速度由gather_rate参数决定。例如:
attributes\ebps\races\french\units\unit_villager_1_fre→ extensions → resource_gatherer_ext → gather_types → 1. gather_target → gather_rate = 0.75
通过“调整包”模组修改房屋的人口容量可能会比较困难。需要修改的条目位于statemodel_schema/attributes/buildings/house schema_bag → int_properties → statemodel_int_property → default。但statemodel_schema目录下的文件无法被clone。我找到了一个替代方案,可以通过“游戏模式”模组来实现。具体方法可以参考:Change pop-increase for houses (statemodel_schema) - #4 by MoLkoIce
Construction and Research speed are determined by time_seconds. For example,
attributes\ebps\races\french\buildings\building_town_center_fre\building_town_center_freextensions → cost → time_cost → time_seconds = 150attributes\upgrade\races\common\research\upgrade_villager_healthextensions → upgrade_bag → time_cost → time_seconds = 20
Harvest speed is determined by gather_rate. For example,
attributes\ebps\races\french\units\unit_villager_1_freextensions → resource_gatherer_ext → gather_types → 1. gather_target → gather_rate = 0.75
Modifying the house’s population capacity via a Tuning Pack can be challenging. The item you need to edit is located in statemodel_schema/attributes/buildings/house schema_bag → int_properties → statemodel_int_property → default. However, files under statemodel_schema cannot be cloned. I’ve found a solution via the Game Mode instead. Change pop-increase for houses (statemodel_schema) - #4 by MoLkoIce
My ADVANCED OPTIONS mod actually lets you configure all of that in the game setup screen!