Note from admin:
This mod is currently being maintained in Last's Blood Mod.
--
Ahh, the pleasant sensation of surfing the aether. Not fair said the rabbit watching the bird slicing through the sky. And who am I to restrict antropomorphs from such delight? He might have crashed a few times but eventually we got there.
Controls:
f key toggles flight on or off.
Hold left mouse button (lmb) to flap wings and gain height. When doing this you control direction with wasd movement keys.
Hold rmb to glide. In this mode you will fly where you look.
Shift activates air dash. When dashing you will go very fast and can bounce off the ground. With high enough speed it can even be used to kill enemies. You get 1 dash per flight but can reactivate it by wall jumping or killing enemies.
While gliding you can grab enemies. Make sure to have enough speed and swoop in on them holding rmb (speed requirement disabled in video below). Hold space while gliding if you want swooping disabled.
Want to mod the mod?
All modifications to script files are preceded by: //FLYING MOD. Majority of mod is however placed in a separate file called flying_mod.as. For example it's easy to change controls by looking in beginning of that file.
Code: Select all
//Controls
string flapping = "attack";
string gliding = "grab";
string flyingToggleKey = "f";
Thanks to Le Petite Docteur for animations and the rest of you guys who has helped with stuff and given great feedback and ideas.
Happy flying!
Flying Mod a198 download:
NOTE: This mod works only with Alpha 198
download/file.php?id=4743