The CK3 ColorPicker Gimp Plugin simplifies the process of selecting and applying colors to provinces in your CK3 (Crusader Kings III) map. If you're a modder or map creator, this plugin streamlines the color-picking workflow.
-
Download the Plugin:
- Visit the CK3 ColorPicker Gimp Plugin repository.
- Click on the green "Code" button and select "Download ZIP."
- Extract the ZIP file to a location on your computer.
-
Place the Plugin File:
- Locate the
.py
file within the plugin folder. - Move or copy this
.py
file to the appropriate GIMP plugins directory:- On Linux:
~/.config/GIMP/2.10/plug-ins/
- On Windows:
C:\Users\USERNAME\AppData\Roaming\GIMP\2.10\plug-ins\
- On Linux:
- You can also check the location of the plugins directory within GIMP by going to
Edit > Preferences > Folders > Plug-Ins
.
- Locate the
-
Edit the .py File:
- Locate the
.py
file within the plugin folder. - Open it in a text editor.
- Get the path to your modded CK3 definition.csv file. For example:
C:\\Users\\isabeau\\Documents\\Paradox Interactive\\Crusader Kings III\\mod\\alagasia\\map_data\\definition.csv
- Look for the line that specifies the
path
to your definition.csv file in the.py
. It should be line 4. - Update the path to match the location of your
definition.csv
on your system.path = "PATH_TO_YOUR_MODDED_DEFINITON.CSV"
-
YOU ONLY HAVE TO DO THIS STEP ONCE(AS LONG AS YOU DONT WANT TO USE A DIFFERENT
DEFINITION.CSV FILE
)
- Locate the
-
Access the Plugin:
- Run the CK3 ColorPicker Gimp Plugin. (You can find it in the menu bar (bar at the top) under
CK3
) - A window will appear, allowing you to search for provinces by name (You will see a list with all entries of definition.csv and can scroll trough it.).
- For now just ignore the
terminal/console
that pops up and DONT CLOSE IT please.
- Run the CK3 ColorPicker Gimp Plugin. (You can find it in the menu bar (bar at the top) under
-
Select a Province:
- Find the name of the province you want to work with and click it.
- The plugin will retrieve the color defined for that province in your definition.csv and add to the gimp color tool foreground color.
- If you dont know what i mean by that look at the screenshot(
${\color{purple}PURPLE}$ is the color tool foreground color):
-
Apply the Color:
- Use the retrieved color in your GIMP color tool.
- Draw the corresponding province directly on your provinces.png map.
-
Video Showing Usage:
-
CK3.ColorPicker.Gimp.Plugin.Showcase.mp4
-
Contributions are welcome! If you encounter any issues or have ideas for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to customize this template further to suit your project's specific needs. Happy modding! 🌟🎨