Skip to content

Commit 29186a4

Browse files
authored
Merge pull request #2 from smlu/GIMP-3.x
Updates plugin to support GIMP 3
2 parents 14a597a + 738c8c5 commit 29186a4

File tree

8 files changed

+721
-564
lines changed

8 files changed

+721
-564
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
# Indiana Jones and the Infernal Machine plugin for GIMP
2-
GIMP plugin for importing/exporting texture files (`.mat`) for the game Indiana Jones and the Infernal Machine.
1+
# Indiana Jones and the Infernal Machine plugin for GIMP 3
2+
GIMP 3 plugin for importing/exporting texture files (`.mat`) for the game Indiana Jones and the Infernal Machine.
33

44
<img src="demo/imt.png" width="70%"/>
55

66
# Requirements
7-
[GIMP](https://www.gimp.org/), recommended GIMP version >= 2.10.
7+
GIMP 3: [https://www.gimp.org](https://www.gimp.org/)
88
In order for plugin to work make sure to install GIMP with **python scripting**.
99

1010
# Installation
1111
1. Download the latest `gimp-file-mat.zip` from the [Releases](https://github.com/smlu/gimp-ijim/releases) page or download/clone this repository.
1212
2. Extract/copy the `file-mat` folder to GIMP's `plug-ins` folder:
13-
- **Windows**: `C:\Users\<USERNAME>\AppData\Roaming\GIMP\2.10\plug-ins`
13+
- **Windows**: `C:\Users\<USERNAME>\AppData\Roaming\GIMP\3.0\plug-ins`
1414
*Make sure you have GIMP installed with support for Python scripting.*
1515

16-
- **Linux**: `/home/<USERNAME>/.config/GIMP/2.10/plug-ins`
17-
- **macOS**: `/Users/<USERNAME>/Library/Application Support/GIMP/2.10/plug-ins`
16+
- **Linux**: `/home/<USERNAME>/.config/GIMP/3.0/plug-ins`
17+
- **macOS**: `/Users/<USERNAME>/Library/Application Support/GIMP/3.0/plug-ins`
1818

1919
*Note: If you can’t locate the `plug-ins` folder, open GIMP and go to Edit > Preferences > Folders > Plug-Ins and use one of the listed folders.*
2020

2121
# Usage
2222
## Importing texture .mat file
23-
To import `.mat` file into GIMP, go to *File > Open* then navigate to the folder containing `*.mat` file, select it and click *Open*.
23+
To import `.mat` file into GIMP, go to *File > Open* then navigate to the folder containing `*.mat` file, select a file and click *Open*.
2424

2525
<img src="demo/imd.png" width="70%"/>
2626

2727
## Exporting image as .mat file
28-
To export image as `.mat` file from GIMP, go to *File > Export As* then navigate to the folder where you want to export file, enter the file name with `*.mat` extension and click *Export*. A new dialog window will open up where you can edit export options.
28+
To export image as `.mat` image file, in GIMP go to *File > Export As* then navigate to the folder where you want to export file, enter the file name with `*.mat` extension and click *Export*. A new dialog window will open up where you can edit export options.
2929

3030
<img src="demo/mated.png" width="50%"/>
3131

32-
*Note: If you are planning to use exported texture in the game make sure to limit the length of file name (including `.mat` extension) to max 64 characters. See [File naming convention](https://github.com/Jones3D-The-Infernal-Engine/Documentation/tree/0ca1a1a475225a7244469f99a1d898b01191d14b#file-naming-convention) for more details.*
32+
*Note: If you are planning to use exported texture in the game make sure to limit the length of the file name (including `.mat` extension) to max 64 characters.*

demo/imd.png

103 KB
Loading

demo/imt.png

-9.7 KB
Loading

demo/mate.png

63.8 KB
Loading

demo/mated.png

84.9 KB
Loading

0 commit comments

Comments
 (0)