|
本帖最后由 tt9891 于 2014-10-2 12:43 编辑
有跳出问题的请还原文件,我用的是GOG版+1号补丁+民间汉化没出现过问题
外网MOD,增加游戏速度又不影响游戏性,已测试汉化可用
MOD介绍:
—技能施放时间减少至1秒(如医疗开锁等)
—所有致命失败几率(例如开锁时弄坏锁的几率)减少至 0,0,1,3,5,7,10 (%) (原版0,1,10,35,45,60)
—奔跑速度增加60%,妈妈说再也不用担心我的小短腿了
注意:基于1号升级档制作,仅支持1号升级档
原帖地址
...
1. To reduce time of skill execution:
I've added a line in Function: <Default Namespace>.SkillMetered:repareMeter(PC pc, float duration):
duration = 1f;
2. To reduce the critical failure chance:
Function: <Default Namespace>.SkillMetered::SkillMetered()
Line: SkillMetered.TheOdds = ....
Into: This is a array of "odds". The ChallengeLevelOdds for every object is constructed with 3 params. First one is the critical failure chance(if random(0,100) < this number), second number is for a normal failure(if random < this number), third number is critical success(if random > this number), everything else is success.
3. I increased the runspeed a little bit(about 50% faster)
Function: <Default Namespace>.PCStats.CalculateStatBase
i've changed the value "6" to "10" at if (statName == PCStatsManager.runSpeed) return 6; in the function
<Default Namespace>.PCStats.CalculateStatBase.
Please Note: This Downloads are made for Wasteland 2 with Patch 1. They don't work with any other version.
[size=150%]Version "All Inclusive"
This version contains:
-SkillMeter Duration reduced to 1 second.
-All Critical Fails drastically reduced from 0,1,10,35,45,60 to 0,0,1,3,5,7,10 (%)
-Runspeed at ~160% of original Value
...
[size=150%]Version "No-Cheat"
This version contains:
-Skill-Meter duration reduced to 1 second.
-Runspeed at ~160% of original Value
...
使用方法:
1. 解压缩
2. 备份并替换Wasteland 2\Build\WL2_Data\Managed\Assembly-CSharp.dll
下载地址:
二选一
版本1(技能施放速度,奔跑速度,减少致命失败)
http://pan.baidu.com/s/1mgzFbU4密码: 8bj4
版本2(技能施放速度,奔跑速度)
http://pan.baidu.com/s/1jG3gYCu密码: ybn7
原版备份
http://pan.baidu.com/s/1i3f2zNR
|
|