Garry's Mod

Garry's Mod

68 个评价
HintNode Loader
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 工具
插件标签: 建筑
文件大小
发表于
更新日期
9.567 KB
2 月 23 日 上午 4:46
12 月 9 日 上午 2:24
12 项改动说明 ( 查看 )

订阅以下载
HintNode Loader

描述
this addon is add tow cvars.
sv_enable_init_hint_hook 0/1 sv_enable_hint_json_load 0/1
default was disabled.

Enabling both will create an ai_hint Entity from json file.
The search order for json files is:
data/map_hints/<map_name>.json
data_static/map_hints/<map_name>.json
maps/graphs/<map_name>.hint.json

If you want map hints, use DumpHint Addon and paste to maps/graphs/<map_name>.hint.json.

Uploaded with gmpublisher[github.com]
31 条留言
TheBlackVoid 12 月 9 日 上午 3:06 
Thank you for the update! Everything seems to be working well now.
#INVALID_USER  [作者] 12 月 9 日 上午 1:12 
Oh, sorry.
I haven't logged in recently so I didn't notice the problem.
I'll check it out right away.
bread 12 月 7 日 下午 2:49 
stop relying on AI to fix all your problems guys wtfff
Phaserix 12 月 7 日 上午 9:00 
AI find solution:

Update
this
hook.Add("InitPostEntity", hint_node.Identifier, function()
hook.Remove("OnEntityCreated", hint_node.Identifier)
to this:
hook.Add("InitPostEntity", hint_node.Identifier, function()
if not initialized and edited then
hint_node.internal.CreateHintEntities()
end
hook.Remove("OnEntityCreated", hint_node.Identifier)
Phaserix 12 月 6 日 上午 6:02 
Agree with TheBlackVoid, Couldn't change the air node to 904 (Strider and others)
TheBlackVoid 12 月 6 日 上午 4:59 
The addon seems to be broken recently. Tested it with the x86-64 branch, probably caused by recent gmod updates?
дабстеп мытищи 11 月 24 日 上午 1:07 
what is this for?
ph0ne (greatijedi) 9 月 12 日 下午 5:20 
It works perfectly! Thanks!
#INVALID_USER  [作者] 9 月 12 日 上午 5:32 
Added support for SpawnFlags (default: 0).
Set "SpawnFlags": "<number>" in the same location as "HintType" in the json file.
ph0ne (greatijedi) 9 月 11 日 下午 4:43 
Sweet. Looking forward to it.