游戏狂人
![Rank: 6](static/image/common/star_level3.gif) ![Rank: 6](static/image/common/star_level2.gif)
- 贡献度
- 35
- 金元
- 13940
- 积分
- 1534
- 精华
- 0
- 注册时间
- 2011-2-22
|
本帖最后由 三百九十九 于 2019-12-21 12:57 编辑
关于瞄准时间减速,N站MOD作者有回复这么一段:
Actually to make the current mod to only slow time when aiming a gun, you just need to open the file with a notepad and find this line:
Function.Call(Hash.SET_TIME_SCALE, STMutiply);
replace it into
if (Function.Call<bool>(Hash.IS_PLAYER_FREE_AIMING, player))
{
Function.Call(Hash.SET_TIME_SCALE, STMutiply);
}
else
{
Function.Call(Hash.SET_TIME_SCALE, 1.0f);
}
I think that will work. But again, we need the scripthook updat to see that.
装了另一个前置试了下可以使用,不过有没有世界减速80%,而主角只减速20%的修改呢?一起减速感觉开枪延迟太长了...
https://www.nexusmods.com/reddeadredemption2/mods/136?tab=posts
|
|