Thinking about some RPG..Android version.

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

Previous topic - Next topic

fireside

#105
Sure, I can texture it.  I imagine you would want a different wood grain than the bow?  I think I could add that slot kind of parallel to the feathers from the way your picture is if you would want it in there.  I'll be careful not to throw off the position of the arrow so it should work the same as long as the export doesn't change it.  Your old game looked cool.  Hopefully, you can use a lot of those ideas in this one because they can be a lot of work, I know.  If you use your idea of mapping the dungeons, I think it's doable.  I've seen a lot of people, myself included, get stopped by the amount of work in an rpg.
click here->Fireside 7 Games<-

EgonOlsen


fireside

#107
Would you want feather and arrowhead texture?
I had to separate them so I can texture the shaft.  I could probably put them both on a 256X256.
Also, is the top feather all right like that, or would you rather it was a thin convex object?  The feathers are just a single triangle right now.  If you have a lot of time, I could bake them all onto a single texture but I've never done it before.
click here->Fireside 7 Games<-

EgonOlsen

I don't care about the head, but having the feather textured in another way would be really cool...all in one texture would be even cooler, as it would prevent the object compiler from making two separate geometry chunks of it...

fireside

It saved the file as a png. 
https://rapidshare.com/files/2029449406/arrow1.zip

Hope it looks ok.  It's just practice for me, so I don't mind doing reworks.  That was my first bake like that, so I'm learning.
click here->Fireside 7 Games<-

raft

wow ;D I wasn't aware of this thread. it's simply amazing :)

EgonOlsen

Quote from: raft on January 31, 2012, 12:54:28 PM
wow ;D I wasn't aware of this thread. it's simply amazing :)
Thanks. It's not a game ATM though...more like a stress test for the VM... ;)

I've replaced the arrow with the new one (i slightly modified the texture):



I also improved some engine parts for collision detection and shader management to create less garbage. The game behaves somewhat smoother now albeit the overall frame rate hasn't changed much.

fireside

#112
QuoteI've replaced the arrow with the new one (i slightly modified the texture):

Yeah, it didn't turn out the way I had set it up.  I moved the control points to better fit the image and it threw it off, and I couldn't think of a way to fix it.    The texture was a real feather.  The nice part is it's pretty easy to see what goes where for making texture changes.  I did learn quite a bit more about texture baking anyway.  Looks good. 
click here->Fireside 7 Games<-

EgonOlsen

Just wrote a replacement for my SoundPool based sound system that uses the MediaPlayer instead after reading this: http://code.google.com/p/android/issues/detail?id=17623

It works fine so far except that it has some delay between loops, which is annoying but i can't do anything about it. The SoundPool based version will still be default for now...

EgonOlsen

Here's a new video that shows the new features that i've added since the last one: http://www.youtube.com/watch?v=myfOM4n07kc

fireside

click here->Fireside 7 Games<-

EgonOlsen

Grunt work...i'm currently creating the dungeon elements in code out of single polygons. I decided to keep it really simple for now but to enhance it with parallax mapping. I found some nice free textures with height- and normal maps on http://opengameart.org. This is a screen shot of the door way element (without the door) on the desktop:


fireside

Looks good.  Are you going to do a desktop version, also, then? 
click here->Fireside 7 Games<-

Marlon

Quote from: EgonOlsen on January 30, 2012, 09:43:51 PM
I thought i might post a little bit about the origins of this idea, my old Amiga based rpg from 20 years ago (in german...):

...

All this was coded in one large source code file...today, i already have 90 classes (engine not included) without any game play...somewhere, something went wrong along the way... ;)

Wow, this and the new images look really great!!!  :)
And yeah I know exactly what you are saying. 15 Years ago I also coded chaotic "Spaghetticode" while doing my first games;)
www.forgottenelements.com
Free Action JAVA MMORPG

EgonOlsen

Quote from: fireside on February 15, 2012, 02:29:15 PM
Looks good.  Are you going to do a desktop version, also, then?
Yes and no. I have a desktop version with a limited feature set (no sound...) to ease content creation. The desktop version mainly exists to place the entities and serialize 3d objects and beans for the Android version. I'm not going to release a desktop version to the public.