Stellaris

Stellaris

Better Planet View
喵小夕 · F_thx  [developer] 8 Jun @ 11:18pm
planet view UI DIY template

File to modify: `workshop/content/3481775336/interface/zz_planet_view.gui`
*(Always back up your UI – customizations may be overwritten during mod updates)*

微型 Mini
  • City 6 Slots
  • City 2 Zone
  • City Zone 3 Slots
  • District 3~10 Slots
  • District List 1 Line
####################### BPV DIY ####################### # 游戏内可通过 reload zz_planet_view.gui 重载此 gui # ingame `reload zz_planet_view.gui` to reload BPV UI @Planet_View_w = 1050 @Planet_Info_h = 280 @Governor_w = 228 @Governor_h = 180 # 城市建筑 City Building @CITY_vertical_HightNum = 2 @CITY_buildings_max_horizontal = 3 @CITY_buildings_max_horizontal_view = 3 # 城市特化 City Zone Building @CITYZONE_buildings_max_vertical = 1 @CITYZONE_buildings_max_horizontal = 3 @CITYZONE_buildings_max_horizontal_view = 3 # 区域建筑 District Building @DISTRICT_horizontal_max = 5 @DISTRICT_vertical_HightNum = 2 @DISTRICT_vertical_max = 2 @DISTRICT_LIST_max_horizontal_view = 1 @outputRight = 180 @outputTop = 0 @designation_button_x = -5 @designation_button_y = -5 @designation_button_w = 178 @designation_button_h = 40 @build_queue_button_x = -184 @build_queue_button_y = -45 @build_queue_button_w = 178 @build_queue_button_h = 40 ######################################################

默认 Default
  • City 20 Slots
  • City 2 Zone
  • City Zone 10 Slots
  • District 3~10 Slots
  • District List 2 Line
####################### BPV DIY ####################### # 游戏内可通过 reload zz_planet_view.gui 重载此 gui # ingame `reload zz_planet_view.gui` to reload BPV UI @Planet_View_w = 1050 @Planet_Info_h = 280 @Governor_w = 228 @Governor_h = 180 # 城市建筑 City Building @CITY_vertical_HightNum = 4 @CITY_buildings_max_horizontal = 5 @CITY_buildings_max_horizontal_view = 5 # 城市特化 City Zone Building @CITYZONE_buildings_max_vertical = 2 @CITYZONE_buildings_max_horizontal = 5 @CITYZONE_buildings_max_horizontal_view = 5 # 区域建筑 District Building @DISTRICT_horizontal_max = 5 @DISTRICT_vertical_HightNum = 2 @DISTRICT_vertical_max = 2 @DISTRICT_LIST_max_horizontal_view = 2 @outputRight = 0 @outputTop = 40 @designation_button_x = -156 @designation_button_y = -55 @designation_button_w = 170 @designation_button_h = 40 @build_queue_button_x = -157 @build_queue_button_y = -56 @build_queue_button_w = 146 @build_queue_button_h = 40 ######################################################

huge:
  • City 40 Slots
  • City 4 Zone
  • City Zone 10 Slots
  • District 3~10 Slots
  • District List 3 Line
####################### BPV DIY ####################### # 游戏内可通过 reload zz_planet_view.gui 重载此 gui # ingame `reload zz_planet_view.gui` to reload BPV UI @Planet_View_w = 1050 @Planet_Info_h = 280 @Governor_w = 228 @Governor_h = 180 # 城市建筑 City Building @CITY_vertical_HightNum = 8 @CITY_buildings_max_horizontal = 5 @CITY_buildings_max_horizontal_view = 5 # 城市特化 City Zone Building @CITYZONE_buildings_max_vertical = 2 @CITYZONE_buildings_max_horizontal = 5 @CITYZONE_buildings_max_horizontal_view = 5 # 区域建筑 District Building @DISTRICT_horizontal_max = 5 @DISTRICT_vertical_HightNum = 2 @DISTRICT_vertical_max = 2 @DISTRICT_LIST_max_horizontal_view = 3 @outputRight = 0 @outputTop = 40 @designation_button_x = -156 @designation_button_y = -55 @designation_button_w = 170 @designation_button_h = 40 @build_queue_button_x = -157 @build_queue_button_y = -56 @build_queue_button_w = 146 @build_queue_button_h = 40 ######################################################



Don't do this:
  • City 100 Slots
  • City 5 Zone
  • City Zone 6 Slots
  • District 3~20 Slots
  • District List 1 Line
####################### BPV DIY ####################### # 游戏内可通过 reload zz_planet_view.gui 重载此 gui # ingame `reload zz_planet_view.gui` to reload BPV UI @Planet_View_w = 1050 @Planet_Info_h = 280 @Governor_w = 228 @Governor_h = 180 # 城市建筑 City Building @CITY_vertical_HightNum = 10 @CITY_buildings_max_horizontal = 10 @CITY_buildings_max_horizontal_view = 10 # 城市特化 City Zone Building @CITYZONE_buildings_max_vertical = 2 @CITYZONE_buildings_max_horizontal = 3 @CITYZONE_buildings_max_horizontal_view = 3 # 区域建筑 District Building @DISTRICT_horizontal_max = 5 @DISTRICT_vertical_HightNum = 4 @DISTRICT_vertical_max = 4 @DISTRICT_LIST_max_horizontal_view = 1 @outputRight = 0 @outputTop = 80 @designation_button_x = -8 @designation_button_y = -12 @designation_button_w = 168 @designation_button_h = 40 @build_queue_button_x = -177 @build_queue_button_y = -56 @build_queue_button_w = 168 @build_queue_button_h = 40 ######################################################
Last edited by 喵小夕 · F_thx; 9 Jun @ 1:08am