kanon
Trade Count:
( 0)
Full Member
 
Offline
Posts: 12
|
 |
« 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
|
|
|
« Last Edit: October 29, 2009, 05:44:08 PM by kanon »
|
Logged
|
|
|
|
SGT
Trade Count:
( 0)
Full Member
 
Offline
Posts: 1089
|
 |
« 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: C:\juegos\emuladores\cps3 or are your roms here: C:\juegos\emuladores\cps3\roms Have you refreshed your main game list?
|
|
|
|
|
Logged
|
|
|
|
kanon
Trade Count:
( 0)
Full Member
 
Offline
Posts: 12
|
 |
« Reply #162 on: October 29, 2009, 09:22:37 PM » |
|
CPS3 c: \ Juegos \ Emuladores \ CPS3 \ roms
|
|
|
|
|
Logged
|
|
|
|
SGT
Trade Count:
( 0)
Full Member
 
Offline
Posts: 1089
|
 |
« Reply #163 on: October 29, 2009, 09:23:40 PM » |
|
Also I just realized that your mame.cmd is here: C:\juegos\mame\mame.cmd instead of: C:\juegos\emuladores\mame\mame.cmd Which means that cd ..\juegos\emuladores\cps3 will not work and should be this instead: cd \juegos\emuladores\cps3
|
|
|
|
|
Logged
|
|
|
|
SGT
Trade Count:
( 0)
Full Member
 
Offline
Posts: 1089
|
 |
« 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
Posts: 12
|
 |
« Reply #165 on: October 29, 2009, 09:30:02 PM » |
|
translator no good... 
|
|
|
|
« Last Edit: October 30, 2009, 07:55:43 PM by kanon »
|
Logged
|
|
|
|
SGT
Trade Count:
( 0)
Full Member
 
Offline
Posts: 1089
|
 |
« 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 cps3mame.exe %1 exit :cps3 cd \juegos\emuladores\cps3emulator.exe %1 exit
|
|
|
|
|
Logged
|
|
|
|
kanon
Trade Count:
( 0)
Full Member
 
Offline
Posts: 12
|
 |
« Reply #167 on: October 29, 2009, 10:15:40 PM » |
|
tanks man now work realy good  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
Posts: 1089
|
 |
« Reply #168 on: October 29, 2009, 11:36:53 PM » |
|
Good job kanon! 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
Posts: 12
|
 |
« 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
Posts: 12
|
 |
« Reply #170 on: October 30, 2009, 04:34:33 PM » |
|
ready this line. Quit Management=7 for Quit Management= work good. 
|
|
|
|
« Last Edit: October 30, 2009, 07:54:24 PM by kanon »
|
Logged
|
|
|
|
SGT
Trade Count:
( 0)
Full Member
 
Offline
Posts: 1089
|
 |
« 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: [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
Posts: 12
|
 |
« 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
Posts: 12
|
 |
« 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
Posts: 1089
|
 |
« 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!  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: E:\emulators\other_emus\pcgames My LNK files for pc games are in: E:\emulators\pc_games\roms Then in my mame.cmd file: 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
Posts: 12
|
 |
« 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 
|
|
|
|
|
Logged
|
|
|
|
Bobulus
Trade Count:
( 0)
Full Member
 
Offline
Posts: 15
|
 |
« 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 if "%1" == "lair" goto dragonslair instead of the %2 path stuff, right?
|
|
|
|
|
Logged
|
|
|
|
SGT
Trade Count:
( 0)
Full Member
 
Offline
Posts: 1089
|
 |
« 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 if "%1" == "lair" goto dragonslair instead of the %2 path stuff, right? Absolutely
|
|
|
|
|
Logged
|
|
|
|
drventure
Trade Count:
( 0)
Full Member
 
Offline
Posts: 845
"GO TEAM VENTURE!"..."Yeah, they just do that"
|
 |
« 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
|
|
|
|
|