Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

A nice space odyssey you got going there! I really loved the death effect and was impressed with the clone ai! I will need to have a look at that in you files :D I found the movement when you collided with something a little disorienting although it is probably spot on how collisions would be in space :D Some more hit-feedback would be great for the player and the enemies!

(+1)

Thanks! Haha well to save you having to sort through my very messy and inconsistent scripting, the AI ships just point themselves at their nearest target and pick a random speed to ram into it at - for whatever reason though, they usually miss and the result is what LOOKS like an intentional flyby while they bring themselves about for another try. Plus, since their weapon aim is unrestricted, they're able to fight effectively provided they aren't busy dragging themselves across the big orb's rigidbodys :P As for the collisions, I purposely added a high bounciness because I needed to move on from the player controller and never got around to adding a reverse or strafe ;)

(+1)

Ohhhh I love that so much! AI that should be dumb actually turns out to be a cinematic genius! :D Thanks for sharing! I think the thing That bothered me most with the collisions was how it forcefully moved the camera with it if that makes sense?

(+1)

Yeah I got you, the thing is, the camera is fixed to the ship's rotation and position, so whenever the ship bounces off something, the camera will too just out of necessity, so I guess right now it would need some kind of method to detect when a physics collision occurs, and lock the roll and maybe pitch of the ship for the duration of the bounce? No idea how to do that at my current level but I'm sure there's a way haha