It looks like you're new here. If you want to get involved, click one of these buttons!
Hi I’m new and just trying to learn how to use Codea. I’d like to make like a top down rts style game. The first thing I’d like to create maps similar to the terrain example but without voxels. I thought maybe I would use craft.model.plane to create maps, but I can’t figure out much on how to use it. Maybe someone could point me in the right direction. (Also I can’t seem to find a way to search this site for specific posts)
Comments
@boberto To search the forum, enter what you want to search for in the box to the left of the magnifying glass at the upper right, above New Discussion.
There is a search field in the top right on desktop (and iPad). On iPhone you may have to tap the "aA" button and choose "Request Desktop Website" to get the search field
@John may be able to point you in the right direction with Craft-based-maps. Otherwise you could build your model and render it using the 2D rendering (lines, sprites, shapes) to get a sense of how the gameplay should work before attempting to render it in 3D or isometric with Craft
@Bri_G the Craft equivalent of mesh is craft.model, which has a pretty similar API to the original one. You just use it with entities instead drawing it directly. The World Generator project is an advanced example of this, but you could make a simpler flat one with pretty similar techniques
@boberto Is this something you might be able to use or to start with. Move your finger on the screen to move in the direction you want to go.