Full notes
Full Void Vikings update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Performance
- Gameplay
- UI and audio
- Balance
It is a BREAKING CHANGE; finish current games before updating to not lose current progress! Unlocked ships aren't affected. Its main focus is on items. We've added two new item slots on your ship and reworked all the items themselves to make them better. You can now find and equip secondary weapons that affect how your secondary attack behaves (damage, fire rate, ammo, etc). You can also find boosters that change how your ships booster works (thrust amount, fuel, etc). This involved doing a lot of work under the hood to make everything work. This is why saved games from 1.5.4 aren't compatible. It also laid the ground work for doing more interesting things with items. For example the different engines and boosters you get change the color of your engines flame. With future updates we plan on explore more of these types of things. Possibly expanding them to non-cosmetic changes like life stealing. As part of the work under the hood we removed the 60 FPS frame rate lock. Our code was architected such that frame rate changed actual game behavior. For example your ship would move slower at lower frame rates. Now the games behavior is consistent despite the current frame rate. With this we've changed the 60 cap to be 144 but left vSync on. We left vSync on because without it there are some effects we offload onto the GPU that end up looking bad. The combination of all these changes has actually made the game harder. This is where we'd really like to get feedback. Let us know if the games difficulty feels right to you and if you are finding it too difficult what aspects are being the most troublesome. Update changes breakdown:
Rework the entire item system to allow better items and fix bugs with current items
You used to be able to get items that were worse than your base ship
Items didn't correctly affect the ships movement/turn rates
Items weren't "interesting" when compared to each other
Added two new item "types" that you can equip to your ship.
Secondary weapons (affect how your secondary attack behaves)
Boost engines (affect how your ships boost behaves)
The inventory is larger (30 slots now versus 25 before).
Remove 60FPS lock; game will match monitor refresh (vSync is on) up to 144Hz. Assuming computer can push that many frames ;)
Improve the item tooltips to display more useful information.
Gold colored numbers in () that show what upgrading the item will do.
Make health drops fly towards your ship sooner and from further away when you're hurt.
Gave different colored radar icons for the different things enemies drop.
Red - enemies
Orange - upgrades
Green - health pickups
Grey - items
Removed glory stuff in preparation for a new progression system in the next update.
Key bug fixes:
Fix several enemies AI to be less clunky (won't run away forever, or just fly into you).
Controller navigation and sound fixes
Source
Changelog.gg summarizes and formats this update. How we read updates.
