Garry's Mod

Garry's Mod

Nedostatek hodnocení
Nodegraph Editor extension BlueLinker
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Content Type: Addon
Addon Type: Tool
Addon Tags: Build
Velikost souboru
Přidáno
Aktualizováno
50.078 KB
26. čvn. 2024 v 4.02
27. úno. v 13.05
Poznámky ke změnám (3) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Nodegraph Editor extension BlueLinker

Popis
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]
Populární diskuze Zobrazit vše (1)
0
27. čvn. 2024 v 0.38
PŘILEPENO: bugs
#INVALID_USER
Počet komentářů: 17
0z0Nis 14. pro. 2024 v 8.23 
No avail. I guess it might be an addon conflict. but I still have no idea. Thank you.
#INVALID_USER  [autor] 14. pro. 2024 v 6.41 
hmm
please try this cvar.
ai_norebuildgraph 1
#INVALID_USER  [autor] 14. pro. 2024 v 3.15 
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. pro. 2024 v 6.33 
- ain file is placed in "graphs" folder
- old .ain file is deleted before new one is added
- possible
#INVALID_USER  [autor] 12. pro. 2024 v 18.51 
>>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. pro. 2024 v 10.05 
For some reason, NPC's seems to ignore the links. No lua errors.
Hosterle 12. zář. 2024 v 4.54 
I see, thanks you
#INVALID_USER  [autor] 12. zář. 2024 v 2.37 
>> 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. zář. 2024 v 4.25 
are these jump links two-way or one-way only?