Game Development Community

Mobile Suit Pack??

by Brian Kirchgessner · 11/11/2006 (2:45 am) · 9 comments

Ok, I finally got the mobile suit working the way I want a screenshot is below.

My question is would you buy a Mobile suit content pack???

And how much do you think that would be worth to those who want it??

**Edit** - The model shown in the following screenshots is just a place holder, it will not be included in the pack, thats why it looks really bad. It was built just to get the programming working.

monkspazproductions.com/images/MechScreenshot1.jpg
monkspazproductions.com/images/MechScreenshot2.jpg
monkspazproductions.com/images/MechScreenshot3.jpg
monkspazproductions.com/images/MechScreenshot4.jpg
monkspazproductions.com/images/MechScreenshot5.jpg

#1
11/11/2006 (3:33 am)
no. you need to spend more time on your textures. and it doesnt look liek you've animated it either.
#2
11/11/2006 (3:44 am)
yeah the textures need a bit more work, but these definitely look cool. i particularly like the fps view of a regular size player next to the huge mechs. they look pretty low poly so you could probably get alot of them on screen with little performance hit. the right team could do some cool stuff with those models.
#3
11/11/2006 (4:07 am)
Well the model in the screen shots is just a test, It won't even be included in the Pack.

it was just a place holder so that I could get the coding to work. And trust me it wasn't easy.

Here are some un-textured models that I am preparing for the actual pack.
They will have some extended features like mounted jet packs, melee animations, specific weapon sets that are only for the Mobile Suits.

monkspazproductions.com/images/LightUnit03.jpgThis Mobile suit will be more agile of the ten I will be building. And of course keep in mind that I'm not finished with these so they will have textures.

monkspazproductions.com/images/HeavyUnit01.jpgNow on this one there will be machine guns mounted on its arms were the caved in parts are.
#4
11/11/2006 (11:00 am)
Uhm, did you apply a meshsmooth modifier to the models or what's wrong? They have sharp black edges and the figure doesn't make sense to me :/
#5
11/11/2006 (3:26 pm)
I think there may be a market for the functionality of a Mech / Mobile Suit. What functions are covered by the code? What does the suit do? I assume that it isn't just a really big character:)

The smoothing is a little wacky in the screenshots, but I can see where you are going with them. Looking good to me.
#6
11/11/2006 (4:02 pm)
Well the two screenshots were rendered in Wings3d, which doesn't have a very good renderer. If you have ever messed with it you should know how low end it is. There is no mesh smooth on them that part is all wings3ds fault, and the black spots you see randomly are because of wings rendering the back faces over the faces shown in the camera. When I get at least one of these finsihed I will take a screenshot of it in game.

Well in functionality certain Mechs have things like sword attacks, um custom melee attacks, with their weapons I will have to script custom weapons for them with the exception of the swords ( I don't know how I'm gonna do that yet)

The basic vehicle functions will be covered along with (Hopefully) the way to control their weapons.

Hopefully when I get the code finalized the mechs will be destructable (this will hopefully be done without scripting just C++ if I can figure it out)
Other than that I'll have to come up some more things for it.
#7
11/11/2006 (5:54 pm)
This looks cool. Can the character be mounted inside? Or is that in past plans?
#8
11/11/2006 (6:16 pm)
A mech pack would be cool, I think. Like the old Mech Warrior setups with the top / turrets that turn independant of the bottom (tank style).
#9
11/11/2006 (9:53 pm)
The Player can actually be mounted inside as of right now. Now a style like the old Mech warriors will take a little programming but I think I can get it working. Now I've got the code working but I need to go in and do more C++ programming so the mech pack is far from finished. But there will be some great features to it.