Skip to content

gnutrino/xcfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCom Character File Parser

This is a quick python library I cooked up for parsing character data out of the character pool files for XCOM 2

Usage

The main class for this libray is CharacterPool,

from xcfp.lib import CharacterPool

pool = CharacterPool('/path/to/file.bin'):
for char in pool.characters():
	print(char)

About

A Parser for XCOM 2 Character Files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages