Jump to content


Animator111

Member Since 16 Jun 2012
Offline Last Active May 19 2013 10:44 AM

Posts I've Made

In Topic: Hilarious Fighting Game made with GMStudio

09 November 2012 - 10:58 AM

The YouTube vido looks good (Main character looks like Barack OBAMA)

Note: Actual game link didn't work for me.


Ok, I fixed it. It works now. http://www.p-games.gr/thegame

Let me know your opinions.

Enjoy !

In Topic: Is knowing to write code necessary for gamemaker?

02 July 2012 - 09:06 PM

I find your answers helpful, thank you !

In Topic: Is knowing to write code necessary for gamemaker?

01 July 2012 - 11:55 AM

I have one more question, does the HTML5 version allows you to upload the game as a facebook application ?

Thanks for your help in advance !

In Topic: GM FIGHTERS game

29 June 2012 - 09:40 PM

And I also would like to ask, are there any other open source High quality fighting engines like GM fighters available?
This one http://www.youtube.c...h?v=BOf7u80LMfA made with GM7 also has errors when I try to open it...

In Topic: GM FIGHTERS game

28 June 2012 - 07:09 PM

I have the same problem. Windows 7, gm 8 and GM Fighters doesn't work anymore

I have:
"compilation error in scipt: eff_fatal_special
wrong numbers of arguments to function or script."

That's because before 8.1, you could pass any number of arguments to a script and missing arguments would be treated as 0.

You need to open the script eff_fatal_special and try to figure out how many arguments it requires and add these arguments to every script call in the game. You can use CTRL+SHIFT+F and type in "eff_fatal_special" and GM will find for you every occurence of this script in the game. Add the missing arguments et voila.

If you have any more trouble running the engine, just post the errors here.


CTRL+SHIFT+F creates a new font and opens the font properties window. Are you sure about the keys? Could I open it
from the menu perhaps?

My error is

COMPILATION ERROR in Script: eff_fatal_especial
Error in code at line 5:
planodefundo := sprite_create_from_screen(0,0,640,480,0,0,0,0,320,240);
^
at position 72: Wrong number of arguments to function or script.

It seems similar but a little different from Pedrosanchau.

Many thanks for your help.