Garry's Mod

Garry's Mod

Nincs elegendő értékelés
Nodegraph Editor extension BlueLinker
   
Díjazás
Kedvenc
Kedvenc
Törlés
Content Type: Addon
Addon Type: Tool
Addon Tags: Build
Fájlméret:
Közzétéve:
Frissítve:
50.078 KB
2024. jún. 26., 4:02
febr. 27., 13:05
3 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Nodegraph Editor extension BlueLinker

Leírás
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]
Népszerű témák Összes megnézése (1)
0
2024. jún. 27., 0:38
KIEMELVE: bugs
#INVALID_USER
17 megjegyzés
0z0Nis 2024. dec. 14., 8:23 
No avail. I guess it might be an addon conflict. but I still have no idea. Thank you.
#INVALID_USER  [készítő] 2024. dec. 14., 6:41 
hmm
please try this cvar.
ai_norebuildgraph 1
#INVALID_USER  [készítő] 2024. dec. 14., 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 2024. dec. 13., 6:33 
- ain file is placed in "graphs" folder
- old .ain file is deleted before new one is added
- possible
#INVALID_USER  [készítő] 2024. dec. 12., 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 2024. dec. 7., 10:05 
For some reason, NPC's seems to ignore the links. No lua errors.
Hosterle 2024. szept. 12., 4:54 
I see, thanks you
#INVALID_USER  [készítő] 2024. szept. 12., 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 2024. szept. 11., 4:25 
are these jump links two-way or one-way only?