Sign in to follow this  
Nikalus

Cave Tile Quality

Recommended Posts

Is there any way to set / increase the max quality of a cave tile?  I know Rod of Transmutation will set the vein to 99 quality, but I'm talking about regular rock tiles and Rocksalt.

Edited by Nikalus

Share this post


Link to post
Share on other sites

I don't think it would be easy to do. Cave tile (either that bee a floor, wall, vein) quality is decided with a seeded random number generator. With those type of systems you basicly have to make a whole new system to make it not random. From what I remember the Rod toggles a yes/no flag which overrides the random quality to be 99.

 

I'm pretty sure the only solution would be to implement a new mod custom data storage mechanics and inject into WU's code wherever needed to replace its random fetched values with those from the mod.

Share this post


Link to post
Share on other sites

A different solution that kinda achieves a similar goal is adding ways for folks to exchange quantity or higher quality. I made one for lumps here:

 

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