Skip to content

Neptune 2.0b

Compare
Choose a tag to compare
@NepDisk NepDisk released this 27 Mar 23:13
· 111 commits to stacking since this release

New version that adds and fixes some stuff

Changelog:

Modified:

  • Made disabling chainoffroad not a hacky piece of shit by using existing offroad code instead of deleting the timer and giving it back to you on road. (Turned a 92 line function into two conditionals. yes really 🙂 )
  • Fixed BS extension style permanently giving you panelboost by going into the negatives
  • Fixed boostflame from disappearing even if you are using sneakers or panels to boost
  • Boosted spinout into a teleporter should no longer throw you in a random direction

New:

  • Custom buttons are now bindable to joyaxis (bumpers for example)
  • Exposed Lua debug library to Lua
    debug.gethook
    debug.getinfo
    debug.getlocal
    debug.getupvalue
    debug.sethook
    debug.traceback