Skip to content

jamfire/acf-patch-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Patch ACF files with dataref patches

This python script takes .acf and .acf.txt files and will patch a new .acf.patched model file. This will not overwrite your existing acf model. It will generate a file with the .acf.patched extension. You'll need to backup your original model somewhere else and then rename the .acf.patched file to .acf.

I highly advise you create a temporary directory with your model and patchfile incase something goes wrong.

Script Usage

This script requires that you have python installed.

Help text:

python3 converter.py -h
usage: converter.py [-h] -a --acf -p --patch

Patch ACF models from txt files

optional arguments:
  -h, --help  show this help message and exit
  -a --acf    filename of your acf model, ex: CarbonCub.acf
  -p --patch  patch file ending in .acf.txt

Example usage:

python3 converter.py -a CarbonCub.acf -p CarbonCub.acf.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages