Some questions about ground and water

Plug-in related stuff can be discussed here.

Moderator: Plugin Moderators

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: Some questions about ground and water

#1

Post by Lobby »

1. The ids of ground are: $ground00, $dirt00, $sand00
You might notice that they don't really fit, but we have to deal with it.

2. There are so much frames needed for ground. It's confusing:
Image
For border frames I reference to this post. They may look like
Image
Image
Image

The code may look like

Code: Select all

"border frames":[{"bmp":"coastline.png","w":32,"h":20,"handle y":8,"count":16}]
"handle y":8 will take care of moving our frames to the right position (or more precise: moving the handle of the frames to the right position).

3. You cannot make a water plugin (anymore). Water is drawn to the whole background, we cannot replace single parts of it.

General land tiles:
ground00.png
ground00.png (1.96 KiB) Viewed 1066 times
Border of buildings near water:
buiding_border.png
buiding_border.png (305 Bytes) Viewed 1066 times
Water:
water00.png
water00.png (20.42 KiB) Viewed 1065 times

Return to “Plug-In Discussion”