Stellaris

Stellaris

151 ratings
~~ BPV - More Building Slots
9
2
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
630.805 KB
May 16 @ 4:18pm
May 22 @ 7:40pm
11 Change Notes ( view )

Subscribe to download
~~ BPV - More Building Slots

In 2 collections by 喵小夕 · F_thx
[4.x.x] 猫猫自用 (113mods)
137 items
小夕的模组
33 items
Description
BPV - More Building Slots: Craft Your Ideal Planets
Enhanced Default Slots:
  • City Building Slots increased to 10 (+4 from vanilla)
  • City Zone Building Slots increased to 4 (+1 from vanilla)
  • City Zone Slots remains at 2 (same as vanilla)
  • Zone Building Slots increased to 4 (+1 from vanilla)

Tailored Customization:
To meet diverse player preferences, we’ve crafted multiple sub-mods for you to customize your slot configurations:

Patches for This Mod:

Compatibility & Dependencies:
Requires the Better Planet View mod, a UI optimization mod. Other UI mods that support additional slots should theoretically be compatible.
Modifies vanilla zones and districts, but is compatible with most mods when the compatibility patch is installed.

Load Order: (Same number = Any position)
  1. UI Overhaul Dynamic
  2. Better Planet View
  3. ~~ BPV - More Building Slots
    ~ BPV - More Building Slots - City Slots
    ~ BPV - More Building Slots - Zone Building Slots
    🞄 BPV - More Building Slots - City Zone
  4. BPV - More Building Slots - Compatibility
  5. Other mods

Recommended Mods:

Notes for Mod Authors:
To ensure compatibility with BPV - More Building Slots, make the following adjustments:

common/zones/your_zone.txt:
zone_default (Core city zone):
max_buildings = @BPV_CITY_SLOT

zone_other (Other zones):
max_buildings = @BPV_ZONE_SLOT
planet_modifier = { zone_building_slots_add = @BPV_ZONE_SLOT }


common/districts/your_urban_districts.txt:
(Only modify primary urban districts)

Before:

zone_slots = {
slot_city_government
slot_city_01
your_slot_city_02
}


After:

inline_script = {
script = districts/BPV_district_slots2
GOVERNMENT = slot_city_government
SLOT1 = slot_city_01
SLOT_END = your_slot_city_02
}

This script duplicates the END specialization until the user-defined slot count is reached. For further customization:

inline_script = {
script = districts/BPV_district_slots4
GOVERNMENT = slot_city_government
SLOT1 = slot_city_01
SLOT2 = your_slot_city_02
SLOT3 = your_slot_city_03
SLOT_END = your_slot_city_04
}

...(omitted BPV_district_slots4, BPV_district_slots6, BPV_district_slots8)


inline_script = {
script = districts/BPV_district_slots
GOVERNMENT = slot_city_government
SLOT1 = slot_city_01
SLOT2 = your_slot_city_02
SLOT3 = your_slot_city_03
SLOT4 = your_slot_city_04
SLOT5 = your_slot_city_05
SLOT6 = your_slot_city_06
SLOT7 = your_slot_city_07
SLOT8 = your_slot_city_08
SLOT9 = your_slot_city_09
SLOT10 = your_slot_city_10
}

When using the script, providing only the initial parameters will hide unprovided SLOTs to restrict available slots.

Setting Default Values:
Ensure your mod functions without BPV by including default values:

common/scripted_variables/zzz_yourMod_BPV.txt:

@BPV_ZONE_SLOT = 3
@BPV_CITY_SLOT = 6


common/inline_scripts/districts/* (DO NOT rename files):
Copy all files from this mod’s common/inline_scripts/ to your mod.
95 Comments
白洲梓 11 hours ago 
毒圣会因为和这个mod冲突导致毒圣的骑士区划被吃掉
白洲梓 12 hours ago 
不好意思,麻烦了
白洲梓 12 hours ago 
能兼容一下猴版起源这个mod吗,就是这个 https://steamcommunity.com/sharedfiles/filedetails/?id=3486868624 中的毒圣
NachoAverageGuy 13 hours ago 
那是跟更多巨构不兼容嘛
Gula 16 hours ago 
再次你好,我有一个问题。.. 是否可以添加保存构造菜单的功能? 使施工队列在订购新建筑物后不打开。 在每个新建筑之后,施工队列窗口打开,并且考虑到您的修改的施工规模,构建所有内容变得漫长而困难。 不断地来回点击。 是否有可能做些什么呢?
Hebrux May 24 @ 8:18pm 
my Hero! :steamhappy:
Arathaea May 24 @ 8:00pm 
Is there an additional requirement to be able to specialize extra city zones? I downloaded the 3 zone submod, along with the vanilla 6 city/3 zone building slots submods, and can only specialize the third district on my capital and one other planet. Other planets, even when they have the Planetary Capital building, only show two available/existing zones when clicking on the button to add a specialization.
许多人 May 24 @ 3:34pm 
谢谢作者qwq
喵小夕 · F_thx  [author] May 24 @ 10:40am 
@许多人 兼容,排序任意
许多人 May 24 @ 9:52am 
请问作者,这个建筑槽系列的mod包括lag fix是否与小伞的ui系列mod兼容?如果兼容,需要怎么排序