(分享)steam 1.31 版本 Random Encounters - Random Encounters 1.22.1 刷怪模組可安裝方法
給1.31版本玩家可安裝刷怪模組的方法第一步
開啟檔案 modRandomEncounters\content\scripts\game\actor.ws
找到這段文字:
public function RemoveAllNonAutoBuffs( optional removeOils : bool )
{
if( effectManager && effectManager.IsReady() )
effectManager.RemoveAllNonAutoEffects( removeOils );
}
將上面的文字更換成下面這行
public function RemoveAllNonAutoBuffs( optional removeOils : bool, optional skipPerk14 : bool )
{
if( effectManager && effectManager.IsReady() )
effectManager.RemoveAllNonAutoEffects( removeOils, skipPerk14 );
}
第二步
開啟檔案modRandomEncounters\content\scripts\game\player\player.ws
找到這段文字
if(!spawnData.restored)
inputHandler = new CPlayerInput in this;
將上面的文字更換成下面這行
if( !spawnData.restored )
{
inputHandler = new CPlayerInput in this;
theGame.EnableUberMovement( true );
((CInGameConfigWrapper)theGame.GetInGameConfigWrapper()).SetVarValue( 'Gameplay', 'EnableUberMovement', 1 );
}
1.30的呢:$ 六大仙魔不死鸟 发表于 2016-12-5 04:35
1.30的呢
1.30 一樣用這個方法應該也可以通用
cge00000 发表于 2016-12-5 05:19
1.30 一樣用這個方法應該也可以通用
谢谢,我试试看:$
好复杂啊啊啊:'( 谢谢分享,改之前最好还是复制下文档 看着很不错啊…… 能不能帮忙看下,N网刚更新的“随机刷怪”要怎么弄?我已经下了配套mods,不知道添加代码哪里出错,进游戏没有效果。
同样,3D狼头也是一样,贴图丢失{:3_142:}
一模一样还是报错,1.31steam正版 一样会报错
页:
[1]