The Daily Click ::. Forums ::. Klik Coding Help ::. Strange problem with my frame in MMF1.5. Stuff doesn't do what it should, possible memory issue?
 

Post Reply  Post Oekaki 
 

Posted By Message

Del Duio

Born in a Bowling Alley

Registered
  29/07/2005
Points
  1078

GOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!Evil klikerHasslevania 2!The OutlawSanta Boot
15th September, 2008 at 19:45:35 -

This is really weird and I hope it's not just one of MMF's "little things" but it may be. I have this game, we'll call it Shmashlevania 2, and for the most part it works fine. Until I made this giant (for me) sized frame for a realy big room. Now my hero doesn't get hurt by anything from collisions anymore. I checked and rechecked the code a ton of times, and everything's the same as it is in the smaller frames where he can take damage normally. I also have the hero's sprite as a global object, and it remembers which direction he's facing in when you enter a new frame. Only for this huge frame it doesn't remember the direction which leads me to think it's some sort of weird MMF memory or space issue.

The frame's size is 2358 x 820. I know sometimes increasing the # of objects at runtime thing helps so I tried it at 10,000 and still no dice (I have nowhere near that many objects, possibly 70-80 max right now.) I then made the frame to 1000 x 600.... and all the damage collisions work like the rest of the frames do! WTF? I don't want to have to remake the whole thing, as it's taken me more than a week solid just to get this far on the frame already. But I can't have it so that the hero can't take damage from anything at all either, that's stupid.

Just to be clear, on 3 different sources of taking damage to the hero they all work in the smaller frames, and all don't on the larger ones. No code has been changed at all.

Any ideas?? Some of you must've made games with really big frames to them before, did you ever see something like this happen to you? (Most importantly, were you able to fix it?)

THANK YOU!!!

 
--

"Del Duio has received 0 trophies. Click here to see them all."

"To be a true ninja you must first pick the most stealthy of our assorted combat suits. Might I suggest the bright neon orange?"

DXF Games, coming next: Hasslevania 2- This Space for Rent!

-MacAdaM-

Megaman Fosho

Registered
  12/02/2008
Points
  560
15th September, 2008 at 20:02:03 -

This has happened to me with TGF before, and sadly to say, i never found a solution.(then again, it was back when i just started)
Maybe split the room up into 2 smaller sized ones?
Or try deleting all the code, then copy and paste it into the new frame.

 
Your just jealous that you're not as awesome as me.
(And my megaman avatar )

AndyUK

Mascot Maniac

Registered
  01/08/2002
Points
  14586

Game of the Week WinnerSecond GOTW AwardHas Donated, Thank You!VIP Member
15th September, 2008 at 21:11:21 -

That isn't a particularly big frame. I used much bigger in some of my TGF games. I never had a problem except during making one game (i think it was Tops the pig 1) I was using 16 bit mode and he would fall through the floor at a certain point in the frame for no reason. 32bit mode is always best nowadays anwyay.

Are you using 16bit mode?
is the main sprite in that frame actually a different object (not the global one in all other frames?)
do you accidentally turn off groups at runtime?

 
.

Del Duio

Born in a Bowling Alley

Registered
  29/07/2005
Points
  1078

GOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!Evil klikerHasslevania 2!The OutlawSanta Boot
16th September, 2008 at 01:49:33 -


Originally Posted by AndyUK
That isn't a particularly big frame. I used much bigger in some of my TGF games. I never had a problem except during making one game (i think it was Tops the pig 1) I was using 16 bit mode and he would fall through the floor at a certain point in the frame for no reason. 32bit mode is always best nowadays anwyay.

Are you using 16bit mode?
is the main sprite in that frame actually a different object (not the global one in all other frames?)
do you accidentally turn off groups at runtime?



How do I check to see what bit application I have? I can't find anything on the toolbar, and the only thing in MMF's help topics just says this:

16-bit/32-bit multimedia application

A 16-bit multimedia application runs on computers with 16-bit operation systems: Windows 3.1x, Windows 95, and Windows NT.
A 32-bit multimedia application runs on computers with 32-bit operation systems: Windows 95, and Windows NT.

© 2001 Clickteam. All rights reserved.


So, that's great and all but it doesn't say how I can check this, or how I can change this if possible. Since I had no idea about the 2 settings I might have been doing 16 bit games the whole time. I know I have the 16 million color option checked, if that helps.

The main sprite in the frame is a copy of the global object from the first frame I made. It's always worked in the past, and even does on smaller rooms right before and after this bigger one. I thought maybe the groups got turned off at runtime but after a lot of checking I can safely say they don't. To check I made it so that a small "beep" plays every 5 seconds within that group. If it were disabled I wouldn't be able to hear the beep but I still do.

 
--

"Del Duio has received 0 trophies. Click here to see them all."

"To be a true ninja you must first pick the most stealthy of our assorted combat suits. Might I suggest the bright neon orange?"

DXF Games, coming next: Hasslevania 2- This Space for Rent!

Eternal Man [EE]

Pitied the FOO

Registered
  18/01/2007
Points
  2955

