安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题









go to:
workshop\content\784150\1977914505\Aggregate_Harbour_Large
-> building.ini
replace
$SHIP_STATION 20 0 10 20 0 90
$SHIP_STATION 20 0 -90 20 0 10
with
$SHIP_STATION 48 0 -120 48 0 120
This will replace the 2 small ship docking spaces with 1 for all large ship sizes.
(like workshop\content\784150\1977914505\Aggregate_Harbour_Small) -> open building.ini
navigate to $STORAGE RESOURCE_TRANSPORT_GRAVEL 1
(or oil... etc)
and after add
$ELETRIC_CONSUMPTION_LOADING_FIXED 0.2
$ELETRIC_CONSUMPTION_UNLOADING_FIXED 0.2
(or 0.05)
I don't suppose you have a fix for the power consumption as well? These consume more power than the vanilla harbors and can make power management problematic.
workshop\content\784150\1977914505\Aggregate_Harbour_Small
1. move all .dss images in /recources/ directory
--------------------
navigate directory
\1977914505\Aggregate_Harbour_Large
edit files ----> Aggregate_Harbour_Lg.mtl. And Aggregate_Harbour_Lg_e.mtl
edit line's
$TEXTURE_MTL 0 ../Textures/
to following
$TEXTURE_MTL 0 ../resources/
--------------------------------------------------------------
do same thing
\1977914505\Aggregate_Harbour_Small
edit
Aggregate_Harbour_Sm.mtl and Aggregate_Harbour_Sm_e.mtl
edit line's
$TEXTURE_MTL 0 ../Aggregate_Harbour_Small/
to
$TEXTURE_MTL 0 ../resources/
-----------------------------------------------------------------
Now all the .dss textures should be inside ../resources/
and that fix the issue.
[code]$SHIP_STATION 20 0 10 20 0 90
$SHIP_STATION 20 0 -90 20 0 10[/code]
Like second value is taken into UI. Shouldn't it be -90 -10 so both piers could take 80m ships only?