Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.18 KB

README.md

File metadata and controls

47 lines (33 loc) · 2.18 KB

SandboxPlus, a base gamemode for S&box

It closely follows Facepunch's Sandbox gamemode, with additions to make it more extendable by other modules (adding events, publicizing UI globals, etc), while staying unopinionated/light. This module is primarily aiming to become a "Gmod 2", replicating the functionality found in Gmod's Sandbox gamemode (with improvements).

Improvements over Facepunch/sandbox:

Gameplay

  • Constraint tool: an omni-tool with all your classic Gmod constraints (weld/axis/rope/elastic/slider/ballsocket)
  • Duplicator tool
  • Material tool
  • Toolgun model (wip)
  • Undo/Redo System
  • DynShapes spawnmenu: like PHX, but dynamic, fully customizable sizes using procedural meshes. Rectangles, cylinders, spheres, gears!
  • UI tool panels, including ModelSelector with extendable .spawnlist's

Extensiblility

  • IStopUsing entity interface
  • Many new events (aiming to reproduce many of Gmod 1's), including "entity.spawned" event, "undo.add" event

Addons for SandboxPlus

Libraries

Contributing

PR's are appreciated!
Message @Nebual on Discord with any questions :)

Contributors