所有人形生物召唤出来的时候级别都是一样的,0级、无护甲、只有基本武器、85滴血,友好npc只能用来吸引敌人火力,敌对npc可以大量刷出来刷钱。哨炮和漂浮机器人都不是友好的,召唤出来也没用。
要想使召唤出来的npc更贴心,也不是没有办法,但是效果不太理想,堪勘能用:在游戏cfg目录内创建一个脚本文件"bestrong.cfg":ent_fire !self addoutput "targetname playself"
ent_fire wen_aim setrelationship "clonguepee d_li 1000"
ent_fire wen_aim setrelationship "playself d_li 1000"
ent_fire wen_aim addoutput "ArmorChoice 3"
ent_fire wen_aim addoutput "NumGrenades 5"
ent_fire wen_aim addoutput "squadname clonguepee"
ent_fire wen_aim addoutput "InvisMaxLevel 0.60"
ent_fire wen_aim addoutput "MyViewMax 120000.00"
ent_fire wen_aim addoutput "myskill 10"
ent_fire wen_aim addoutput "PSILevel 500"
ent_fire wen_aim addoutput "max_health 5000"
ent_fire wen_aim addoutput "health 5000"
ent_fire wen_aim addoutput "targetname clonguepee"
ent_fire wen_aim addoutput "additionalequipment weapon_sulfatum "此动作脚本是对NPC进行设置,提高血量、配给手雷,并设置和你友好。
然后,在游戏脚本中添加如下内容:bind "p" "comm1" ;alias comm1 "ent_setname "wen_aim"; exec bestrong"此段脚本是为了将目标NPC标定名称,并调用"bestrong.cfg"对NPC进行处理。在游戏里,你只要对准需要友好化的NPC按“p”键,就可以设置它为盟友,并提升血量至5000。
炮台仍然无效,虽然友好了,但是没法开枪。创建的漂浮机器人和其他NPC不再攻击你而去帮你攻击敌人,但是没法像自己的召唤物一样去控制,只能当固定岗哨用,而且你要是射了它或者推了它,它马上会和你翻脸。
如果对自己的召唤物使用,同样有加血到5000的效果,并且不影响队友控制功能。