 ). Ti consiglio di continuare a cercare delle guide.
). Ti consiglio di continuare a cercare delle guide.Di per se RL ha un Keymapper interno ma più che altro è utile per settare singoli giochi per pc, non mappare massivamente giochi per emulatori come il MAME.
 
 
 ). Ti consiglio di continuare a cercare delle guide.
). Ti consiglio di continuare a cercare delle guide. 
 
 
 
 
 
 
 

Nel post successivo dici di aver risolto, mi fai/fate capire come si deve procedere per poter giocare coi joy del cab sia ai giochi normali che a quelli di auto?freeman ha scritto: ↑24/01/2019, 16:43 non voglio massimizzare, ma voglio capire come avviene il settaggio in rl dei signoli emulatori https://www.youtube.com/watch?v=6_M5y-W_jGI&t=24s in questo video lo spiega ma io sono fermo a notepad++, vorrei capire come sa che quel settaggio che sta prelevando è quello giusto. purtroppo credo che sia più facile a fare che a spiegare la situazione
 
 
si soltanto che per lanciarlo ci vuole un file bat ma ho provato a scrivere una cosa ma non vaMarcoqwerty ha scritto: ↑12/02/2019, 9:56 Teknoparrot non ce l'ho settato...mica funziona come per i giochi da pc?
 
 

 
 
Si, tutti gli emulatori sono indipendenti con il loro percorso.palliani1973 ha scritto: ↑26/11/2019, 17:41 Buongiorno e' possibile mettere qualche degli emulatori in un disco, e altri in un altro disco?

 
  
  
  
 
 
 
Codice: Seleziona tutto
If !networkSession {
	RLLog.Info("Module - SinglePlayer session")
	errLvl := primaryExe.Run(" " . (If mameID = "MAME" ? romName :  mameID . param1 . param2 . param3 . param4 . param5 . param6 ) . ctrlrFile . mameRomPaths . sysStaticParams . romParams . fullscreenParam . hlsl . glsl . cheatEnabled . volume . inipath . hashpath . verticalRotationMode . videomode . artworkCrop . useBezels . useOverlays . useBackdrops . useCpanels . useMarquees . autosave . bootscript . bilinearEnabled . " -skip_gameinfo", winstate,,,,1)	; wrap quotes around exe
}Codice: Seleziona tutto
If !networkSession {
	RLLog.Info("Module - SinglePlayer session")
	if (MAMEVersion > 211) {
		errLvl := primaryExe.Run(" " . (If mameID = "MAME" ? romName :  mameID . param1 . param2 . param3 . param4 . param5 . param6 ) . ctrlrFile . mameRomPaths . sysStaticParams . romParams . fullscreenParam . hlsl . glsl . cheatEnabled . volume . inipath . hashpath . verticalRotationMode . videomode . artworkCrop . autosave . bootscript . bilinearEnabled . " -skip_gameinfo", winstate,,,,1)	; wrap quotes around exe
	}
	else {
		errLvl := primaryExe.Run(" " . (If mameID = "MAME" ? romName :  mameID . param1 . param2 . param3 . param4 . param5 . param6 ) . ctrlrFile . mameRomPaths . sysStaticParams . romParams . fullscreenParam . hlsl . glsl . cheatEnabled . volume . inipath . hashpath . verticalRotationMode . videomode . artworkCrop . useBezels . useOverlays . useBackdrops . useCpanels . useMarquees . autosave . bootscript . bilinearEnabled . " -skip_gameinfo", winstate,,,,1)	; wrap quotes around exe
	}
}Codice: Seleziona tutto
MameMultiPlayer%currentPlayer%Exe := new Process(emuPath . "\" . executable)	; instantiate a new process for each player
errLvl := MameMultiPlayer%currentPlayer%Exe.Run(" " . (If mameID = "MAME" ? romName : mameID . param1 . param2 . param3 . param4 . param5 . param6) . ctrlrFile . mameRomPaths . multiPlayerObj[currentPlayer]["CfgDir"] . multiPlayerObj[currentPlayer]["NvramDir"] . globalInputs . multiPlayerObj[currentPlayer]["LocalHost"] . multiPlayerObj[currentPlayer]["LocalPort"] . multiPlayerObj[currentPlayer]["RemoteHost"] . multiPlayerObj[currentPlayer]["RemotePort"] . sysStaticParams . romParams . fullscreenParam . hlsl . glsl . cheatEnabled . volume . inipath . hashpath . verticalRotationMode . videomode . artworkCrop . useBezels . useOverlays . useBackdrops . useCpanels . useMarquees . autosave . bootscript . bilinearEnabled . " -skip_gameinfo", winstate,,,,1)	; wrap quotes around exe
MameMultiPlayer%currentPlayer%Exe.Process("Exist")	; get PIDCodice: Seleziona tutto
MameMultiPlayer%currentPlayer%Exe := new Process(emuPath . "\" . executable)	; instantiate a new process for each player
if (MAMEVersion > 211) {
	errLvl := MameMultiPlayer%currentPlayer%Exe.Run(" " . (If mameID = "MAME" ? romName : mameID . param1 . param2 . param3 . param4 . param5 . param6) . ctrlrFile . mameRomPaths . multiPlayerObj[currentPlayer]["CfgDir"] . multiPlayerObj[currentPlayer]["NvramDir"] . globalInputs . multiPlayerObj[currentPlayer]["LocalHost"] . multiPlayerObj[currentPlayer]["LocalPort"] . multiPlayerObj[currentPlayer]["RemoteHost"] . multiPlayerObj[currentPlayer]["RemotePort"] . sysStaticParams . romParams . fullscreenParam . hlsl . glsl . cheatEnabled . volume . inipath . hashpath . verticalRotationMode . videomode . artworkCrop . autosave . bootscript . bilinearEnabled . " -skip_gameinfo", winstate,,,,1)	; wrap quotes around exe
}
else {
	errLvl := MameMultiPlayer%currentPlayer%Exe.Run(" " . (If mameID = "MAME" ? romName : mameID . param1 . param2 . param3 . param4 . param5 . param6) . ctrlrFile . mameRomPaths . multiPlayerObj[currentPlayer]["CfgDir"] . multiPlayerObj[currentPlayer]["NvramDir"] . globalInputs . multiPlayerObj[currentPlayer]["LocalHost"] . multiPlayerObj[currentPlayer]["LocalPort"] . multiPlayerObj[currentPlayer]["RemoteHost"] . multiPlayerObj[currentPlayer]["RemotePort"] . sysStaticParams . romParams . fullscreenParam . hlsl . glsl . cheatEnabled . volume . inipath . hashpath . verticalRotationMode . videomode . artworkCrop . useBezels . useOverlays . useBackdrops . useCpanels . useMarquees . autosave . bootscript . bilinearEnabled . " -skip_gameinfo", winstate,,,,1)	; wrap quotes around exe
}
MameMultiPlayer%currentPlayer%Exe.Process("Exist")	; get PID

 
 
 
 