Garry's Mod

Garry's Mod

40 értékelés
Debug Tools: Debugging screen, Map IO, Map Bounds and more!
   
Díjazás
Kedvenc
Kedvenc
Törlés
Content Type: Addon
Addon Type: Tool
Addon Tags: Build, Fun, Realism
Fájlméret:
Közzétéve:
Frissítve:
27.684 KB
2023. máj. 26., 13:15
2024. nov. 8., 7:58
7 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Debug Tools: Debugging screen, Map IO, Map Bounds and more!

Leírás
debug-tools
A powerful tool set for debugging entities and viewing map mechanisms (something like Map IO).

ConVars
developer <0/5> - Set developer message level.
  • If `developer` is greater than `1`, the entity debugging screen is activated.
  • If `developer` is greater than `3`, the debug map is activated, where you can see all previously hidden/secret entities.
  • If `developer` is greater than `4`, the display of the map center and its borders is activated.
  • `developer_io_distance` <128/16384> - Maximum rendering distance of map entities.
  • `developer_io_ignorez` <0/1> - Turns on/off the display of entities through walls.

Commands
  • `developer_time` - Outputs all in-game clocks in human-readable format.
  • `developer_entity` - Outputs all basic entity information to the console.
  • `developer_weapon` - Same as `developer_entity` but for active weapons, if you look at a player or npcs, their weapon will be in the results.
  • `developer_weapons` - Similar to `developer_weapon`, but outputs all weapons in the player's inventory.

Useful Convars
  • `mat_wireframe` <0/4> ( requires `sv_cheats 1` ) - Allows to display map and model rendering mesh through textures, useful for PVS and PAS tests.
  • `vcollide_wireframe` <0/1> ( requires `sv_cheats 1` ) - Rendering physics collision models in wireframe.
  • `cl_showhitboxes` <0/1> ( requires `sv_cheats 1` ) - Enables display of hitboxes on client.
  • `ent_messages_draw` <0/2> ( requires `sv_cheats 1` ) - Visualizes all entity I/O activity.
  • `net_graph` <0/4> - Performance monitor.

GitHub Repository: Pika-Software/debug-tools[github.com]
5 megjegyzés
Miss Nirny 2024. dec. 4., 9:12 
Finally, a mod that allows me to see Model Collision, this is the Holy Grail,
Thank you for making this
Unknown Developer  [készítő] 2024. nov. 8., 8:12 
updated
Global 2024. szept. 21., 19:08 
Doesn't appear to do anything anymore, but I believe this required an add-on that no longer exists. Welp
Laink 2023. szept. 16., 10:51 
gee thanks :)
AhmedMake400 2023. jún. 24., 6:31 
This is very useful for developers, thank you:steamthumbsup::gmod: