Map Test(like Castelvania:SOTN, and Metroid)

Talk about making games.

Map Test(like Castelvania:SOTN, and Metroid)

Postby RippeR7420 » Sun Apr 01, 2012 6:05 pm

Image

This is a little demonstration of how I would do a map like in Castlevania: Symphony of the Night, Or Metroid.
It's not perfect, but I hope it will help someone out there :)

CONTROLS:
Arrow Keys: Move
M: Show/Hide Map

I have attached the .EXE and a .GED file so you could look at/alter the code.
and if you would like to use the graphics I created for the map, Be my guest. :)





This is a screenshot of the game-play. I used very basic Script, so please excuse the errors(If you find any).
and Very simple graphics also. (If you would like to use that tile-set, Go ahead) :)

Image

I hope this helps!!!

-RippeR
Attachments
Screenshot2.png
TestMap.rar
(827.99 KiB) Downloaded 148 times
CURRENT PROJECTS:

-Olo: The Sword Shaman http://game-editor.com/forum/viewtopic.php?f=4&t=12919

-The Wrath of Blob: (On the back burner)

-StickMcGee - Blast to the Future http://game-editor.com/forum/viewtopic.php?f=4&t=13660
User avatar
RippeR7420
 
Posts: 391
Joined: Mon Apr 27, 2009 4:16 pm
Location: Salt Lake City, Utah.
Score: 23 Give a positive score

Re: Map Test(like Castelvania:SOTN, and Metroid)

Postby Hblade » Sun Apr 01, 2012 6:11 pm

cool :D!


found a bug though. :) That is:
When you press M just before you hit the ground while falling, then exit the map, the tiles vanish.
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Map Test(like Castelvania:SOTN, and Metroid)

Postby RippeR7420 » Sun Apr 01, 2012 6:47 pm

Haha thanks Hblade! And yeah I noticed that also. Should be an easy fix though. I think it has something to do with when you press M down, it changes the value of the variable. And when you release M, it sets the event.
CURRENT PROJECTS:

-Olo: The Sword Shaman http://game-editor.com/forum/viewtopic.php?f=4&t=12919

-The Wrath of Blob: (On the back burner)

-StickMcGee - Blast to the Future http://game-editor.com/forum/viewtopic.php?f=4&t=13660
User avatar
RippeR7420
 
Posts: 391
Joined: Mon Apr 27, 2009 4:16 pm
Location: Salt Lake City, Utah.
Score: 23 Give a positive score

Re: Map Test(like Castelvania:SOTN, and Metroid)

Postby Hblade » Sun Apr 01, 2012 7:48 pm

oh ^^'

I love this map idea though! :D its amazing.
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Map Test(like Castelvania:SOTN, and Metroid)

Postby JamesLeonardo32 » Sun Apr 01, 2012 8:45 pm

Fantastic.

Just looking through the coding was inspiring, and i like the colour changes for some reason.

+1! (when i can, i just recently gave one!)
JamesLeonardo32
 
Posts: 320
Joined: Wed Oct 13, 2010 4:57 pm
Score: 36 Give a positive score

Re: Map Test(like Castelvania:SOTN, and Metroid)

Postby happyjustbecause » Mon Apr 02, 2012 12:25 am

Nice job, I've liked this type of map, I'll add this to my Techniques Often Used In Games post, I forgot to add this kind of map. But nice job! I +1ed by the way :wink:
For small creatures such as we the vastness is bearable only through love.
-Carl Sagan

Night Knight Development Thread
User avatar
happyjustbecause
 
Posts: 267
Joined: Tue Jul 26, 2011 3:10 pm
Location: Frazier Park, Ca
Score: 15 Give a positive score

Re: Map Test(like Castelvania:SOTN, and Metroid)

Postby JamesLeonardo32 » Mon Apr 02, 2012 10:19 am

happyjustbecause wrote:I'll add this to my Techniques Often Used In Games post

Yeah, though its often, most times its pretty cool.
JamesLeonardo32
 
Posts: 320
Joined: Wed Oct 13, 2010 4:57 pm
Score: 36 Give a positive score

Re: Map Test(like Castelvania:SOTN, and Metroid)

Postby lcl » Mon Apr 02, 2012 10:54 am

Hey, pretty cool, nice work dude! :D

Hblade wrote:found a bug though. :) That is:
When you press M just before you hit the ground while falling, then exit the map, the tiles vanish.

The tiles don't vanish, the player falls through them into the void because his yvelocity doesn't change when using EventDisable();
So, his collision events are off, but he has his yvelocity and that makes him fall through the tiles.

@RippeR7420: To fix the bug, just simply set Player.yvelocity to 0 before disabling his events.
Or if you want to make it even better, make a variable, store players yvelocity to it, then set the yvelocity to 0 and when enabling players actions again set his yvelocity equal to the number stored into the variable! =)

Very good work RippeR!
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Map Test(like Castelvania:SOTN, and Metroid)

Postby JamesLeonardo32 » Mon Apr 02, 2012 10:58 am

lcl wrote:make a variable, store players yvelocity to it, then set the yvelocity to 0 and when enabling players actions again set his yvelocity equal to the number stored into the variable! =)

I did the exact same thing when making AXRIA long ago, before i gave up with the menus and went to a normal pause function!

Good times =)
JamesLeonardo32
 
Posts: 320
Joined: Wed Oct 13, 2010 4:57 pm
Score: 36 Give a positive score

Re: Map Test(like Castelvania:SOTN, and Metroid)

Postby RippeR7420 » Mon Apr 02, 2012 5:02 pm

haha, yeah I know :)

it only took me about an hour, and i didnt really test play it too much, just made sure the map worked :)
CURRENT PROJECTS:

-Olo: The Sword Shaman http://game-editor.com/forum/viewtopic.php?f=4&t=12919

-The Wrath of Blob: (On the back burner)

-StickMcGee - Blast to the Future http://game-editor.com/forum/viewtopic.php?f=4&t=13660
User avatar
RippeR7420
 
Posts: 391
Joined: Mon Apr 27, 2009 4:16 pm
Location: Salt Lake City, Utah.
Score: 23 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest