YesNoOk
avatar

Project Sketch Fighter (Help Needed, Inquire Within) (Read 1181 times)

Started by KyKiskeStun, January 23, 2014, 08:55:39 pm
Share this topic:
Project Sketch Fighter (Help Needed, Inquire Within)
#1  January 23, 2014, 08:55:39 pm
  • Now! Fight a new rival!
    • USA
    • lushimaklk@gmail.com
I'm designing a multi-style fighting game called Sketch Fighter that combines the strategic Final-Fantasy Tactics strategic player movement with the 1-on-1 action of a 2D fighter, and obviously M.U.G.E.N. is the first place I turned.

Check here to see what I'm trying to do:
http://lufasa.blogspot.com/2014/01/floyd-tiryaki-raw-sprites.html

And here's video of the Tactical Mode I was talking about (without a GUI, so bear please bear with me and look at the gameplay).
http://www.youtube.com/watch?v=8LxcyalGikU

Here's a bit of the planned soundtrack.
https://soundcloud.com/cnrhkxtreme/sets/sketch-fighter

Right now, I'm using C# as the language de-jour. Basically, once a player is adjacent with another player, he has the option of engaging that player in a 1-on-1 fight, similar to the Mortal Kombat chess game, only with more strategy in the Tactical/Strategy mode.

1.) This is the code I use to (attempt to) access M.U.G.E.N.

         Process matchProcess = Process.Start (@"Apps\mugen\mugen.exe", "./mugen " + user.MugenName + " " + target.MugenName);

The first bracket simply accesses and opens mugen.exe. The second bracket is for in-app command-lines, which is a whole other can of worms. However, whenever I do so, I get the following error.

Error message: Can't open config file data/mugen.cfg.
Error reading data/mugen.cfg

How do I circumvent this issue? Do I have to access mugen.cfg through command-line as well, or is it an issue of permissions?

If you can help with this, or more importantly if you want to get involved with this project, please contact me immediately!
Last Edit: January 23, 2014, 11:14:56 pm by KyKiskeStun
Re: Project Sketch Fighter (Help Needed, Inquire Within)
#2  January 24, 2014, 11:19:22 am
  • ******
  • does this look like the face of mercy?
Re: Project Sketch Fighter (Help Needed, Inquire Within)
#3  January 27, 2014, 04:36:27 pm
  • Now! Fight a new rival!
    • USA
    • lushimaklk@gmail.com
This has been immensely helpful, thanks!
Re: Project Sketch Fighter (Help Needed, Inquire Within)
#4  January 27, 2014, 04:54:35 pm
  • ******
  • does this look like the face of mercy?
You are welcome, its always a pleasure seeing someone trying out something new.