Skip to content

DsCppModManager v0.30

Choose a tag to compare

@summerspring-cf summerspring-cf released this 09 Aug 10:06
· 11 commits to main since this release

In-game mod manager for DragonSword: Awakening.
Adds a 모드매니저 (Mod Manager) entry to the title menu — enable/disable mods, reorder them, and change their settings, in a panel built from the game's own settings widgets.

Install

  1. Close the game completely. A running game locks the mod DLL and the install fails.
  2. Extract DsCppModManager_0.30.zip and double-click install.bat.
    Not on the default Steam path? Drag your game folder onto the install.bat icon.

UE4SS is included — nothing else to download.
Already using UE4SS? install.bat leaves your installation alone.

What's in v0.30

  • UE4SS bundledinstall.bat sets it up when the ue4ss folder is missing
  • Option controls: colour picker, key binding, checkbox, action button, slider
  • Order tab, .zip auto-extract, .pak content mod support, safety guard

⚠ UE4SS is not my work

98.6 % of this archive by size is RE-UE4SS (MIT, Copyright (c) 2022 Narknon), included unmodified, purely so players with no ue4ss folder don't have to install it by hand.
My own code is the ~240 KB DsCppModManager/ folder — 1.4 % of the archive.

Bundled build: experimental channel, commit c838a8ac, UE4SS.dll 16,519,168 B.

Verify your download

certutil -hashfile DsCppModManager_0.30.zip SHA256

a5ca651e95d37634b669b31a65a9eb78fc31f6449a6504aed246cbd2dee9cbf3

Hashes for every DLL inside, and what the mod does at runtime: SECURITY.md

Source

https://github.com/summerspring-cf/DsModManager — with build instructions.