Build Your Own Arcade Controls Forum
November 21, 2009, 04:56:33 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:

 
   Home   Help Arcade Search Login Register  

 
Main Woodworking Reviews Software Monitor/Video
Audio/Jukebox/MP3 Project Announcements Artwork Consoles Buy/Sell/Trade
Arcade Miscellaneous Everything Else Politics n Religion Forum Discussion Wiki Discussion
DOS/WinCab PowerMAME SK Jukebox UncleTs Jukebox Project Arcade
Linux Restorations Pinball MaLa Frontend  
 
Recent posts | Arcade | Rules | Old Boards | Old Archives | Chatroom | Wiki | File Repository | RSS


Pages: 1 ... 3 4 [5]  All   Go Down
  Send this topic  |  Print  
Author Topic: GameLists: Multiple emuls in same list work-around solution  (Read 20999 times)
0 Members and 1 Guest are viewing this topic.
kanon
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 12


View Profile
« Reply #160 on: October 29, 2009, 05:36:26 PM »

cdm.

if "%2" == "C:\juegos\emuladores\cps3" goto cps3

mame.exe %1
exit

:cps3
cd ..\juegos\emuladores\cps3
emulator.exe %1
exit



* frontend.PNG (724.86 KB, 800x600 - viewed 6 times.)

* mala.PNG (346.41 KB, 800x600 - viewed 4 times.)

* cps3.PNG (164.01 KB, 800x600 - viewed 7 times.)

* config.PNG (328.03 KB, 800x600 - viewed 2 times.)
« Last Edit: October 29, 2009, 05:44:08 PM by kanon » Logged
SGT
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1089



View Profile
« Reply #161 on: October 29, 2009, 09:18:08 PM »

I see you have a roms sub-folder in the cps3 folder.

Are your roms here:
Code:
C:\juegos\emuladores\cps3
or are your roms here:
Code:
C:\juegos\emuladores\cps3\roms

Have you refreshed your main game list?
Logged
kanon
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 12


View Profile
« Reply #162 on: October 29, 2009, 09:22:37 PM »

 CPS3  c: \ Juegos \ Emuladores \ CPS3 \ roms
Logged
SGT
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1089



View Profile
« Reply #163 on: October 29, 2009, 09:23:40 PM »

Also I just realized that your mame.cmd is here:
Code:
C:\juegos\mame\mame.cmd
instead of:
Code:
C:\juegos\emuladores\mame\mame.cmd

Which means that
Code:
cd ..\juegos\emuladores\cps3
will not work and should be this instead:
Code:
cd \juegos\emuladores\cps3
Logged
SGT
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1089



View Profile
« Reply #164 on: October 29, 2009, 09:26:27 PM »

Just saw your other reply so I think your mame.cmd should be:
if "%2" == "C:\juegos\emuladores\cps3\roms" goto cps3

mame.exe %1
exit

:cps3
cd \juegos\emuladores\cps3
emulator.exe %1
exit
Logged
kanon
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 12


View Profile
« Reply #165 on: October 29, 2009, 09:30:02 PM »

translator no good... On a soapbox!
« Last Edit: October 30, 2009, 07:55:43 PM by kanon » Logged
SGT
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1089



View Profile
« Reply #166 on: October 29, 2009, 09:35:29 PM »

ok also mame emulators will have it within a folder by Cepar and cmd file would go into mame



I'm sorry I do not know what you mean?

Just leave everything where it is and use this as your mame.cmd:
if "%2" == "C:\juegos\emuladores\cps3\roms" goto cps3

mame.exe %1
exit

:cps3
cd \juegos\emuladores\cps3
emulator.exe %1
exit
Logged
kanon
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 12


View Profile
« Reply #167 on: October 29, 2009, 10:15:40 PM »

tanks man now work realy good  Clap clap clap!  Cheers! now gion with zinc

yahoo zinc work too tanks

my cmd:

if "%2" == "C:\juegos\emuladores\cps3\roms" goto cps3
if "%2" == "C:\juegos\emuladores\zinc\roms" goto zinc

mame.exe %1
exit

:cps3
cd \juegos\emuladores\cps3
3d emulator.exe %1
exit

:zinc
cd \juegos\emuladores\zinc
3d zinc.exe %1
exit
« Last Edit: October 30, 2009, 07:55:06 PM by kanon » Logged
SGT
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1089



View Profile
« Reply #168 on: October 29, 2009, 11:36:53 PM »

Good job kanon!    Clap clap clap!

I have a question:

What does the 3D in your mame.cmd do?

« Last Edit: October 29, 2009, 11:41:31 PM by SGT » Logged
kanon
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 12


View Profile
« Reply #169 on: October 30, 2009, 03:25:33 PM »

3d is closemul and wrapper renamed 3d, man one question, for emulator m2, star ok but not close totality whit closemul what key code is to close m2.

closemul parameters esc defaul=27  but not worck..

