Hi.
This is simple model I intended to make in 6 hours (took 10 unfortunately because I've messed up some bakings). Many things are botched, so it can be suitable for 3d strategy game rather than some racing things. Wheels are separated and there is white part (indicator) that can be used to mark colors of diferent players (using for example OpenGL vertex colors). Any road I am planing to post a lot more of postapo 3d models so, expect them in the future.
Hope u like it. It have been based on Neuroshima concept (brain) and I used Chris Kuhn greebles ( http://www.blendswap.com/blends/view/45973 ). Rendered in Marmoset.
Cheers. Lukas
Comments
What's the license of this "Neuroshima concept (brain)" and how closely is this based on it?
Neuroshima is Tabletop role-playing game and I have no idea on what licence it is published but it is something commercial. My model is based on a picture that I saw 3 years ago so it can't be very close to it. Moreover description of this machine says: "it may look as anything from trash can to pile of junk to remain hidden. Some times it doesn't even have own propelling system and have to be carried".
So my model can definitely be used freely.
Maybe we could turn it into a car with a rocket booster, thnking of adding some racing
also in my rpg game, instead of just having hack 'n' slash but it probably only
work with a 3d engine.
It was intended to be autonomous robot vehicle. And it could work in 2d game but there is no appropriate shader for rendering in blender but if you need it I can make one.
Yeah I been trying to turn my flat graphic screens into 3D and I used blender, and it did work,
but the resolution of the 3d mesh wasn't fine enough and was too blocky.....eve though I
got the subdivisons up to 11 levels. Blender has a limit.......
I have never turn subdiv to that level in my entire life and I have been using blender for more than 10 years! What do you mean by blocky? I am aware that I did not provided proper shader but the finished results shuld not be blocky anyway.
Well I used that Mona Lisa 2d image to 3d mesh tutorial method, because I didn't know how else to get Blender to turn my flat 2d screens into 3d meshes as I'm new to Blender..
So I imported my flat 2d bmp image into blender then scaled it using S then subdivided the mesh to 6 levels, then put a displacement modifier on it,then went to texture icon and changed the texture to the image's own texture to get Blender to render in the 3d heightmap of the texture using the displacement modofier to map it so it turns the 2d texture into 3d heighmap and then set the strength down to 0.80 or so and it worked, but was really blocky. So I added another subdivision and cranked that up to another 4 more levels. and that was a little bit better but still blocky and now my machine is really starting to slow down, so I stopped it at level 4 and just rendered it. Didn't turn out as well as I hoped it would and came out a rendered mess....
Here's the tidy flat 2d 3d isometric look of my game (there are over 600 screens like this because its a big outdoors rpg game. And this is the 3d mess from Blender. Maybe if I make another copy of my flat 2d bitmap and just turn my bitmap copy all into Greyscale have no colors, and do what I done above. I might get a better result. And then I hav to find a way to dump the 2d color flat color image on top of the untextured 3d mesh to give it back the color, but Blender might not be capable of dumping 2d color bitmaps unto 3d meshes to texture overlay them like you can do in the GIMP. I don't know.
Well, I have never used that method. And I think that making 3d terrain in blender is so easy that your method is overcomplicating it. Why do you want to convert it to 3d mesh if you are making 2d game anyway?
Well its a 2D Massive outdoors RPG game. about 600 Screens of GIMP Windows Bitmap Graphics, which is about half a gigabyte.
It was coded in windows Batch language. Code is 8 megs in size. The Graphics is not a windows GUI, its actually using the dos console window using a bitmap executable program hat allows bitmap graphics to overlay over the top of the dos console allowing you to display graphics in the dos console but the windows console has the following limits:
(A) No alpha channel, so i have limited ways to animate the sprites on the screen... I can make the pictures move, but its not with transparency. And you need transparency for sprites.
(B), Batch is not really interactive with the game environment.... So I can't use 6-8 frames of animation for the player sprite to blend in all game environments in the regions because there's no alpha channel transparency as the console only allows bitmap images to be displayed in 24 bits, not JPG or PNG with alpha channel.
(C) The mouse and keyboard do not interact with the batch file at the same time for some reason, although playing sounds from the batch file using sound.exe will interact, allowing me to play more than one sound at the same time without halting the operations in the batch file. Try to do that with the mouse and keyboard, and the keyboard just halts all dead (you can't type anythin) while the mouse is waiting to be clicked. I might have to ask someone if they know of a program or a driver that allows batch files to interactive with both the mouse and keyboard to treat the windows console like a windows gui so you can use both the mouse and the keyboard without this conflict..
I've now added in a Mount now into the Game, so you can beable to ride around the regions on a horse. But riding in this sense it pretty limited because there's no alpha channel to allow me to do the riding animation in real time to blend the horse into the game environment. which sucks. This is why you need 3d models in a fully interactive environment.. I want to put quests also into the game, but these things need the animation. so at the moment each time you ride the horse if its from one end of the region to the other, it costs you 100 gold each ride, (saves you going through 20 screens) and if you want to travel 3-4 regions 200-300 gold depending on how far you take the horse and I think I will have a few random encounters along the way too so sometimes you get a clean ride without any encounters and othertimes you get attacked, so I think I will give the horse also a health flag, so if you get attacked during an encounter while riding the horse, if they do enough damage to it, you lose the mount and have to find a horse trader to get another.
(D) Batch file game is TURN BASED. play the animation, wait till its finish before you can move on with the game. Same in the scripted turn battles, I did, you have to wait your turn all the time. in 3d interactive environments, there's no need to wait a turn or pause you can just go straight into the battle.
This is why I trying to turn my 2d screens into 3d mesh, so I can get all the graphics into a 3d interactive environment and turn them into one big seamless scrolling terrain, for each region and then script all the pawns (have to figure that out), so I don't have to have do turn battle scenes no more.... and if i can do that, then add the little mini map at the top of the screen.
But I don't know what tools i need that will do the job for a game like this to turn it from a Turn based game into 3d interactive.
(E) Doing the game in batch code did have advantages, it allowed me to see what the game would look like when linking up all my game screens, it also kept resources down low in memory, didn't need to load texture libraries up in memory, but batch is not an interactive 3d environment with 3d models. it is a 2d turn-based environment with 2d pictures with scripted battle turns.
So the sounds are interactive, but not the graphics. and that's the limits with batch. unless someone makes a breakthrough and allows jpg or PNG graphics to interact with the batch file.
Why don't you make yourself a favour and learn real programming language?
Before I knew how to write game code in Batch language I only knew how to script 3d models and construct a group of Brushes to turn them into movers and keyframe them, or link Events, waypoints, with the Red Faction Red Editor. I loved that editor for its powerful texturing tools that it had. But I didn't particularly like doing cutscenes with it because it had a bug that would sometimes crash the editor. But the Red engine was limited...
Now I don't yet understand how to take my ideas I put down in batch to bring them all into a 3d game engine yet because I have a huge gap on the new 3d engines that are being used these days in my knowledge except for what I know about the Red 3d game engine which is an old 3d game engine.
So I did the massive Rpg outdoors game instead in dos shell batch language so I can beable to see the ideas that I want for the game starting to form, it allowed to shape the game while developing it and scripting in all the enemies. That's why I been pushing the envelop as far as I can with the batch language and pushing that engine near its limits before taking the next step to putting all those ideas I developed into putting them into a 3d game engine environment.
So the batch language is really just a stepping stone.
The thing is I can afford to muck around writing out the game in batch for several more months because I have extremely quick typing ability and can write thousands of lines in such a short time.
So that's why I figured that since I have the typing skills to beable to get things done quickly, I might as well go ahead and develop this game as far as I can and push the batch engine near its limits and then worry about getting it all interactive on a proper 3d engine with 3d models later on... although I am still looking around for what 3d engine will fit this type of game because of the size of it....
I liked Batch because it allowed me to have huge outdoor game environments by linking up all my screens but its not a walk around all freely game, No its screen for screen basis movement with turn battles, . So the engine is very good for that....
But the thing is ok you can have your massive outdoor game that goes on for miles of different environments to move screen by screen in, you can have your trading stores, have all your other things, and that brings the game half to life, but everything is all mostly dead, still, lifeless. because your player is not moving, the enemies are not moving, the birds are not moving, its like someone came along and just hit pause, everythng is all frozen.. So its like walking around a morgue even though there are plenty of sound foley effects, so the game has some life but its still like a stiff wooden shell when there's no sprite animation of npc's moving about and doing their different tasks as you get in the 3d interactive games with the 3d models. And not even my music is enough to bring the whole thing to life, so what I've got is a zombie game, a game that is half-alive, and half dead. Because that's what the limits areof the batch engine.
I don't know how to make huge outdoor game environments yet with today's modern 3d game engines because with a game of this size it has over 600 screens of graphics, it needs to have seamless back loading of all the sectors to load sector by sector of the region as you walking around in if its going to be a massive 3d interactive game.
I only have knowledge of how to make and design and link Red Editor maps for seamless loading when it comes to working with 3d engines. Because the Red Editor was the easiest game engine for me to learn....
Blender is a 3d game engine, but boy is it complicated. ts a 3d game engine that relies on 3d modeling knowledge.