Jump to content
LaunchBox Community Forums

NJDave71

Members
  • Posts

    493
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by NJDave71

  1. Hello everyone:

    Does anyone know of a Single Board Computer that can run Bigbox and emulated up to PlayStation 1.  I know ETA Prime has been hard at work reviewing and give Launchbox Updates.   I have ran an alternative front end on PI and Really like to the look and feel of Bigbox.   I had been toying with the idea of doing an out of the case Computer and retro fitting it into an bar-top with a small PC fan in the rear for air flow.    if you have built something or have a suggestion, please share, I am sure there are others that would be interested.

    Happy Gaming

     

  2. Thank you for your feedback....due to my schedule I am unable to maintain this theme.  I have given other user's authorization to incorporate my theme into theirs.   

    Their are so many great themes in the forum. That take advantage of big boxes latest version.

  3. Once bigbox launches press ctrl  alt del and to bring up your task manager from the menu choose File then run

     

    In the run type explorer.exe

     

    This will bring up your desktop 

    You can exit bigbox to now return to your desktop. 

    I think bigbox can now run a program on exit.   

    • Thanks 1
  4. Hello @viking

    The Aeon Nox uses the StringFormat to set the Decimal places.  Take a Look at the "CoverFlowWithDetailsGamesView" and find 

      <MultiBinding StringFormat="{}pack://siteoforigin:,,,/Themes/Aeon Nox/Images/etc/score/{0:F1}.png">
           <Binding Path="ActiveGame.CommunityOrLocalStarRating" />
       </MultiBinding>

    I have set mine to 1 decimal 3.2564 becomes 3.2.  There are 52 images,
    Hope this gives you some insight.   

  5. How to replace the HelperControl using LB 9.4 Release

     

    Replace the ScrollableTextBlock with HorizontalScrollableTextBlock

    Remove
        xmlns:HelperControl="clr-namespace:HelperControl;assembly=HelperControl_v4"  
     
    Add
        xmlns:wpf="clr-namespace:Unbroken.LaunchBox.Wpf;assembly=Unbroken.LaunchBox.Wpf"
        xmlns:controls="clr-namespace:Unbroken.LaunchBox.Wpf.Controls;assembly=Unbroken.LaunchBox.Wpf"
        
    Remove
        <HelperControl:RemoveNewLineConverter x:Key="NoNewline"/>

    Add
        <wpf:RemoveNewLineConverter x:Key="RemoveNewLineConverter" />

    Replace Canvas Name ScrollingTextBlockCanvas with HorizontalScrollableTextBlockCanvas
    Replace HelperControl:ScrollableTextBlock with controls:HorizontalScrollableTextBlock
    Replace StaticResource NoNewline with  StaticResource RemoveNewLineConverter

     

    Replace TotalGamesCount with GamesCount

    Remove
        xmlns:HelperControl="clr-namespace:HelperControl;assembly=HelperControl_v4"  

    Replace
    <HelperControl:TotalGamesCount FontFamily="{StaticResource FontHead}"  Foreground="#75c8f7" FontSize="31" Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="5,0,0,0" />
    <TextBlock Text="{Binding GamesCount}" FontFamily="{StaticResource FontHead}"  Foreground="#75c8f7" FontSize="31" Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="5,0,0,0" />

    Replace FindString with FindStringConverter

    Remove
        xmlns:HelperControl="clr-namespace:HelperControl;assembly=HelperControl_v4"
    Add    
        xmlns:wpf="clr-namespace:Unbroken.LaunchBox.Wpf;assembly=Unbroken.LaunchBox.Wpf"


    Remove
        <HelperControl:FindString x:Key="FindInString"/>
    Add
        <wpf:FindStringConverter x:Key="FindStringConverter" />
        

    Search for "FindInString" and replace it with "FindStringConverter"
     

     

    • Like 3
  6.  
    8 Way Rotary
    Caliber 50   
    Exterminator   
    TouchDown Fever   
    T.N.K. III (US)
    Ikari Warriors (US)   
    Time Soldiers (US Rev 3)
    Ikari III - The Rescue   
    DownTown
    Bermuda Triangle
    Guerrilla War
    Gondomania
    Victory Road   
    Midnight Resistance
    Heavy Barrel
    SAR - Search And Rescue
    Xybots
     
    Spinner and Joystick:
    Tron
    Forgotten Worlds
    Crater Raider
    Kozmik Kroozr
    Mad Planets
    Aztarac
    Victory
  7. I took all my artwork zip files  and moved it and left behind  horizont.zip and vertical.zip

    in the ini folder i have

    vertical.ini
         fallback_artwork    vertical
    horizont.ini
         fallback_artwork    horizont

    This uses what ever is inside the horizont.zip or vertical.zip

    does that help or answer your question?

     

×
×
  • Create New...