Nitro Thrash Status 2

Steam page launched - wishlist it!

In the past month, I've made 107 commits.

Here are some notable changes I've made to the game:

Added a new car, the "Ambassador"

Rewrote the car customization system:

  • Three different paint styles for each car
  • Players can pick a primary and secondary color
  • Added a police lightbar as a topper (with siren honk sound)
  • Added police decals to ambassador
  • Brake lights now light up
  • Two different wheels to choose from so far
  • Added prototype garage menu for customization
  • Moved car information outside of unity and into model files
  • Various physics differences will apply when you change your car body
  • Vehicles now load asynchronously which allows for "infinite" options

Created a new replay system:

  • Always recording
  • Can rewind time up to three minutes
  • Supports recording every vehicle and moving object
  • Works in multiplayer
  • Can save/load a replay file
  • Can trim your current replay file
  • Added three different camera modes

Level2:

  • Added a bunch of gaps
  • Added a mission
  • Redesigned grass section near gas station
  • Fixed up clipping

Bugfixes:

  • Wires no longer display incorrect particles
  • My physics overrides no longer corrupt themselves
  • Vehicles can now turn away from walls easier
  • Optimized grind code
  • Fixed infinite combo timer bug
  • Fixed grind particles freaking out in a teleport
  • Reduced or removed many memory allocations
  • The camera offset now focuses based on center of mass

Misc:

  • Added horn honking
  • Started on third vehicle, the "Dambro"
  • Created tools that make marking gaps a lot easier
  • Created a new system that will display your keyboard/controller binds automatically
  • Recreated HUD to prevent constant memory allocation
  • Made primoslide balancing slightly easier
  • Added wallplant as a trick
  • Added 'look behind you' bind
  • Added clean landing detection
  • Fixed misc graphical bugs in level 1
  • Rewrote the vehicle shader
🔗

Nitro Thrash Status 1

In the past month, I've made 137 commits.

Here are some notable changes I've made to the game:

created mission system

  • currently 4 types of missions: Trick-over-gap, Own-the-spot, Timed-total-score, Destruction
  • added painted arrows when mission is active

created a mission select preview menu

  • shows preview of a replay from multiple camera angles

created a breakable lackluster sign

  • created a system to synchronize each letter online

misc:

  • redesigned the heads up display
  • created a new pause menu
  • a ton of small model adjustments to level02
  • added 57 gaps to level02 (many more to go)
  • a lot of tweaks to make physics more consistent
  • split up the levels and made a temporary main menu
  • added rock/grass/wood particles
  • rewrote out-of-bounds detection/teleport
  • optimized out 1.5kb of allocations every frame (now doesn't allocate at all during a steady-state)
  • added save/load position buttons to easily retry a trick
  • added wall-plant support / manual support to gaps
  • improved camera behavior
  • added fountain and tire impact sound
  • made dumpster lids bounce when you grind them
  • detected more tricks: shuvit, tippie toe, casper, anti-casper, big air, aussie-spin, revert, nail slide, dark 5-0, dark nosegrind
🔗