Missiles wont load on Frigates in DCM for RTW

The_Colonel

Chieftain
Joined
Jul 14, 2008
Messages
22
Location
Corona, CA., USA
I have DCM 3.19 (latest update) for BTS-RTW (latest update) and I can't load missiles on to the Frigates. Can anybody tell me how to fix this in the XML code? I can produce missiles and frigates. The missiles with go to cities and forts but won't load on to the Frigates (Frigates are able, or should be able, to carry 3 missiles each). This makes a big difference in naval battles far away from your civs shore line.

DCM (Dales Combat Mod)
BTS (Beyond the Sword)
RTW (Road to war mod)

Thanks
 
You were right. Your post sent me in the right direction. I found the error in CIV4UnitClassinfos.xml in Dales Combat Mod. The unit class for FRIGATE was corrected to:


Code:
<SpecialCargo>SPECIALUNIT_MISSILE</SpecialCargo>
			<DomainCargo>DOMAIN_LAND</DomainCargo>
			<iCargo>3</iCargo>

Originally "SpecialCargo" had nothing there and "icargo" was set to "0"

Strangly this didn't solve the problem. I compared the syntax to what's in the SUBMARINE unit class that allows a spy to ride as cargo and the syntax from the RTW mod under FRIGATES and the sections are identical to what you see above.

I don't understand why it didn't correct the problem.

What do you think?


______________
"The Weak Shall Perish"
 
You will need to start a new game. The original XML settings are embedded in the save file. Something I discovered as well.

Annoying I know, but to test the function. Just use worldbuilder in a new game and add frigates and missiles and see if they load.
 
Thanks for your help. This is the second time that you've come through when I needed help with a problem.

Much appreciated.

:worship:

____________
"The Weak Shall Perish"
 
No worries ... I enjoy the game and I want others to enjoy it as well.
 
Back
Top Bottom