diogotr7 / StarCitizenChf

Star Citizen Custom Head File (CHF) reverse engineering and processing tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StarCitizenChf

Star Citizen Custom Head File (CHF) reverse engineering and processing tool.

This tool was created to reverse engineer the chf file format for use in StarChar

If you want to edit your character, use StarChar instead.

Usage

StarCitizenChf v1.0.0

USAGE
  StarCitizenChf [options]
  StarCitizenChf [command] [...]

OPTIONS
  -h|--help         Shows help text. 
  --version         Shows version information. 

COMMANDS
  debug             
  download          Downloads all characters from the website and saves them to the website characters folder. 
  export-all        Exports all modded characters into the Star Citizen folder. 
  import-all        Imports all non-modded characters exported from the game into our local characters folder. 
  process           Process a character file 
  process-all       Processes all characters in the given folder. 
  watch-export      Watch for new modded characters and export them to the star citizen folder. 
  watch-import      Watch for new characters in the Star Citizen folder and import them. 

You can run `StarCitizenChf [command] --help` to show help on a specific command.

Contributing

If you found something about these files not covered here, please open an issue or a pull request, or discuss it in the Star Citizen Modding Discord

I want to test this tool with as many files as possible, so if you have a character file that is not working, please send it to me

About

Star Citizen Custom Head File (CHF) reverse engineering and processing tool.

License:MIT License


Languages

Language:C# 99.7%Language:PowerShell 0.3%