安装 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(越南语)
Українська(乌克兰语)
报告翻译问题










The devs have made more changes affecting the vanilla Iowa. I'm sharing them with you in case you want to sync them with your mod.
* The 5" gun ammo has been changed to usn_cal_5in38
* The devs have removed a duplicate entry, which is this:
[coll_ss9]
Collider=usn_bb_iowa_coll_ss9
TIA ;)
One last suggestion, if you'll allow me. To avoid compatibility issues with the version control added in the latest betas, add these lines to the end of the _info.ini file.
[Compatibility]
;ApproximateVersion is the second check and will override all statements below. This checks MAJOR and MINOR match but will accept a higher PATCH.
;Would recommend this as a default for starters.
ApproximateVersion=0.3.2
In the latest beta version of the game (#191), the devs have removed these lines from the Iowa .ini file. I'm mentioning this in case you want to verify it with your versions.
[---------- System Groups ----------]
#####################################################################
# System Groups (for damage model and display)
# ... ----------
[SG_CIC]
Compartment=2
LanguageResource=SG_CIC
[SG_Engine]
Compartment=3
LanguageResource=SG_Engine
[SG_Propulsion]
Compartment=4
LanguageResource=SG_Propulsion
[SG_Rudder]
Compartment=5
LanguageResource=SG_Rudder
#---------- Sensors ----------
#---------- Weapons ----------
#---------- Magasines ----------
I've detected some minor bugs in this mod, I'm letting you know so you can fix them as soon as possible.
1. In the early Iowa, warnings are being generated with coll_mk28_mag_9 and coll_mk28_mag_10 in the logs, and this is because NumberOfColliders needs to be changed to 59.
2. For both ships, this line needs to be changed in [WeaponSystem19], which is the correct value: Gun1=127mm_Turret_4_Barrels (Turret2_is incorrectly listed).
And now, a question: Why haven't you commented out all the missile weapon lines, but only the definition? Could uncommented lines within those definitions cause problems?