Garry's Mod

Garry's Mod

Not enough ratings
Nodegraph Editor extension BlueLinker
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Tool
Addon Tags: Build
File Size
Posted
Updated
50.078 KB
26 Jun, 2024 @ 4:02am
27 Feb @ 1:05pm
3 Change Notes ( view )

Subscribe to download
Nodegraph Editor extension BlueLinker

Description
WARNING: Nodegraph Editor extension BlueLinker is deprecated.
Recommended to use Nodegraph Editor+

This addon adds 7 ConVar to Nodegraph Editor Ex Version.
Not supported vgui panel.

cvars
cl_nodegraph_linkmode (1 / 2 / normal / jump) r_nodegraph_ignoredepth (0 / 1) r_nodegraph_drawlink_width (Any number) r_nodegraph_drawlinks (0 / 1 / 2 / 3) cl_nodegraph_drop_node_to_ground (0 / 1) cl_nodegraph_hull (-1 / 0 / 1~10) //or hull names r_nodegraph_draw_hull_box (0 / 1 / 2)

Recommendation bind
bind AnyKey "toggle cl_nodegraph_tool_yaw 0 315 270 225 180 135 90 45" bind AnyKey "toggle cl_nodegraph_linkmode 1 2" bind AnyKey "toggle cl_nodegraph_hull -1 0 1 2 3 4 5 6 7 8 9 10"

If you are interested in how the (simply) hull check works, you can refer to lua\nodegraph_ext_blinker\hull.lua.


TODO list: (Now not implemented)
Change function hook style to addon fork style.
(provisional implementation) Hull support.
*.hint.json Export.
Multiplayer support.
Optimize rendering.

Uploaded with gmpublisher[github.com]
Popular Discussions View All (1)
0
27 Jun, 2024 @ 12:38am
PINNED: bugs
#INVALID_USER
17 Comments
0z0Nis 14 Dec, 2024 @ 8:23am 
No avail. I guess it might be an addon conflict. but I still have no idea. Thank you.
#INVALID_USER  [author] 14 Dec, 2024 @ 6:41am 
hmm
please try this cvar.
ai_norebuildgraph 1
#INVALID_USER  [author] 14 Dec, 2024 @ 3:15am 
what is map name?
I think the ain file is included within the bsp file.
In that case, the ain file you created will be ignored.
This can be applied by disabling the ain file in bps using a binary editor etc.
If you are running a server, you will also need to distribute a bps file with the ain file disabled to your clients.
example: The map in "section 9" include an ain file.
0z0Nis 13 Dec, 2024 @ 6:33am 
- ain file is placed in "graphs" folder
- old .ain file is deleted before new one is added
- possible
#INVALID_USER  [author] 12 Dec, 2024 @ 6:51pm 
>>Fryze
Some possibilities
ain file is not placed correctly.
ain file exists in a map file.
A link longer than the jump limit of the NPC.
0z0Nis 7 Dec, 2024 @ 10:05am 
For some reason, NPC's seems to ignore the links. No lua errors.
Hosterle 12 Sep, 2024 @ 4:54am 
I see, thanks you
#INVALID_USER  [author] 12 Sep, 2024 @ 2:37am 
>> Hosterle
Basically two-way.
I think there are cases where you can get down from a high place, etc. but not jump up. (Depends on NPC's ability).
Hosterle 11 Sep, 2024 @ 4:25am 
are these jump links two-way or one-way only?