https://github.com/yuto-moriizumi/hoi4-drawio-converter
Generate hoi4 focus file from drawio xml
https://github.com/yuto-moriizumi/hoi4-drawio-converter
drawio hoi4
Last synced: 3 months ago
JSON representation
Generate hoi4 focus file from drawio xml
- Host: GitHub
- URL: https://github.com/yuto-moriizumi/hoi4-drawio-converter
- Owner: yuto-moriizumi
- Created: 2022-02-04T07:45:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T01:39:28.000Z (over 3 years ago)
- Last Synced: 2025-02-01T18:31:51.056Z (5 months ago)
- Topics: drawio, hoi4
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HoI4 DrawIO Converter
Originaly made by Flaxbeard, then fixed by NIKA.
HoI4 DrawIO Converter is a tool to generate hoi4 focus file from drawio xml data.
## Download
Download exe file from github [releases](https://github.com/yuto-moriizumi/Hoi4-DrawIO-Converter/releases) page## Usage
1. Open [draw.io](https://app.diagrams.net/) then design natinal focus with square and arrows. Make sure that the boxes are located evenly spaced. 
1. Write focus titles in your square boxes. Both English and Japanese are allowed.
1. Open Extras -> Edit Diagram then copy xml data
1. Lanch exe file and paste the xml you copied into the textarea
1. Click "Run Program" then you will get focus file and localisation file in output box which will be created.## Build (For developers)
Use pyinstaller to build exe file
```
pyinstaller DrawIoConverter.py --onefile --noconsole
```