Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

pmcc/devil-daggers-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devil Daggers game data extractor

This tool extracts data from Devil Daggers package files:

  • Audio (.wav)
  • Textures (.png)
  • Shaders (.glsl)
  • Models (.obj)

Usage

dd_extract.exe "input" "output"
- input: devil daggers package
- output: where to extract the files, will be created if not found
example: dd_extract.exe "C:\Program Files (x86)\Steam\steamapps\common\devildaggers\res\audio" "audio_extracted"

Dependencies

Supported compilers

  • Visual Studio 2015

TODO

  • Fix FBX export
  • Add texturing to OBJ export
  • Handle additional 3D formats