Stellaris

Stellaris

Better Planet View - Zone Compact Mode
6 Comments
Antlantas 12 hours ago 
Thank you for the fix!
喵小夕 · F_thx  [author] 22 Jun @ 10:43am 
@DD人 已修复
@Antlantas fixed
DD人 22 Jun @ 2:57am 
接楼上,本MOD目前无法兼容10 building solts,求作者更新
Antlantas 20 Jun @ 1:09am 
Currently this mod seems to break ~BPV - More Building Slots - Zone : 10 Building Slots. Tried running it after it and was only getting 5 slots to show even when I tried scrolling.
詹姆士x 5 Jun @ 4:50pm 
这玩意死活没改明白。但是用前置的那个改出来了。

# 城市 特化 Box
@BPV_CITYZONES_x = 350
@BPV_CITYZONES_y = 40 # start y
@BPV_CITYZONES_w = 710
@BPV_CITYZONES_h = 1000 # (max 10 Zone)
@BPV_CITYZONES_slotSize_w = 300
@BPV_CITYZONES_slotSize_h = 52 #减半
@BPV_CITYZONES_max_horizontal = 1
@BPV_CITYZONES_max_vertical = 10



# 城市 特化 单个特化
@BPV_CITYZONE_x = 0
@BPV_CITYZONE_y = 0
@BPV_CITYZONE_w = 350
@BPV_CITYZONE_h = 50 # 高度减半



# 城市 空闲区划 Box
@BPV_CITY_gridBox_x = 12
@BPV_CITY_gridBox_y = 165
@BPV_CITY_gridBox_w = 70
@BPV_CITY_gridBox_h = 300 #500
@BPV_CITY_gridBox_max_horizontal = 3 # 3也不会挡路
@BPV_CITY_gridBox_max_vertical = 40
@BPV_CITY_gridBox_item_w = 24
@BPV_CITY_gridBox_item_h = 15
@BPV_CITY_gridBox_format = left_lower #lower_left 先左再下看着比较爽
詹姆士x 5 Jun @ 11:28am 
如果我不想要这里面的滑动条,让内容器只有一行的高度。要改啥。