Author Topic: How do I make a ground texture?  (Read 2994 times)

I just came back to Blockland after a while, and there has been some big changes. You can change the maps ground texture for one. Ive seen that people make their own ground textures to share with the community and I was wondering, how do I make my own ground texture?


How do I fix this?

Is the image resolution correct? You need to give me more info than that.

My ground image is 512x512, and my thumb image is 64x64.
This is what I have in the .ground file.(I don't know if it's right or not cause I don't really know coding.)
Code: [Select]
$Ground::topTexture Add-Ons/Ground_GrassPlate/GrassPlate.jpg
$Ground::scrollSpeed 0 0
$Ground::loopsPerUnit 2
$Ground::Color 255 255 255 255
$Ground:ColorMultiply 1

Attached is a picture of the folder I have my files in. To show if I'm missing anything.

Quote
$Ground:ColorMultiply 1
You're missing a ":" here.

I added the second : but it still shows as just blank color.


The folder you sent me works just fine. Make sure you don't have a folder called "Ground_GrassPlate" inside your "Ground_GrassPlate.zip". The ground files themselves should be inside the zip, not the folder.