Garry's Mod

Garry's Mod

557 betyg
Simple Map IO Viewer
2
2
3
2
2
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Content Type: Addon
Addon Type: Tool
Addon Tags: Build, Cartoon, Fun
Filstorlek
Lades upp
Uppdaterades
270.364 KB
4 feb, 2023 @ 5:58
6 nov @ 14:50
27 ändringsnotiser ( visa )

Abonnera för att ladda ner
Simple Map IO Viewer

I 2 samlingar av NextKurome76TheSoldier
Quality of Life addons
42 artiklar
My Subbed Stuff
817 artiklar
Beskrivning
I came up with this idea because someone teased it but didn't publish it, so i made my own, view the map with new eyes.

This allows you to see the inputs and outputs of mapping entities. Simply write sv_drawmapio 1 in console. This may needs a beefy CPU or x64 gmod depending on the map you play on.

This will partially help mappers troubleshoot why thier entities don't work, or you can use it to expose a map of its secrets. Also use the showtriggers_toggle command for an more developer like experience. It also adds the Jazztronauts hacker as standalone.

Includes support for following entities:
-ambient_generic
-npc_bullseye
-color_correction
-env_explosion
-env_fade
-env_fire
-env_firesource
-env_microphone
-env_physexplosion
-env_shake
-env_shooter
-env_soundscape
-env_spark
-env_laser
-env_beam
-game_text
-gibshooter
-info_landmark
-info_target
-info_teleport_destination
-light
-logic_auto (pointless)
-logic_branch
-logic_case
-logic_compare
-logic_multicompare
-logic_relay
-logic_timer
-logic_choreographed_scene
-math_counter
-multi_manager
-npc_maker
-npc_template_maker
-path_track
-path_corncer
-point_template
-point_hurt
-phys_ballsocket
-trigger_hurt
-trigger_teleport
-trigger_multiple
-trigger_once
-all func_ entities

Bugs:
-Triggers may be displayed but won't cast I/O lines
-logic_ entities are displayed but won't cast I/O lines
-I/O links on func_ entities take a while to render after first run, can also be fixed by doing gmod_admin_cleanup near the thing you want to see and running sv_drawmapio 1 again.

More QoL addons

Tags: Horror, Spooky, Hammer Editor, Teleporter

make sure to check out my other addons if you are interested.
My Workshop Addons
Populära diskussioner Visa alla (3)
4
5 maj, 2023 @ 21:53
YES I WANTED THIS SO BAD
ttmso
1
8 feb, 2023 @ 8:50
what maps in screen shots
ttmso
0
30 apr @ 9:01
enable/disable option
shotganer
124 kommentarer
Antoneeee 2 dec @ 20:45 
oh and also some more commands that lets you tweak the refresh rate, or how frequent things will be highlighted
Antoneeee 2 dec @ 20:42 
can you please add support for logic_branch_listener and math_remap? like a info_target icon or something
TheUltimateDemon 2 nov @ 18:51 
How do you Change what you can see?! All this thing shoes me is Teleports, Scripted events, Player triggered events, Buttons and doors, nothing Else. And i might as well say, it would be interesting if we had an "IO Editor Mod".
NextKurome76TheSoldier  [skapare] 28 sep @ 16:54 
splendid, i appreciate the help hehe
Piengineer12 28 sep @ 16:47 
Thanks, hacking goggles seems to be working on both maps now. I'll let you know if another problem crops up.
NextKurome76TheSoldier  [skapare] 28 sep @ 16:31 
should be fixed now, i just never used math.gmatch betore
Piengineer12 28 sep @ 16:27 
It turns out that while esc separated KV values work fine, maps with comma separated KV values such as in gm_minesweeper_v1a are broken now.

After looking into this addon more, I think the actual solution is for w in string.gmatch(str .. ",","(.-)[,\x1B]") do and the other string.gmatch calls removed.
Piengineer12 27 sep @ 11:23 
I've noticed the issue on maps such as gm_evening_dockyard , that was made in Hammer++ rather than basic Hammer. Maybe Hammer++ is the issue?

Anyway, fix confirmed, the Hacking Goggles now works properly on the map. Thanks!
NextKurome76TheSoldier  [skapare] 27 sep @ 10:53 
why would someone even split it with esc in the first place for their map?
NextKurome76TheSoldier  [skapare] 27 sep @ 10:52 
if that was the issue, oh boy
well hopefully its fixed now, im not sure if i modified the right thing