[ 10 posts ]  Reply to topicPost new topic 
Author Message
 [zz]
 Post subject: Found glitch in Hello engine 4
PostPosted: Sat Dec 11, 2010 10:26 pm 
User avatar
A guy who's a person. Yup.
Member
I'm not sure if this is the right subforum, but itapears to be the closest, so, any way, here it is. After you get a powerup at a toad house, hold down x, and after you've been holding it long enough, it registeres that you're pressing x before it registers that it's supposed to be gone, and you can re-enter and max out your map item bar. Just thought it could be useful to y'all :).

_________________
When you eat an object, poop comes out. Therefore when you eat poop, an object comes out. Right?
 
Top
Offline 
 
 
 [us]
 Post subject: Re: Found glitch in Hello engine 4
PostPosted: Sat Dec 11, 2010 10:44 pm 
User avatar
Always have a Shy-Guy in your avatar
Administrator
[A]
[S]
[W]
[*]
[*]

[*]
[*]
[*]
[*]
[*]

[*]
[*]
[*]
[*]
[*]

[*]
[*]
[*]
[*]
[*]

[*]
[*]
[*]
[*]
[*]

Yeah, I've seen it before, although it most games there's little point in exploiting it. Hello isn't exactly known for being responsive to criticism, but you could always PM him and see if he'll fix this.

_________________
Course clear! You got a card.

Image
 
Top
Offline 
 User page at mfgg.net
 
 [us]
 Post subject: Re: Found glitch in Hello engine 4
PostPosted: Sat Dec 11, 2010 10:45 pm 
User avatar
Twilight Prince
Member
[*]
The Hello Engine is created by an MFGG user named Hello. He only comes on once every couple months to show us his new version of the Hello Engine.

I'm not sure how he wants us to report bugs to him. He might have a website for this kind of thing, I don't know.

 
Top
Offline 
 User page at mfgg.net
 
 [zz]
 Post subject: Re: Found glitch in Hello engine 4
PostPosted: Sat Dec 11, 2010 10:48 pm 
User avatar
A guy who's a person. Yup.
Member
I'm wondering, would it be moraly wrong o upload a "fixed" version that would be cheat proof in that respect? If so, I'll make it, because someone might want their game to be more challenging.

_________________
When you eat an object, poop comes out. Therefore when you eat poop, an object comes out. Right?
 
Top
Offline 
 
 
 [us]
 Post subject: Re: Found glitch in Hello engine 4
PostPosted: Sun Dec 12, 2010 9:23 am 
User avatar
Always have a Shy-Guy in your avatar
Administrator
[A]
[S]
[W]
[*]
[*]

[*]
[*]
[*]
[*]
[*]

[*]
[*]
[*]
[*]
[*]

[*]
[*]
[*]
[*]
[*]

[*]
[*]
[*]
[*]
[*]

Just post the section of the code that needs to be fixed; there are already about a dozen "remakes" of the Hello Engine (and except for the DeeY Engine, most just change the sprites or add about three new enemies). We don't really need another one floating around.

Hello also has a Web site in his profile, and that's another way you could try to contact him.

About a year ago, I got stuck in one of his games, and he responded to one of my comments on the main site about how to get past the place I was stuck. But the rest of the time, basically he just writes "Update!" in the Hello Engine topic or the topics for his innumerable HE3 games.

_________________
Course clear! You got a card.

Image
 
Top
Offline 
 User page at mfgg.net
 
 [es]
 Post subject: Re: Found glitch in Hello engine 4
PostPosted: Sun Dec 12, 2010 9:41 am 
User avatar
I'm just a little adorable kitty :3
Member
[*]
[*]
[*]
[*]
[*]

[*]
[*]
[*]
[*]
[*]

Here's the code

Syntax: [ Download ] [ Hide ]
Using gml Syntax Highlighting
if keyboard_check_pressed(vk_shift)
and other.speed = 0
and ready = 0
{
with obj_mapmario event_user(1)
global.powerup[0] = powerup1
global.powerup[1] = powerup2
global.powerup[2] = powerup3
room_goto(rmBonus)
}
if obj_mapmario.speed = 0
obj_mapboxdrawer.mytext = "mushroom house"


I checked hello's engine and I found that misses something.
See the "ready" variable?, It seems Hello doesn't added "ready = 1" in that part of code. That is the problem.

_________________
Image ImageImageImageImageImageImage Image
~ Supernova / Drawerkirby (2) / Gato / Neweegee (2) (3) ~
"shy guys are wall plugs confirmed" - Vitiman on Club Saturn Ex
Image
 
Top
Offline 
 User page at mfgg.net
 
 [us]
 Post subject: Re: Found glitch in Hello engine 4
PostPosted: Sun Dec 12, 2010 1:18 pm 
User avatar
Member
[*]
[*]
[*]
[*]
[*]

[*]
[*]
[*]
[*]
[*]

[*]
[*]
In obj_mushhouse's collision event with obj_mapmario, replace that code with this.
Code:
if keyboard_check_pressed(vk_shift)
and other.ready = 0
and other.speed = 0
and ready = 0
{
with obj_mapmario event_user(1)
global.powerup[0] = powerup1
global.powerup[1] = powerup2
global.powerup[2] = powerup3
room_goto(rmBonus)
}
if obj_mapmario.speed = 0
obj_mapboxdrawer.mytext = "mushroom house"

_________________
 
Top
Offline 
 User page at mfgg.net
 
 [zz]
 Post subject: Re: Found glitch in Hello engine 4
PostPosted: Tue Dec 28, 2010 12:42 pm 
User avatar
Member
[*]
Hello actually replied! Wow.

 
Top
Offline 
 User page at mfgg.net
 
 [us]
 Post subject: Re: Found glitch in Hello engine 4
PostPosted: Tue Dec 28, 2010 2:54 pm 
User avatar
Ready to launch! And set for action!
Member
[*]
[*]
[*]
[*]
Woah, what a surprising moment (Not really) but this isn't the first reply that has ever happened.

Though I am getting really advanced at Game Maker and is capable of reading Hello's coding, it is still isn't right that he doesn't indent his code. He really needs to look at his engine or else Deey is going to have a better engine. I'm using both of their codes at the moment to make my own Super Mario Bros. Engine, but still.

The point is Hello needs to look over his coding (and indent) so people can read his coding or more people will begin to use Deey's Engine. Oh and Deey,I don't mean to say that so you'll get angry; no offense.

_________________
I go by the name Mikeystar, one of the GM programmin' experts in my fangame, SM: ASA!
This is such a passionate fangame that I work on. I really do my best to make it a aesthetically and technically amazing SMB3 Fangame.

Image

Spoiler:
 
Top
Offline 
 User page at mfgg.net
 
 [us]
 Post subject: Re: Found glitch in Hello engine 4
PostPosted: Sat Jan 01, 2011 12:53 am 
User avatar
Twilight Prince
Member
[*]
Well most people who use the hello engine probably don't even know what code is, so his only real loss is probably as much competition as they are users.

 
Top
Offline 
 User page at mfgg.net
 
« Previous topic | Next topic »
Display posts from previous:  Sort by  
 [ 10 posts ]  Reply to topicPost new topic 


Who is online

Users browsing this topic: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group