Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 771 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 771 Bytes

Warno Division Editor

A simple Python script that parses a Division.ndf file into a JSON file for easier modding.

How to use

  • Clone the repository with git clone https://github.com/Dawwa1/WarnoDivisionParser.git, or download it from https://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
  • Run the file with python WarnoDivisionParser.py

Prerequisites

Tested on Python 3.8 and Python 3.12 using Windows 10