3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 9391|回复: 9
打印 上一主题 下一主题

[MOD] (分享)steam 1.31 版本 Random Encounters - Random Encounters 1.22.1 刷怪模組可安裝方法

[复制链接]

1

主题

23

帖子

87

积分

初级玩家

Rank: 2

贡献度
1
金元
830
积分
87
精华
0
注册时间
2015-11-21
跳转到指定楼层
主题
发表于 2016-12-5 03:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
給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 );
}





回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-4-3 14:20 , Processed in 0.395492 second(s), 16 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表