|
|
转自n网:https://www.nexusmods.com/eldenringnightreign/mods/173
Allows you to edit the player's movement speed, roll distance, backstep distance, and jump height. Does NOT affect attack speed.
允许你编辑玩家的移动速度、滚动距离、后退距离和跳跃高度。不影响攻击速度。
This was originally made by Vawser for Elden Ring. Please go endorse his mod here
这最初是沃泽为《艾尔登法环》制作的。请去支持他的版主
Configuration 配置
By default, the movement is set to 2.0 (twice as fast). The roll, backstep, and jump multipliers are set to 1.5.
默认情况下,移动设置为2.0(速度是2.0倍)。翻滚、后退和跳跃的倍率设置为1.5。
You will need to open the c0000.hks file (found in the action/script/ directory) in a text editor, and edit the following lines to suit your tastes:
你需要在文本编辑器中打开 c0000.hks 文件(在 action/script/ 目录中),并根据你的喜好编辑以下几行:
g_MoveMovementMultiplier = 2.0 -- 1.0 is normal movement speed, 2.0 would be 100% faster.
g_RollMovementMultiplier = 1.5 -- 1.0 is normal roll distance, 2.0 would be 100% further.
g_BackstepMovementMultiplier = 1.5 -- 1.0 is normal backstep distance, 2.0 would be 100% further.
g_JumpMovementMultiplier = 1.5 -- 1.0 is normal jump height, 2.0 would be 100% further.
You will need ModEngine3 aka me3.
你需要 ModEngine3,也就是 ME3。
The hks file was taken from TNordgaren's Multiplayer Revive Fix. So that is also included in this mod. I don't use it as playing games is my "get away from people time", but if that's you and you don't want me using it, then let me know and I'll take it down and give this file to you. I don't care if I get credit, just spreading something that makes to game more fun for me and maybe others as well.
hks 文件取自 TNordgaren 的 Multiplayer Revive Fix。所以这个模组也包含了这个功能。我不用它,因为玩游戏是我“远离人群的时间”,但如果你是不想让我用,告诉我,我会把它删下来给你这个文件。我不在乎能不能获得认可,只要传播一些能让游戏对我自己和其他人都更有趣的东西。
|
|