Author Topic: Star Fox Arwing - Would you like to help?  (Read 740 times)

I have a WIP model of a Arwing I made from the game Star Fox.
Star Fox - Arwing WIP (View in 3D)


I've been wondering if there is anyone willing to make this a proper vehicle, I'm not good with air vehicles at all so here are the features I had in mind.

- Laser cannons like the original game
- Smart Bombs
- Particle effects coming from the back
- A nice flying control that is not so sensitive or hard to fly.
« Last Edit: June 02, 2016, 11:48:32 PM by Filipe »

you can probably rob the edited flight controls i made for the xwing and tie fighter block wars vehicles. just export the vehicle and copy over the flight code.

Shooting code can be borrowed from the vehicles above, MAS swarm fighter, or MAS interceptor. You can probably easily modify that to check a %player variable for which firing state they want and provide a bottomprint, and package light to only toggle the weapon if %player.getObjectMount().getDatablock() $= arwing.

as for the jet part you can take a look at the minijet emitter and use a modified version of that.
« Last Edit: June 02, 2016, 11:28:34 PM by Conan »

The old P-150D mustang plane had a function for having more than one type of weapon, so did the F-18 Hornet. You could look through that to find what you're looking for.

It also had an explode on impact piece somewhere in there too.