Aller au contenu

maabus19

GamerLine
  • Compteur de contenus

    46
  • Inscription

  • Dernière visite

  • Jours gagnés

    1

maabus19 a gagné pour la dernière fois le 30 août

maabus19 a eu le contenu le plus aimé !

Visiteurs récents du profil

799 319 visualisations du profil

maabus19's Achievements

Explorer

Explorer (4/14)

  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • Week One Done
  • One Month Later

Recent Badges

25

Réputation sur la communauté

  1. Hi @Cool Coyote I uploaded it again for you. It will be shared for a few days so someone should make a mirror of it if others want it. https://mega.nz/file/xmxD2ZLB#U9-lPbw_FufOftk8EVvQgdb2nRnB_h891vu46KiFIuo
  2. @Mack1234 did it used to work? if so, try everything as it was, and just change this part from ; Détection Mega CD 32X si le nom de la rom contient "32X" If (InStr(romName, "32X")) { ; Mode hybride Mega CD 32X params := """" . romPath . "\" . romName . romExtension . """" . " --system=MegaCD32X --fullscreen" } Else { ; Cas standard params := """" . romPath . "\" . romName . romExtension . """" . " --fullscreen" } to params := """" . romPath . "\" . romName . romExtension . """" . " --system="LaserActive (SEGA PAC)" --fullscreen" then test with hyperion Oh i forgot the = after system in my previous post... try putting in the = sign with what i said above.
  3. in the Ares.ahk I would assume you need to change the following lines. Add (SEGA PAC) and (NEC PAC) to section below... maybe after Sega Mega LD MSystem := [MSystem := ["Arcade","Atari 2600","WonderSwan","WonderSwan Color","Pocket Challenge V2","ColecoVision","MSX","MSX2","PC Engine","TurboGrafx-16","PC Engine CD","TurboGrafx CD","SuperGrafx","My Vision","Nintendo Entertainment System","Famicom","Famicom Disk System","Game Boy","Game Boy Color","Game Boy Advance","Super Nintendo Entertainment System","Super Famicom","Satellaview","Nintendo 64","Nintendo 64DD","SuFami Turbo","SG-1000","Master System","Mark III","Game Gear","Mega Drive","Genesis","Mega CD","Sega CD","32X","Sega Mega LD","ZX Spectrum","Neo Geo AES","Neo Geo MVS","Neo Geo CD","Neo Geo Pocket","Neo Geo Pocket Color","PlayStation"]] Then change this section ; Détection Mega CD 32X si le nom de la rom contient "32X" If (InStr(romName, "32X")) { ; Mode hybride Mega CD 32X params := """" . romPath . "\" . romName . romExtension . """" . " --system=MegaCD32X --fullscreen" } Else { ; Cas standard params := """" . romPath . "\" . romName . romExtension . """" . " --fullscreen" } Change to ; Détection LaserActive si le nom de la rom contient "(SEGA PAC)" If (InStr(romName, "(SEGA PAC)")) { ; Mode hybride LaserActive (SEGA PAC) params := """" . romPath . "\" . romName . romExtension . """" . " --system "LaserActive (SEGA PAC)" --fullscreen" } Else { ; Cas standard params := """" . romPath . "\" . romName . romExtension . """" . " --fullscreen" } If (InStr(romName, "(NEC PAC)")) { ; Mode hybride LaserActive (NEC PAC) params := """" . romPath . "\" . romName . romExtension . """" . " --system "LaserActive (NEC PAC)" --fullscreen" } Else { ; Cas standard params := """" . romPath . "\" . romName . romExtension . """" . " --fullscreen" } You might be able to put the second part as an Elseif, then Else { ;cas standard.. i think you would then need to put (SEGA PAC) and (NEC PAC) in your rom names for each type of game. (hyperion (SEGA PAC).zip) and (Demon Judgement (NEC PAC).zip) I havent used Hyperspin/rocketlauncher in a while so I might be wrong. I am using launchbox.
  4. For Sega Games Ares.exe --system "LaserActive (SEGA PAC)" --fullscreen "path to .mmi file" Ares.exe --system "LaserActive (SEGA PAC)" --fullscreen "c:\laser active\Hyperion.mmi" For NEC games Ares.exe --system "LaserActive (NEC PAC)" --fullscreen "path to .mmi file" Ares.exe --system "LaserActive (NEC PAC)" --fullscreen "c:\laser active\Demons Judgement.mmi"
  5. why are you guys using the x64 version? the x86 works perfectly fine.
  6. here is my wheel2xinput. Make sure you install ViGEmBus_1.22.0_x64_x86_arm64 Wheel2XInput.zip make sure you change the guid in Super-Bikes-3.json to your wheel guid. You can run wheel2xinput.exe --trace. just press a button or turn your wheel it will show the device. you can click on the entry, and click copy guid, and past that in to the json file. Then change the button numbers to the buttons from your wheel. In trace you will see which button number it is when you press it. All available inputs are in the json file, you just need to change the button numbers to what you want. then run SB3wheel.bat in wheel2xinput-v0.1.5 folder you will need to make an ahk to close wheel2xinput when closing the game. otherwise you have to end it from the task bar. You can have different json files for different games as well. you can change the Force feedback and other settings in the json, but this is just a basic file to get it working. change the entries that i am pointing to. Do not change the target buttons axis 0 is gas pedal axis 1 is brake pedal This is what each target button does Button X - Tunes Button A - Start Button B - View Button Back - Coin1 Button RightShoulder - Vol+ Button LeftShoulder - Vol- Button RightThumb - Test Button LeftThumb - Service
  7. With Standalone. Wheel2xinput let's you map your wheel axis and buttons to the xinput gamepad controlls
  8. Yes I use wheel2xinput. Works great!
  9. Works like a champ Standalone too.
  10. not sure why it is doing that.
  11. Actually i just downloaded JC's. I extracted it and ran fnfmega.exe without adding or doing anything. I didnt realize that he put up a ready2play setup. i'm not sure why you would have a black screen then. i only got that when i had to add bepinex myself.
  12. if you use the one that JC posted, make sure that you are using the x86 version of bepinex I had originally used the x64 version, and it hung on the black screen. Everythign that JC posted works just fine without needing anything else.
  13. Here are the controls for Retrofan's you can use wheel2xinput to map controller buttons to a wheel. Controlls: Controlller Button X - Tunes Button A - Start Button B - View Button Back - Coin1 Button RightShoulder - Vol+ Button LeftShoulder - Vol- Button RightThumb - Test Button LeftThumb - Service Button - Coin2 (Not sure what button for coin2) Button - DBV (Not sure what button for DBV) Keyboard D - Test F - service Up arrow - Gas Down Arrow - Brake Left/Right Arrow - Steer Left/Right S - start V - view T - tunes 1 - coin1 2 - coin2 3 - DBV (-) - vol down + ‐ vol up Esc - quit Mouse: Middle mouse button will switch to mouse steering and buttons on keyboard, so believe up/down arrow , will be gas/brake
×
×
  • Créer...