Garry's Mod

Garry's Mod

Ei tarpeeksi arvosteluja
Nodegraph Editor extension BlueLinker
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Content Type: Addon
Addon Type: Tool
Addon Tags: Build
Tiedostokoko
Julkaistu
Päivitetty
50.078 KB
26.6.2024 klo 4.02
27.2. klo 13.05
3 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Nodegraph Editor extension BlueLinker

Kuvaus
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]
Suositut keskustelut Näytä kaikki (1)
0
27.6.2024 klo 0.38
TÄRKEÄ: bugs
#INVALID_USER
17 kommenttia
0z0Nis 14.12.2024 klo 8.23 
No avail. I guess it might be an addon conflict. but I still have no idea. Thank you.
#INVALID_USER  [tekijä] 14.12.2024 klo 6.41 
hmm
please try this cvar.
ai_norebuildgraph 1
#INVALID_USER  [tekijä] 14.12.2024 klo 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.12.2024 klo 6.33 
- ain file is placed in "graphs" folder
- old .ain file is deleted before new one is added
- possible
#INVALID_USER  [tekijä] 12.12.2024 klo 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.12.2024 klo 10.05 
For some reason, NPC's seems to ignore the links. No lua errors.
Hosterle 12.9.2024 klo 4.54 
I see, thanks you
#INVALID_USER  [tekijä] 12.9.2024 klo 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.9.2024 klo 4.25 
are these jump links two-way or one-way only?