All Projects → Yard1 → HoI4ModdingPythonScripts

Yard1 / HoI4ModdingPythonScripts

Licence: MIT license
Various useful Hearts of Iron 4 modding Python scripts

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to HoI4ModdingPythonScripts

Translate helper
A Java application to help to translate the localisation files of the Paradox games.
Stars: ✭ 23 (+0%)
Mutual labels:  heartsofiron4, hearts-of-iron-4, paradox-interactive
hookey
Enables all the DLCs. Like Creamapi but just for linux and a subset of Paradox games.
Stars: ✭ 87 (+278.26%)
Mutual labels:  heartsofiron4, hearts-of-iron-4
EMF
Extended Mechanics & Flavor
Stars: ✭ 33 (+43.48%)
Mutual labels:  modding, paradox-interactive
pdx-ymltranslator
Paradox Interactive YML Translator
Stars: ✭ 18 (-21.74%)
Mutual labels:  hearts-of-iron-4, paradox-interactive
Awesome Python Scripts
🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
Stars: ✭ 198 (+760.87%)
Mutual labels:  python-script, python-scripts
IronyModManager
Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
Stars: ✭ 188 (+717.39%)
Mutual labels:  hearts-of-iron-4, paradox-interactive
funny-words
A Python script that generates a list of pairs of funny words for naming things such as app releases, internal projects, servers and children.
Stars: ✭ 26 (+13.04%)
Mutual labels:  python-script
ib-historical-data
Interactive Brokers TWS API -- Historical data downloader
Stars: ✭ 40 (+73.91%)
Mutual labels:  python-script
JGetFund
Mac OS 开机自动执行脚本,爬取基金数据。
Stars: ✭ 15 (-34.78%)
Mutual labels:  python-script
RAGE-StringsDatabase
This repository contains known string lines and file names for RAGE based games (GTA IV, GTA V, RDR 2)
Stars: ✭ 26 (+13.04%)
Mutual labels:  modding
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 27 (+17.39%)
Mutual labels:  modding
dice-simulator
A Python simple Dice Simulator just for fun
Stars: ✭ 17 (-26.09%)
Mutual labels:  python-script
ChristmasSpiritBreaker-andNewYearsToo
Python script which automatically sends Christmas/New Year's messages from a custom messages list on Whatsapp, Facebook Messenger or via SMS in a given time range, to a custom contacts list. Time to work smart, not hard.
Stars: ✭ 81 (+252.17%)
Mutual labels:  python-script
djangify
A Python script that converts HTML Files / Templates to Django compatible HTML Templates.
Stars: ✭ 54 (+134.78%)
Mutual labels:  python-script
VRCMods
A collection of various VRChat mods aimed at improving user experience or fixing issues
Stars: ✭ 235 (+921.74%)
Mutual labels:  modding
morrowind-sharp
A Morrowind modding guide. New and experienced players welcomed.
Stars: ✭ 107 (+365.22%)
Mutual labels:  modding
BTD-Mod-Helper
A powerful and easy to use API for modding BTD6, BATTD, and other Ninja Kiwi games.
Stars: ✭ 76 (+230.43%)
Mutual labels:  modding
WiCrackFi
Python Script to help/automate the WiFi hacking exercises.
Stars: ✭ 61 (+165.22%)
Mutual labels:  python-script
wasm plugin
A low-ish level tool for easily writing and hosting WASM based plugins.
Stars: ✭ 62 (+169.57%)
Mutual labels:  modding
Nhaama
Multi-purpose .NET memory-editing library
Stars: ✭ 25 (+8.7%)
Mutual labels:  modding

HoI4ModdingPythonScripts

Various useful Python scripts to automate some tedious parts of Hearts of Iron 4 modding. Written in Python 2.7 (python2 folder) and Python 3.5 (python3 folder).

Readmes and usage instructions are included as comments in .py source files.

Python 2.7 scripts may work on Python 3.* but that is not guaranteed. Same goes for the other way around.

Scripts included:

  • hoi4transfertechsegen.py - HoI 4 Transfer Technology scripted effect generator - generates a transfer_technology scripted effect, which grants all technologies researched by one country to another.
  • hoi4localisationadder.py - HoI 4 Localisation Adder - adds empty localisation entries from a given event, national_focus or idea file.
  • hoi4focusgfxentry.py - HoI 4 Focus GFX entry generator - adds GFX entries from national_focus files.
  • DHtoHoi4MinisterConverter.pt - HoI Darkest Hour minister to HoI4 idea converter - converts Hearts of Iron Darkest Hour minister files to Hearts of Iron IV ideas, following a format specified by HoI4 Darkest Hour mod by Algerian General. Handles Unicode characters.
  • hoi4ideagfxentry.py - Idea GFX entry generator- generates idea GFX entries for all ideas in a given file.
  • hoi4fileformatter.py - Indents files for readability and consistency.
  • USAElectionGenerator.py - Generates events simulating first-past-the-post elections (US style) using a .csv spreadsheet.
  • hoi4statemapgenerator.py - Generates an image file of a map with every state/strategic region having a separate color and ID. Examples: Vanilla: https://cdn.discordapp.com/attachments/463044308002406402/465588079579758602/out.png EaW: https://cdn.discordapp.com/attachments/463044308002406402/465591100237676554/out.png
  • focusgfxshine.py - Given a goals GFX file, add all missing shine entries to the goals_shine GFX file.

MIT license (LICENSE) applies to every file in this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].