游戏达人
  
- 贡献度
- 57
- 金元
- 23320
- 积分
- 2580
- 精华
- 2
- 注册时间
- 2004-12-22

|
N网上的用法(未验证)
It works, try on a security guard or named character for best results. I'll go over each line:
它有效,尝试保安或命名角色以获得最佳效果。我将遍历每一行:
"ssq 0000D773"
Sets the active quest (in the console, not ingame) to the "SQ_Followers" quest which manages follower behavior.
将活动任务(在控制台中,而不是在游戏中)设置为管理追随者行为的“SQ_Followers”任务。
"forcerefintoalias ActiveFollowers"
ActiveFollowers is a property of that quest - a list of NPCs that you can add to. Before entering it, make sure to click the NPC while the console is up, until their NPC ID appears (it should say "NPC_" next to it, otherwise keep mouse-scrolling)
活跃追随者是该任务的属性 - 您可以添加到的NPC列表。在进入之前,请确保在控制台启动时单击NPC,直到出现其NPC ID(旁边应显示“NPC_”,否则保持鼠标滚动)
To remove all followers, you can run
要删除所有关注者,您可以运行
ssq 0000D773
emptyrefalias ActiveFollowers
作者说过会更新自述文件 |
|