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

注册 登录

QQ登录

只需一步,快速开始

查看: 141|回复: 2
打印 上一主题 下一主题

[MOD] 【搬运】控制风暴

[复制链接]

2284

主题

3417

帖子

14万

积分

游戏终结者

Rank: 14Rank: 14Rank: 14Rank: 14

贡献度
21648
金元
616380
积分
148230
精华
0
注册时间
2006-12-25
跳转到指定楼层
主题
发表于 2025-12-15 09:37 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
转自n网:https://www.nexusmods.com/eldenringnightreign/mods/146
Pause the storm entirely or adjust speed by speeding it up or slowing it down.
完全暂停风暴,或者通过加快或减速来调整速度。








Features  特征

  • Live storm speed control (0.0x pause up to 100x, fully configurable)
    实时风暴速度控制(0.0x 暂停至 100x,完全可配置)
  • Fast jumps to min/max and smooth step‑based adjustments
    快速跳跃到最小/最大,平滑的基于阶梯调整
  • Per‑day/phase profiles that multiply your base speed
    每天/相位的配置,能将你的基础速度乘以
  • Subtle overlay that confirms speed/profile changes
    细微的叠加层,确认速度和配置文件的变化
  • Hot‑reload of config and active profile
    配置和活跃配置文件的热重载

Install  安装

Recommended install it via ME3 Manager
建议通过 ME3 管理器安装


Usage and hotkeys  使用与快捷键

Default hotkeys (customizable in `config.ini`):
默认快捷键(可自定义为“config.ini”):

  • CTRL + UP: Increase speed
    CTRL + UP: 加快速度
  • CTRL + DOWN: Decrease speed
    CTRL + 下行:降低速度
  • CTRL + HOME: Reset to default speed (1.0x)
    CTRL + HOME:重置为默认速度(1.0x)
  • CTRL + END: Pause storm (0.0x)
    CTRL + END:暂停风暴(0.0x)
  • CTRL + PGUP: Jump to max speed
    CTRL + PGUP:跳到最高速度
  • CTRL + F8: Cycle to the next profile (when profiles are enabled)
    CTRL + F8:切换到下一个配置文件(启用配置文件时)
  • CTRL + F6: Clear/disable profile (return to default settings)
    CTRL + F6:清除/禁用配置文件(返回默认设置)

Configuration (config.ini)
配置(config.ini)


Open `StormControl/config.ini`. Common options:
打开“StormControl/config.ini”。常见选项:

[time]  [时间]
default=1.0; speed after reset (1.0 = normal)
默认值=1.0;复位后速度(1.0 = 正常)
min=0.0 ; lowest speed (0.0 pauses the storm)
min=0.0;最低速度(0.0 暂停风暴)
max=100.0 ; highest speed you can jump to
最大值=100.0;你能跳到的最高速度
step=1.0; how much each press changes speed
step=1.0;每次按压速度变化的程度

[keys]  [钥匙声]
increase_speed=CTRL+UP
decrease_speed=CTRL+DOWN
reset_speed=CTRL+HOME
stop_storm=CTRL+END
max_speed=CTRL+PGUP
switch_profile=CTRL+F8
clear_profile=CTRL+F6

[overlay]  [叠加]
enabled=true ; show a small overlay briefly when speed/profile changes
enabled=true;速度/配置文件变化时,短暂显示一个小叠加层




Profiles (custom runs and mod integration)
配置文件(自定义运行和模组集成)



Enable a profile:  启用个人资料:

  • Copy `StormControl/profiles/Example.ini` and rename it (e.g., `MyRun.ini`).
    复制“StormControl/profiles/Example.ini”并重命名(例如“MyRun.ini”)。
  • In `StormControl/config.ini` set:
    在“ 风暴控制/config.ini”套装中:


[profile]  [资料]
enabled=true
name=MyRun


While playing:  游戏时:

  • CTRL + F8 cycles available profiles in the `profiles` folder.
    CTRL + F8 可循环“profiles”文件夹中的可用配置文件。
  • CTRL + F6 clears/disables the active profile.
    CTRL + F6 可以清除或禁用当前的配置文件。

