Super Mario Bros(.ged file)

Post here your demos and examples with the source files.
Forum rules
Always post the games with a screenshot.
The file must have the ged and data files (complete game source)
Use the forum attachment to post the files.
It is always better to use the first post to put the game files

Super Mario Bros(.ged file)

Postby tlah » Sat Sep 26, 2009 3:15 pm

Hey, I was bored one day, so I decided to start a remake of the original Super Mario Bros game. Here is the ged file for download, so tell me what you think about it. One more thing: if anyone can get mario to stop glitching when running (the frames go by too quickly), that would be greatly appreciated. Thanks in advance.
Attachments
mario.zip
(50.71 KiB) Downloaded 2466 times
User avatar
tlah
 
Posts: 66
Joined: Sun Apr 06, 2008 12:10 pm
Location: In your head, readin' ur mind
Score: 2 Give a positive score

Re: Super Mario Bros(.ged file)

Postby skydereign » Sat Sep 26, 2009 10:59 pm

Here, your problem was that on the collision with the ground, you reset the animation. With that method, you are constantly recolliding with the ground, so you would need to switch the FORWARD, in the ChangeAnimations to NO_CHANGE. NO_CHANGE will change the animation, but if it is the same animation, it won't start the animpos at 0.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: Super Mario Bros(.ged file)

Postby Camper1995 » Sun Sep 27, 2009 8:23 am

Ok, I fix this. I just remake your game little bit. So I fix the animation problem (Thanks to Skydereign)

and I make that you can destroy bricks only when are you big. ;) And I just add one new actor. You will see. Its called BrickDestroyed

Here is the file:
marioBETTER.rar
(90.81 KiB) Downloaded 1413 times

:wink:

MarioBros 1 img.jpg


Camper
Say hello to my little friend.
User avatar
Camper1995
 
Posts: 707
Joined: Tue Dec 30, 2008 7:20 pm
Location: Lost in the past.
Score: 44 Give a positive score

Re: Super Mario Bros(.ged file)

Postby tlah » Sun Sep 27, 2009 4:17 pm

Camper1995 wrote:Ok, I fix this. I just remake your game little bit. So I fix the animation problem (Thanks to Skydereign)

and I make that you can destroy bricks only when are you big. ;) And I just add one new actor. You will see. Its called BrickDestroyed

Here is the file:
The attachment marioBETTER.rar is no longer available

:wink:

The attachment MarioBros 1 img.jpg is no longer available


Camper

cool! here's the next part of the demo, with fixed animations. I just added onto the level, nothing much was added, and I haven't added the sprites for mario in his fire version.
Attachments
MARIO.zip
(246.13 KiB) Downloaded 952 times
User avatar
tlah
 
Posts: 66
Joined: Sun Apr 06, 2008 12:10 pm
Location: In your head, readin' ur mind
Score: 2 Give a positive score

Re: Super Mario Bros(.ged file)

Postby Camper1995 » Sun Sep 27, 2009 4:47 pm

Good! Keep working on this game! It will be good game...

Have you seen my version of Super Mario? If not, here is: viewtopic.php?f=6&t=6491

;)
Say hello to my little friend.
User avatar
Camper1995
 
Posts: 707
Joined: Tue Dec 30, 2008 7:20 pm
Location: Lost in the past.
Score: 44 Give a positive score

Re: Super Mario Bros(.ged file)

Postby tlah » Tue Sep 29, 2009 10:19 pm

yes i did! Its awesome! And I found online some graphics of the original mario sprites that were edited to look like Wario. I'm going to add a Character Select screen so you can choose Mario, Luigi, or Wario. These are just plans right now, and I have tons of schoolwork, so I may not get to do this just yet.
User avatar
tlah
 
Posts: 66
Joined: Sun Apr 06, 2008 12:10 pm
Location: In your head, readin' ur mind
Score: 2 Give a positive score

Re: Super Mario Bros(.ged file)

Postby superman123 » Mon Oct 05, 2009 8:12 pm

