brunoanc / AutoHeckinTextureConverter

Texture converter for DOOM Eternal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Heckin' Texture Converter

Texture converter for DOOM Eternal.

Texture modding guides are available here.

Usage

Drag and drop textures (in PNG format) onto it, or pass them as arguments from the terminal.

Compiling

  1. Install Rust by following the instructions here.
  2. Clone the repo using:
git clone https://github.com/brunoanc/AutoHeckinTextureConverter.git
cd AutoHeckinTextureConverter
  1. Compile the project using cargo:
cargo build --release

The compiled binary will be located at ./target/release.

About

Texture converter for DOOM Eternal.

License:MIT License


Languages

Language:Rust 100.0%