YesNoOk
avatar

How to combine Game Maker with MUGEN 1.0? (Read 507 times)

Started by Trinitronity, April 04, 2013, 09:45:25 am
Share this topic:
How to combine Game Maker with MUGEN 1.0?
#1  April 04, 2013, 09:45:25 am
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man

  • Online
I know that someone already did that (forgot his name, but he's working on a One Piece fullgame), so I would like to try that out as well.
How can I make it like that, so the Game Maker program loads a MUGEN fight based on the Game Maker information after, let's say the versus screen?
I hope to make better screenpack visuals and a more complex order system with that, let alone an actual story mode. Thanks in advance!
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: How to combine Game Maker with MUGEN 1.0?
#2  April 04, 2013, 09:19:40 pm
  • *****
  • Mega Klinklang confirmed
    • USA
    • ricepigeon.webs.com
More than likely he was having the game call Mugen using command line parameters, which instantly sets up a fight based on your specifications

<<-- Updated 09/14/14

You limit yourself so badly when you try to avoid variables. When you get over your fear of the "complexity" of variables, you will find yourself in a better place: A beautiful world where coding is actually fun.
Re: How to combine Game Maker with MUGEN 1.0?
#3  April 04, 2013, 09:34:49 pm
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man

  • Online
More than likely he was having the game call Mugen using command line parameters, which instantly sets up a fight based on your specifications
Do you know, how I can do it?
Or do you know someone else, who would know that?
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: How to combine Game Maker with MUGEN 1.0?
#4  April 04, 2013, 09:36:58 pm
  • *****
  • Video Game Veteran
    • USA
    • gcnmario.free.fr
I think it's basically like setting up a quick match under the run command, or by using .bat files. Similar effect, just that Game Maker runs it, I think.

"You must defeat my flaming
dragon punch to stand a chance."
Re: How to combine Game Maker with MUGEN 1.0?
#5  April 04, 2013, 09:59:28 pm
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man

  • Online
I think it's basically like setting up a quick match under the run command, or by using .bat files. Similar effect, just that Game Maker runs it, I think.
Now if I only would know, how to do that...
...with that, I could finally make fullgames.
I already have sick ideas for screenpacks that cannot be done with regular MUGEN, like a more complicated versus screen with 2 versus ports.
Or a more efficient version of animated character portraits in the character select.
Or, what is even better, an ACTUAL story mode.
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: How to combine Game Maker with MUGEN 1.0?
#6  April 04, 2013, 10:22:50 pm
  • *****
  • Video Game Veteran
    • USA
    • gcnmario.free.fr
c:\mugen\mugen.exe -p1 kfm -p2 kfm -s kfm

^ quick test run command line example.


@echo off
mugen.exe -p1 kfm -p2 kfm -s kfm
echo on

^ .BAT file example.

"You must defeat my flaming
dragon punch to stand a chance."
Re: How to combine Game Maker with MUGEN 1.0?
#7  April 04, 2013, 10:27:06 pm
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man

  • Online
c:\mugen\mugen.exe -p1 kfm -p2 kfm -s kfm

^ quick test run command line example.


@echo off
mugen.exe -p1 kfm -p2 kfm -s kfm
echo on

^ .BAT file example.
And how to insert that in Game Maker?
But more importantly, how can I asign characters and stages to certain variables?
And how can I make it like that, so the first 6 battles are 3v3 and the last one 3v1 (similar to MvC2 or almost every KOF game)?
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: How to combine Game Maker with MUGEN 1.0?
#8  April 05, 2013, 05:45:32 am
  • *****
  • Video Game Veteran
    • USA
    • gcnmario.free.fr
Oh, I'm sorry. I don't work with Game Maker. I was just showing you how I would set it up normally. ;P

Is there a decent/large, or an official Game Maker community you can talk to about this that can help you with your problem?

"You must defeat my flaming
dragon punch to stand a chance."
Re: How to combine Game Maker with MUGEN 1.0?
#9  April 05, 2013, 07:46:57 am
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man

  • Online
Well, there are many, but I don't know of any community, who actually tried to combine Game Maker with MUGEN.
I only know that the one, who is working on that One Piece fullgame, combines Game Maker with MUGEN, but that's all...
...if I would only know the name of the author, and if only the author would be active...
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: How to combine Game Maker with MUGEN 1.0?
#10  April 06, 2013, 06:00:19 am
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
Why don't you ask the one person who knows what you're talking about, because no one here knows what you're talking about. In fact, what you're talking about doesn't even make any sense.
Re: How to combine Game Maker with MUGEN 1.0?
#11  April 06, 2013, 08:08:08 am
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man

  • Online
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: How to combine Game Maker with MUGEN 1.0?
#12  April 06, 2013, 12:00:34 pm
  • **
    • India
    • BladeStorm_X@hotmail.com
I think you're talking about gamerXP
Re: How to combine Game Maker with MUGEN 1.0?
#13  April 06, 2013, 12:41:36 pm
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man

  • Online
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: How to combine Game Maker with MUGEN 1.0?
#14  April 06, 2013, 02:17:04 pm
  • *****
  • aka G.o.D.
    • Italy
    • god-of-death-alex.deviantart.com/