Skip to content

ego-lay-atman-bay/vxn-py

Repository files navigation

vxn-py

A python script for decoding Gameloft .vxn files.

Installation

Install with python

pip install vxn-py

Usage

python -m vxn extract "file.vxn"
python -m vxn extract -h
vxndec "file.vxn"
vxndec -h

Or within code.

from vxn import VXN

v = VXN('path/to/file.vxn')

v.streams[0].save(f'out.{v.streams[0].EXTENSION}')

About

A python script for decoding Gameloft .vxn files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages