在《辐射4》中,你可以使用以下NPC代码来召唤或瞬移到特定的NPC身边:
召唤特定NPC
饭店员工:`player.placeatme 0010C650`
佛克特院长:`player.placeatme 00061C33`(注意:这个代码似乎重复了两次)
弗朗西斯.奥德尔:`player.placeatme 001D03D4`
高塔汤姆:`player.placeatme 0004B0C0`
葛洛莉:`player.placeatme 000508EE`
工匠汤姆:`player.placeatme 000508EA`
鼓手男孩:`player.placeatme 000678CF`
海达.史柯尔特:`player.placeatme 0011D641`
海洋资源研究导师:`player.placeatme 0007EE41`
汉考克:`player.placeatme 00022615`
亨利.库克:`player.placeatme 000399DE`
霍雷萧:`player.placeatme 0002A81C`
霍桑:`player.placeatme 00002F1D`
霍特.康布斯:`player.placeatme 0002A831`
吉文斯馆长:`player.placeatme 000FFC76`
瞬移到特定NPC身边
使用`player.moveto 代码`命令,例如:`player.moveto 0010C650`(将玩家瞬移到饭店员工身边)
其他有用的控制台命令
`player.additem 代码 数量`:向玩家添加指定数量的道具,例如:`player.additem 0018ABE2 10`(添加10个冷冻电池)
`prid 代码`:选中指定代码的NPC,例如:`prid 0010C650`(选中饭店员工),然后使用`moveto player`将玩家瞬移到该NPC身边
复活NPC
对尸体使用`resurrect`命令,例如:`resurrect`(将选中的尸体复活为NPC)
放置多个NPC或怪物
`placeatme XXXXX +数量`:在某处放置指定数量的怪物或NPC,例如:`placeatme 000AA763 5`(在玩家附近放置5个呱抓)
设置NPC属性
`setessential XXXXX 1/0`:给予某个NPC无敌属性,例如:`setessential 0002A81C 1`(使霍雷萧无敌)
请注意,这些代码在控制台输入后需要按回车键确认。部分代码可能在不同的游戏中版本或设置中有所不同,建议在实际使用前进行测试。