|
|
转自n网:https://www.nexusmods.com/clairobscurexpedition33/mods/636
This mod provides several features to help you learn to parry better. Adjustable parry windows, damage immunity, auto-parry, and a feedback system that will help you with your timing.
这个模组提供了多种功能,帮助你更好地学习招架。可调节的招架窗口、伤害免疫、自动招架,以及帮助你掌握时机的反馈系统。
PARRY TRAINER - Expedition 33: Clair Obscur
格挡训练师 - 远征33:克莱尔·奥布斯库尔
Version 1.0.0 Release 版本 1.0.0 发布
A comprehensive training mod designed to help players master the parry timing mechanics in Expedition 33: Clair Obscur.
一个全面的训练模组,旨在帮助玩家掌握《探险33:克莱尔·奥布斯库尔》中的招架时机机制。
=== IMPORTANT: REQUIREMENTS ===
=== 重要:要求 ===
**REQUIRED: UE4SS Experimental 3.0.1-848-g91b70e5 or Later**
This mod requires a specific experimental build of UE4SS to function properly.
Download Link:
https://github.com/UE4SS-RE/RE-U ... .1-848-g91b70e5.zip
See below for detailed installation instructions.
=== FEATURES === === 功能 ===
VISUAL FEEDBACK SYSTEM 视觉反馈系统
Displays real-time feedback on your parry attempts with color-coded messages:
通过颜色编码显示你格挡尝试的实时反馈:
- PERFECT (Green): Successfully parried within the timing window, shows exact timing in milliseconds
- 完美(绿色):在计时窗口内成功格挡,显示精确时机(毫秒)
- EARLY (Yellow): Parry button pressed too early, shows how far off you were
- 早期(黄色):格挡按钮按得太早,显示你距离有多远
- MISS (Red): No parry attempt or attack was dodged instead
- 未中(红色):没有格挡尝试或攻击被躲避
AUTO-PARRY MODE 自动格挡模式
Automatically parries all incoming enemy attacks without requiring button input. Perfect for:
自动格挡所有敌人攻击,无需按键。非常适合:
- Learning enemy attack patterns and telegraphs
- 学习敌方攻击模式和预报
- Accessibility support - 无障碍支持
- Testing and experimentation
- 测试与实验
DAMAGE NULLIFICATION 伤害抵消
Prevents all damage to player characters, allowing risk-free practice. Useful for:
防止对玩家角色造成所有伤害,允许无风险练习。适用于:
- Learning boss patterns - 学习 Boss 模式
- Experimenting with risky strategies
- 尝试冒险策略
- Damage numbers will still be visible so you can test defensive builds
- 伤害数值依然可见,方便你测试防御构建
PARRY WINDOW ADJUSTMENT 格挡窗口调整
Modify the parry timing window with a multiplier (0.25x to 3.0x):
用倍率修改招架时机窗口(0.25x 到 3.0x):
- 1.0x = Default game timing (Story: 350ms, Expeditioner: 150ms, Expert: 150ms)
- 1.0x = 默认游戏时序(故事:350 毫秒,探险者:150 毫秒,专家:150 毫秒)
- Higher values = More forgiving timing for learning
- 更高的数值 = 学习时机更宽容
- Lower values = Stricter timing for advanced practice
- 较低值 = 高级练习时间更严格
Changes apply at the start of each battle and scale with difficulty settings.
每场战斗开始时都会有变化,并随难度设置调整。
Note: These are hardcoded limits - going too much further than these limits causes problems, no, I won't change them.
注意:这些是硬编码的限制——超出这些限制会带来问题,不,我不会更改它们。
IN-GAME CONFIGURATION 游戏内配置
There are two ways to configure the mod:
配置模组有两种方式:
METHOD 1: Config File (Requires Game Restart)
方法一:配置文件(需要重启游戏)
- Settings are stored in: <Game Root>\ParryTrainer\config.json
- 设置存储在:<游戏根>\ParryTrainer\config.json
- The file is automatically created on first launch with default values
- 文件在首次启动时自动创建,默认值
- Edit the JSON file manually to change settings
- 手动编辑 JSON 文件以更改设置
- Changes take effect on next game launch
- 变更将于下次游戏发布时生效
METHOD 2: Real-Time GUI (Recommended)
方法二:实时图形界面(推荐)
- Enable the UE4SS GUI Console by editing: <Game Root>\Sandfall\Binaries\Win64\ue4ss\UE4SS-settings.ini
- 通过编辑以下方式启用 UE4SS 图形界面控制台:<游戏根>\Sandfall\Binaries\Win64\ue4ss\UE4SS-settings.ini
- Set the following values:
- 设置以下数值:
GuiConsoleEnabled = 1
GuiConsoleVisible = 1
- In game, press Ctrl+O to open the UE4SS console
- 在游戏中,按 Ctrl+O 打开 UE4SS 控制台
- Click the "Parry Trainer" tab at the top
- 点击顶部的“格挡训练师”标签
- Configure settings in real-time (no restart needed)
- 实时配置设置(无需重启)
- Click "Save Config" to persist settings (or auto-saves on exit)
- 点击“保存配置”以持久保存设置(或退出时自动保存)
GUI Features: 图形界面功能:
- Toggle features on/off with immediate effect
- 立即切换功能开关
- Adjust parry window multiplier with a slider (0.25x - 3.0x)
- 通过滑块调整格挡窗口倍率(0.25x - 3.0x)
- See real-time window calculations for each difficulty
- 查看每个难度的实时窗口计算
- Enable debug logging for troubleshooting
- 启用调试日志以便排查故障
- Save button to persist changes
- 保存按钮以保留更改
PERSISTENT CONFIGURATION 持久配置
Settings automatically save to: <Game Root>\ParryTrainer\config.json
设置会自动保存到:<游戏根>\ParryTrainer\config.json
- Loads on game start
- 游戏开始时加载
- Auto-saves on game exit
- 游戏退出时自动存档
- Manual save button available in config menu
- 配置菜单中可手动保存按钮
- Human-readable JSON format for manual editing
- 用于手动编辑的人类可读 JSON 格式
- Invalid values are automatically clamped to safe ranges
- 无效值会自动被夹在安全范围内
=== INSTALLATION === === 安装 ===
Requirements: 要求:
- UE4SS version 3.0.1 or later (https://github.com/UE4SS-RE/RE-UE4SS)
- UE4SS 版本 3.0.1 或更高版本(https://github.com/UE4SS-RE/RE-UE4SS)
- Expedition 33: Clair Obscur
- 远征33:克莱尔·奥布斯库尔
**REQUIRED: UE4SS Experimental 3.0.1-848-g91b70e5 or Later**
This mod requires a specific experimental build of UE4SS to function properly.
Download Link:
https://github.com/UE4SS-RE/RE-U ... .1-848-g91b70e5.zip
Why this specific version?
- This is what I built it against
- Earlier versions (including stable releases) probably will NOT work
- I have 100+ hours with the experimental build that has been stable for this game
- Later versions will probably work fine
Installation Steps: 安装步骤:
1. Install UE4SS (version 3.0.1+)
1. 安装 UE4SS(版本 3.0.1+)
2. Unzip the mod to: <Game Root>\Sandfall\Binaries\Win64\ue4ss\Mods\
2. 解压该模组为:<Game Root>\Sandfall\Binaries\Win64\ue4ss\Mods\
- You should end up with <Game Root>\Sandfall\Binaries\Win64\ue4ss\Mods\ParryTrainer\dlls\main.dll
- 你应该用 <Game Root>\Sandfall\Binaries\Win64\ue4ss\Mods\ParryTrainer\dlls\main.dll
3. Enable the mod in UE4SS mods.txt - found in <Game Root>\Sandfall\Binaries\Win64\ue4ss\Mods\
3. 在 UE4SS mods.txt 启用该模组——在 <Game Root>\Sandfall\Binaries\Win64\ue4ss\Mods\中找到
- Add the following line to mods.txt: ParryTrainer: 1
- 在 mods.txt 中添加以下行:ParryTrainer:1
4. Launch the game 4. 启动游戏
5. After first launch, find the config file at <Game Root>\ParryTrainer\config.json
5. 首次启动后,找到配置文件:<Game Root>\ParryTrainer\config.json
=== NOTES === === 注释 ===
- Parry window changes apply at the start of the next battle
- 格挡窗口变化在下一场战斗开始时生效
- Config file location: <Game Root>\ParryTrainer\config.json
- 配置文件位置:<Game Root.>\ParryTrainer\config.json
- Debug logging can be enabled for troubleshooting
- 可启用调试日志以进行故障排除
Developed by: Wylker 开发者:Wylker
Thank you to the UE4SS Team
感谢 UE4SS 团队
=== LICENSE === === 许可证 ===
This mod is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
本模组采用知识共享署名-非商业性-禁止衍生 4.0 国际协议(CC BY-NC-ND 4.0)授权
You are free to: 您可以自由:
- Use this mod for personal, non-commercial purposes
- 将本模组用于个人、非商业目的
- Share the original, unmodified mod with others
- 与他人分享原始未修改的模组
Under the following terms:
具体条款如下:
- Attribution: You must give appropriate credit to the author, Wylker
- 署名:必须适当注明作者 Wylker
- NonCommercial: You may not use this mod for commercial purposes
- 非商业用途:您不得将本模组用于商业目的
- NoDerivatives: You may not distribute modified versions of this mod
- 禁止衍生:你不得分发修改版的模组
- Inclusion: You may not include this mod in a repackaged or compiled "mod-pack"
- 包含性:你不得将此模组包含在重新包装或编译的“模组包”中
For the full license text, visit:
完整许可文本请访问:
https://creativecommons.org/licenses/by-nc-nd/4.0/
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
软件以“现状”提供,不提供任何形式的保修。
|
|