HOI4 Unified Editor
A work in progress HOI4 mod file editor implemented in Python 3.8 and Tk. Will provide a simple to use UI to edit game files, including event files, countries and ideologies. Can import from existing mods for easy editing.
Table of Contents
-1.0 Installation
-2.0 Features
-3.0 Contributions
-4.0 Credits
-5.0 Licensing
- Installation
No frozen version has been produced; the programme source code must be run in a python environment. The programme environment must have Pillow (Python Imaging Library) isntalled.
- Features
2.1 Completed
A general framework to import from existing base game and mod files
2.1 In Progress
Localization editing Editing support for events, countries, ideologies and province files Integral scopes, commands, conditions, and modifier reference
2.2 Planned Features
Editing Support for Technology, Units, AI, Equipment, Scripted GUIs GFX Editing Map Editing Automated Debugging
3.0 Contributions
All contributions are welcomed.
4.0 Credits
-Callum Howell
5.0 Licensing
MIT License
Copyright (c) 2020 Callum Howell
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.