Game of the Week WinnerHero of TimeLOL SignI am an April Fool
16th September, 2008 at 02:02:20 -

Dang, wish I could help you.
Are you sure the "handle background collisions" tick is ticked in the frame properties? That could mess up a level. How about the other memory options for each object? No changes there either?

If you can't fix it I suggest you resize the frame to the size that worked, the gradually increase the frame size until you find the breaking point. If you know when it messes up it might be easier to locate the problem.
Good Luck!
//EE

 
Eternal Entertainment's Code'n'Art Man

E_E = All Indie


...actually Ell Endie, but whatever.
Image
Image

Jon C-B

I create vaporware

Registered
  23/04/2008
Points
  237

I'm an alien!VIP MemberWii OwnerI donated an open source project Santa Hat
16th September, 2008 at 02:17:28 -

dang. I was thinking about making one huuuuuge frame for one game. it would be the whole world...

 
n/a

Del Duio

Born in a Bowling Alley

Registered
  29/07/2005
Points
  1078

GOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!Evil klikerHasslevania 2!The OutlawSanta Boot
16th September, 2008 at 02:20:32 -

Yeah, I thought it might have been handle the background collisions somehow too, but it is checked. That's what's weird, is that every other thing in this big room works just fine: The platform movements, the doors, treasure drops.. they all work great. It's just any time you should take damage it's as if the main sprite walks right through the hazzard / enemy when just a room before he didn't and took damage.

I thought it might have been a layering issue so I've also tried screwing around by bring the sprite and the hazzard "to the back" and "to the front", and swapped who overlaps who for the collision event checks with no success. Not yet at least, I still have a whole night to mess around with it some more and hope something works.

 
--

"Del Duio has received 0 trophies. Click here to see them all."

"To be a true ninja you must first pick the most stealthy of our assorted combat suits. Might I suggest the bright neon orange?"

DXF Games, coming next: Hasslevania 2- This Space for Rent!

Fifth

Quadruped

Registered
  07/05/2003
Points
  5815

VIP MemberGOTW JULY 2010 WINNER!Kliktober Special Award TagGOTW HALLOWEEN 2011 WINNERPicture Me This Round 51 Winner!
16th September, 2008 at 02:37:26 -

I still think you should switch to externally-loaded levels. Your projects certainly merit them.

 
Go Moon!

Del Duio

Born in a Bowling Alley

Registered
  29/07/2005
Points
  1078

GOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!Evil klikerHasslevania 2!The OutlawSanta Boot
16th September, 2008 at 12:47:55 -

You know I started splitting up the level on a backup copy and I'm still having the problem. To add merit to the memory issues theory, I just ran the frame itself instead of from the start of the whole application and the frame worked PERFECTLY.

Although it's been improved from Hasslevania 1, I tested everything out pretty thouroughly and there were no ill effects over 8 months at least in a large test level. The only thing I can think of now is maybe it's the DMC2 object leaking memory? I have never used it before this game, and it works, but I wonder if I'm using it wrong? Is there something you have to do to it when you play the mp3 files over frames?

Right now I have a DMC2 object in each of the frames that has music playing in the background. It only loads up and plays at the start of each level, but I didn't know if you had to have a copy of the object in each level where music's going to be played in order for it to work. I guess I could try that tonight. It can't hurt.

 
--

"Del Duio has received 0 trophies. Click here to see them all."

"To be a true ninja you must first pick the most stealthy of our assorted combat suits. Might I suggest the bright neon orange?"

DXF Games, coming next: Hasslevania 2- This Space for Rent!

AndyUK

Mascot Maniac

Registered
  01/08/2002
Points
  14586

Game of the Week WinnerSecond GOTW AwardHas Donated, Thank You!VIP Member
16th September, 2008 at 17:52:28 -

I think you do need a copy in every frame. Otherwise the music will just stop playing at the end instead of looping. Uh thats if i recall correctly.

 
.

Del Duio

Born in a Bowling Alley

Registered
  29/07/2005
Points
  1078

GOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!Evil klikerHasslevania 2!The OutlawSanta Boot
16th September, 2008 at 17:59:18 -

Oh, I forgot to mention that I did find an instance of 16 / 32 bit application stuff, but it was only when I made a new project. It had it as part of the installer settings I believe. I've only ever made new single applications so maybe that's not an option for me after all.

Do you guys normally make your games as projects or applications? It looked like the project had an option to add fonts to the user's computer, which would be pretty cool I guess, if it didn't also have the dreaded.... INSTALLER!

 
--

"Del Duio has received 0 trophies. Click here to see them all."

"To be a true ninja you must first pick the most stealthy of our assorted combat suits. Might I suggest the bright neon orange?"

DXF Games, coming next: Hasslevania 2- This Space for Rent!

AndyUK

Mascot Maniac

Registered
  01/08/2002
Points
  14586

Game of the Week WinnerSecond GOTW AwardHas Donated, Thank You!VIP Member
16th September, 2008 at 19:12:36 -

I never use the installer option. Although i might have done in some of my very early games. I guess people getting shouted at for using them just forces most people to use the other option.

 
.

Del Duio

Born in a Bowling Alley

Registered
  29/07/2005
