A collection of utility scripts for s&box gamemode devs
I will link similar projects to this (i.e., not a full gamemode, but a set of utility scripts).
Feel free to create an issue requesting me to add a git repo.
- A Navigation Graph that uses AStar (as far I can tell, it could be a modified version of AStar) for pathfinding
- Supports runtime graph changes (aka, hammer isn't required)
Just look at the USAGE.md
and API.md
for more info
- Adds the current controls and what they do in the bottom left corner, similar to Minecraft for consoles
- Notes
-
- Run this in Simulate, Tick, Frame or something similar
-
- Avoid running this on the server, keep it on the client
HelpUI.AddEntry(InputButton.Use, "Use");
This is only as functional as proton/wine will make it, so don't expect everything to work perfectly. DO NOT REPORT BUGS TO FACEPUNCH, they will provide a linux server in due time