Sign in to follow this  
Darkness1990

Problem with Thorns and Bushes!

Recommended Posts

That looks nasty, you could leave that almost as a feature. The dangerous jungle map lol

 

Made a little tool that you can use for this, simply specify the ids you want to replace in the config and by what percentage you want to reduce the appearance of those ids.

 

Edited by Henry
Link to the tool so updated in it stay consistent
  • Like 1

Share this post


Link to post
Share on other sites

What figure did you put in your tree figure odds setting?

Share this post


Link to post
Share on other sites
9 hours ago, Henry said:

That looks nasty, you could leave that almost as a feature. The dangerous jungle map lol

 

Made a little tool that you can use for this, simply specify the ids you want to replace in the config and by what percentage you want to reduce the appearance of those ids.

 

Always backup your map files before using a tool like this!

 

Download:

https://drive.google.com/open?id=1BI4Lbmk-Ooo8bruLHdZ_Ibt5U3jtStN4

 

Source code:

https://github.com/ThaHenry/regulator/tree/master

 

Provided config will replace exactly 50% of each id

Pre configured are all bushes (normal, enchanted, infected)

 

Config preview

  Hide contents


//Disclaimed: Always backup your map before using this

// Percentage of ids to replace. 0 will replace nothing, 1 will replace everything. Only allows values between 0 and 1.
percentage=0.5
// Tile ids to replace. Will be replaced by grass. Example Bushes: 142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,166,167,168,169,170,171,172
ids_to_replace=142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,166,167,168,169,170,171,172

 

 

You can edit the bat file in the zip or create your own

Basically use:

java -jar regulator.jar -map="C:/Wurm/MyMap" -config="C:/Tools/Regulator/regulator.config"

I tried doing this, I get "tiles replaced" but when I go to the area pictured above its still a jungle of thorns

Share this post


Link to post
Share on other sites

Also noticed all cave entries changed to stone I had to revert the server.

Edited by Darkness1990

Share this post


Link to post
Share on other sites
On 6/20/2019 at 3:05 AM, Darkness1990 said:

I tried doing this, I get "tiles replaced" but when I go to the area pictured above its still a jungle of thorns

 

On 6/20/2019 at 3:06 AM, Darkness1990 said:

Also noticed all cave entries changed to stone I had to revert the server.

 

I've updated the tool, i hope it works better now :)

I've updated the above post to point to the tool topic so it's more consistent, v1.1 should perform alot better for you

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