Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Autorun-rs v1.0.0-beta

Pre-release
Pre-release

Choose a tag to compare

@vurvdev vurvdev released this 26 Jan 05:37
· 68 commits to main since this release

Doesn't include the gui.
This is a complete rewrite of Autorun. Much nicer codebase, so should be easier to add new features to.

The biggest effort in this update is stability. There are much less unwraps and unhandled exceptions, and the whole thing is secured to not crash gmod (at least on startup.) If a panic does occur, it will print a proper 'human' error log.

  • rglua has been updated from an ancient <1.0 version to 2.1
  • Added human-error on panic
  • Properly handle most exceptions to avoid crashes