Manipulation of anamation images

Game Editor comments and discussion.

Manipulation of anamation images

Postby <Endoid> » Mon Feb 06, 2006 1:13 am

For 3d games with walls, I thought that I could take the wall anamation and enlarge it as the charecter moves closer to it. I'm not sure how I could do that, and I don't know if I would have to use an external image editor to do it or Its even possible. Can anyone help me.
<Endoid>
 
Posts: 11
Joined: Mon Feb 06, 2006 12:45 am
Score: 0 Give a positive score

Postby Troodon » Wed Feb 08, 2006 12:25 pm

You must do it with external image editor. When actor moves towards the wall, animation direction is forward. When actor is stopped, animation direction of walls are stopped.
I can't die, I already tried
~on the forums since GE 1.3.3~
User avatar
Troodon
 
Posts: 1539
Joined: Thu Jan 12, 2006 3:29 pm
Location: HELL
Score: 56 Give a positive score

With what

Postby <Endoid> » Fri Feb 10, 2006 3:45 am

Thanks tekdino.
so you're suggesting I create an anamation with a wall getting larger and larger?
<Endoid>
 
Posts: 11
Joined: Mon Feb 06, 2006 12:45 am
Score: 0 Give a positive score

Postby Troodon » Fri Feb 10, 2006 11:52 am

Yes.

I'm only wondering how you can do the collision with walls.
I can't die, I already tried
~on the forums since GE 1.3.3~
User avatar
Troodon
 
Posts: 1539
Joined: Thu Jan 12, 2006 3:29 pm
Location: HELL
Score: 56 Give a positive score

Postby Kodo » Fri Feb 10, 2006 1:55 pm

Probably the easiest approach would be to not do 3d at all, not even walls that animate so they look like they are moving. I would go for tile based movement and cheat the 3d just like they did in Dungeon Master or Eye of the beholder. There is no 3d, simply two or three wall images and two or three floor images that are displayed around the player in a certain way as the player presses their movement buttons. The maze itself would need to be plotted out on graph paper then transferred into some sort of numerical data which could be interpreted by the maze generator. It’s a lot simpler (but not easy) and maps in theory could be generated in no time at all or even generated automatically. There are a couple of very good Dungeon Master clones for PPC out there, great games! In fact I might do some tests on this method when my current game is complete, just out of curiosity :)
Inogames: http://www.inogames.com iOS gaming
Firetop Adventure (app store): http://itunes.apple.com/us/app/firetop- ... ?mt=8&ls=1
User avatar
Kodo
 
Posts: 449
Joined: Thu Oct 20, 2005 8:20 pm
Location: UK
Score: 23 Give a positive score

Postby Troodon » Fri Feb 10, 2006 3:35 pm

And of course you can do a game where you move only one step in one room...
I can't die, I already tried
~on the forums since GE 1.3.3~
User avatar
Troodon
 
Posts: 1539
Joined: Thu Jan 12, 2006 3:29 pm
Location: HELL
Score: 56 Give a positive score

Postby Mardi-Gras » Fri Feb 10, 2006 10:22 pm

I'd completely forgotten about that style of game, Dr Reed! Nice post, ingenius solution.
User avatar
Mardi-Gras
 
Posts: 57
Joined: Sun Jan 22, 2006 10:10 pm
Location: Glenrothes, Scotland
Score: 0 Give a positive score

Postby Fuzzy » Sun Mar 26, 2006 12:49 am

Chop the graphics into segments that appear on the left and right sides of the screen, as well as centers.

What I mean is, You make tiles that will be layed on top of each other, partially blockig the view of others, creating the illusion of depth. By using segments, you can reduce file and game size. I'll whip up and example, and post the images here.

brb.

Image

Image

So as you can see, you only need to build the view out of tiles that comprise segments of the view; just the parts that change.

From there, you start drawing with the furthest parts in view, and lay image segements overtop of that. You use the Vertical lines as division points. Draw the far center first, then the far left and right, then work your way forwards, overlaying as you go.

Please draw a nicer dungeon hallway than i did. I would draw no more than 5-6 steps in depth; it gets awfully small after that.
Mortal Enemy of IF....THEN(and Inspector Gadget)

Still ThreeFingerPete to tekdino
User avatar
Fuzzy
 
Posts: 1068
Joined: Thu Mar 03, 2005 9:32 am
Location: Plymostic Programmer
Score: 95 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest