This thread is speacially for modders and artists !
I use darkplaces, and I really like the norm_ and gloss_ mapping of the engine but the software to get both textures from a diffuse texture is sometimes silly to use, so I just re-write this script on python InsaneBump python-fu script for windows | GIMP Plugin Registry to get gloss and normal maps (in the same location and with correct names )of any texture with a few clicks
Installation:
NOTE: if you have normalmap plug-in go to step 2
1º Normalmap Installation (required):
Under WIndows
download normalmap plug-in here
registry.gimp.org/files/gimp-normalmap-win32-1.2.1.zip
Under Linux mint - Ubuntu
install from here, clicking "install" button
https://community.linuxmint.com/soft...gimp-normalmap
2º DpNorm plug-in installation:
Download DpNorm here
Under Windows
Extract the zip. It contains only one file: DpNorm.py
Under Linux mint - Ubuntu
Extract the zip. It contains only one file: DpNorm.py
Place the file into the Gimp User Plugin Directory.
On Linux Mint for My user which is nahuel:
/home/nahuel/.gimp-2.8/plug-ins
Then make the file executable by right clicking, selecting “Properties” from the menue and activate “Execute” in the permissions tab.
Use:
Start Gimp!
The plugin is in
Filters-->maps--> DpNorm
Enjoy the plug in
I use darkplaces, and I really like the norm_ and gloss_ mapping of the engine but the software to get both textures from a diffuse texture is sometimes silly to use, so I just re-write this script on python InsaneBump python-fu script for windows | GIMP Plugin Registry to get gloss and normal maps (in the same location and with correct names )of any texture with a few clicks
Installation:
NOTE: if you have normalmap plug-in go to step 2
1º Normalmap Installation (required):
Under WIndows
download normalmap plug-in here
registry.gimp.org/files/gimp-normalmap-win32-1.2.1.zip
To install, extract the normalmap.exe file to your GIMP plugins directory.
This directory is usually located at:
C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins
Then extract the 3 dll files to your GIMP bin directory.
This directory is usually located at:
C:\Program Files\GIMP 2\bin
This directory is usually located at:
C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins
Then extract the 3 dll files to your GIMP bin directory.
This directory is usually located at:
C:\Program Files\GIMP 2\bin
Under Linux mint - Ubuntu
install from here, clicking "install" button
https://community.linuxmint.com/soft...gimp-normalmap
2º DpNorm plug-in installation:
Download DpNorm here
Under Windows
Extract the zip. It contains only one file: DpNorm.py
Install my script in your GIMP 2.8 plugins user-directory :
1 - Display file becoming by . in the filemanager preference: Organize menu -> "search and directorys options" -> display -> "display hidden files and directory"
2 - Copy my script here: userdirectory\ .GIMP-2.8\plug-ins
1 - Display file becoming by . in the filemanager preference: Organize menu -> "search and directorys options" -> display -> "display hidden files and directory"
2 - Copy my script here: userdirectory\ .GIMP-2.8\plug-ins
Under Linux mint - Ubuntu
Extract the zip. It contains only one file: DpNorm.py
Place the file into the Gimp User Plugin Directory.
On Linux Mint for My user which is nahuel:
/home/nahuel/.gimp-2.8/plug-ins
Then make the file executable by right clicking, selecting “Properties” from the menue and activate “Execute” in the permissions tab.
Use:
Start Gimp!
The plugin is in
Filters-->maps--> DpNorm
Enjoy the plug in
Comment