For mod authors (ship a profile with your mod):
对于模组作者(随模组一起寄送个人资料):

  • Include a file like `StormControl/profiles/MyMod.ini`.
    包含一个类似“StormControl/profiles/MyMod.ini”这样的文件。
  • Suggest users enable it by adding to `StormControl/config.ini`:
    建议用户通过添加“StormControl/config.ini”来启用:

[profile]  [资料]
enabled=true
name=MyMod


  • Keep multipliers proportional (they multiply the user’s base speed). Example skeleton:
    保持乘数成比例(乘以使用者的基础速度)。示例骨骼:

[profile]  [资料]
; Optional: overlay on/off when this profile is active
;可选:当该配置文件激活时,可覆盖开关
OverlayEnabled=true
; Day 1  ;第一天
; Phase 0 (07:00-12:30) multiplier on Day 1
;第0阶段(07:00-12:30)第1天的倍增器
PhaseStartSpeedDay1=1.0
; Phase 1 (12:30-16:06) multiplier on Day 1
;第一阶段(12:30-16:06)乘数在第一天
PhaseFirstCircleSpeedDay1=1.0
; Phase 2 (16:06-20:24) multiplier on Day 1
;第二阶段(16:06-20:24)第一天的倍数
PhaseBetweenWavesSpeedDay1=1.0
; Phase 3 (20:24-23:59) multiplier on Day 1
;第三阶段(20:24-23:59)第一天的倍数
PhaseSecondCircleSpeedDay1=1.0
; Day 2  ;第二天
; Phase 0 (07:00-12:30) multiplier on Day 2
;第0阶段(07:00-12:30)第二天的倍数
PhaseStartSpeedDay2=1.0
; Phase 1 (12:30-16:06) multiplier on Day 2
;第一阶段(12:30-16:06)倍数在第二天
PhaseFirstCircleSpeedDay2=1.0
; Phase 2 (16:06-20:24) multiplier on Day 2
;第二阶段(16:06-20:24)第2天的倍数
PhaseBetweenWavesSpeedDay2=1.0
; Phase 3 (20:24-23:59) multiplier on Day 2
;第三阶段(20:24-23:59)倍数在第二天
PhaseSecondCircleSpeedDay2=1.0



Overlay  叠加层

When you change speed or switch profiles, a small overlay appears briefly in the top‑right showing the effective speed. Turn it off via `[overlay] enabled=false` in `config.ini`.
当你改变速度或切换配置文件时,右上角会短暂地显示一个小叠加层,显示有效速度。通过“config.ini”中的“[覆盖] enabled=false”关闭它。

Hot reload  热装填

  • Edits to `config.ini` are picked up automatically in‑game.
    “config.ini”的编辑会在游戏中自动拾取。
  • If a profile is active, saving its `.ini` hot‑reloads it, and the overlay confirms the reload.
    如果配置文件处于激活状态,保存其 “.ini”会热重载该配置文件,覆盖层则确认重新加载。

Special thanks to JackelZXA for taking the time to explain and for pointing out the event files that were a big help during the reverse engineering process.
特别感谢 JackelZXA 花时间解释并指出了在逆向工程过程中极为重要的事件文件。

StormControl.dll-146-1-0-1-1764968099.zip

235.15 KB, 下载次数: 9

回复

使用道具 举报

24

主题

2万

帖子

3万

积分

游戏天王

Rank: 11Rank: 11Rank: 11Rank: 11

贡献度
490
金元
298657
积分
31826
精华
0
注册时间
2018-10-5

元气女仆(永久)量子Doro3DM小黄鸡拉姆雷姆尼禄·克劳狄乌斯锦鲤3DMer

舒服的沙发
发表于 2025-12-16 11:58 | 只看该作者
谢谢分享!谢谢!
回复 支持 反对

使用道具 举报

48

主题

2277

帖子

2521

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
41
金元
23569
积分
2521
精华
0
注册时间
2011-8-11
硬硬的板凳
发表于 2025-12-16 21:42 | 只看该作者
可以 熟悉地形 好工具
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-4-10 06:38 , Processed in 0.032947 second(s), 18 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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