Jump to content
RealModScene

mrknorton

Members
  • Content Count

    134
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by mrknorton


  1. That is because the one on the site has been given the wrong name ( tu00000019_00000000 ) when it should be TU_12K222G_000000C000000.00000000000G3

    Because of that, it will download and install to the wrong place (it's a cache type tu, not a content type tu

    I've replaced it for you, i'd appreciate if you could check that it works as expected now?

    yes it works now

    • Like 1

  2. I'm working on it since Aurora 0.2 and I finally found a bit of time to create a working version.
    This is SteamOS, a dark skin (the first one! :turned: ) inspired to the popular game library software.

    3QKGRfD.png

     

     


    q3bLM3W.png

    RnuNOIY.png

    VZafEgf.png

    z24YSN4.png

    HCZvFSg.png

    GnIoNg5.png

    jKb0qsJ.png
     

     

    To display the Steam splashscreen, you need to activate the alternative splashscreen option in the Aurora settings.
    Inside the archive there is also an image to place in the "Background" folder.

    With the 0.6b version I have also included the Aurora plugin patch by gavin_darkglider.
    Log-in to see the download links.

    SteamOS-0.4b.rar

    SteamOS-0.5b.rar

    SteamOS-0.6b.rar

    SteamOS-0.7b.rar

     

    Report here if you find bugs. I will try to keep this skin updated as much as possible.
    I don't accept custom requests. Why?

    If you are looking for the version with the transparent panel, check the modified SteamOS++ skin by malim.

    • Like 31
    • Thanks 1

  3. Open xboxunity.net, search and download the covers that interest you. After this, open the webui of FSD3 (connect computer and Xbox with a network cable and type the IP address of your console in the browser). In the "Manage games" page select a game and add the cover by selecting the image file you have downloaded from XboxUnity


  4. I discovered why my script not working: with google I found the strfind() function but doesn't work. I replaced it with string.find() and now is ok.

    Here's the final script...

     

    GameListFilterCategories.User["Hide specific folder"] = function(Content)
      -- Change "completed" with the name of the folder you want hide
      return (string.find(Content.Directory, "completed") == nil)
    end
     

     

    There are 2 locations for TU's the Xbox 360 uses:

    Device:/Cache/ and Device:/Content/00000...000/TitleID/000B0000/

    Aurora stores them in Aurora/Data/TitleUpdates/

    thanks!

    • Like 1

  5. There's no tool to create those yet, but i'm working on it... together with Phoenix i'm working on a tool to do this easily, the problem is, i've got TONS of projects going on, and... i don't have a job... instead of going to work on a regular basis like most ppl do, i'm trying to make money by writing software and do all kinds of other little things, so as you can imagine, this isn't high priority for me right now ;)

    I understand and this isn't a problem. is not a priority for my skin atm ;)

     

    Filters; learn LUA... return False to and it's hidden... i can maybe write you an example...

    I have already tried something and I wrote this but it doesn't work xD

    GameListFilterCategories.User["Hide Completed"] = function(Content)
        -- Return false if this game is in the "completed" folder
        -- If the second argument is not a substring of the first one, then strfind returns nil 
        return (strfind(Content.Executable, "completed") == nil)
    end

    TU's; they're stored

    Can you or someone else tell me where?

    Hdd1:/Content/00000...000/41560914/000B0000/ is empty but when I load the game Aurora pluging says "TU: 2" so it must be somewhere


  6. Hello community! I have 3 questions for you...

    Layout
    I want to create a new layout for my skin. I tried to open the .cfljson files inside /media/layout/ folder but I didn't understand anything  :sweat: 
    How can i create a layout? is there any tool?

    Filters
    I use 2 path for my games, the first is "usb0:/completed/" and contains the games that I have completed. the second is "usb0:/games/", with all the other games. How can I create a filter that, when is activated, hides the games from the "completed" path?

    Title updates
    Where Aurora saves TUs? because I selected hdd1 as default memory and I downloaded the COD AW tu2 but i can't find it in Hdd1:/Content/00000...000/41560914/000B0000/


  7. When you open xboxunity.net games are sorted by last-update date. If you are looking for the "most played games" use filters...

    Filter by content: titles with link

    Filter by type: Xbox 360

    Sort by content: link users

    Sort direction: desc

    There are only 10 games per page, go to next page for more results

    • Like 2

  8. Hi! I'm trying to edit the default skin of Aurora but I have a problem, I can't see some elements inside the Aurora_Skin.xur file!
    Some icons and buttons are missing. Other files are ok, maybe my version of xuitool is too old...  :huh: 

    Which version of xuitool I need to edit the aurora default skin? I have 2.0.20871 atm

×
×
  • Create New...