[SUGGESTION] Allow adjusting road width
wooky opened this issue ยท 7 comments
I want to replace the generated roads with my own road, but I don't like the fact that the width of the generated road doesn't match my own. It would be nice if I could adjust the width of the generated road through the config.
I agree. When a fountain generates in the road, it's often just as large as the road, creating a break in the road. I'd like to be able to use the config to make roads just a bit wider.
The width of the roads is already configurable in the json asset system. Unfortunatelly this is poorly documented. But basically you could add a custom asset replacing the common citystyle. The width of the road is a parameter of the citystyle. It is not very easy to modify this atm. You basically have to replace the citystyle assets with your own
I want to set the width to 7 blocks, but I was only able to set it to either 6 or 8 blocks. Is it not possible to set it to an odd number of blocks?