cge00000 发表于 2016-12-5 03:37

(分享)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 );
}





六大仙魔不死鸟 发表于 2016-12-5 04:35

1.30的呢:$

cge00000 发表于 2016-12-5 05:19

六大仙魔不死鸟 发表于 2016-12-5 04:35
1.30的呢

1.30 一樣用這個方法應該也可以通用

六大仙魔不死鸟 发表于 2016-12-5 05:34

cge00000 发表于 2016-12-5 05:19
1.30 一樣用這個方法應該也可以通用

谢谢,我试试看:$

tzzl 发表于 2016-12-24 15:35

好复杂啊啊啊:'(

977840591 发表于 2017-1-14 13:49

谢谢分享,改之前最好还是复制下文档

dagb555 发表于 2017-2-2 10:26

看着很不错啊……

kkkkoo2011 发表于 2017-2-7 21:47

能不能帮忙看下,N网刚更新的“随机刷怪”要怎么弄?我已经下了配套mods,不知道添加代码哪里出错,进游戏没有效果。
同样,3D狼头也是一样,贴图丢失{:3_142:}

adsl33199887 发表于 2017-2-16 01:56

一模一样还是报错,1.31steam正版

355067580 发表于 2017-9-17 03:25

一样会报错
页: [1]
查看完整版本: (分享)steam 1.31 版本 Random Encounters - Random Encounters 1.22.1 刷怪模組可安裝方法