• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Random generated (RGW) MAP Preview image export Tool

ognivo777

New member
Hi All!

RGW Map Preview Image Tool

I'm with my fiends usually waste a lot of time to generate and choose best random seed for our server. So I wrote custom open source java app for generate map preview image like this:

UPDATED (13 oct 2022): v.9

Many new icons are added!

uc


uc


You can try it by yourself, just follow the instructions on project GitHub:

https://github.com/ognivo777/7D2D_RGW_Create_Map_Preview_Image_Tool/blob/master/README.md

 
Last edited by a moderator:
New version released!

Hi all!

Chek out latest release of RGW Map builder!

We are working hard to make our map more informative and beautiful.

Added bunch of different buildings, more accurate landscape. Different types of roads.

So latest release produce map like this:

photo_2019-07-02_19-30-21.jpg

 
Wow, very impressive. I wish I'd paid more attention in school and stuck with it 'cause then maybe I'd be writing nifty little gadgets like this too... but... I guess I'll stick to making prefabs and manipulating the world generator.

 
Guys, the new version is here!

Updated the old and added a dozen new icons!

And the radiation zone was also drawn:)

Just have a look at:

uc


p.s. UI is comming soon

 
When I run the new version I only get 1_waterZones.png. Am doing exact same way as I did for v2 wich gave me the other files.

 
Let's try to execute from command line like this (if you have at least 2gb free RAM):

java -Xms1024m -Xmx2048m -jar 7dtd-rgw-map-image-builder.jar

 
Let's try to execute from command line like this (if you have at least 2gb free RAM):
java -Xms1024m -Xmx2048m -jar 7dtd-rgw-map-image-builder.jar
For those who run into the "TOO LITTLE" error, I had an environment variable named _JAVA_OPTIONS that was set to -Xmx256m.

Passing the -Xmx6g argument didn't override the environment variable for some reason. ¯\_(ツ)_/¯

Nice tool by the way!

 
For those who run into the "TOO LITTLE" error, I had an environment variable named _JAVA_OPTIONS that was set to -Xmx256m.Passing the -Xmx6g argument didn't override the environment variable for some reason. ¯\_(ツ)_/¯

Nice tool by the way!
Hi! Very pleased that you liked our small tool:)

Thank you for this advice! I will add them to readme.

Please show your output for this command:

java -version

 
I'm on the latest version if I'm not mistaken:

Code:
λ java -version
java version "1.8.0_221"
Java(TM) SE Runtime Environment (build 1.8.0_221-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.221-b11, mixed mode)
[/CODE]

It's actually a known problem with the environment variable.

 
This is a super utility !!!

Small request: invert scaling with the mouse wheel please! =)

And the second question: where can I see the description of the symbols?

Thank you!

 
Back
Top