is it ok with you if i use your mario
look at my flash ball gamehttp://game-editor.com/forum/viewtopic.php?f=6&t=7285
aerogame websitehttp://www.aeroman.webs.com

(new avitar made with GIMP and it is awesome)
User avatar
superman123
 
Posts: 79
Joined: Tue Jul 28, 2009 7:20 pm
Score: 1 Give a positive score

Re: Super Mario Bros(.ged file)

Postby tlah » Tue Oct 06, 2009 12:13 am

superman123 wrote:is it ok with you if i use your mario

the sprites? sure! I found the sprite sheets on mariomayhem.com so if you need anything else go there.
User avatar
tlah
 
Posts: 66
Joined: Sun Apr 06, 2008 12:10 pm
Location: In your head, readin' ur mind
Score: 2 Give a positive score

Re: Super Mario Bros(.ged file)

Postby speckford123 » Mon Nov 09, 2009 4:16 pm

skydereign wrote:Here, your problem was that on the collision with the ground, you reset the animation. With that method, you are constantly recolliding with the ground, so you would need to switch the FORWARD, in the ChangeAnimations to NO_CHANGE. NO_CHANGE will change the animation, but if it is the same animation, it won't start the animpos at 0.

HOW DID I NEVER THINK OF THAT :oops:
I always used if statements and such to check the animindex and change the animation only if its not already the same animation......
using NO_CHANGE would save me from the horror of extra if statements........ :lol:
speckford123
 
Posts: 334
Joined: Fri May 05, 2006 6:33 pm
Score: 49 Give a positive score

Re: Super Mario Bros(.ged file)

Postby MrJolteon » Fri Jan 08, 2010 5:51 pm

I found a (funny) glitch; the whole screen was black, except from where moving/changing actors were, I had to rub it away with the mouse. HEre's screenshot:
glitchy xD.PNG
Join us on Discord!
Game Editor 2
These are the best ways to reach me these days


Your local Community Janitor, always lurking in the shadows...
User avatar
MrJolteon
 
Posts: 2326
Joined: Sat Aug 09, 2008 3:25 pm
Location: Stranded under endless sky
Score: 105 Give a positive score

Re: Super Mario Bros(.ged file)

Postby CliveOwen » Mon Jan 18, 2010 4:06 pm

Great job! The game is cool!
CliveOwen
 
Posts: 1
Joined: Mon Jan 04, 2010 8:49 pm
Score: 0 Give a positive score

Re: Super Mario Bros(.ged file)

Postby Turon » Mon Jan 25, 2010 10:28 am

What is the goel of the game?
Last edited by Turon on Thu Jan 02, 2014 1:33 pm, edited 1 time in total.
Turon
 
Posts: 862
Joined: Sun Jan 24, 2010 5:23 pm
Score: 32 Give a positive score

Re: Super Mario Bros(.ged file)

Postby MrJolteon » Tue Jan 26, 2010 10:27 am

Nothing. Nothing at all.
Join us on Discord!
Game Editor 2
These are the best ways to reach me these days


Your local Community Janitor, always lurking in the shadows...
User avatar
MrJolteon
 
Posts: 2326
Joined: Sat Aug 09, 2008 3:25 pm
Location: Stranded under endless sky
Score: 105 Give a positive score

Re: Super Mario Bros(.ged file)

Postby Turon » Mon Jan 02, 2017 2:39 pm

Say nobody ever build a complete Mario engine in gE yet have they? Krennisis had his style but Mario always kept moving his legs. Three posts up is my first post on the gameEditor Forum. hehe I spelled goal as goel, why not gol?
Turon
 
Posts: 862
Joined: Sun Jan 24, 2010 5:23 pm
Score: 32 Give a positive score

Re: Super Mario Bros(.ged file)

Postby gamingjohn » Sun Feb 12, 2017 12:41 pm

I cannot open the files from the zipped package. Is it because it has been posted a long time ago?
To want to, is to be able to.
gamingjohn
 
Posts: 2
Joined: Sat Feb 11, 2017 5:19 pm
Score: 0 Give a positive score

Next

Return to Game Demos

Who is online

Users browsing this forum: No registered users and 1 guest