GitHunt
NO

NoahStolk/DevilDaggersAssetEditor

Tool that can be used to extract and modify the assets from the game Devil Daggers

DevilDaggersAssetEditor (Download)

DevilDaggersAssetEditor is a tool that can be used to extract assets from the Devil Daggers resource files, as well as inserting them back into binaries to create mods.

IMPORTANT

This version of the program (DDAE 1) is considered legacy and will not receive new features. Patches may be released until DDAE 1 is fully deprecated. Visit the ddinfo-tools repository for a much improved, cross-platform alternative.

Main features

  • Extracting and compressing asset types

    • Audio
    • Models
    • Model bindings
    • Shaders
    • Textures
  • Extracting and compressing binary files

    • res/audio
    • res/dd
    • core/core

System requirements

  • Microsoft Windows (64-bit)

Installation

  1. Download the zip file.
  2. Unzip its contents.
  3. Run DevilDaggersAssetEditor.exe inside the folder.

Running from source

  • Make sure to set the project platform to x64 before building the project.

Credits

The program's asset extraction functionality is based on Devil Daggers Extractor by pmcc written in C++.

License

MIT License

Copyright (c) 2019-2022 Noah Stolk

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Languages

C#99.8%Batchfile0.2%

Contributors

Created November 16, 2019
Updated January 27, 2025
NoahStolk/DevilDaggersAssetEditor | GitHunt