Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: GameLists: Multiple emuls in same list work-around solution  (Read 154117 times)

0 Members and 1 Guest are viewing this topic.

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #240 on: March 26, 2012, 07:55:56 am »
so you figured it out??

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #241 on: March 26, 2012, 08:00:56 am »
so you figured it out??

i modify my mame.cmd with your data:

if "%2" == "D:\Emulatori\Other_emu\m2emulator\ROMS" goto m2

mame32.exe %1
exit

:m2
dir
pause
exit

but mala show alwais:



 :dunno

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #242 on: March 26, 2012, 08:10:09 am »
ok thanks...

this is a test, do this for me....

if %1 == daytona goto m2

mame32.exe %1
exit

:m2
dir
pause
exit

SCREENSHOT PLEASE

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #243 on: March 26, 2012, 08:18:26 am »
If i use your last data i have only this screen:




If i modify :

"if %1 == daytona goto m2" to "if %2 == daytona goto m2" (dir where is the daytona roms) i have alwais:




thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #244 on: March 26, 2012, 08:23:01 am »
if %1 == daytona goto m2

mame32.exe %1
exit

:m2
cd..
cd Other_emu\m2emulator
closemul.exe emulator.exe zip %1 rar
exit


FINGERS CROSSED!! IF IT WORKS WILL ONLY WORK FOR DAYTONA ATM!

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #245 on: March 26, 2012, 08:25:50 am »
Yes!

Work fine!


thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #246 on: March 26, 2012, 08:29:11 am »
 :applaud: :applaud: :applaud: :applaud: :applaud: :applaud: :applaud:


Ok now copy the top line and add all your m2 games on there.......

if %1 == daytona goto m2
if %1 == next game goto m2
if %1 == next game goto m2 etc etc

mame32.exe %1
exit

:m2
cd..
cd Other_emu\m2emulator
closemul.exe emulator.exe zip %1 rar
exit


go in to m2 and set full screen and you should be good to go!

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #247 on: March 26, 2012, 08:31:31 am »
Ok, i try it!

i have 2 question

1) why you use if %1...what is this 1?
2)why not is possible point to folder as show in first post?

Thanks!

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #248 on: March 26, 2012, 08:35:28 am »
ok %1 is the rom name
%2 is the rom path.

For some reason it was not recognising the rom path (%2). It may be something so easy to fix but without seeing your setup, this was an easy escape!

SGT's method is better than what we have done here.
But it works right?

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #249 on: March 26, 2012, 08:41:13 am »
Ok  :applaud:

Yes work fine, thanks!

The problem is that i have many roms and many emu...i must to write string for each game :)
But now is ok, i try to resolve the %2  rom path, if not is possible i start to write all game ;)

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #250 on: March 26, 2012, 08:47:01 am »
well ok... if you want to have another go??

the problem is that the rom path isnt matching the rom path in the cmd.

Try going back to your cmd version, take off the roms bit  that we added.

if "%2" == "D:\Emulatori\Other_emu\m2emulator" goto m2

mame32.exe %1
exit

:m2
cd ..\m2emulator
closemul.exe emulator.exe zip %1 rar
exit"

refresh gameslist in mala

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #251 on: March 26, 2012, 08:51:47 am »
I take your last info and modify mame.cmd:


if "%2" == "D:\Emulatori\Other_emu\m2emulator" goto m2

mame32.exe %1
exit

:m2
cd..
cd Other_emu\m2emulator
closemul emulator.exe zip %1 rar
exit


i return in the forum and you have write the same data  ;D


« Last Edit: March 26, 2012, 08:53:20 am by PaTrYcK »

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #252 on: March 26, 2012, 08:53:56 am »
Yeah there was a directory out..


Glad I did the %1 step now!!!!!

Thank ---fudgesicle--- for that!!!!

What other emu's have you got?

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #253 on: March 26, 2012, 09:00:02 am »
Yes work fine, but i had to modify:

if "%2" == "D:\Emulatori\Other_emu\m2emulator" goto m2

to:

if "%2" == "D:\Emulatori\Other_emu\m2emulator\roms" goto m2
(roms are in roms folder)

