Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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?