I have been getting this error message in my modded weapon damage upgrade although the mod seems to work perfectly.
(((Missing \n in .\GameInfo\RESEARCHSUBJECT_WEAPONDAMAGE_LASERTECH0.entity)))
Here is actual the research file
TXT
entityType "ResearchSubject"
IconBrushID "HUDICON_RESEARCHSUBJECT_WEAPONDAMAGE_LASERTECH0"
SmallIconBrushID "HUDICON_RESEARCHSUBJECT_WEAPONDAMAGE_LASERTECH0"
NameStringID "IDS_RESEARCHSUBJECT_WEAPONDAMAGE_LASERTECH0_NAME"
DescriptionStringID "IDS_RESEARCHSUBJECT_WEAPONDAMAGE_LASERTECH0_DESCRIPTION"
ResearchWindowLocation [ 7 , 0 ]
ResearchField "Combat"
Prerequisites
NumResearchPrerequisites 0
MinimumArtifactLevel -1
BaseUpgradeTime 30.000000
PerLevelUpgradeTime 5.000000
BaseCost
credits 400.000000
metal 0.000000
crystal 25.000000
PerLevelCostIncrease
credits 100.000000
metal 0.000000
crystal 25.000000
Tier 0
MaxNumResearchLevels 3
priority 1.000000
researchBoolModifiers 0
researchFloatModifiers 3
researchModifier
modifierType "WeaponDamageAdjustment"
baseValue 0.0
perLevelValue 0.05
linkedWeaponClass "LASERTECH"
researchModifier
modifierType "WeaponRateOfFireAdjustment"
baseValue 0.0
perLevelValue 0.05
linkedWeaponClass "LASERTECH"
researchModifier
modifierType "WeaponRangeAdjustment"
baseValue 0.0
perLevelValue 0.05
linkedWeaponClass "LASERTECH"
The error seems to have to do with the weapon range adjustment. when i have the "researchFloatModifiers" set to 3 i get the error but the increased range shows up in the upgrade tooltip ingame. If i set it to 2 i dont get the error but of course only the damage and fire rate changes show up in the tooltip, any ideas?