Yeah there was a directory out..


What other emu's have you got?
I have daphne for laser game and epsx for tekken3 :)

I also winuae but i prefer leave it in a separate list

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #254 on: March 26, 2012, 09:10:00 am »

if "%2" == "D:\Emulatori\Other_emu\m2emulator\ROMS" goto m2


Ok well we got there in the end!! Always refresh the games list when you change anything
would be a pointer for future development.

Try this emulator :
http://www.supermodel3.com
for daytona2 and other model3 games!!!!

Anyhow nice talking to ya man.
Glad its now working... peace
 :cheers:

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #255 on: March 26, 2012, 09:17:38 am »
thatgammon you are the best...now i can have only one list  :applaud:ù




PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #256 on: March 26, 2012, 10:29:21 am »
I'm here...for new question!

I want add game emulated in epsxe.exe emulator, only one game, Tekken3 because in mame is unplayable!

For play it i click on tekken3.bat, the problem is that this file is bat file, not zip file...

This is the screen of tekken3 folder:



In tekken.bat file the info for start the game there are:
ePSXe.exe -loadbin tekken.iso -nogui -noaudiocd

i try to modify the mame.cmd with:
"if %1 == tekken3 goto tekken3"
but i don't know how set :tekken3 for bat file, infact tekken3 game not appear in the game list!

How i can configure it for accept roms with bat extension?
Thanks!

« Last Edit: March 26, 2012, 11:07:31 am by PaTrYcK »

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #257 on: March 26, 2012, 11:47:47 am »
put the contents of the batch file in the cmd :

:tekken
the batch file
exit

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #258 on: March 26, 2012, 11:58:06 am »
Now in the mame.cmd i have:

if "%2" == "D:\Emulatori\Other_emu\m2emulator\roms" goto m2
if %1 == tekken3 goto tekken3


mame32.exe %1
exit

:m2
cd..
cd Other_emu\m2emulator
closemul emulator.exe zip %1 rar
exit

:tekken3
ePSXe.exe -loadbin tekken.iso -nogui -noaudiocd
exit

but the problem is that mala not show tekken3 in gamelist, accept only zip?
« Last Edit: March 26, 2012, 12:00:23 pm by PaTrYcK »

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #259 on: March 26, 2012, 12:06:35 pm »
rename tekken.iso to tekken3.iso
copy it and put in mame rom folder


change cmd to

....-loadbin tekken3.iso -nogui etc etc


remember to refresh!

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #260 on: March 26, 2012, 12:09:45 pm »
why put it in mame folder?


PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #261 on: March 26, 2012, 12:16:57 pm »
rename tekken.iso to tekken3.iso
copy it and put in mame rom folder


change cmd to

....-loadbin tekken3.iso -nogui etc etc


remember to refresh!

i do it but not see tekken3 in the list :(

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #262 on: March 26, 2012, 12:52:20 pm »
ok scrub that....

create a dummy rom (zip file) could be anything but called tekken3.zip (it will only be used for the gameslist)
put in in your epsxe folder, delete the mame one.

refresh list should be in there.

if%1=tekken3 goto tekken (the dummy zip)


:tekken
run the iso



PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #263 on: March 26, 2012, 02:27:22 pm »
Hi, now i see  tekken3 in the gamelist, but not start... i try different way, last cmd is :

if "%2" == "D:\Emulatori\Other_emu\m2emulator\roms" goto m2
if %1 == tekken3 goto tekken3

mame32.exe %1
exit

:m2
cd..
cd Other_emu\m2emulator
closemul emulator.exe zip %1 rar
exit

:tekken3
run tekken3.iso

 :banghead:

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #264 on: March 26, 2012, 02:39:42 pm »
no i meant :

if "%2" == "D:\Emulatori\Other_emu\m2emulator\roms" goto m2
if %1 == tekken3 goto tekken3

mame32.exe %1
exit

:m2
cd..
cd Other_emu\m2emulator
closemul emulator.exe zip %1 rar
exit

:tekken3
ePSXe.exe -loadbin tekken.iso -nogui -noaudiocd
exit


remember refresh

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #265 on: March 26, 2012, 02:41:03 pm »
might have to change directories in there as well
cd..
cd other_emus\epsxe

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #266 on: March 26, 2012, 02:46:59 pm »
Now is:



if "%2" == "D:\Emulatori\Other_emu\m2emulator\roms" goto m2
if %1 == tekken3 goto tekken3

mame32.exe %1
exit

:m2
cd..
cd Other_emu\m2emulator
closemul emulator.exe zip %1 rar
exit

:tekken3
cd..
cd other_emus\Tekken3
ePSXe.exe -loadbin tekken.iso -nogui -noaudiocd
exit


but not start :(

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #267 on: March 26, 2012, 02:49:43 pm »
:tekken3
cd..
cd other_emus\Tekken3                                                     cd other_emu\                     change that
ePSXe.exe -loadbin tekken.iso -nogui -noaudiocd
exit

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #268 on: March 26, 2012, 02:51:32 pm »
i just mean take the s out!

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #269 on: March 26, 2012, 03:31:42 pm »
"s" is out, but i change the name tekken3 to tekken 3 because in gamelist appear as tekken 3!

now seems to start, but :


thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #270 on: March 26, 2012, 03:41:31 pm »
no change it back to tekken3!

ok where were we?

can you post a screenshot of your epsxe folder?
change this then post a screenshot please?

if "%2" == "D:\Emulatori\Other_emu\m2emulator\roms" goto m2
if %1 == tekken3 goto tekken3

mame32.exe %1
exit

:m2
cd..
cd Other_emu\m2emulator
closemul emulator.exe zip %1 rar
exit

:tekken3
cd..
cd other_emus\Tekken3
dir
pause
exit

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #271 on: March 26, 2012, 03:58:34 pm »
Screen of epsxe folder:



mame.cmd now is:

if "%2" == "D:\Emulatori\Other_emu\m2emulator\roms" goto m2
if %1 == tekken3 goto tekken3

mame32.exe %1
exit

:m2
cd..
cd Other_emu\m2emulator
closemul emulator.exe zip %1 rar
exit

:tekken3
cd..
cd other_emus\Tekken3
dir
pause
exit

screenshot:


thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #272 on: March 26, 2012, 04:07:55 pm »
ok thank you.

sorry i put that spelling mistake in again (take out the S)
also why is the directory called tekken3 where it is epsxe?

change to cd other_emu\epsxe

and screenshot again

(we nearly there)

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #273 on: March 26, 2012, 04:17:02 pm »
Now i have:

if "%2" == "D:\Emulatori\Other_emu\m2emulator\roms" goto m2
if %1 == tekken3 goto tekken3

mame32.exe %1
exit

:m2
cd..
cd Other_emu\m2emulator
closemul emulator.exe zip %1 rar
exit

:tekken3
cd..
cd other_emu\ePSXe
dir
pause
exit


screenshot:


thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #274 on: March 26, 2012, 04:19:30 pm »
perfect!
change this bit....


:tekken3
cd..
cd other_emu\ePSXe
ePSXe.exe -loadbin tekken.iso -nogui -noaudiocd
exit


refresh and fingers crossed

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #275 on: March 26, 2012, 04:31:16 pm »
ePSXe.exe -loadbin tekken.iso -nogui -noaudiocd

i modify it with:
ePSXe.exe -loadbin tekken3.iso -nogui -noaudiocd

and...





 :cheers: :cheers: :cheers:

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #276 on: March 26, 2012, 04:33:01 pm »
yeah my bad!!!

 :cheers:

enjoy!

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #277 on: March 26, 2012, 04:38:14 pm »
Thanks thatgammon, tomorrow i try to set last emulator...daphne ;)

thatgammon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 03, 2020, 05:25:03 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #278 on: March 26, 2012, 04:45:31 pm »
haha your pushing it now!!!!!


where did you get that one???? I couldnt find it.


PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: GameLists: Multiple emuls in same list work-around solution
« Reply #279 on: March 26, 2012, 04:50:15 pm »
haha your pushing it now!!!!!


where did you get that one???? I couldnt find it.
What are you looking for?