Europa Universalis IV

Europa Universalis IV

scale_ui
defencie 21 May, 2023 @ 8:49am
Gimp DDS-Path seems to have changed
I got the Error that the plugin could not be found. So I edited the python-script and swaped the paths given in it. Could you maybe look into that?

(OS: Windows 10)
Last edited by defencie; 21 May, 2023 @ 12:15pm
< >
Showing 1-3 of 3 comments
hottt3 15 Oct, 2024 @ 3:10am 
I've got this debug.log:

INFO:install_scale_ui_mod.py:USER_HOME = G:\Hottt Documents\Documents\Paradox Interactive\Europa Universalis IV\mod\1095412287
INFO:install_scale_ui_mod.py:PROGRAM_BASE = C:\Program Files (x86)
ERROR:install_scale_ui_mod.py:Could not find GIMP dds plugin at ( C:\Program Files\GIMP 2\lib/gimp/2.0/plug-ins/dds.exe )

Although I've installed the latest version of GIMP.

Could you please explain how you made it work.
Last edited by hottt3; 25 Oct, 2024 @ 4:45am
Orcark 25 Oct, 2024 @ 12:32am 
I had the same issue. You need to go into the scale_ui mod folder, then open (w/ notepad++ for instance) the install_scale_ui_mod.py.
On line 39 & 53, you need to update your GIMP_HOME & GIMP_DDS_PLUGIN to the right values.
For the latest Gimp, on Windows 10, that would be smtg like GIMP_HOME = os.path.normpath("C:\Program Files\GIMP 2") & GIMP_DDS_PLUGIN = os.path.join(GIMP_HOME, "lib/gimp/2.0/plug-ins/file-dds/file-dds.exe")
hottt3 25 Oct, 2024 @ 10:25am 
@Orcark
Man, thank you so much for the answer!
Last edited by hottt3; 25 Oct, 2024 @ 10:25am
< >
Showing 1-3 of 3 comments
Per page: 1530 50