Jump to content

Random generated (RGW) MAP Preview image export Tool


ognivo777

Recommended Posts

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?export=download&id=1PtXNDc0GGHoz0oQKDgNGOPJEP78-U22p

 

uc?export=download&id=1rcVPmVu8QBkg7eFYtEv22MKxtt60dj7-

 

 

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

Edited by ognivo777
new release (see edit history)
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

 

Try the new release:

 

https://github.com/ognivo777/7D2D_RGW_Create_Map_Preview_Image_Tool/releases/latest

 

  • Huge perfomace optimization
  • UI: Simple information screen
  • Auto re-run for enforce more memory allocation to avoid in low-memory crushes

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

 

λ 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.

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...
  • 4 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...