Pretty cool. Animal treats?
M
Edit: kudos to you for being able to grok Blender. It's like alien tech to me. I have used a lot of 3D apps (Silo, Maya, 3dsMax, trueSpace, and many others) but could barely do anything in Blender for some reason.
I've been playing around with making meshes for terrains in Blender. I just threw out some buildings and stuff to populate it. I was thinking of doing some dark decaying ruins but the textures of the terrain are more bright and happy so I should do something different.
water1.jpgwater2.jpgwater3.jpg
Pretty cool. Animal treats?
M
Edit: kudos to you for being able to grok Blender. It's like alien tech to me. I have used a lot of 3D apps (Silo, Maya, 3dsMax, trueSpace, and many others) but could barely do anything in Blender for some reason.
Last edited by mearrin69; 02-12-2013 at 03:21 AM.
thx, yea I like 3ds max more than blender but I can't afford to use it commercially.
The animal treats, go button, and dashed rectangle are from a kids game I'm making and since I threw the model out in the game engine and I didn't want to go through disabling the elements. This is some of the basic controls from the game:
Cute. That's a fast elephant. Smart too, cuts the corner. The pig's a road hog, though. Is this something you're planning on distributing when done?
Anyway, I'm interested in seeing how your terrain develops. I've been thinking about turning one of my city maps into a real 3D map for rendering/flythroughs, etc.
M
Well you drive the elephant by holding down the go button, so you can cut corners There's actually 30 different rideable animals, from goats to donkeys to giraffes and horses. lol
I made a tutorial for making these terrains but it never made it through moderation. Here's a quick rundown of my process:
Start with a grayscale heightmap: Texture1024.jpg
layers2.jpgLayers1.jpg
layers3.jpglayers4.jpglayers5.jpglayers6.jpg
Then flip the texture image horizontally and vertically textureFlip.jpg
Here's one of britannia from ultima online:
reel_8.jpgreel_9.jpg
Once you have both a grayscale image and a textured version of the same image, you go into blender and do these steps:
In blender you use the heightmap to displace a plane, then use the textured image you made to give it texture which gives stuff like:
waterPic.jpgmodelingPics.jpg
I made another video that makes the same terrain in Blender but splits it into 4 chunks so it can be used in mobile video games without being too many polygons:
It begins with you already having a heightmap and texture shown in my first video. Also it takes the fbx files you create in blender into Unity 3d game engine where you can put the meshes back together and add the textures. Simply drag a character controller prefab included with unity onto the map and press play to have a playable level for a video game..
At the very end it shows how to make a pattern (dirt, grass, stone, etc) and use different brushes to blend it in on the texture. You could use it to make 2d maps or clean up textures adding extra features like blended stones and stuff. Or add desert sand ground, mud, trails, etc