Thinking about some RPG..Android version.

Started by EgonOlsen, December 17, 2011, 11:42:01 PM

Previous topic - Next topic

EgonOlsen


fireside

It's not hugely different.   I kept the same colors, but filled in the tie, added a belt, and sort of a tunic bottom.  You have to look closely.   The gray sort of works as a tunic.  I have no idea what it will look like as I can't load the model. 
click here->Fireside 7 Games<-

fireside

I just noticed that fragmotion has a sale right now for 15.00 dollars.   It allows you to paint the texture directly on the model.  Blender does it too, but won't load an md2.  You can also download a free version to try it out.
click here->Fireside 7 Games<-

EgonOlsen

I tried that before to import mdl-files (which didn't work), but i never notices that it can handle md2 so well. I bought it now. Thanks for mentioning it.

EgonOlsen

Quote from: fireside on December 26, 2013, 03:46:23 AM
It allows you to paint the texture directly on the model.
Any brief explanation of how to do this? I found the uv-mapper, but nothing that i would call "paint directly"...?

fireside

Unfortunately,  I haven't used it.   There's a help file and a forum to ask questions I think. 
click here->Fireside 7 Games<-

EgonOlsen

#486
Some update on the project! I'm now working on something that i postponed for ages, because it's soooo annoying: Saving and loading game states. You could of course simply serialize (almost) everything and deserialize it to load it, but that would cause very large save files and it would limit the possiblities to update the world without affecting the saves...so that's not what i'm doing....
So far, you can save and load maybe 60% of the game's entities and albeit the code that does this feels a bit cluttered to me, i'm quite pleased with the results so far.

Thomas.


fireside

So, did you have any luck with that character or give up?
click here->Fireside 7 Games<-

EgonOlsen

Quote from: fireside on January 04, 2014, 02:39:53 AM
So, did you have any luck with that character or give up?
Neither of that. I just haven't done anything with it yet.

EgonOlsen

Quote from: Thomas. on January 04, 2014, 12:13:50 AM
Nice! Will we see some new video? :)
I would like to, but i'm not sure what to show. Maybe if more actual game play has been added.

EgonOlsen

The saving and loading of game states seems to work fine now. In addition, i added two more enemies, a snake and something called Ontra in the original file...i think, i'll just keep the name. Both have pretty cool animations (that you can't see in the screen shot... ;) )


fireside

Nice models you are finding.  They all seem to fit well with the game.  Apparently enemies are a little easier to find then medieval civilians.  I suppose game states would be important for an rpg.  I've never gotten further than saving character positions.
click here->Fireside 7 Games<-

EgonOlsen

I have a collection of maybe 300-400 md2 models. Most of them don't fit, because they carry guns or are robots...or both. I narrowed it down to 30 that seemed to fit somehow and picked the 10 best fitting.

About the game states: It took me some evenings to complete this. It isn't really complicated, but it's a lot of work to create something that works fast, doesn't use too much disk space and can survive updates to the game's code and/or world.

EgonOlsen

I bought some NPC models from corey (thanks again!) for a good price. I now have a male, a female, a wizard (will be used as monk) and a warrior (that i'm not going to use but it's texture fits the male model, which is cool). To add some variety, i created a kind of coloring map and a shader that can vary the model's texture color based on the color in the coloring map and some color index of the model that is based on the hashcode of the npc's name... ;) As a result, i can have 64 different combinations of hair, shirt and trousers color with just one texture set. Actually, it can have even more but i was too lazy to figure out more combinations that look ok. Here's the male model walking around: