Star Sonata
http://forum.starsonata.com/

Hotrod+
http://forum.starsonata.com/viewtopic.php?f=94&t=43787
Page 1 of 1

Author:  singurality [ Fri Mar 04, 2011 7:43 pm ]
Post subject:  Hotrod+

Hotrod+ fix, fixes space rat model/texture problem, added some shininess and specular as well as engine mount. Combat animation does not work, i used the normal hotrod animation for that.

Code:
</ship>
  <ship index="204">
    <default>
      <model>HotRod.obj</model>
      <texture>HotRod+.jpg</texture>
      <enginemounts>
            <mount0>0.0, 0.0, -20.0</mount0>
      </enginemounts>
      <shininess>25.0</shininess>
      <specularcolor>0.7, 0.7, 0.7</specularcolor>
     </default>
    <combat/>
   <anim>HotRod_Anim.x</anim>
    <combat/>
    <travel/>
 </ship>

Author:  JeffL [ Sat Mar 05, 2011 12:25 am ]
Post subject:  Re: Hotrod+

Thanks.

The animation on the Hot Rod is supposed to be the combat animation, which is what happens when you start to fight. Those are slightly buggy at the moment, though not sure why it wouldn't somewhat work here.

Author:  HAL [ Mon Mar 07, 2011 1:29 am ]
Post subject:  Re: Hotrod+

Combat animation might not work because the first combat tag is prematurely closed.

<combat/> <---- wrong
<anim>HotRod_Anim.x</anim>
<combat/>


<combat> <---- right
<anim>HotRod_Anim.x</anim>
<combat/>

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/