|
|
转自n网:https://www.nexusmods.com/deathstranding/mods/91
DSModLoader is a lightweight, automatic mod management framework that eliminates the hassle of manual mod installation. Simply drop your mods into a folder and start playing - it's that simple.
DSModLoader 是一个轻量级的自动模组管理框架,消除了手动安装模组的麻烦。只需将您的模组放入文件夹中并开始播放 - 就这么简单。
Important Note 重要提示
It doesn't work with Decima Workshop mods! (Yet...)
它不适用于 Decima Workshop 模组!(然而......
This modloader was originally created with the intention of loading my own authored mods. While it's designed to work with other mods that follow the same DLL injection pattern, please note that compatibility with third-party mods may vary.
这个模组加载器最初是为了加载我自己创作的模组而创建的。虽然它旨在与遵循相同 DLL 注入模式的其他模组配合使用,但请注意,与第三方模组的兼容性可能会有所不同。
Security Warning: Due to the nature of DLL loading, please ensure you only download mods from official sources. For mods designed to work with this modloader, check the mods section on my Nexus profile for verified, safe releases.
安全警告:由于 DLL 加载的性质,请确保您仅从官方来源下载模组。对于设计用于此模组加载器的模组,请查看我的 Nexus 个人资料上的模组部分,以获取经过验证的安全版本。
Key Features 主要特点
Plug & Play System
即插即用系统
- Zero configuration required - works immediately out of the box
无需零配置 - 开箱即用 - Automatic mod detection - scans and loads mods on game startup
自动模组检测 - 在游戏启动时扫描并加载模组 - Smart folder structure - each mod in its own organized folder
智能文件夹结构 - 每个模组都在自己组织的文件夹中
Visual Overlay 视觉叠加
- Real-time mod status - see which mods are loaded with an overlay
实时模组状态 - 查看哪些模组加载了叠加层 - Clean interface - displays loaded mods for 20 seconds on startup
干净的界面 - 在启动时显示加载的模组 20 秒
Advanced Logging 高级日志记录
- Session-based logging - fresh log file for each game session
基于会话的日志记录 - 每个游戏会话的新日志文件 - Detailed debug information - comprehensive mod loading reports
详细的调试信息 - 全面的模组加载报告
Stable & Reliable
稳定可靠
- Error handling - graceful fallback if mods fail to load
错误处理 - 如果模组加载失败,则正常回退 - Memory efficient - minimal impact on game performance
内存效率高 - 对游戏性能的影响最小
Installation 安装
- Download DSModLoader – get the ZIP containing dxgi.dll and the empty Mods folder
下载 DSModLoader – 获取包含 dxgi.dll 和空 Mods 文件夹的 ZIP - Extract ZIP – you should now have:
解压 ZIP – 您现在应该拥有:
- dxgi.dll
- Mods\ (empty folder) Mods\(空文件夹)
- Copy to Game Folder – place both dxgi.dll and the Mods folder into your Death Stranding root directory (the one containing DS.exe)
复制到游戏文件夹 – 将 dxgi.dll 和 Mods 文件夹放入您的 Death Stranding 根目录(包含 DS.exe 的目录) - Add Your Mods – simply drop mod folders into Mods\ (e.g. place the entire MyMod\ folder inside Mods\)
添加您的 Mod – 只需将 mod 文件夹拖放到 Mods\ 中(例如将整个 MyMod\ 文件夹放入 Mods\ 中) - Launch Death Stranding – the modloader will automatically scan Mods\ and load any mods you add. A window will appear in the top-left corner showing which mods are loaded
启动死亡搁浅 – 模组加载器将自动扫描模组并加载您添加的任何模组。左上角将出现一个窗口,显示加载了哪些模组
How to Use Reshade with DSModLoader
如何将 Reshade 与 DSModLoader 一起使用
Overview 概述
DSModLoader can automatically load Reshade presets just like any other mod! This allows you to easily manage different Reshade configurations without manual file swapping.
DSModLoader 可以像任何其他模组一样自动加载 Reshade 预设!这使您可以轻松管理不同的 Reshade 配置,而无需手动交换文件。
Installation Steps 安装步骤
Step 1: Prepare Your Reshade Files
第 1 步:准备您的 Reshade 文件
Download your desired Reshade preset (e.g., Simple Realistic 3D) which typically includes:
下载您想要的 Reshade 预设(例如,Simple Realistic 3D),其中通常包括:
- dxgi.dll (Reshade main file)
dxgi.dll(重新着色主文件) - dxgi.ini (Reshade configuration)
dxgi.ini(重新遮色配置) - Preset folder (e.g., simple-realistic/)
预设文件夹(例如,simple-realistic/) - Additional preset files 其他预设文件
Step 2: Create Mod Folder
第 2 步:创建 Mod 文件夹
- Navigate to your Mods folder – go to Mods\ in your Death Stranding directory
导航到您的 Mods 文件夹 – 转到 Death Stranding 目录中的 Mods\ - Create a new folder – name it whatever you want (e.g. SimpleRealistic3D)
创建一个新文件夹 - 随心所欲地命名(例如 SimpleRealistic3D)
Step 3: Copy Reshade Files
第 3 步:复制 Reshade 文件
- Copy all Reshade files into your new mod folder
将所有 Reshade 文件复制到新的 mod 文件夹中 - You should now have: 您现在应该拥有:
Mods\
└── SimpleRealistic3D\
├── dxgi.dll
├── dxgi.ini
└── simple-realistic\
└── [preset files]
Step 4: Rename Files (IMPORTANT!)
第 4 步:重命名文件(重要!
This is the crucial step that makes it work with DSModLoader:
这是使其与 DSModLoader 配合使用的关键步骤:
- Rename dxgi.dll → SimpleRealistic3D.dll (match your folder name)
重命名 dxgi.dll→SimpleRealistic3D.dll(与文件夹名称匹配) - Rename dxgi.ini → SimpleRealistic3D.ini (match your folder name)
重命名 dxgi.ini→SimpleRealistic3D.ini(与您的文件夹名称匹配)
Step 5: Final Structure 第 5 步:最终结构
Your folder should now look like this:
您的文件夹现在应如下所示:
Mods\
└── SimpleRealistic3D\
├── SimpleRealistic3D.dll ← Renamed from dxgi.dll
├── SimpleRealistic3D.ini ← Renamed from dxgi.ini
└── simple-realistic\
└── [preset files]
Step 6: Launch and Enjoy
第 6 步:启动并享受
- Launch Death Stranding – DSModLoader will automatically load your Reshade preset
启动死亡搁浅 – DSModLoader 将自动加载您的 Reshade 预设 - Check the overlay – you should see "SimpleRealistic3D" in the loaded mods window
检查叠加层 - 您应该在加载的模组窗口中看到“SimpleRealistic3D” - Verify Reshade is working – look for visual improvements in-game
验证 Reshade 是否正常工作 – 在游戏中寻找视觉改进
Credits 学分
Special thanks to Wollnir for extensive testing and feedback that made this mod possible. This mod stands on their shoulders!
特别感谢 Wollnir 的广泛测试和反馈,使这个模组成为可能。这个模组站在他们的肩膀上!
Additional thanks to HalfPace for testing, helping improve the modloader, and providing motivational words throughout development.
另外,感谢 HalfPace 的测试,帮助改进模组加载器,并在整个开发过程中提供激励性词语。
Additional thanks to VladioThe1st for testing the mod and providing valuable feedback.
另外感谢 VladioThe1st 测试该模组并提供有价值的反馈。
|
|