|
马上注册领取绝版勋章
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 五音 于 2019-1-26 01:53 编辑
应该不少同学会玩着玩着就发现自己或者NPC召唤束缚武器,老滚就会百分百CTD
根据某大妈猴哥的贴子的说法【以下是复制内容】
原因:
在存档时,左手或右手装备了其它MOD带的武器或者魔法,然后你跑出去删除了这个MOD,再接着这个存档玩...........
当时右手装备跳右手,左手装备就跳左手,双手装备同时跳,双手武器就跳斧头.
你妹啊........
因为存档会写入一个BUFF_VAR,这个BUFF_VAR是一直存在的.
在游戏中这个BUFF_VAR的替换过程为:
NEW EQUID装备完成,BUFF清零,NEW EQUID写入BUFF
由于你删除了MOD,所以在第二步无法完成

猴哥提出的解决方案是,对主角控制台输入 resurrect ,通过重置主角状态来消除这个BUFF
但带来的负面影响是也会消除主角身上已有的所有BUFF,用代码重新录入也没有效果。

https://forums.nexusmods.com/ind ... -bound-sword/page-3
N网某大神提出了更好的解决方案【以下是复制内容】
************************************************************************************************************************
HERE'S MY FIX FOR BOUND SWORD CRASHES (CTDs)
************************************************************************************************************************
- First of all, you must empty your inventory to see if there's anything wrong with it. BTW, this is an optional step and you may skip it if you like. Anyway, store all the items in your inventory in the nearest container (can even be a corpse). If you have items that you can't store in a container (such as quest items), then drop them using the following console command (unfortunately, you need the ID of that item to do this)...
player.drop <ITEM_ID> <Count>
(Count : Number of items you want to drop) (Here's an example, to drop 1 Unusual Gem use, player.drop 9dfbb 1) - When you get rid of all the items in your inventory, you'll probably notice something strange, an invisible item in your inventory that weighs 1 (maybe more)!
- Well, never mind that, whatever it is, we'll get rid of it. To do that use the following command...
player.resetinventory - Now you have a bunch of stuff in your inventory. The command above resets your inventory and gives you a set of starting equipment.
- At this point, you may try using Bound Sword. Hopefully you won't get CTDs anymore.
- Notice that you haven't lost any of the active effects!
- So pick up the stuff you stored in the container and move on to a new adventure. Problem solved!
************************************************************************************************************************
我是靠着机翻看了一遍,大意应该是先把你身上所有的物品放进其他的容器,正常方法丢不掉的用代码删掉,然后你就会看到自己身上没有东西却还有负重
打开控制台点选主角输入 player.resetinventory
这貌似会重置你的着装状态,你身上会穿上铁甲四件套,正常的BUFF也没有丢失
我实操了一遍,但是身上丢不掉的任务物品我也没去管它,扔完其他东西直接打代码,召唤束缚剑,没问题
随从施放束缚剑也不会CTD了,但是随从身上能施放却没有实物显示出来
我是一成功就上来发帖了,希望能帮到跟我一样头疼这问题的人,如若有什么副作用的话请在帖子下面回复
|
-
评分
-
查看全部评分
|