• Register

Legacy of the Elder Star is a shoot 'em up for the rest of us. You are the Cosmonaut, an eternal cosmic hero who must shatter the robotic Infinite Legion and rekindle a dying star! Using a one-handed, mouse-driven control scheme, you'll dodge and strike with 1:1 precision and unlimited movement speed. Evade intense bullet patterns in the blink of an eye, then dash through entire enemy squads to crush them in a single gesture. Movement is everything in Legacy of the Elder Star, and no other shoot 'em up moves like this.

Post news Report RSS Blowin' stuff up in 2016!

The Cosmonaut's arsenal is now complete! (And other new things.)

Posted by on

We've achieved a significant milestone: every weapon and special ability in the game is now implemented! The last one, which I teased in last month's dev diary, is what I like to call COMET BUDDY:

This little guy bounces between targets in a chaotic dance of seek-and-destroy. It's got a time limit, but it gains a tiny bit more time for each kill, which positions it for strong crowd control (with long, satisfying combos!) while keeping its power in check against bosses.

We also updated that nasty ol' placeholder art for the plasma cannon (top) and star mines (bottom):



We added a new kind of enemy attack:


This missile homes in on the warning reticle position and detonates upon arrival (no collision necessary), causing damage in an area-of-effect around that spot. The warning reticle indicates the area-of-effect – the faint outer circle – so you know how far away you need to get in order to reach safety. These get really interesting when there are multiple enemies involved!

I finally bit the bullet and implemented proper load screens, complete with some ambient animation on each planet and a nice animated loading progress spinner:





(We'll actually have five stages, not four. We just haven't made the last one yet.)

It's not that we have significant loading times by any means – we're averaging just a couple seconds per level right now – but there were a few considerations:

  • Once the level assets are loaded, we do a "preallocation" phase which pre-instantiates a bunch of copies of all the things that will appear in the stage (bullets, enemies, pickups, etc.) and holds them disabled in an object pool. This causes visual hitching in the background animation during the first few seconds of the stage. By moving this phase into a load screen, we can present the actual beginning of the stage much more smoothly.
  • All of our (many, large) texture atlases are currently stored uncompressed on disk. That reduces load times but greatly inflates the build size. I'm looking into writing a build step to convert those atlases to PNGs and apply pngcrush (or some reasonable equivalent) to get the install size down to something sensible (it's about a gigabyte right now). That will increase load times by a few seconds since the atlases will now need to be decompressed in memory, and a proper loading screen will help smooth out that experience.

(Load screens will also be a nice opportunity to inject a little bit of story text. Not that this game has that much story – it's a shoot-em-up, after all – but it is quite nice to have just a little bit of context going into each stage.)

Post comment Comments
dakotahlamb
dakotahlamb - - 4 comments

I love the designs for the different worlds
It'd be pretty crazy to be on an entire planet of pink clouds and blue mountains like on strata

Reply Good karma Bad karma+2 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: