Emulator configurations (2 Viewers)

Chreekar

Community Plugin Dev
November 11, 2006
234
52
Stockholm
Home Country
Sweden Sweden
Yep, it only affects exe files that we are certain which emulator it is. I haven't tried PCSX2, so I haven't come across the problem. Have you started it outside of MP and configured everything? Otherwise perhaps it needs a special switch or something.
 

Clair

Portal Pro
November 15, 2007
70
0
48
Gorzów Wielkopolski
Home Country
Poland Poland
I was edited previous post so now should be OK

About external launchers - i think we should create some kind of rules to use them
i.e. if any emulator are launched by a external bat file - this file should have same name like executable file (but extension *.bat). There souldnot be mistakes ;)

Amiga - (winUAE but executed is by selfmade launcher)
Code:
filterDictionary.Add("[B]winUAE.bat[/B]", "*.uae");

a some kind of problem might be if someone use different emulators. Some peoples prefers "gens" than "fusion" for sega emulation, so a scripts could be for both emus. For me Gens is too strange to config because when im changing controllers (JoypadD -> Guitar -> Dance Pad ->Second Joypad) this emu are missing settings, config file for gens should be in MP folder. If someone have one or two pad connected and not removed gens should be ok but i was sick when before a plying i must spend 3 minutes for config.
 

Atreides

Portal Pro
June 28, 2008
213
16
Home Country
United States of America United States of America
Nintendo (FCEUltra)
Code:
filterDirectory.Add("fceux.exe","*.nes");

Super Nintendo (ZSNES)
Code:
filterDirectory.Add("zsnesw.exe","*.smc");

Nintendo 64 (Project 64)
Code:
filterDirectory.Add("Project64.exe","*.zip");

Sega Master System (Fushion)
Code:
filterDirectory.Add("Fushion.exe","*.sms");

Sega 32X (Fushion)
Code:
filterDirectory.Add("Fushion.exe","*.32x");

Sega CD (Fushion)
Code:
filterDirectory.Add("Fushion.exe","*.iso");

Sega Saturn (SSF) - The only way I got this to load was with a batch file
Code:
filterDirectory.Add("Sega Saturn.bat","*.cue");

Sega DreamCast (nullDC)
Code:
filterDirectory.Add("nullDC.exe","*.cdi");

Sony Playstation (ePSXe)
Code:
filterDirectory.Add("ePSXe.exe","*.bin;*.iso;*.img");

3DO (FreeDO) - Also, I could only use batch file to load
Code:
filterDirectory.Add("3DO.bat","*.iso");

Hopefully this will help.
Also, about PCSX2, I have it working outside of MP but I have yet to launch it from command line. I didn't know if you knew about something that the MyEmulators plugin did with the .exe for an emulator that would make PCSX2 think it needs to be configured again. I have been trying to get PCSX2 to launch for awhile with no success so if you could look into that would be awesome. I figured that the guy who made this great plugin could figure it out.
 

hulkhaugen

Portal Pro
November 9, 2008
450
58
Arendal
Home Country
Norway Norway
I fooled around a bit to try to launch some regular Win Games from MyEmulators, and create a emu-dummy, and map the roms to a folder with .lnk files, but it wont seem to pick it up. Any ideas?

Also, working with the dosbox games, but it seems like MyEmulators runs it's own dosbox.conf instead of the on in its directory. is that the case, and where can i find it?
 

emphatic

Design Group
  • Team MediaPortal
  • August 25, 2006
    3,728
    1,185
    Alingsås
    Home Country
    Sweden Sweden
    Hi, how do I use FB Alpha emu with this plugin? Could you please add how to configure the plugin for this thread? Thanks. I tried creating a batch file like for MAME, but I get errors (FB Alpha does not like file endings).

    http://fba.emuunlim.com/

    Emph
     

    DaFixer

    MP Donator
  • Premium Supporter
  • August 26, 2007
    107
    1
    40
    Home Country
    Netherlands Netherlands
    Thanks for al the info of settings :D

    Also i like to use scanlines in emulator's, that's is retro :D
     

    gamingexpert

    Portal Pro
    August 10, 2007
    74
    6
    Home Country
    United States of America United States of America
    I think there's a typo in the PC Multiple Games section. it might be related to the problem hulkhaugen was having.

    you put
    Path to emulator: insert_path\pc.bat.exe
    but it's supposed to be
    Path to emulator: insert_path\pc.bat
    (no .exe on the end)
     

    Users who are viewing this thread

    Top Bottom