Alpha version 0.0.6 is here
This update brings many improvements to visuals and audio. First of all, there is now music playing in the menu and during the place-holder intro sequence. During the gameplay, depending on the landing site's wind conditions, a wind sound is playing in background.
Only bit of actual game content added this time is the orbital strike device that lets you order a missile strike from the support ship in orbit.
Splatter and other particles effects have been fine-tuned to be more consistent. Most noticeable change is the splitting of previous fragment cubes emitted from explosions into two separate types: Metallic fragments and fleshy gibs. Both now vary in size and play sounds on contact with the ground. Gibs also leave a blood trail while flying through the air.
One problem that nearly all new player face with the weapon management UI has been accidentally destroying modifiers. Another problem that has been bothering even more experienced players is accidental weapon changes while interacting with devices. I previously made destroying modifiers require two button presses but that was just confusing. I now made a bigger change in the weapon menu interaction: A weapon is selected by a button press and installing or destroying modifiers requires holding the button down. This seems to be much more intuitive and also prevents the accidental weapon changes.
Here is the full change log since version 0.0.5:
- Added muzzle flashes to sentry guns.
- Added proper controller specific and localized control guides.
- Fixed menu sounds not playing in high scores page.
- Accurately align weapon mesh to player aiming direction.
- Dim auto-aim reticle while light of sight to target is blocked.
- Added orbital strike device drop pod.
- Added language selection in settings menu.
- Added title music in menu.
- Added ambient wind sound.
- Added collision sounds to containers.
- Added menu back navigation using ESC/back button.
- Added varying wind effects to different sites.
- Added a custom splash screen.
- Strip leading zeros from week numbers challenge names.
- Show high "loading" text while high scores are being loaded instead of an empty table.
- Lots of minor particle effect tweaks.
- Fixed some particles flashing at full brightness for one frame after being emitted.
- Separated metal fragments and gibs to their own systems with different properties.
- Added particle trails to fast moving gibs.
- Added sounds on gibs and fragments hitting ground.
- Added random variation to enemy gib count and size.
- Improvements to the splatter sounds.
- Added simple slide animation to switching between menu pages.
- Show total time in game completion screen.
- Changed weapon selection to require shoot button press.
- Changed weapon modifier installing and destroying to require holding shoot button down.
- Improved interaction sounds in weapon UI.
- Added "cleared" text in site information to indicate already cleared sites.
- Halved "fast crawler" melee attack damage.
Files
Get Phobos Down
Phobos Down
Twin stick shooter stripped down to the bare essentials with focus on smooth controls and satisfying action
Status | In development |
Author | FRACTiLE Games |
Genre | Shooter, Action |
Tags | 3D, High Score, Low-poly, Minimalist, Procedural Generation, Sci-fi, Singleplayer, Top down shooter, Twin Stick Shooter |
Languages | English, Finnish |
More posts
- Progress report14 days ago
- Alpha version 0.0.10 is here34 days ago
- Progress report50 days ago
- Progress report63 days ago
- Progress report78 days ago
- Alpha version 0.0.9 is hereJul 31, 2024
- Progress reportJul 14, 2024
- Progress reportJun 30, 2024
- Progress reportJun 22, 2024
- Alpha version 0.0.8 is hereMay 27, 2024
Comments
Log in with itch.io to leave a comment.
Nice to see you continuing working on the game! I’m wondering why do you need a custom Godot build? Did you make some obscure modification that won’t be merged upstream? Just curious, that’s all. :-)
For now, it's mostly for script encryption. I'm also planning to do some project specific optimizations later on.
If I end up doing something that is useful for others too, I will make pull requests to Godot.
Understood, makes sense!