As the title says, I'm trying to create the attach points for the carrier catapult blast shields (JBD's). I've written the XML the same as the other attach points that are working fine.
PartNames
JBD_1
PartDataDefs
JBD_1 <?xml version="1.0" encoding="ISO-8859-1" ?> <FSMakeMdlData version="9.0"> <Attachpoint name="attachpt_blast_shield_1"> </Attachpoint> </FSMakeMdlData>
The Wiki and also the Microsoft seem sort of vague on exactly the modeler is suppose to do..
For each catapult required add an attachpt_catapult_start_n, attachpt_catapult_end_n, and an attachpt_blast_shield_n. The start position is the point where the aircraft should connect its launch bar. The blast shield point should be the center hinge of the shield.
http://www.fsdeveloper.com/wiki/index.php?title=Catapult/Arrestor_Operations_(FSXA)
http://www.fsdeveloper.com/wiki/index.php?title=Catapult/Arrestor_Operations_(FSXA)
https://msdn.microsoft.com/en-us/library/cc526950.aspx
https://msdn.microsoft.com/en-us/library/cc526950.aspx
When I try to compile the model in FSDS I get this error
OutputFile: _temp.MDL
Output file after modification: _temp.MDL
Creating output MDL file: _temp.MDL
CRASHTREE no granularity specified
CRASHTREE completed in 00:00:00.0156250
<!-- ++++ Processing Animation : switch_master_starter_all ++++ -->
error :
error : Failed processing animation file!!
error :
error : System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
error : at System.Guid..ctor(String g)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.FileExporter.WriteGuid(String S)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.ANIMProcessor.WriteGUID(String GUID)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.ANIMProcessor.WriteANIM(XmlNode node)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.ANIMProcessor.WriteANIMLib(XmlNode node)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.ANIMProcessor.GenerateOutput(FileExporter Exporter)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.XAnimToAnimLib.Process(Stream OutputStream)
Not sure where to go from here, Any ideas?
PartNames
JBD_1
PartDataDefs
JBD_1 <?xml version="1.0" encoding="ISO-8859-1" ?> <FSMakeMdlData version="9.0"> <Attachpoint name="attachpt_blast_shield_1"> </Attachpoint> </FSMakeMdlData>
The Wiki and also the Microsoft seem sort of vague on exactly the modeler is suppose to do..
For each catapult required add an attachpt_catapult_start_n, attachpt_catapult_end_n, and an attachpt_blast_shield_n. The start position is the point where the aircraft should connect its launch bar. The blast shield point should be the center hinge of the shield.
http://www.fsdeveloper.com/wiki/index.php?title=Catapult/Arrestor_Operations_(FSXA)
http://www.fsdeveloper.com/wiki/index.php?title=Catapult/Arrestor_Operations_(FSXA)
https://msdn.microsoft.com/en-us/library/cc526950.aspx
https://msdn.microsoft.com/en-us/library/cc526950.aspx
When I try to compile the model in FSDS I get this error
OutputFile: _temp.MDL
Output file after modification: _temp.MDL
Creating output MDL file: _temp.MDL
CRASHTREE no granularity specified
CRASHTREE completed in 00:00:00.0156250
<!-- ++++ Processing Animation : switch_master_starter_all ++++ -->
error :
error : Failed processing animation file!!
error :
error : System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
error : at System.Guid..ctor(String g)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.FileExporter.WriteGuid(String S)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.ANIMProcessor.WriteGUID(String GUID)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.ANIMProcessor.WriteANIM(XmlNode node)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.ANIMProcessor.WriteANIMLib(XmlNode node)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.ANIMProcessor.GenerateOutput(FileExporter Exporter)
error : at Microsoft.FlightSimulator.XAnimToAnimLib.XAnimToAnimLib.Process(Stream OutputStream)
Not sure where to go from here, Any ideas?