[Parameters]
Exit Key 1=27
Exit Key 2=
Extract=
Extracted Ext 1=
Extracted Ext 2=
Pre Command=
Post Command=
Mount Program=
Mount Device=
Mount Parameters=
Registry File=
Automation=
Automation Steps=
Automation Delay=
Program=emulator.exe      
Program 2=
Param Before File=
Param After File=
File=
Snap 1 Search=
Snap 2 Search=
Snap Extension=
Snap Source Folder=
Snap 1 Dest Folder=
Snap 2 Dest Folder=
Quit Management=7
Quit TimeOut=
Disable Quotes=

my cmd

if "%2" == "C:\juegos\emuladores\cps3\roms" goto cps3
if "%2" == "C:\juegos\emuladores\zinc\roms" goto zinc
if "%2" == "C:\juegos\emuladores\sega\roms" goto sega

mame.exe %1
exit

:cps3
cd \juegos\emuladores\cps3
3d emulator.exe %1
exit

:zinc
cd \juegos\emuladores\zinc
3d zinc.exe %1
exit

:sega
cd \juegos\emuladores\sega
3d emulator.exe %1
exit
« Last Edit: October 30, 2009, 03:27:51 PM by kanon » Logged
kanon
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 12


View Profile
« Reply #170 on: October 30, 2009, 04:34:33 PM »

ready this line.

Quit Management=7

for

Quit Management=

work good. Cheers!
« Last Edit: October 30, 2009, 07:54:24 PM by kanon » Logged
SGT
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1089



View Profile
« Reply #171 on: October 30, 2009, 08:03:31 PM »


By default, closemul uses ESC to exit.  I also use closemul to close M2, but I don't set any settings and it works perfectly:

Code:
[Parameters]
Exit Key 1=
Exit Key 2=
Extract=
Extracted Ext 1=
Extracted Ext 2=
Pre Command=
Post Command=
Mount Program=
Mount Device=
Mount Parameters=
Registry File=
Automation=
Automation Steps=
Automation Delay=
Program=
Program 2=
Param Before File=
Param After File=
File=
Snap 1 Search=
Snap 2 Search=
Snap Extension=
Snap Source Folder=
Snap 1 Dest Folder=
Snap 2 Dest Folder=
Quit Management=
Quit TimeOut=
Disable Quotes=
Logged
kanon
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 12


View Profile
« Reply #172 on: October 30, 2009, 10:52:31 PM »

i like zuma deluxe how to run a .exe is a pc game
Logged
kanon
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 12


View Profile
« Reply #173 on: October 30, 2009, 11:12:32 PM »

cool dude thanks for respondin you are the man, how do i make shortcut in cmd
i owe you a bud light... now my english is better today
Logged
SGT
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1089



View Profile
« Reply #174 on: October 31, 2009, 08:08:07 PM »

cool dude thanks for respondin you are the man, how do i make shortcut in cmd
i owe you a bud light... now my english is better today

How did your english get better that quickly?!?  You must have had a couple of Bud Lights!   Ha! Ha! Ha! Ha! Ha! Ha!


I use Windows to create a shortcut.  These shortcuts are LNK files.  I then move all the LNK files to one folder.  Since the mame configuration in mala has to see a zip file, I create a empty zip file for every LNK file so the game will be added to the game list in Mala.  For example, I have a tigerwoods.zip file (that is empty), and I have a tigerwoods.LNK file (which is a shortcut to the Tiger Woods game.

My zip files for pc games are in:
Code:
E:\emulators\other_emus\pcgames

My LNK files for pc games are in:
Code:
E:\emulators\pc_games\roms

Then in my mame.cmd file:
Code:
if "%2" == "E:\emulators\other_emus\pcgames" goto pcgames

:pcgames
cd \emulators\pc_games\roms
%1.LNK
exit


Your folders are set up a little different, but you get the idea?
« Last Edit: October 31, 2009, 08:14:37 PM by SGT » Logged
kanon
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 12


View Profile
« Reply #175 on: November 03, 2009, 01:04:23 AM »

they are magic one made me talk english ,drink a tecate mexican beer so you can talk spanish
thanks for all the tips
 when i am done i will upload a video so you can see my arcade
 Cheers! Cheers! Cheers!
Logged
Bobulus
Trade Count: (0)
Full Member
***
Online Online

Posts: 15


View Profile
« Reply #176 on: November 09, 2009, 10:05:09 PM »

If you're only doing this for one game (like, say, adding Dragon's Lair to a mame listing), you could just do a

Code:
if "%1" == "lair" goto dragonslair

instead of the %2 path stuff, right?
Logged
SGT
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1089



View Profile
« Reply #177 on: November 09, 2009, 10:47:46 PM »

If you're only doing this for one game (like, say, adding Dragon's Lair to a mame listing), you could just do a

Code:
if "%1" == "lair" goto dragonslair

instead of the %2 path stuff, right?

Absolutely
Logged
drventure
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 845


"GO TEAM VENTURE!"..."Yeah, they just do that"


View Profile
« Reply #178 on: November 13, 2009, 11:50:24 PM »

That XML Editor looks pretty decent

I've been using one called Cooktop that has really nice XSLT transform functions in it (if you need that sort of thing)

http://www.xmlcooktop.com/

but that editor looks a tad nicer for just editing.
Logged

Pages: 1 ... 3 4 [5]  All   Go Up
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC | Sitemap Valid XHTML 1.0! Valid CSS!
Page created in 0.269 seconds with 33 queries.