Page 1 of 2

Reiners Tilesets in GE?

PostPosted: Sun Jul 03, 2005 12:03 am
by jazz_e_bob
Check out:

http://www.reinerstileset.4players.de:1059/englisch.htm

I downloaded a groundcover tileset:

http://www.reinerstileset.4players.de:1059/T_flat_slope_iso.zip

Has anyone had any sort of experience loading these graphics into GE as a tileset?

PostPosted: Sun Jul 03, 2005 1:36 am
by Game A Gogo
Do you meen like transforme it so it can fit in GE?? If so I can do it.

Tile

PostPosted: Sun Jul 03, 2005 2:29 am
by jj2197
I got it to work. 8)

PostPosted: Sun Jul 03, 2005 2:38 am
by jazz_e_bob
Game_a_Gogo wrote:Do you meen like transforme it so it can fit in GE?? If so I can do it.


Yes.

I'm not sure how to cut it up.

:(

Re: Tile

PostPosted: Sun Jul 03, 2005 2:38 am
by jazz_e_bob
jj1790 wrote:I got it to work. 8)


Well done. Now tell me how you did it! :wink:

PostPosted: Sun Jul 03, 2005 2:53 am
by Analog-X
A small tutorial on how its done would be more beneficial than "I Did it" :)

Explanation

PostPosted: Sun Jul 03, 2005 6:32 am
by jj2197
Hope this is what you were talking about. I made a new actor put the animation on it and raised the horizontal and vertical frame till it was a tile. 8)

PostPosted: Sun Jul 03, 2005 7:13 am
by jazz_e_bob
Cheers. I'll give it a try!

8)

PostPosted: Sun Jul 03, 2005 12:44 pm
by jj2197
Ok. 8)

PostPosted: Sun Jul 03, 2005 1:11 pm
by jazz_e_bob
It kinda works. Need demo to fully understand.

:cry:

Yes - Making games == complex.

There is no "easy" way to do it really....

PostPosted: Sun Jul 03, 2005 7:38 pm
by jj2197
What do you mean by kinda. 8)

PostPosted: Sun Jul 03, 2005 10:24 pm
by jazz_e_bob
Well, the tiles don't match nicely.

What settings did you use for Horizontal and Verticle frames?

Did you need to edit the image first?

Awnser

PostPosted: Mon Jul 04, 2005 2:31 am
by jj2197
I did 10 and 20. but the light blue color still shows up on some of the tiles. 8)

PostPosted: Mon Jul 04, 2005 6:13 am
by jazz_e_bob
OK.

I have found that Reiners tilesets come in single bitmaps where some tiles are bigger or shaped differently from others.

You need to break the bitmaps down into size groups and add them as animations separately.

I have made an example using the following ground cover tileset:
http://www.reinerstileset.4players.de:1059/T%20grund%20iso.zip

Download it here:
http://www.artsystems.com.au/game%20editor/groundTile.zip

8)

PostPosted: Mon Jul 04, 2005 8:52 am
by ingsan
If you analyse the image, you can easily see that there are 8 horizontal sprites. So that's why I put 8 for horizontal frames. As for the vertical ones, it's very difficult to say. But I chose 16 for vertical frames. Don't ask me why :idea: Maybe that needs more observation 8)

Then on CreateActor > Script :
Code: Select all
ChangeAnimationDirection("Event Actor", STOPPED);

animpos = ( the position you want from the tile ) // say 6 which corresponds to the upper Blue square sprite. Remember, first anim position starts at animpos=0)


The only problem is that when converting the actor to tiles, you loose you animpos condition. Tha animation goes back to 0 :(

I'm gonna make some research on that kind of sprites ...
See you !