BallisticNG 1.2.3 and Nova Park are now available!
We're continuing to investigate issues with custom music. We don't have a time frame on a fix at the moment but we will keep you updated with any advancements on the issue.
Return to Nova Split in this virtual blueprint of the park before it was destroyed. This track makes use of our lightmapper update mentioned below to provide more vibrant lighting. Nova Park is part of the free tracks expansions. Simply download 1.2.3 to get this track added to the Extras category on the menu. There's even more free content coming in the near future, so stay tuned! https://www.youtube.com/watch?v=ceklYdgY9fk
For the full Unity Tools changelog, see the what's new section of the documentation website: https://ballisticng-documentation.readthedocs.io/en/latest/unity_tools/whats_new.html
Getting Started Guide Lua scripts can now be written for custom tracks! These allow you to build your own procedual animations and create new behaviours, gameplay features and modify stuff like ship physics and AI settings for your tracks. Scripts are sandboxed and can only access what the game tells them they can access, so are safe to have in tracks. The hologram on Nova Park is an example of Lua being used to drive an animation!
Recently myself and community member Kabelsalat released two tracks based on layouts we created for each other and this update incorporates the style into the layout creator play mode. This is also the style that was used for Nova Park. Tracks are here, by the way ;) https://steamcommunity.com/sharedfiles/filedetails/?id=2248225033&searchtext= https://steamcommunity.com/sharedfiles/filedetails/?id=2248229262&searchtext=
Two new terrain shaders have been added that take the base established for the Terrain 4 Blend shader and implement vertex color based texture blending. We have also provided a .blend file with a material inside which will allow you to preview vertex color texture blending as you're painting them in Blender. Note: These shaders require the new Encode In Tangents options to be setup in a lightmapping options script to work, otherwise lighting will override the vertex colors used for blending. See the documentation website for more details.
Lighting is now 32-bit instead of 8-bit. We haven't updated any internal tracks with this so this change at the moment is entirely for mod creators and Nova Park. Lighting will continue to be 8-bit until you rebake it on your tracks, after which the track will be upgraded to 32-bit. So what does this do exactly? Up until now lighting in BallisticNG has been stored using single bytes per color channel. This provides a whopping 16,777,216 possible colors, but we can go way higher then that. 32-bit stores these colors using 4 bytes per channel instead and it effectively gives you HDR. Where having lots of bright colors would previously blend into white, those colors in the updated lightmapper will bleed into each other and make a brighter blend of themselves. This also affects lit objects like ships too. Ship cockpits are an exception to this change as letting really bright tiles light them up can bllind you with the canopy enabled, so cockpit lighting remains the same as before.
A github repository for example code mods has been created. Right now this contains an example Grenades weapon (thanks Kabelsalat for the voice line!). If you'd like a hands on example of writing code mods, here's the link: https://github.com/bigsnake09/ExamplesNG The compiled and ready to use mod is also provided ;)
Credits
[ 2020-11-05 12:40:05 CET ] [ Original post ]
This update is a smaller one and focuses on engine changes, new modding tools and modding tool fixes.
Note for linux users
We're continuing to investigate issues with custom music. We don't have a time frame on a fix at the moment but we will keep you updated with any advancements on the issue.
Nova Park
Return to Nova Split in this virtual blueprint of the park before it was destroyed. This track makes use of our lightmapper update mentioned below to provide more vibrant lighting. Nova Park is part of the free tracks expansions. Simply download 1.2.3 to get this track added to the Extras category on the menu. There's even more free content coming in the near future, so stay tuned! https://www.youtube.com/watch?v=ceklYdgY9fk
Unity Tools
For the full Unity Tools changelog, see the what's new section of the documentation website: https://ballisticng-documentation.readthedocs.io/en/latest/unity_tools/whats_new.html
Lua Scripting
Getting Started Guide Lua scripts can now be written for custom tracks! These allow you to build your own procedual animations and create new behaviours, gameplay features and modify stuff like ship physics and AI settings for your tracks. Scripts are sandboxed and can only access what the game tells them they can access, so are safe to have in tracks. The hologram on Nova Park is an example of Lua being used to drive an animation!
Layout Creator Visuals Update
Recently myself and community member Kabelsalat released two tracks based on layouts we created for each other and this update incorporates the style into the layout creator play mode. This is also the style that was used for Nova Park. Tracks are here, by the way ;) https://steamcommunity.com/sharedfiles/filedetails/?id=2248225033&searchtext= https://steamcommunity.com/sharedfiles/filedetails/?id=2248229262&searchtext=
New Terrain Shaders
Two new terrain shaders have been added that take the base established for the Terrain 4 Blend shader and implement vertex color based texture blending. We have also provided a .blend file with a material inside which will allow you to preview vertex color texture blending as you're painting them in Blender. Note: These shaders require the new Encode In Tangents options to be setup in a lightmapping options script to work, otherwise lighting will override the vertex colors used for blending. See the documentation website for more details.
32-bit Lighting
Lighting is now 32-bit instead of 8-bit. We haven't updated any internal tracks with this so this change at the moment is entirely for mod creators and Nova Park. Lighting will continue to be 8-bit until you rebake it on your tracks, after which the track will be upgraded to 32-bit. So what does this do exactly? Up until now lighting in BallisticNG has been stored using single bytes per color channel. This provides a whopping 16,777,216 possible colors, but we can go way higher then that. 32-bit stores these colors using 4 bytes per channel instead and it effectively gives you HDR. Where having lots of bright colors would previously blend into white, those colors in the updated lightmapper will bleed into each other and make a brighter blend of themselves. This also affects lit objects like ships too. Ship cockpits are an exception to this change as letting really bright tiles light them up can bllind you with the canopy enabled, so cockpit lighting remains the same as before.
Example Code Mods
A github repository for example code mods has been created. Right now this contains an example Grenades weapon (thanks Kabelsalat for the voice line!). If you'd like a hands on example of writing code mods, here's the link: https://github.com/bigsnake09/ExamplesNG The compiled and ready to use mod is also provided ;)
Changelog
Credits
- Vista added to credits for contributing logos for M-Tech and Lance Systems (precision delta). You can check out the new logos in-game along the start grid for Nova Park.
- Now uses VLM 2 for baking lighting when entering play mode
- Play mode now uses the new virtual environment visuals from Nova Park
- Added Nova Park
- Fixed the wrong tooltip showing for the speed measurement option
- Fixed the level up overlay not showing when returning from campaign events
- Fixed name tags and shield bars rendering on top of other important UI elements
- Implemented a LUA interpreter for running user scripts on tracks
- Lighting colors are now stored in 32-bit, removing the previous headroom for lighting where colors would end up combining into white.
- Survival togglers now check for empty meshes before attempting to split vertices for the survival environment
- Added URL to the modding folder that links to a github repo of example mods
- Data types from mods can be exposed to the LUA interpreter by attributing a class or struct with [ExposeToLua]
- Fixed the wrong directory being fed to mod registers if there are code mods that are disabled
- Custom huds can now be registered from pre-loaded HudComponents objects, allowing huds to be stored in and loaded from NGA files
- Implemented asset loading API. See the Unity Tools documentation for more information.
BallisticNG
Neognosis
Neognosis
2018-12-14
Indie Racing Singleplayer
Game News Posts 99
🎹🖱️Keyboard + Mouse
🎮 Full Controller Support
Overwhelmingly Positive
(1793 reviews)
https://neognosis.games/
https://store.steampowered.com/app/473770 
The Game includes VR Support
Keyboard & mouse
 1 
