From: <spo...@us...> - 2007-04-29 14:57:53
|
Revision: 421 http://svn.sourceforge.net/opengate/?rev=421&view=rev Author: spom_spom Date: 2007-04-29 07:57:54 -0700 (Sun, 29 Apr 2007) Log Message: ----------- Added mandatory mesh entry to ship description Modified Paths: -------------- trunk/data/ships/octavius/apteryx/apteryx.xml trunk/data/ships/quantar/storm/storm.xml Modified: trunk/data/ships/octavius/apteryx/apteryx.xml =================================================================== --- trunk/data/ships/octavius/apteryx/apteryx.xml 2007-04-29 11:57:45 UTC (rev 420) +++ trunk/data/ships/octavius/apteryx/apteryx.xml 2007-04-29 14:57:54 UTC (rev 421) @@ -2,8 +2,8 @@ <ship> <!-- Naming --> - <faction>Ocavius</faction> - <name>Storm</name> + <faction>octavius</faction> + <name>apteryx</name> <!-- Generic Data --> <class>Patrol Trainer</class> @@ -32,4 +32,7 @@ <pitch>0.001571</pitch> <!-- 90.0 in jossh --> <roll>0.001222</roll> <!-- 70.0 in jossh --> <yaw>0.001396</yaw> <!-- 80.0 in jossh --> -</ship> \ No newline at end of file + + <mesh>apteryx.mesh</mesh> + <baseyaw>-90</baseyaw> +</ship> Modified: trunk/data/ships/quantar/storm/storm.xml =================================================================== --- trunk/data/ships/quantar/storm/storm.xml 2007-04-29 11:57:45 UTC (rev 420) +++ trunk/data/ships/quantar/storm/storm.xml 2007-04-29 14:57:54 UTC (rev 421) @@ -2,8 +2,8 @@ <ship> <!-- Naming --> - <faction>Quantar</faction> - <name>Storm</name> + <faction>quantar</faction> + <name>storm</name> <!-- Generic Data --> <class>Mining Trainer</class> @@ -32,4 +32,7 @@ <pitch>0.001047</pitch> <!-- 60.0 in jossh --> <roll>0.001571</roll> <!-- 90.0 in jossh --> <yaw>0.001571</yaw> <!-- 90.0 in jossh --> + + <mesh>storm.mesh</mesh> <!-- 90.0 in jossh --> + <baseyaw>-90</baseyaw> </ship> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |