(Old) My Emulators (2 Viewers)

Clair

Portal Pro
November 15, 2007
70
0
50
Gorzów Wielkopolski
Home Country
Poland Poland
andreyua: try to create a bat file if you need a axecute something with parameters i.e create mess.bat file and write in it:
Code:
@echo off
F:
cd /
cd F:\Run\Emul\Runned\Mess\mess0126b\
mess.exe -now -screen "\\.\DISPLAY2" -nonu nes -cart'
exit

now select this bat file as emulator exeutable file.
If you need include a changeable romname in parameters chain then write it as %1

i dont know what doing all this parameters (writen by you) but with bat file it should be executed correctly
please read https://forum.team-mediaportal.com/my-emulators-247/emulator-configurations-44459/index4.html topic who could help understand this.
 

kroko

Portal Pro
February 4, 2007
428
420
57
Itzehoe
Home Country
Germany Germany
Hi Chreekar,

after reinstalling my MP after 2 years I just forgot where to put the icons. So i went into the thum folder. There is one folder for games and one for emulators. After setting up all emulators it would be good to create the dirs under games. For example I have N64, SNES, Sega -> games/n64 , games/snes, games/snes.

And maybe put a display in the setup

Thumbir is ..../thumbs

so everybody knows driectly where it is.
Just some thoughts. Its a great plugin anyway !

Regards
kroko
:)
 

Chreekar

Community Plugin Dev
November 11, 2006
234
52
Stockholm
Home Country
Sweden Sweden
The error message appears since you have a dot (.) in the switch. The plugin supports arguments to the executable file as long as they do not contain a dot, since that is used for finding the path and removing the arguments (the path ends at the last occurance of '.exe' or '.bat').

7zip does not have an api for C#, so I will not add support for it.

Automatically creating the thumbs folders is a good idea.
 

Clair

Portal Pro
November 15, 2007
70
0
50
Gorzów Wielkopolski
Home Country
Poland Poland
another additions ;)
1 For SNES emulators (missing) *.smc rom extension.
2 I think there could be as default *.zip extension added for VBA emulator who working with ziped roms.
3 I think there should be kind of mark in favourities who tell something about system. Why? because Many games are multiplatforms so when i have Another World ... it could be version.. Amiga, SNES, SEGA, Atari and im sure there are few platforms more ;) Ocourse i can write some kind of description - a "Amiga version" or sumtin but a marks could be automatically get from system thumbs and resized. I just create something in paint. Dont look to description because i make it before i have this idea. :) a marks could be visible ONLY in favourities :)

myemu001.jpg

myemu002.jpg



4 Atari XL emulation with Atari800Plus emulator (Atari800Win.exe) additional *.xex extension for executable single program files. If you have *.com, *.exe *.bin atari images just change extension to xex and add this extension in emulator configuration :) next make association with xex and atr files in emulator (misc/files associations, then write a bat file:
Code:
D:
cd D:\Emulatory\Atari XL\_Dema
%1
Where "D:\Emulatory\Atari XL\_Dema" are path to folder with xex or (and) atr files exist
Put this bat file to emulator folder (name it atari.bat or as you wish)
Set this bat as executable atari emu.... and your fake xex (bin/com/exe) )files will be working :)
 

Chreekar

Community Plugin Dev
November 11, 2006
234
52
Stockholm
Home Country
Sweden Sweden
3.0 finally realeased!

I've uploaded the current SVN version to the plugins page as the 3.0 release :) When it is approved you can find it there, and I'll also do an MPI soon. Some notes:

All the text fields now can support the ' and " character, so hopefylly Clair your export should work.

The arguments (switches) are now moved to a field of its own. That means you cannot enter them after the path to the emulator as before, but must move them to this new field in the configuration. Passing arguments to PC games works as it did before.

Gamingexpert: I've done some changes to the FAQ, so when you're editing it next time remember to SVN Update.

Most important of all: The plugin now uses a new DB file. Please do not try to convert your old data, but enter it manually again and I promise you never have to enter it again when updating in the future.
 

mortstar

MP Donator
  • Premium Supporter
  • January 30, 2008
    414
    41
    Home Country
    England England
    Thanks for this great plugin Chreekar, it is up there with MPTV-Series and MovingPictures as a must have plugin. Before Christmas you said:

    ...I've made some changes to the source code that I won't be able to upload yet either, but when I do I will incorporate the cool new features that ajp8164 has made :)...

    Did ajp8164's changes before Christmas get into the main trunk of the plugin? He'd added some pretty funky functionality but I didn't want to update the plugin until the 'official' update was made.
     

    Clair

    Portal Pro
    November 15, 2007
    70
    0
    50
    Gorzów Wielkopolski
    Home Country
    Poland Poland
    Polish translation for MyEmu 3.0 (in default instalaton of MP - unpack file to C:\Program Files\Team MediaPortal\MediaPortal\language\myEmulators)
    Polskie tłumaczenie dla MyEmu 3.0 (przy domyślnie zainstalowanym MP - wypakować plik do C:\Program Files\Team MediaPortal\MediaPortal\language\myEmulators)

    TX Chreekar :) i check export import @ home

    ---------------------------------------------------
    still missing smc extension for snes emu

    snes9x.exe - *.bin;*.fig;*.smc
     

    Attachments

    • Polish.zip
      30.6 KB

    Users who are viewing this thread

    Top Bottom