Portponky / better-terrain

Terrain plugin for Godot 4
The Unlicense
433 stars 21 forks source link

Need help with a specific type of walls #88

Closed Gr3gorywolf closed 8 hours ago

Gr3gorywolf commented 1 month ago

Hello im using the modern interiors pack (https://limezu.itch.io/moderninteriors) but the walls have a really weird corners and im really confused about how to make them work, the default walls spritesheets is something like this: image I made a custom tileset using tiled for better terrain build, but lo luck, please @Portponky end with my suffer! walls-full

Portponky commented 1 month ago

Hi, do you have an example of the tiles you are working with? The itch link has the free version with different tiles.

Edit: I mean a png I can work with, not a screenshot of a zoomed section of the tiles. Sorry if that wasn't clear.

Gr3gorywolf commented 1 month ago

yes, sure, Room_Builder_3d_walls_32x32

Portponky commented 1 month ago

Hi, this is a very complicated tileset. I'm not sure what tiles are supposed to go where. I had some success by making an internal floor terrain, and then making some 1x2 sized tiles that match against it and their neighbors. Here's a video:

https://github.com/Portponky/better-terrain/assets/33663279/68de78e7-c196-4fea-b4ca-c57f2f201968

Hope this helps.

Gr3gorywolf commented 1 month ago

So cool, can you send me the tile sets that you have done?

Portponky commented 1 month ago

I don't have them saved, but they are visible in the video I posted.

Gr3gorywolf commented 1 month ago

Thank you so much