Module for Garry's mod Bunnyhop gamemode that shows invisible player clips brushes. You can select solid or wireframe texture for brushes and change color.
Tested on FLOW gamemodes: v8.42 (by czarchasm), v8.50 (pG) and v7.26
- Place folder with this README file into Garry's mod addons folder
- Restart the server (if it was running)
Console variables can be changed from settings menu.
Toggle player clips: !showclips
, !clips
, !toggleclips
Open settings window: !clipsmenu
, !clipsconfig
Chat commands can be changed in lua/showclips/sv_init.lua
file.
showclips_menu
- Open settings windowshowclips 0/1
- Toggle showclipsshowclips_solid 0/1
- Use solid or wireframe textureshowclips_solid "R G B A"
- Color and alpha of brushes
You can change language strings at the bottom of the lua/showclips/cl_init.lua
file.
Made by CLazStudio and sponsored by rq.
This addon uses luabsp-gmod library by h3xcat licensed under GPL-3.0 License wthout modifications (to parse bsp file and get information about clip brushes)