Author Topic: How to run Mugen on AM  (Read 7105 times)

abls1

  • Full Member
  • ***
  • Posts: 60
    • View Profile
How to run Mugen on AM
« on: June 05, 2015, 05:13:20 AM »
How do I run mugen on AM?

Thanks

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: How to run Mugen on AM
« Reply #1 on: June 06, 2015, 03:02:04 AM »
use emulator windows_games with windows-shortcuts

1) create a link-file of mugen.exe
2) create a folder links (or something else)
3) start AM and configure the emulator windows_games
4) add your links folder as rom-path
5) check .lnk is set as a rom-extension (lnk means link). if not, add it.
6) generate rom list

btw:
mugen is included in paintown too
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

abls1

  • Full Member
  • ***
  • Posts: 60
    • View Profile
Re: How to run Mugen on AM
« Reply #2 on: June 06, 2015, 06:11:45 AM »
Not sure of the config

here is mine:

executable           D:\attracmoded151\windows-games\promelium.exe  (this is a shortcut)
args                 /c "[romfilename]"
rompath              D:\attracmoded151\windows-games  (folder pointing to shortcut)
romext               .lnk;.bat
system               PC
info_source          thegamesdb.net


Not sure what to do with args so I left it unchanged

Thanks

abls1

  • Full Member
  • ***
  • Posts: 60
    • View Profile
Re: How to run Mugen on AM
« Reply #3 on: June 06, 2015, 08:42:54 AM »
This is very frustrating.. why do I really need to do a bunch of configurations just to run a .exe file that do not use roms. I use Steam to run non Steam games and all it ask me is to point to the .exe file.

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: How to run Mugen on AM
« Reply #4 on: June 07, 2015, 08:00:06 AM »
please do what members you tell. creating link-files/shortcuts of your .exe and use the windows-games emulator is the trick and an easy solution. so you do not have to setting up a 'bunch of configurations'.
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

abls1

  • Full Member
  • ***
  • Posts: 60
    • View Profile
Re: How to run Mugen on AM
« Reply #5 on: June 07, 2015, 11:20:56 AM »
I did as i was told and i have a mugen error

executable           F:\mugen screen packs\PROELIUM\mugen-1.1b1\promelium.exe
args                 F:\mugen screen packs\PROELIUM\PROELIUM\data\mugen.cfg
rompath              D:\attracmoded151\windows-games
romext               .lnk;.bat;.exe
system               PC
info_source          thegamesdb.net

created the shortcut and when launched i got a mugen error so i changed rom path an nothing

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: How to run Mugen on AM
« Reply #6 on: June 08, 2015, 12:47:31 AM »
i see. what you use is not mugen directly. this is m.u.g.e.n

promelium is a motifs/modification/skin-map-pack for mugen. and that's a little bit tricky to use, because it's not possible to start mugen the common way like another execution-files.

usually it's possible to start an .exe this way (but this doesn't work in this case with mugen.exe) : path_to_exe\file.exe -parameters
you have to use this syntax : cd path_to_exe & file.exe -parameters

this is my config for mugen & it works:

Code: [Select]
# Generated by Attract-Mode 1.5.3
#
executable           cmd
args                 /c cd C:\attract\EMU\mugen & mugen.exe -r [name]
rompath              C:\attract\EMU\mugen\data
romext               <DIR>
system               PC

1) create a folder (in your case promelium)
2) unzip all files from promelium-zip-file; copy all these files in the root of this folder (see screenshot enclosed)
3) move the folder to C:\attract\EMU\mugen\data
4) configure AM
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM