Skip to content

FlexBy420/debaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Debaker

Debaker is a Python script designed to unpack and repack Coalesced_xxx.bin files, commonly found in Unreal Engine 3-based titles.

Wiki

Overview

Many UE3 games bundle configuration and language files into a single Coalesced_xxx.bin archive. Debaker allows you to extract these files and repack them back into the original binary format while maintaining strict adherence to the required data structures.

Usage

Prerequisites

Commands

Execute the script using the following syntax:

# Unpack a Coalesced.bin file
py debaker.py unpack <input_file.bin> [output_dir] [--debug]

# Repack a folder back into a .bin file
py debaker.py repack <input_dir> [output_file.bin] [--debug]

About

Python cli script to unpack and repack Unreal Engine 3 COALESCED_xxx.BIN files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages