Skip to content

Basic command line program for stripping the headers out of Condemned: Criminal Origins' DDS files.

License

Notifications You must be signed in to change notification settings

SuiMachine/Condemned-DDS-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e2da356 · Oct 28, 2018

History

6 Commits
Oct 28, 2018
Oct 28, 2018
Oct 28, 2018
Oct 28, 2018
Oct 28, 2018
Oct 28, 2018
Oct 28, 2018
Oct 28, 2018
Oct 28, 2018
Oct 28, 2018
Oct 28, 2018

Repository files navigation

Condemned-DDS-Converter

A basic command-line program for stripping and attaching headers to Condemned: Criminal Origin's DDS files.

For mass converting files, you can use this script:

for /r %%v in (*.dds) do (
Condemned-DDS-converter.exe  %%v
)

About

Basic command line program for stripping the headers out of Condemned: Criminal Origins' DDS files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages