A simple Python script that parses a Division.ndf
file into a JSON file for easier modding.
- Clone the repository with
git clone https://github.com/Dawwa1/WarnoDivisionParser.git
, or download it fromhttps://github.com/Dawwa1/WarnoDivisionParser
- Edit line 67 and add the path of your
Division.ndf
file.- Example :
path = r"C:\Program Files (x86)\Steam\steamapps\common\WARNO\Mods\Deck Overhaul\GameData\Generated\Gameplay\Decks\Divisions.ndf" # Path to Divisions.ndf file
- Example :
- Run the file with
python WarnoDivisionParser.py
Tested on Python 3.8 and Python 3.12 using Windows 10