Aller au contenu

Jasper

GamerLine
  • Compteur de contenus

    277
  • Inscription

  • Dernière visite

  • Jours gagnés

    2

Messages posté(e)s par Jasper

  1. If you guys need to run this  on 4k monitors, just update the controls in there and the path to qres

     

     

     

    #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
    SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
    
    #SingleInstance force 
    SetWorkingDir "D:\Arcade\System roms\Sega Ringedge\roms\Nerf Arcade\"
    
    Run, "D:\Arcade\Tools\DemulShooter Gun4ir\DemulShooterX64.exe" -target=rawthrill -rom=nerfa
    
    sleep, 1000
    
    
    run, "D:\Arcade\System roms\Sega Ringedge\roms\Nerf Arcade\Nerf.exe"
    run, "D:\Arcade\Tools\Qres\QRes.exe" /x:1920 /y:1080"
    
    TAB::0
    F2::9
    
    
    
    $esc::
        WinClose, ahk_exe Nerf.exe
        Process,Close,Nerf.exe
        Run,taskkill /im "DemulShooterX64.exe" /F
        Run,taskkill /im "RunMe.exe" /F
        Run,taskkill /im "Nerf.exe" /F
        run, "D:\Arcade\Tools\Qres\QRes.exe" /x:3840 /y:2160"
        ExitApp
    return
    

     

  2. On 12/30/2024 at 12:27 PM, Satanicainc said:

    So you have a RTX 40x0 series like me... It looks like that maybe the graphic card drivers are the problem...

    Possible, or the version on windows 10. I also have issues with House of the dead 3, only 2 games I could never get to work. Wondering if it has to do also with a missing library, video coded or pack missing...

     

    Same issue using Demulshooter, just tries to start loading then nothing. 

  3. Any magic to get this working. Get the exclamation point when loaded with an error about coin. Tried to set to free play inte the test menu, but didn't resolvethe issue. Any thing that needs to be changed?

     

    Scratch that working now, had to change a random setting in the test menu, was at the bottom in the coin selection.

     

     

    Quick and dirty AHK to remap

    #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
    SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
    
    #SingleInstance force 
    SetWorkingDir "D:\Arcade\System roms\Sega Ringedge\roms\Sonic Blast Heroes"
    
    Run, "D:\Arcade\System roms\Sega Ringedge\roms\Sonic Blast Heroes\game_release.exe"
    sleep, 1000
    
    
    
    
    
    5::1
    delete::F5
    ALT::F6
    
    
    
    $esc::
        Process,Close,game_release.exe
        Run,taskkill /im "game_release.exe" /F
        Run,taskkill /im "RunMe.exe" /F
        ExitApp
    return
    
    
    

     

  4. On 12/6/2024 at 8:08 AM, andymage said:

    acedriv3.arcadedefzoidiexp.arcadedefzoidsinf.arcadedef

    zoidiexp and zoidsinf

    The specified simulator version must be used. ver 0.66-68,https://github.com/jpd002/Play-/actions/runs/10426757218

    adt1005-na-hdd0a.chd

    zoidsinf-ex-plus-ver2-10.chd

    zoidsinf.chd

    Remember to change the .chd name in the .arcadedef patch file to the corresponding name.

    Thank you! its been a while I haven't worked with these, what do youy do about the dongle error?

  5. On 11/13/2024 at 12:26 PM, Arcadeguy781 said:

    If you download the latest version you'll get files known as .arcadedefs. As for playable games there are a good amount, but you need a powerful CPU to run the games (probably a 13th gen i9 (5.6GHZ ) or later for some of the games, but others you can get away with a (4.6-4.8 GHZ)

     

    Games that you don't need the 13th gen CPU

    Any 2D game

    Bloody Roar 3

    Pride GP

    Any Gundam game

    Wangan Midnight

    Moto GP (almost reaches 60 FPS)

    Fate: Unlimited Codes (close to 60FPS)

    Kinnikuman Muscle GP (close to 60 FPS)

    Tekken 4? (tough to say, but it's a playable experience)

    Vampire Night?

     

    Games that require the 13th gen i9

    Any Soul Calibur game

    Tekken 5

    Tekken 5 Dark Resurrection

    Zoids Infinity (requires the Play ATA build) (might work on a lower end CPU)

    Battle Gear 3 (requires the Play ATA build)

    Ace Driver 3

    Time Crisis 3

    Super DBZ

     

    Game that doesn't run at full speed on any CPU as far as I know

    Time Crisis 4 

     

    Unplayable games

    The Idolm@ster (requires a special internet connection?)

    Ridge Racer V Arcade Stage (PS2 version works on Play!) (Arcade version missing sound, and controls aren't hooked up yet)

    Smash Course Pro Tennis

    Pro Yakyuu

     

     

    Are the ATA builds of Zoids Infinity and Battle Gear 3 available somehwhere? Seems Play! doesn't event  include the definition for Battle gear 3.

     

     

  6. On 3/8/2023 at 6:44 AM, nanometrovovo2 said:

    I'm late in this topic but really surprised with this new version from Crediar. I dug into all the pages of this thread and now I have all the games working in my Hyperspin/Rocketlauncher.

    I wanted to really thank to @mamefan2018 and @hippopippo the constant updated info.

    Let me collaborate by dropping here the Hyperspin theme I had to make for Gekitou Pro Yakyuu Mizushima Shinji All Stars vs. Pro Yakyuu (Rev C)

     

    Database entry:

            <game name="Gekitou Pro Yakyuu Mizushima Shinji All Stars vs. Pro Yakyuu (Rev C)" index="" image="">
            <description>Gekitou Pro Yakyuu Mizushima Shinji All Stars vs. Pro Yakyuu (Rev C)</description>
            <cloneof></cloneof>
            <crc></crc>
            <manufacturer>Sega / WOW Entertainment</manufacturer>
            <year>2003</year>
            <genre>Sports</genre>
            <rating>AAMA - Green (Suitable For All Ages)</rating>
            <enabled>Yes</enabled>
        </game>    

     

    Gekitou Pro Yakyuu Mizushima Shinji All Stars vs. Pro Yakyuu (Rev C).zip 1.12 MB · 26 downloads

     

     

    image.png.eb4e2da27730353c0c092cff0ae72a91.png

     

    Thanks again

    Here is a better icon from my buddy ALEXDC22

    1.png

×
×
  • Créer...