Macross missiles progress
Moderator: Moderators
On request from someone (I think it was Saktoth?) I applied fixedLauncher to torpedos as well.
Other changes include the ability for all weapons to be used underwater with waterweapon=1, making ballistics use different gravity with the myGravity tag (if you want bombs to drop faster, for example), Lightning being able to damage shields and using flighttime to determine the TTL of all guided weapons.
Full changelog here
Other changes include the ability for all weapons to be used underwater with waterweapon=1, making ballistics use different gravity with the myGravity tag (if you want bombs to drop faster, for example), Lightning being able to damage shields and using flighttime to determine the TTL of all guided weapons.
Full changelog here
That sounds scary. Please tell me, KDR, that you've done plenty of testing. It certainly looks like it, from the screenie, but... eh... I don't want to find out that regular guided weapons are 25% less efficient now, they're already one of the massive pigs in Spring, due to the convoluted math of the trailsI'm a little bit afraid of all the COB changes

Is it possible to do a script to handle a 2-stage launch?
I did a little anim cause I was bored, but is something along these lines possible?
Or is this the end result of what you're working on now?
http://www.mrd.str8-6.com/files/rockettest.zip
I did a little anim cause I was bored, but is something along these lines possible?
Or is this the end result of what you're working on now?
http://www.mrd.str8-6.com/files/rockettest.zip
The changes were actually pretty simple. IIRC the only thing I changed about the COB was to rename the variable it uses for storing the weapon's firing position in Emit-SFX (since it was renamed in other parts of the code as well and not renaming it there would obviously cause trouble) and adding a callin (which was really small), the AimWeapon code isn't a real change to the COB engine itself, just the calls from the code. The projectile code wasn't changed much for missiles, only some case behaviour that prevents the smoketrail from being spawned if the right tag is set IIRC. StarBursts got some changes to make them obey several tags they previously ignored (startingvelocity, weaponacceleration, turnrate, flighttime) and let them keep their vector during ascent to allow for fixed launchers (otherwise they'd always fly straight up no matter where the launcher points). Oh and of course the change in the collision code to allow waterweapon=1 projectiles to go underwater.Argh wrote:That sounds scary. Please tell me, KDR, that you've done plenty of testing. It certainly looks like it, from the screenie, but... eh... I don't want to find out that regular guided weapons are 25% less efficient now, they're already one of the massive pigs in Spring, due to the convoluted math of the trailsI'm a little bit afraid of all the COB changes
And no, mid-air transformations are not supported.
- lgustavomp
- Posts: 27
- Joined: 18 Mar 2007, 14:13
Err.. i can't find any file, can someone help me?
http://spring.unknown-files.net/file/30 ... es_I_made/
http://spring.unknown-files.net/file/30 ... on_tweaks/
these links does not bring me anything but a "page not found"
i also searched unknown-files after those files but, without sucess.
Btw, i got KP div 0 blalabla 6 and opened. The virus uses a shot() 'function'. It probably is supposed to fire with both firepoints but, it doesn't here. It fire only the right cannon, maybe cause i don't have that 'patch'?
thx
http://spring.unknown-files.net/file/30 ... es_I_made/
http://spring.unknown-files.net/file/30 ... on_tweaks/
these links does not bring me anything but a "page not found"
i also searched unknown-files after those files but, without sucess.
Btw, i got KP div 0 blalabla 6 and opened. The virus uses a shot() 'function'. It probably is supposed to fire with both firepoints but, it doesn't here. It fire only the right cannon, maybe cause i don't have that 'patch'?
thx
Shot() and many other new things are implemented in svn (NOT in 0.75b2 release). You can use that if you install Spring nightly build from the buildbot. Next release will have those functions. Be warned that svn Spring is incompatible with 0.75b2 for online play.