-
Event editor bug..
Hi I've got MMF2 and I've got some problem.
When I open a MMF 1.5 CCA File or The Games Factory 1.6 GAM File there is creating a bug in a code.
To the code which I wrote are adding some extra empty events and I don't know if there also doesn't make any bugs in current code but it is hard to say because I tried to open two projects one with about 6000 events in only one game frame and other only with 200 events in frame so it is for a large and small events coded games.
It is happenning on both MMF2 versions in the most new build :(
-
Re: Event editor bug..
I would need your application. The one with 200 events.
-
Re: Event editor bug..
http://mihd.net/aw7i4p here it is.. In MMF 1.5 there are no events between groups tutorial and Underground 1 in DC1 level and in my MMF2 there are empty events and also such things happen on more complicated projects which is harder to find :(
-
Re: Event editor bug..
OK I think this is not harmful. When you were beginning to create your game, or at any moment during creation, you must have made the step through editor run. And pressed continue for each one of the collisions displayed. In MMF1.5, this creates invisible conditions that do nothing. There is an option to show them in the preference dialog.
MMF2 does not include the step through editor, and shows all the events in the program. This is not a bug.
You can safely delete these events, it wont change anything in your game.
-
Re: Event editor bug..
Thanks Francois I just thought that it is a bug because like you said those events wasn't seen in MMF 1.5 normally and in MMF2 they are.
One more time thanks for help.