Sign in to follow this  
Naulus

WurmWorldGenerator

Recommended Posts

On 04/12/2015, 21:08:01, Crustyfoot said:

Now this, is very nice.

 

It's quite underrated in my opinion, and is actually my preferred map creation tool for a few reasons, workflow seems to suit me, for one, and the maps feel 'smoother' to me..

Share this post


Link to post
Share on other sites

java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at common.actions.ActionSet$InternalAction.execute(ActionSet.java:95)
    at common.actions.CallProcedure.call(CallProcedure.java:22)
    at common.actions.ConcurrentActionMap$2.run(ConcurrentActionMap.java:51)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.OutOfMemoryError: Java heap space
    at com.wurmonline.wurmapi.api.MapData.createMap(MapData.java:78)
    at com.wurmonline.wurmapi.api.MapData.<init>(MapData.java:40)
    at com.wurmonline.wurmapi.api.WurmAPI.<init>(WurmAPI.java:49)
    at com.wurmonline.wurmapi.api.WurmAPI.create(WurmAPI.java:26)
    at mapgen.map.WurmMap.create(WurmMap.java:43)
    at mapgen.action.MapDocumentActions.create(MapDocumentActions.java:68)
    ... 12 more
Just messing around trying to create 

Share this post


Link to post
Share on other sites

Sperg, you're running out of memory by the looks of it. Try assigning more to the JVM if possible, that should fix it.

Share this post


Link to post
Share on other sites
19 hours ago, BadLuckBurt said:

Sperg, you're running out of memory by the looks of it. Try assigning more to the JVM if possible, that should fix it.

I figured out that I was using 32bit java instead of 64, works fine now.

Edited by Sperg

Share this post


Link to post
Share on other sites

now next step is a 3d low graphic option to view terrain on the fly easier to see if you like how it looks then just a top down view  but this can wait if other things are buggy/upcoming features :3

Share this post


Link to post
Share on other sites

Is there a way to get a scattered few source springs and/or fountains to generate?

Share this post


Link to post
Share on other sites

Not sure what I was thinking at the time about the source springs and fountains. That is an item entry in the databases. Not exactly a map thing.

This map generator makes such perfect maps. I absolutely love it.

Thank you so much for this Naulus!!

Share this post


Link to post
Share on other sites

ok its totally cool to generate an 8k map in under 5 mins  and wow it actually loaded on my dedicated, ive been having trouble getting an 8k map working

 

but will we ever be able to import heightmaps?  :P

 

some of the biom options are missing the frequency setting

tar/clay/reed/sand/steppe/tundra/snow/grass(glade)

 

 

 

 

 

 

 

 

 

 

 

 

Share this post


Link to post
Share on other sites

question how do i get started as a noob on using this tool... i downloaded it, now what lol i clicked executable file but didn't run.

Error: A Java Exception has occurred.

 

Share this post


Link to post
Share on other sites

Is this still actively being developed?  I think Sklo's right about needing pictures of the maps this generates, but I'm interested in the GPU-based map generation you're doing here.

Share this post


Link to post
Share on other sites
11 minutes ago, Tathar said:

Is this still actively being developed?

 

Considering that the last post from the author was over 2 years ago i'd hazard a guess that no, it isn't.

  • Like 1

Share this post


Link to post
Share on other sites

I thought the same, but it was worth asking the author anyway in case there was an explanation for the delay.

Share this post


Link to post
Share on other sites

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
Sign in to follow this