Gamepad support
 1 
Seated
 1 
BallisticNG Linux 64-bit [1.52 G]
BallisticNG - Bling Pack
BallisticNG - Neon Nights
BallisticNG - Outer Reaches
BallisticNG - Maceno Island
BallisticNG is an action packed anti-gravity racer developed as a lover letter to the original Wipeout trilogy. Set in the year 2159 you glide through futuristic race courses armed to the teeth with deadly weapons to aid you in taking first place.
Features
- 17 tracks set in unique locations, 11 of them reversible for a grand total of 28 playable tracks
- 13 teams and a lineup of super fast drag ships
- 14 pickups for all your combat needs
- 6 gamemodes (Race, Time Trial, Speed Lap, Survival, Knockout and Eliminator)
- A singleplayer campaign to challenge your skill
- Two player splitscreen with dual-monitor support
- A thumping 90s inspired soundtrack featuring 34 tracks spanning across Techno, Jungle, Neurofunk and Drum and Bass
- A modding tool suite to import your own ships, build your own tracks and program your own gamemodes, weapons and more
Physics
BallisticNG recreates the physics of a time long gone. Playing the game is all about getting into the zone and becoming one with the ship, practicing every nook and cranny of every track until you can do it with your eyes closed. Feeling the speed isn't about what the HUD tells you, but how the environment swooshes past you and timing the right maneuvers at the right time to keep the flow going. If you're looking for a quick game, lower speed classes provide you with a more laid back experience. You can even disable weapons if you want a good clean race.Visuals
The game is built as if it were running on real 90s hardware. Low poly ships and environments create simple yet visually rich scenes that can run on most hardware. Retro 3D options are available to emulate hardware limitations from the 90s, modern effects are also available so you can make the game look old, new or anywhere in-between.VR Support
BallisticNG has beta VR support with no compromises on game functionality. All modes, tracks, ships, online and mod content are supported! Tweak the game with the VR options to get the most comfort out of your experience.Cockpit Mode
Each ship has a unique cockpit which reflects the design you see on the exterior. When in cockpit mode the game processes the audio to make it sound authentic, complete with the sound of rain splashing on the canopy and displays flickering as you take damage from weapons, everything you need to get cosy in your high speed future racer.MINIMAL SETUP
- OS: 64-bit distroMemory: 2 GB RAMStorage: 3 GB available spaceAdditional Notes: Requires OpenGL 3.2+. Mods will increase required storage space and memory.
- Memory: 2 GB RAMStorage: 3 GB available spaceAdditional Notes: Requires OpenGL 3.2+. Mods will increase required storage space and memory.
- Storage: 3 GB available spaceAdditional Notes: Requires OpenGL 3.2+. Mods will increase required storage space and memory.
- OS: 64-bit distroMemory: 4 GB RAMStorage: 3 GB available spaceAdditional Notes: Requires OpenGL 3.2+. Mods will increase required storage space and memory.
- Memory: 4 GB RAMStorage: 3 GB available spaceAdditional Notes: Requires OpenGL 3.2+. Mods will increase required storage space and memory.
- Storage: 3 GB available spaceAdditional Notes: Requires OpenGL 3.2+. Mods will increase required storage space and memory.
GAMEBILLET
[ 5951 ]
GAMERSGATE
[ 3198 ]
FANATICAL BUNDLES
HUMBLE BUNDLES
by buying games/dlcs from affiliate links you are supporting tuxDB