26-09-2007, 07:22 PM
Use spoiler tags too :|
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Optimized Surfaces
|
26-09-2007, 07:22 PM
Use spoiler tags too :|
Quote:Robin:
26-09-2007, 07:22 PM
well, this is ES version 1, and ive been working on my personal project for 2-3 years now and its got so much i dont want to have to redo, id rather redo the game loop than sacrifice my work =/, trust me im wanting to kick myself for starting over there rather than here
![]() sorry ill move that to the help section ![]() erm this blows lol
26-09-2007, 07:24 PM
I don't have anything more to say really.
26-09-2007, 07:25 PM
I did warn you xD
Quote:Robin:
07-11-2007, 07:50 PM
Anyone have a copy of the source code he had uploaded? Both links are dead..
03-02-2008, 06:12 PM
I know this is a pretty dead topic, but whatever haha.
I have been messing with this tutorial on and off for a few weeks and finally decided to attempt to get some help. I am using a vanilla MSE and only have tried to add this in. This is what I got. I have added in the new variables like BigRed said to do, as well as initializing the surfaces and setting the color keys. This is my BltMap sub. Code: Dim Ground As Long I believe this is correct, I have removed the animation part of it to be replaced with this: Code: Sub BltAnimation() The other Subs like BltItem, Npc and Player have only been changed from BackBuffer to MiddleBuffer. Umm, in my GameLoop I have this: Code: ' Clear the back and middle buffers Which is right under the End If for the Clear Surfaces check. Then I have this: Code: ' Draw all buffers to the back buffer Right before the back buffer is locked for the text to be drawn. I guess thats all. The Call BltMap is right after the GettingMap boolean in "mapdone" packet and I have added them to the EditorMouseDown and Cancel subs too however the tiles, items, npcs and players are all not being shown and there is no trailing on the map and no errors ![]() ![]()
04-02-2008, 11:49 PM
I know how everyone around he reacts to impatience and stuff but there has been 20 more views on the topic and no replies
![]() I have tried more to figure this out but can't get it. I have read the tutorial a few times over. I know there is one person who can help me out.. Robin :lol:.
05-02-2008, 04:37 PM
Why is it that when people don't get a reply they always post my name?
What am I? Some sort of public property? Am I here to perform for you? Do you want me to perform!? Quote:Robin:
05-02-2008, 07:46 PM
Robin Wrote:Why is it that when people don't get a reply they always post my name? Haha, not really. I just know you have added this to Winds Whisper, and as far as I know, your the only one who has had it working properly.
05-02-2008, 08:32 PM
DFA got it working.. and he told me the trick to it, something needed to be changed.. or re-ordered or soemthing.
BUT, I forget, I can message him later maybe if I remember.
05-02-2008, 10:05 PM
this tutorial is to easy, i dont see why you people have so much trouble with it
![]() i could add it to a blank mirage in 10 mins ![]()
05-02-2008, 10:29 PM
Because as is, it doesn't work.
There's something that needs to be changed. If you take whats here right now, and add it to a vanilla MSE, it'll display incorrectly.
05-02-2008, 11:08 PM
I'm sure that's not the case, as I've managed to do it every time I needed it without adding anything.
Quote:Robin:
06-02-2008, 12:20 AM
Alright, well I will take a look at it when I get home. I have DFA on messenger so I will maybe talk to him about it too. Thanks for the replies. I will look over the tutorial again, too.
25-03-2008, 11:22 PM
This toturial is fine, apart from the map animation. If the map animation stay in the lower and upper buffer, they will not work as you would have to clear the upper & lower buffer every animation frame. If you use the Middle buffer they will work, but you will be able to walk over the fringe animation tiles. If you clear the upper & lower buffer every frame the map will dissapear as you will clear the map. Thats the only problem i can see with this tut.
POST EDIT Sorry, i've just realised Mirage don't have Fringe animation layers. Sorry don't listen to me i don't know what i'm talking about.
26-03-2008, 08:08 AM
Tut works fine. I made 2 surfaces, one for ground/mask and one for fringe. Everything in between still is regular. I prefer it that way.
26-03-2008, 12:11 PM
Mozza Wrote:This toturial is fine, apart from the map animation. If the map animation stay in the lower and upper buffer, they will not work as you would have to clear the upper & lower buffer every animation frame. If you use the Middle buffer they will work, but you will be able to walk over the fringe animation tiles. If you clear the upper & lower buffer every frame the map will dissapear as you will clear the map. Thats the only problem i can see with this tut. You still have difficulty understanding buffers don't you. The 'layering' effect is still there. If you render the Fringe Animation tiles after the player, even if you render them to the Middle Buffer, it will still appear above the player on the game screen. Quote:Robin: |
« Next Oldest | Next Newest »
|