Jump to content
LaunchBox Community Forums

Darkseid001

Members
  • Posts

    89
  • Joined

  • Last visited

Posts posted by Darkseid001

  1. On 2/19/2022 at 9:22 AM, Scorchio said:

    I have tried a few games and beat what the high score table says yet my scores don't go on, am I doing something wrong?

    Always been a crap shoot with them working but make sure no cheats or dip switches on and version is correct

  2. 14 hours ago, kalkasaurus said:

    Hey, I’m having this exact issue using the CriticalZone theme. Would you be able to give me more info on the file and change you made? I haven’t had to troubleshoot in quite a while and would appreciate the help! 

    Yeah go into the theme folder look at the xml file for the platform marquee the file path should point to banner images compare it to default and copy it and paste it to critical zone and save

  3. 28 minutes ago, C-Beats said:

    PlatformMarqueeView wasn't changed in this version and should be displaying the same as it was in 11.17. I just ran in Big Box on all 4 of my installs and all show banners as expected so unsure why you would not be seeing them. What theme are you running, and does that theme have it's own PlatformMarqueeView file?

    I'm using a modified version of the critical zone only thing modified is strech marquee for game and platform and im using banner for platform marquee but nothing shows up

  4. On 7/31/2020 at 8:40 PM, methodman3000 said:

    When I try to select any items with my mouse refuses to stop scrolling  Any ideas?   Thanks

     

     

    On 3/11/2019 at 6:42 PM, MayorQwert said:

    I wonder if this is an isolated issue or a universal one with BigBox. It's odd that more people haven't complained about this.

    @jasoncarr told me when i complained about it he found no problem. So i joined everyone else with the same problem and just stopped using my own music.

  5. On 9/17/2020 at 4:03 PM, Retro808 said:

    You know if you download Y2guru’s Community Theme Creatir you can do make marquees and it will produce them in batches and name them correctly for BigBox. 

    Below is an example. 
     

     

    Yeah i can't make heads or tails out of that thing very difficult to use and extremely laggy

  6. ok so I figured it all out seems the roms have different versions some are full screen some are not but the roms that are not full screen its an easy fix

    in the scrips folder there are .lua files with the name of the games if you create or edit a folder and paste this inside your game will fullscreen

    also in the in the model 2 emulator config settings set wide screen window to 2

     

    require("model2");    -- Import model2 machine globals

    function Init()
        
    end

    function Frame()
          Model2_SetWideScreen(1)

         Model2_SetStretchALow(1)
        Model2_SetStretchAHigh(1)

         Model2_SetStretchBLow(1)
        Model2_SetStretchBHigh(1)
    end

×
×
  • Create New...