It is currently Sat Jul 06, 2024 8:06 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 14 posts ] 
Author Message
 Post subject: 3D Map creator in GIMP
PostPosted: Sat Oct 29, 2016 6:54 am  (#1) 
Offline
GimpChat Member

Joined: Oct 29, 2016
Posts: 8
Good afternoon. Over the past few weeks decided to take up the study of Script-Fu to create your own scripts (actions, plugins, whatever you want). Based on the 3D extrusion script, wanted to share the results. The script allows you to create bulk cards. Currently the archive includes: the script, 8 textures and brush 51 different subjects. You can free download the script from my website.
If interest in the project will be the development of the script will continue. And while offering to see with screenshots of the results. The combination of the script and work with your hands give a very good result.


Attachments:
moskow.jpg
moskow.jpg [ 428.3 KiB | Viewed 4674 times ]
World.jpg
World.jpg [ 114.65 KiB | Viewed 4674 times ]


Last edited by alexandrov on Sat Oct 29, 2016 8:53 am, edited 2 times in total.
Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Sat Oct 29, 2016 7:13 am  (#2) 
Offline
GimpChat Member

Joined: Oct 29, 2016
Posts: 8
The current version in my website


Last edited by alexandrov on Sat Oct 29, 2016 9:25 am, edited 2 times in total.

Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Sat Oct 29, 2016 8:15 am  (#3) 
Offline
GimpChat Member

Joined: Jul 17, 2016
Posts: 293
Location: Arlington, TX
I like that. Makes me want to build an RPG like Civilization. If I knew how to make games.

How did you make the clouds in the first picture?

_________________
Just a short while ago I was a complete idiot when it comes to GIMP. Today, after many hours of practice, reading, and watching tutorials, I am proud to say I am an incomplete idiot.

Image


Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Sat Oct 29, 2016 8:25 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
alexandrov wrote:
The current version is on the master-gimpDOTru


I can not find this plug-in or (Scheme script) on your website.
Please upload the script and its related materials to this site in a zipped platform.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Sat Oct 29, 2016 8:56 am  (#5) 
Offline
GimpChat Member

Joined: Oct 29, 2016
Posts: 8
Rod wrote:
alexandrov wrote:
The current version is on the master-gimpDOTru


I can not find this plug-in or (Scheme script) on your website.
Please upload the script and its related materials to this site in a zipped platform.


I сan't attach the file completely. Size - 7 Mb. Post in parts.


Attachments:
3d Map Generator (script and patterns).rar [2.49 MiB]
Downloaded 462 times
brushes.rar [4.61 MiB]
Downloaded 288 times
Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Sat Oct 29, 2016 8:59 am  (#6) 
Offline
GimpChat Member

Joined: Oct 29, 2016
Posts: 8
Sasquatch wrote:
I like that. Makes me want to build an RPG like Civilization. If I knew how to make games.

How did you make the clouds in the first picture?


Use the brush of the cloud, look for it in the package, called 3D-map-clouds

Attention. I don't understand Script-Fu, how in program the change position of layer. To map properly, you must manually place the 3d-map-grass layer to second place, and 3d-map-extrusion from first to third place.


Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Sat Oct 29, 2016 9:33 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
alexandrov wrote:
Sasquatch wrote:
I like that. Makes me want to build an RPG like Civilization. If I knew how to make games.

How did you make the clouds in the first picture?


Use the brush of the cloud, look for it in the package, called 3D-map-clouds

Attention. I don't understand Script-Fu, how in program the change position of layer. To map properly, you must manually place the 3d-map-grass layer to second layer, and 3d-map-extrusion to third layer.

Welcome to Gimp Chat and thank you for uploading the script and materials for it.

About the layer stacking order -
You would stack them in the add layer line like this
in the LET tag
    (beveled (car (gimp-layer-new-from-visible image image "Beveled - Color Outside")))
    ; add the layers
   
  (gimp-image-add-layer image beveled 2)


2 refers to the stack order 0 being topmost layer

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Sat Oct 29, 2016 9:37 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
You can also after adding the layer use
(gimp-image-raise-layer image itemtoraise) itemtoraise being the layerID

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Sat Oct 29, 2016 9:39 am  (#9) 
Offline
GimpChat Member

Joined: Oct 29, 2016
Posts: 8
Thank you very much. I think in new version will add this function.


Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Mon Oct 31, 2016 2:05 am  (#10) 
Offline
GimpChat Member

Joined: Jun 16, 2016
Posts: 137
Hello,
the script can not use the script
to: use 3d extrusion.scm together.
This creates a problem with the gimp registry.

Regards Hardy

Attachment:
3D1.jpg
3D1.jpg [ 176.5 KiB | Viewed 4476 times ]


Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Mon Oct 31, 2016 4:40 am  (#11) 
Offline
GimpChat Member

Joined: Oct 29, 2016
Posts: 8
Thanks, I bad well know script-fu. Just learning.


Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Mon Oct 31, 2016 11:47 am  (#12) 
Offline
GimpChat Member

Joined: Jun 16, 2016
Posts: 137
Hello,
I looked at the script and the code "script-fu 3d extrude"
"script-fu 3d extrude2" changed from to. Now both scripts
work simultaneously.

You have to change all Codes(Three)

Regards Hardy


Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Mon Oct 31, 2016 2:25 pm  (#13) 
Offline
GimpChat Member

Joined: Oct 29, 2016
Posts: 8
I would be grateful, if all gimpusers will help in the development of the script, your ideas and code fixes :)


Top
 Post subject: Re: 3D Map creator in GIMP
PostPosted: Tue Nov 01, 2016 6:50 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
hardy111 wrote:
Hello,
I looked at the script and the code "script-fu 3d extrude"
"script-fu 3d extrude2" changed from to. Now both scripts
work simultaneously.

You have to change all Codes(Three)

Regards Hardy

I had changed mine to script-fu-3d-map :) That seemed more appropriate.

But i only needed to change two instances.
define and register code blocks

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC - 5 hours [ DST ]


cron

* Login  



Powered by phpBB3 © phpBB Group