Author Topic: Sub Wheel, different emulator!!!  (Read 3692 times)

cyclair

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Sub Wheel, different emulator!!!
« on: April 06, 2020, 11:02:42 AM »

Good morning all,

Is it possible to put several games in a sub wheel with a different emulator? If yes, how?

In fact I want to put the 2 mario gp and fzero AX in the same wheel but with a different emulator for each game.

thank you in advance

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1274
    • View Profile
Re: Sub Wheel, different emulator!!!
« Reply #1 on: April 06, 2020, 12:23:21 PM »
Yes, using the "@" symbol in the "Emulator" field of the "romlist.txt" tells AttractMode to load another submenu/romlist with the name defined in the "Name" field.

To use a different emulator for a game just modify the "Emulator" field of the "romlist.txt" to be the emulator you want to use. This can be done manually or in the GUI by using the edit game feature.

cyclair

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: Sub Wheel, different emulator!!!
« Reply #2 on: April 06, 2020, 12:43:37 PM »

I have this in my romlist:

#Name; Title; Emulator; CloneOf; Year; Manufacturer; Category; Players; Rotation; Control; Status; DisplayCount; DisplayType; AltRomname; AltTitle; Extra; Buttons
Mario Kart GP; Mario Kart GP; Mario Kart GP ;;;;;;;;;;;;;;;
Mario Kart GP2; Mario Kart GP; Mario Kart GP2 ;;;;;;;;;;;;;;;

how to indicate that i want to use another emulator for mario gp 2? thank you in advance

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1274
    • View Profile
Re: Sub Wheel, different emulator!!!
« Reply #3 on: April 06, 2020, 01:05:40 PM »

I have this in my romlist:

#Name; Title; Emulator; CloneOf; Year; Manufacturer; Category; Players; Rotation; Control; Status; DisplayCount; DisplayType; AltRomname; AltTitle; Extra; Buttons
Mario Kart GP; Mario Kart GP; Mario Kart GP ;;;;;;;;;;;;;;;
Mario Kart GP2; Mario Kart GP; Mario Kart GP2 ;;;;;;;;;;;;;;;

how to indicate that i want to use another emulator for mario gp 2? thank you in advance

#Name; Title; Emulator; CloneOf; Year; Manufacturer; Category; Players; Rotation; Control; Status; DisplayCount; DisplayType; AltRomname; AltTitle; Extra; Buttons
Mario Kart GP; Mario Kart GP; Mario Kart GP ;;;;;;;;;;;;;;;
Mario Kart GP2; Mario Kart GP2; <name_of_other_emulator> ;;;;;;;;;;;;;;;

cyclair

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: Sub Wheel, different emulator!!!
« Reply #4 on: April 06, 2020, 01:11:31 PM »

sorry but i don't see how adding just the name of the emulator, it can open in a folder or is the emulator, there is a path to put right?

I don't really understand ...

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1274
    • View Profile
Re: Sub Wheel, different emulator!!!
« Reply #5 on: April 06, 2020, 02:35:51 PM »
The emulator name has to match one of the emulators you setup in AttractMode.


Examples:

Emulator files /attract/emulators/<your_emulator_name>.cfg (Configure-->Emulators--><your_emulator_name>)

MAME.cfg (this file is for the regular MAME emulator)
Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable           \Emulators\MAME\mame64.exe
args                 [name]
rompath              \Roms\MAME
romext               .zip


MAME_RetroArch.cfg (this file is for the RetroArch MAME emulator)
Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable           \Emulators\RetroArch\retroarch.exe
args                 -f -L cores\mame_libretro.dll "[romfilename]"
rompath              \Roms\MAME
romext               .zip


Romlist files /attract/romlists/<your_romlist_name>.txt

MAME.txt
Code: [Select]
#Name; Title; Emulator; CloneOf; Year; Manufacturer; Category; Players; Rotation; Control; Status; DisplayCount; DisplayType; AltRomname; AltTitle; Extra; Buttons
Mario Kart GP; Mario Kart GP; MAME;;;;;;;;;;;;;;;
Mario Kart GP2; Mario Kart GP2; MAME_RetroArch;;;;;;;;;;;;;;;
« Last Edit: April 06, 2020, 02:38:28 PM by progets »

cyclair

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: Sub Wheel, different emulator!!!
« Reply #6 on: April 07, 2020, 02:25:56 AM »
Great, thanks for the explanation, it works perfectly
Great thanks a lot

 ;D
« Last Edit: April 07, 2020, 02:28:21 AM by cyclair »