Bonjour à tous !
Voici un petit tutoriel pour les jeux light guns sous Recalbox 6.1
Attention pour le moment rien n'est encore parfait !!
Tester sur la version PC uniquement !!
Les prés requis:
- une manette
- une Dolphin bar
- une wiimote
- une Recalbox en version 6.1
Voici les Systems compatibles:
- Naomi: (libretro-flycast)+(RomSet Mame uniquement )
- Atomiswave: (libretro-flycast)+(RomSet Mame uniquement )
- Mame: (libretro-mame2003 , 2003plus , 2010 , 2015)
- Fba_libretro: (libretro-fbneo)
- Playstation: (libretro-mednafen-psx-hw)
- Nes: (libretro-Fceumm)
- ...
Comment ça fonctionne ?
-
Sur votre Dolphin-bar activer le mode "2" puis appuyer sur les touches "1" et "2" de votre wiimote les leds "1" et "4" de votre manette sont activer votre light gun est prêt !
Ne Pas Configurer les touches de votre Wiimote !!!
-
Avant toutes choses un peu d'information pour comprendre ce qui va suivre:
Surcharge de configuration
-
désormais dans votre répertoire /recalbox/share/roms/
deux possibilités s'offre à vous :
1 - crée un dossier dans chaque répertoire (mame, naomi, fba...) pour vos jeux lightgun
2 - laisser vos roms tels quel sont actuellement (tout dans le répertoire mame par exemple )
Dans l'option 1 toute les roms light gun sont dans le même dossier on peut donc appliquer simplement une surcharge de configuration du type .retroarch.cfg
dans le dossier qui va appliquer pour tous les jeux contenus dans ce dossier .
/recalbox/share/roms/mame/lightgun-games/
timecris.zip, .retroarch.cfg
Dans l'option 2 toute les roms light gun et traditionnelle sont mélangées on ne peut donc pas appliquer une surcharge de conf .retroarch.cfg
, dans ce cas de figure chaque jeu lightgun doit avoir sont fichier de surcharge correspondant du type timecris.zip.retroarch.cfg
/recalbox/share/roms/mame/
timecris.zip, timecris.zip.retroarch.cfg
- une fois décider dans votre fichier
.retroarch.cfg
ou XXXX.zip.retroarch.cfg
coller les options suivantes :
pour l’émulateur Mame:
input_player1_gun_trigger_mbtn = "1"
input_player1_gun_aux_a_mbtn = "2"
input_player1_gun_start_btn = "11"
input_player1_gun_select_btn = "10"
input_player1_gun_dpad_down_btn = "h0down"
input_player1_gun_dpad_left_btn = "h0left"
input_player1_gun_dpad_right_btn = "h0right"
input_player1_gun_dpad_up_btn = "h0up"
input_player1_analog_dpad_mode = "0"
video_fullscreen = "true"
pour l’émulateur Fba_libretro:
input_player1_gun_trigger_mbtn = "1"
input_player1_gun_aux_a_mbtn = "2"
input_player1_gun_start_btn = "11"
input_player1_gun_select_btn = "10"
input_player1_gun_dpad_down_btn = "h0down"
input_player1_gun_dpad_left_btn = "h0left"
input_player1_gun_dpad_right_btn = "h0right"
input_player1_gun_dpad_up_btn = "h0up"
input_libretro_device_p1 = "4" ## lightgun
input_player1_analog_dpad_mode = "0"
video_fullscreen = "true"
pour l’émulateur Naomi:
input_player1_gun_trigger_mbtn = "1"
input_player1_gun_aux_a_mbtn = "2"
input_player1_gun_start_btn = "11"
input_player1_gun_select_btn = "10"
input_player1_gun_dpad_down_btn = "h0down"
input_player1_gun_dpad_left_btn = "h0left"
input_player1_gun_dpad_right_btn = "h0right"
input_player1_gun_dpad_up_btn = "h0up"
input_libretro_device_p1 = "4" ## lightgun
input_player1_analog_dpad_mode = "0"
video_fullscreen = "true"
pour l’émulateur Atomiswave:
input_player1_gun_trigger_mbtn = "1"
input_player1_gun_aux_a_mbtn = "2"
input_player1_gun_start_btn = "11"
input_player1_gun_select_btn = "10"
input_player1_gun_dpad_down_btn = "h0down"
input_player1_gun_dpad_left_btn = "h0left"
input_player1_gun_dpad_right_btn = "h0right"
input_player1_gun_dpad_up_btn = "h0up"
input_libretro_device_p1 = "4" ## lightgun
input_player1_analog_dpad_mode = "0"
video_fullscreen = "true"
pour l’émulateur PSX:
input_player1_gun_trigger_mbtn = "1"
input_player1_gun_aux_a_mbtn = "2"
input_player1_gun_start_btn = "11"
input_player1_gun_select_btn = "10"
input_player1_gun_dpad_down_btn = "h0down"
input_player1_gun_dpad_left_btn = "h0left"
input_player1_gun_dpad_right_btn = "h0right"
input_player1_gun_dpad_up_btn = "h0up"
input_libretro_device_p1 = "258" ## mouse
input_player1_analog_dpad_mode = "0"
video_fullscreen = "true"
pour l’émulateur NES:
input_player1_gun_trigger_mbtn = "1"
input_player1_gun_aux_a_mbtn = "2"
input_player1_gun_start_btn = "11"
input_player1_gun_select_btn = "10"
input_player1_gun_dpad_down_btn = "h0down"
input_player1_gun_dpad_left_btn = "h0left"
input_player1_gun_dpad_right_btn = "h0right"
input_player1_gun_dpad_up_btn = "h0up"
input_libretro_device_p1 = "1" ## auto
input_player1_analog_dpad_mode = "0"
video_fullscreen = "true"
Attention pour le zapper sur libretro-fceumm un fichier de surcharge du type .core.cfg
ou Duck Hunt (World).nes.core.cfg
selon l'option choisie au départ est nécessaire pour configurer certaines options du core (émulateur) :
fceumm_show_crosshair = "enabled"
fceumm_zapper_mode = "mouse"
Attention une manette est obligatoire pour le moment particulièrement sur les jeux arcade ou les touches Crédit (select ) et Start (start ) reste configurer sur la manette et non sur la wiimote, pour quitter un jeu soit la touche select sur la wiimote ou hotkey + start sur votre manette.
À vous de jouer !!
liste de jeux au lightgun :
**Arcade**
---------- A ----------
Alien3: The Gun (World)
---------- B ----------
Bang!
Beast Busters (World)
Blood Bros. (set 1)
Born To Fight
---------- C ----------
Cheyenne (version 1.0)
Chiller (version 3.0)
Clay Pigeon (Version 2.0)
Combat (version 3.0)
Crackshot (Version 2.0)
Crossbow (Version 2.0)
Cycle Shooting
---------- D ----------
D-day
Desert Gun
Dragon Gun (US)
---------- E ----------
Egg Venture (Release 10)
---------- G ----------
Golgo 13 (Japan, GLG1/VER.A)
Golly! Ghost!
---------- H ----------
Hit 'n Miss (version 3.0)
---------- J ----------
Jurassic Park (World)
---------- L ----------
Laser Ghost (World, FD1094 317-0166)
Lethal Enforcers (ver UAE, 11/19/92 15:04)
Lethal Justice (Version 2.3)
Lord of Gun (USA)
---------- M ----------
Mechanized Attack (World)
Mobil Suit Gundam Final Shooting (Japan)
---------- N ----------
N.Y. Captor
Night Stocker (10/6/86)
---------- O ----------
One Shot One Kill
Operation Thunderbolt (World, rev 1)
Operation Wolf (World, set 1)
Operation Wolf 3 (World)
---------- P ----------
Pirates (set 1)
Point Blank (World, GN2 Rev B, set 1)
Police Trainer (rev 1.3)
---------- R ----------
Rail Chase (World)
---------- S ----------
Shoot Out (US)
Showdown (version 5.0)
Space Gun (World)
Steel Gunner (rev B)
Steel Gunner 2 (US)
---------- T ----------
Target Hits (Ver 1.1)
Tickee Tickats
Tut's Tomb
---------- U ----------
Under Fire (World)
---------- V ----------
Vs. Duck Hunt (set DH3 E)
Vs. Freedom Force
Vs. Gumshoe (set GM5)
Vs. Hogan's Alley (set HA4-1 E-1)
---------- W ----------
Wanted
Who Dunit (version 9.0)
Wild Gunman (PlayChoice-10) (PlayChoice-10)
Wild Pilot
---------- Z ----------
Zero Point (set 1)
Zero Point 2
Zombie Raid (9/28/95, US)
**MasterSystem**
---------- A ----------
Assault City (also compatible with standard control pad)
---------- G ----------
Gangster Town
---------- L ----------
Laser Ghost (also compatible with standard control pad)
---------- M ----------
Marksman Shooting
Missile Defense 3-D
---------- O ----------
Operation: Wolf
---------- R ----------
Rambo III
Rescue Mission
---------- S ----------
Safari Hunt
Shooting Gallery
Space Gun
---------- T ----------
Trap Shooting
---------- W ----------
Wanted!
**SNES**
---------- B ----------
Battle Clash (Europe)
Battle Clash (USA)
Bazooka Blitzkrieg (USA)
---------- L ----------
Lethal Enforcers (Europe)(Japan)(USA)
---------- M----------
Metal Combat - Falcon's Revenge (Europe)
Metal Combat - Falcon's Revenge (USA)
---------- O ----------
Operation Thunderbolt (USA)
---------- R ----------
Revolution X (Europe)
Revolution X (Germany)
Revolution X (Japan)
Revolution X (USA)
---------- S ----------
Super Scope 6 (Japan)
Super Scope 6 (USA)
---------- T ----------
T2 - The Arcade Game (Europe)
T2 - The Arcade Game (Japan)
T2 - The Arcade Game (USA)
Terminator 2 - Judgment Day (Europe)
Terminator 2 - Judgment Day (Europe) (Beta)
Terminator 2 - Judgment Day (USA)
---------- X ----------
X Zone (Europe)
X Zone (Japan, USA)
---------- Y ----------
Yoshi's Safari (Europe)
Yoshi's Safari (USA)
**PSX**
---------- A ----------
Area 51
---------- D ----------
Die Hard Trilogy
Die Hard Trilogy 2
---------- J ----------
Judge Dredd
---------- T ----------
Time Crisis
Time Crisis Project Titan
---------- R ----------
Resident Evil Gun Survivor
---------- P ----------
Point Blank
Point Blank 2
Point Blank 3
---------- S ----------
StarWars Rebel Assault II
**NES**
3-in-1 Supergun (Unlicensed)
---------- A ----------
The Adventures of Bayou Billy (gun optional)
---------- B ----------
Baby Boomer (Unlicensed)(gun optional)
Barker Bill's Trick Shooting
---------- C ----------
Chiller (Unlicensed)(gun optional)
---------- D ----------
Day Dreamin' Davey (gun optional)
Duck Hunt
---------- F ----------
Freedom Force
---------- G ----------
Gotcha! The Sport! (requires gun and controller)
Gumshoe
---------- H ----------
Hogan's Alley
---------- L ----------
Laser Invasion (requires gun and controller)
The Lone Ranger (gun optional)
---------- M ----------
Mechanized Attack (gun optional)
---------- O ----------
Operation Wolf (gun optional)
---------- S ----------
Shooting Range (requires gun and controller)
Super Russian Roulette (Unlicensed) (requires gun and controller; compatible with CRT and HDTV)
---------- T ----------
To the Earth
Track & Field II (gun compatible)
---------- W ----------
Wild Gunman
**Sega Genesis, Sega CD and Sega CD 32X**
---------- M ----------
Menacer 6-game cartridge
---------- B ----------
Body Count
---------- C ----------
Corpse Killer (CD)
Crime Patrol (CD)
---------- L----------
Lethal Enforcers
Lethal Enforcers (CD)
Lethal Enforcers 2
Lethal Enforcers 2 (CD)
---------- M ----------
Mad Dog McCree (CD)
Mad Dog II: The Lost Gold (CD)
---------- S ----------
Snatcher (CD) (contains light-gun sequences[citation needed])
---------- T ----------
Terminator 2: The Arcade Game
---------- W ----------
Who Shot Johnny Rock (CD)
**Unreleased Sega Genesis, Sega CD and Sega CD 32X light-gun games:**
---------- B ----------
Battle Mission
---------- C ----------
Crime Patrol 2: Drug Wars (CD)[44
---------- D ----------
Die Hard Trilogy (Genesis and 32X)
---------- M ----------
Monster Hunter[45]
---------- R ----------
Revolution X (32X)
---------- S ----------
Space Pirates (CD)
**Naomi**
---------- C ----------
Confidential Mission (confmiss.zip + GDS-0001.chd
)
---------- D ----------
Death Crimson OX (deathcox.zip
)
---------- L ----------
Lupin the 3rd: The Shooting (lupinsho.zip + GDS-0018.chd
)
---------- N ----------
Ninja Assault (ninjaslt.zip
)
---------- T ----------
The House Of Dead 2 (hotd2.zip
)
The Maze Of The Kings (mok.zip + GDS-0022.chd
)
**Atomiswave**
---------- E ----------
Extreme Hunting (xtrmhunt.zip
)
Extreme Hunting 2 (xtrmhnt2.zip
)
---------- R ----------
Ranger Mission (rangrmsn.zip
)
---------- S ----------
Sega Clay Challenge (claychal.zip
)
Sport Shooting (sprtshot.zip
)