Points
  1078

GOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!Evil klikerHasslevania 2!The OutlawSanta Boot
16th September, 2008 at 19:50:35 -

AndyUK, do you know where the option to see or change the 16/32 bit file is on MMF applications?

 
--

"Del Duio has received 0 trophies. Click here to see them all."

"To be a true ninja you must first pick the most stealthy of our assorted combat suits. Might I suggest the bright neon orange?"

DXF Games, coming next: Hasslevania 2- This Space for Rent!

Pixelthief

Dedicated klik scientist

Registered
  02/01/2002
Points
  3419

Game of the Week WinnerWeekly Picture Me This Winner!You've Been Circy'd!VIP MemberI like Aliens!Evil klikerThe SpinsterI donated an open source project
16th September, 2008 at 22:52:13 -

you can use the file object to transplant .TTF font files, can't you? I just use generic fonts and throw them in the gameplay folder, so that the 1% of people who don't have it installed, can do so manually, but 99% won't be diserviced.

 
Gridquest V2.00 is out!!
http://www.create-games.com/download.asp?id=7456

Eternal Man [EE]

Pitied the FOO

Registered
  18/01/2007
Points
  2955

Game of the Week WinnerHero of TimeLOL SignI am an April Fool
16th September, 2008 at 22:56:31 -

Does someone now where one can find out what fonts are the main ones?

 
Eternal Entertainment's Code'n'Art Man

E_E = All Indie


...actually Ell Endie, but whatever.
Image
Image

Del Duio

Born in a Bowling Alley

Registered
  29/07/2005
Points
  1078

GOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!Evil klikerHasslevania 2!The OutlawSanta Boot
17th September, 2008 at 00:34:50 -


Originally Posted by Pixelthief
you can use the file object to transplant .TTF font files, can't you? I just use generic fonts and throw them in the gameplay folder, so that the 1% of people who don't have it installed, can do so manually, but 99% won't be diserviced.



Hey, that's a good way to do it

 
--

"Del Duio has received 0 trophies. Click here to see them all."

"To be a true ninja you must first pick the most stealthy of our assorted combat suits. Might I suggest the bright neon orange?"

DXF Games, coming next: Hasslevania 2- This Space for Rent!

Del Duio

Born in a Bowling Alley

Registered
  29/07/2005
Points
  1078

GOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!Evil klikerHasslevania 2!The OutlawSanta Boot
17th September, 2008 at 00:47:54 -

Okay, I figured out what was wrong and how to fix it, but I have no idea why this is an error. Listen to this:

When I make my games I usually have a lot of objects off of the main frame area, right? Well after nothing was working with H2 today I thought about it some more. Why would only the damage events be affected while everything else was okay? I went to the group that handled collision with spikes and tried taking out event conditions one at a time. I took out the event that had the "invincibility field" for when you get hit and are immune... And the hero not only took damage he completely died when he hit the spikes. Eureka! Now I knew who the culprit was, but what was happening?

I checked to see if this field was getting destroyed somewhere in the code by accident (which would nullify the event check with the field). Well, it wasn't being destoyed anywhere. Hmmmm.. Then I remembered a REAL OLD and annoying problem before I had when I first started MMF with a string text that wouldn't display when it should have. The problem was that because it was off of the main frame MMF didin't recognize it for some weird reason. So I looked at my invincibility field object's position. It was about -50 pixels north of the top of the frame, along with a lot of other objects and stuff. When I moved it down to dead center of the frame and ran the application again, it worked exactly right. Everything that could damage him now did, like it had in other frames. Holy shit, what a crazy bug that is!!

So here's the lesson I learned today: When everything looks like it should work, try moving any objects you might have stored on the outside of the frame INSIDE the frame itself (just keep it invisible if it's not supposed to be seen). It appears like MMF1.5 at least sometimes ignores objects outside of the frame at random. My God I hope this can help somebody in the future and save them days of headaches.

Thanks for your suggestions everybody, I have some level building to do!

Image Edited by the Author.

 
--

"Del Duio has received 0 trophies. Click here to see them all."

"To be a true ninja you must first pick the most stealthy of our assorted combat suits. Might I suggest the bright neon orange?"

DXF Games, coming next: Hasslevania 2- This Space for Rent!

-MacAdaM-

Megaman Fosho

Registered
  12/02/2008
Points
  560
17th September, 2008 at 01:09:01 -



Good job Del Duio!

 
Your just jealous that you're not as awesome as me.
(And my megaman avatar )

Eternal Man [EE]

Pitied the FOO

Registered
  18/01/2007
Points
  2955

Game of the Week WinnerHero of TimeLOL SignI am an April Fool
17th September, 2008 at 01:32:51 -

Ha! I had this problem several times when I made the E.P.I.C COMMANDOS demo the other week! My frame wasn't big though, but it happened many times with explosions and bullet's and stuff. It usually happened more often when the object was supposed to be destroyed after a set interval like explosions. Odd, very odd.

 
Eternal Entertainment's Code'n'Art Man

E_E = All Indie


...actually Ell Endie, but whatever.
Image
Image
   

Post Reply



 



Advertisement

Worth A Click