Garry's Mod

Garry's Mod

评价数不足
gm_home [Navmesh + AI Nodes]
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 地图
插件标签: 风景, 写实
文件大小
发表于
1.327 KB
2019 年 11 月 20 日 上午 8:41
1 项改动说明 ( 查看 )

订阅以下载
gm_home [Navmesh + AI Nodes]

在 Master_64 的 1 个合集中
All of Master_64's current navmesh + AI node addons.
18 件物品
描述
Hey there, in case you don't know what this mod does, it essentially makes this map compatible with all NPCs, SNPCs and Nextbots!

Make sure that you use the RemoveProps tool/addon to remove doors that connect to any part of the map. If you don't do this, you will experience NPCs, SNPCs and Nextbots commonly getting stuck on stuff! This is a 1-time process and I highly recommend you do this to get the best experience possible!
OR
Run this console command on every map launch (this deletes every door in the map):
ent_fire func_door kill; ent_fire func_door_rotating kill; ent_fire prop_door_rotating kill

Supports Out of Bounds: ✗

If you find any bugs with this navmesh or with the AI Nodes, please comment it below!

Note to the map creator: In no way does this mod contain anything of your's EXCEPT for the icon. Please note that I cannot change the icon. Also note that I am willing to take this addon down if you friend me and pm me about it!
2 条留言
Master_64  [作者] 2019 年 11 月 21 日 下午 12:13 
@Wiseguy You could do this, but personally, I think it's better to not have to worry about it each time I load up the map.
Also, this command would work better:
ent_fire func_door kill; ent_fire func_door_rotating kill; ent_fire prop_door_rotating kill
Wiseguy 2019 年 11 月 21 日 上午 11:40 
Another way to get rid of doors if you have sv_cheats 1 and are an admin

Type in console
ent_fire func_door kill
ent_fire func_door_rotating kill
ent_fire prop_door_rotating kill
This'll delete all door entities in the current map.