Jump to content
LaunchBox Community Forums

mosestyle

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by mosestyle

  1. On 9/6/2019 at 7:24 PM, Jason Carr said:

    There are actually a number of emulators that I haven't fully tested. Here's the list:

    • C64.emu - Commodore 64
    • DamonPS2 - Sony Playstation 2
    • DamonPS2 Pro - Sony Playstation 2
    • fMSX - Microsoft MSX, Microsoft MSX2, Microsoft MSX2+
    • fMX Deluxe - Microsoft MSX, Microsoft MSX2, Microsoft MSX2+
    • MSX.emu - Microsoft MSX, Microsoft MSX2, Microsoft MSX2+, ColecoVision, Sega SG-1000
    • NEO.emu - SNK Neo Geo AES, SNK Neo Geo MVS
    • NGP.emu - SNK Neo Geo Pocket, SNK Neo Geo Pocket Color
    • PCE.emu - TurboGrafx-16, TurboGrafx-CD
    • Redream - Sega Dreamcast
    • Reicast - Sega Dreamcast

    If anyone can test and confirm working or non working for any of these, I would appreciate it. :)

    Just want to write that, Redream - Sega Dreamcast is working great!

    Thank you for listening and adding it to the LB app :D

    • Like 1
  2. One stupid quesition, why does the latest version extract game files when launching a game?

    I have Huawei P30 Pro, and for some reason it takes ages to extract the games... The previous Launchbox version worked great without any exctration (not what i'm aware of)... :/

    It takes even longer when launching a Dreamcast game since the file size is larger.

     

    EDIT: Also is it possible to add Mupen64+ FZ???
    There is Mupen64+ AE and AE free, but not FZ version :)

  3. 10 hours ago, Jason Carr said:

    Thanks for bearing with me guys, those of you who are experiencing crashes. I just submitted another new version to the Play Store, but if history repeats itself it'll be another 8 hours before it actually goes live (version 0.9).

    I was able to reproduce one of the two crashes that I'm seeing coming through, and I believe I've got that one fixed. The other one unfortunately may still be there, but I'm hoping that it was related to the first. Time will tell. :)

    Again, thanks for your patience guys and let me know whether it's fixed for you once 0.9 finally goes live.

    Go to sleep man! You have done more than enough for one day ??

    • Like 1
  4. 38 minutes ago, Headrush69 said:

    In case like this I make a simple .bat file, use command line Start or Call command to run the applications I need, than have that also call the original emulator passing on the filename Launchbox sends. Add this .bat file as a new emulator and have the roms that need those additional apps set to your .bat file.

    Here is a simple example: 

    
    @echo off
    
    call "C:\Program Files (x86)\WinIPAC V2\WinIPAC.exe" "C:\Program Files (x86)\WinIPAC V2\WinVICE.ipc"
    
    call C:\Users\ARCADEPC\LaunchBox\Emulators\WinVICE\x64sc.exe %1
    
    call "C:\Program Files (x86)\WinIPAC V2\WinIPAC.exe" "C:\Program Files (x86)\WinIPAC V2\Default.ipc"
    
    exit 0

     

    Does this also work if i want to do it with a controller software called Antimicro?

    I'm trying to remap my controller so that i can use F1 (save state) and F3 (Load state) in EPSXe by holding Select+L3 (save state) and Select+R3 (Load state), since ePSXe doesn't allow us to do this using the controller...

    I want the software (AntiMicro) to launch when i start a PSX game, and then close it, when i close the game.

    I can easily do this with the "Additional Apps", but i have to go through ever game, which will take me ages :(

     

    EDIT: I have tried many different codes in AHK, but none of them works for some reason :(

    Here is some examples i used:

    run, C:\LaunchBox\Emulator\ePSXe205\antimicro\antimicro.exe /m
    
    $Esc::
    {
            Run, c:\windows\system32\taskkill.exe /f /im antimicro.exe
            Process, Close, {{{StartupEXE}}}
    }

     

    $Esc::
    {
            Run, "C:\LaunchBox\AutoHotkey\script.ahk"
    } 
    $Esc::
    {
            Run, "C:\LaunchBox\Emulator\ePSXe205\antimicro\script.ahk"
    	Process, Close, {{{StartupEXE}}}
    }
    $Esc::
    {
    Run "C:\LaunchBox\AutoHotkey\AutoHotkey.exe" "C:\LaunchBox\AutoHotkey\script.ahk"
    	Process, Close, {{{StartupEXE}}}
    }

     

    What am i doing wrong? :(

  5. I don't know if only i have this problem, but for some reason, i can't export all my NES games.. It only exports 3 of them and ignores the rest (136 games)... And it always export the same game.

    I can export all games from every platform except NES. And they all have the same format (.zip)

  6. Hi guys!

    After i've been trying SEVERAL different Dolphin emulator version, i finally found one, that works great and doesn't stutter or lag at all when playing games... Even the latest version was really slow, so i had to get an older version.

    Anyway i have enabled Bigbox and launchbox Automation feature, which works great for all games!

    However whenever i close down Dolphin Emulator when i'm for instance playing Mario kart Double Dash, i always get an error called "wxWidgets Debug Alert"... After that i'm stuck and can't return to BigBox anymore. All i get is a black screen.

    I do know that it's not BigBox fault, but have any of you guys occured this before, and is there a way to "disable" this popup? I have unchecked "Panic Handlers" in config -> interface, but the problem still occurs.

     

    Here is a picture of the error i get:

     

    EDIT: At the bottom of the error, it says: "You can also choose [Cancel] to suppress further warnings". I have done that, but i still get the error... :/

     

    dolphin.png

  7. 20 minutes ago, Lordmonkus said:

    The above AHK script gets put in the Running Hotkey Script tab of the Edit Emulator window for your Redream entry in Lunchbox.screenshot_260.thumb.jpg.68f2962c53075c29134c050cf8620e1f.jpg

    Then you set your Controller Automation button combo that you want to use in Launchbox and BigBox, they are separate.screenshot_261.thumb.jpg.239ee809214b972675f75e8fd124679d.jpgYour button combo when pressed will send the AHK script command to the emulator and close it out.

    THANK YOU VERY MUCH!! :D

    It worked!! :D :D

    Too bad Redream closed sourced it so we can't use it on RetroArch.. But oh well :)

  8. 2 minutes ago, Lordmonkus said:

    Yes, with Launchbox's Controller Automation function, it will send the AHK script I posted above and close it out.

    Or you could use some other 3rd party software such as Xpadder or Controller Companion if you want to set up your own custom exit key combo.

    Sorry for being a noob now, but how does that work? I mean the code is specifically used for ESC key :/

    Let say that I want to exit the game by using Select + D-Pad right... Would that be possible??

    Nooo hahaha not a third party software! xD

    I used Xpadder, rocket launcher etc when I used HyperSpin, and it was such a pain and too much of a hassle to make it work... It didn't even work sometimes :P

     

  9. 3 minutes ago, Jason Carr said:

    Nope. If you get in early at $5, you'll have it forever for that price. :)

    Sweet! In that case I will buy it on 2-3 different accounts! You know, just in case :P

    • Like 1
  10. On 8/16/2019 at 10:35 PM, neil9000 said:

    It will be the same price for everyone. $5 to start i believe but that may increase when its more fully featured.

    But If I buy it when it's $5 do I still need to buy it again, when the price have increased??

    I have nothing against to pay more, since I have been waiting for this forever, but still, it's good to know :)

  11. Hello guys! When i used the older version of Big Box i didn't have this "issue", but when i updated to the lastest version, i always get this window when i start Big Box... Is there a way do disable it so the Console section is the first menu? :)

    Please that a look at the picture and you will see what i mean.. I always get to this Player section when i start Big Box for some reason after the update... :/

    launchbox.png

×
×
  • Create New...