Jump to content
RealModScene

Gualdimar

Members
  • Content Count

    95
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by Gualdimar


  1. from the beginning i was using FSD 775. but i found:

    1. It is not downloding custom game covers

    2. Covers are not downloaded in HD

    3. only front side of game cover is visible

    4. most importantly FSD Freezes (Hang\stop responding)

    it force me to switch to Aurora. at least from my experience i can say, Aurora never freezes.

    But i love FSD, if your version is fixed from above issue than surely i am going to use FSD again.

    Plz tell me

    1. it downloads covers from xboxunity, but "push to xbox" doesn`t work. i tried to get some help from the developers, but they didn`t respond.

    i came up with several ways to implement this functionality, but in my opinion they are harder than changing cover through webui.

    2. covers are in the best possible quality.

    3. both sides are visible

    4. can`t do anything about freezes


  2. working:
    -TUs check and download
    -covers donwload
     
    not working
    -push from unity to xbox
     
    my little improvement:
    -you can see all avaliable TUs for the game(it means, you can update games like GTA V). but, if TU`s mediaid differs from mediaid of installed game, TU`s displayed name would be something like "MID:0C48794E GTA V Title Update 26", where "MID:0C48794E" - TU`s mediaid.
     
    how to install:
    1. download my default.xex
    2. replace the original default.xex in fsd folder with mine
    3. restart fsd
     
    *UPDATE 17.10.2016*

    thanks to dizazter, everything is up and running again on the new hosting. you need to download updated version of default.xex
    there are two versions now:
    default.rar - shows TU for all MediaIDs
    default_filter.rar - shows TU only for your MediaID

     

    *UPDATE 3.11.2016*

    uploaded scripts and tool to create patched xex on github. you can create your own cover libraries(with a little bit of php scripting and database) or just use your own server for faster response. anyway, use your imagination.

     

    there is a q.php for "push to xbox" functionality, but there is glitch in fsd which can`t be fixed without sources

     

    readme and howto: https://github.com/Gualdimar/fsd4ever/blob/master/README.md
    compiled tool: https://github.com/Gualdimar/fsd4ever/releases
    source: https://github.com/Gualdimar/fsd4ever

     
    donwload:
    default.rar
    default_filter.rar

     
    somescreenshots:

     


    192.168.1.103-image5.jpg

    192.168.1.103-image4.jpg

    192.168.1.103-image6.jpg

    192.168.1.103-image4.jpg

    192.168.1.103-image5.jpg

    192.168.1.103-image6.jpg

    • Like 8

  3. Do you know which contentflag should i use for a game to be detected as Xbox 360? it seems all my xbox games are considered homebrew inside aurora.

     

    Thanks.

    check out "Enums.lua" in "Aurora\Media\Scripts", you`ll find answer there


  4. Fakelive may cause issues with some games...

    but if you activate "autofake", not fakelive, you`ll be safe: "when true dash launch will automatically enable fakelive functionality only during official dash and indie play sessions"

    • Like 1

  5. Hello, I got some issues with a couple of games not being recognized as kinect games.

    I've tried to edit the content.db file but I'm unable to find the exact parameter, can you help me?

     

    Thanks in advance

    if memory serves me right, you need to add "1" to the "contentflags" parameters in content.db

    • Like 1

  6. don't you mean xblapatch?? as there is no "autocont" ?? and contpatch was re-worked in 3.14(maybe earlier) to be for DLC only.. and might need to enable licpatch, but dunno exactly, but unlocking with xm360/content manger has worked for me..

    i don`t know changelog, but i have dl 3.14 and this option:

    ; when true and autofake is enabled, contpatch will be enabled for community games only
    ; this option will be ignored if autofake is not enabled
    ; if not set this value will be FALSE
    autocont = true
    

  7. You have that backwards. lol. The xur files in the skin will only open in XUItool, the xui file that is made by XUItool is just an xml file. :) If you dont have a copy of the XDK, then you are out of luck. It isnt that hard to find, but distributing it is illegal, and we wont have any of that here.

    wrong. i don`t have the xdk, but only xuitool itself, which works like a charm. and i had the same problem, when i tried to open xur in the xuitool for the first time, i got an error, cause for the first time xuitool asks to open the main skin`s xui file. after doing that you`ll be able to open any xur or xui.

    i know, what i`m talking about...


  8. Each profile will have their own favorites, are you both using the same profile on the console?

    didn`t know that, but anyway all this methods are workarounds, which won`t give all that freedom and customisation possibilities as user categories will.

     

    I know what quick views are. I almost feel insulted with this response. But with the show faviorates script, or even a custom script, you could set it to show only certain games, on a specific quick view. :)

    yes, i can, but as i said:

     

    ...and at the moment you can`t do that in aurora, unless you manually modify the db and change title`s category or create huge filter script with the ton of lines...


  9. Correct, but if you want to only show specific games, set them as favorite and enable showing only favorites...

    Sent from my GT-I9300 using Tapatalk

    yes, i can use favorites, but it won`t solve the problem at all. i will have my own library, but my brother won`t.

    i think, if it was possible to set script data for each game and not only before content scan, it would have done the trick.


  10. so.. the sections of games separated by "360 games, xbla, classic, and homebrew" isn't simple enough? or the way to create your own filter isn't simple enough??

    or are you asking for a "favorites" category? which has been asked a few times already.. i ask because you've put "Can we get a favorites(basically) filter?" in technical terms..

    yes, there are game categories already, but  you can`t rename them, can`t add or delete, can`t move game from one cat to another(which is the main flaw). so you can`t manage and build your library as you want.

    for example, both i and my brother play on the same console, but different games. and each of us wants to create his own "library" and manage it. and at the moment you can`t do that in aurora, unless you manually modify the db and change title`s category or create huge filter script with the ton of lines.

    this is just one example, but there are a lot more similar situations, when ppl would like to separate their games as they want.

     

    It has already been implemented, it is called quick views. This lets each user create their own quick views, which is basically what a user catagory is. Also it would be hard to implement something like this the way you are, because where would the user catagories be saved, the enums, and other stuff would need to modified. it would be a pain. completly doable, but as I havnt seen the code behind aurora, I dont know how easy, or hard it would be.

    "quick views" is "fast filter changing" feature. it doesn`t show specific games, it simplifies filter switching process. in qucik views you can select filter or group of filter to show, but can`t select specific games from your library.

     

    There's already "Script Data", which you can set to anything you want, this can then be used in filters...

    correct me if i`m wrong, but this can be set during content scan only and for the whole conten scan path, but not for a specific game.


  11. it would be great to have some sort of user categories, which can be managed directly in aurora`s UI.

    as i see it, it`s a custom title`s propetry in db, which can be created and assigned to the title by user directly in aurora, and later used in filter scripts(something like Content.UserCat == "mycategory").

    and filter script auto creation for your new user category would make aurora much more user friendly.

    this will greatly simplify filtering and management of titles.

    maybe there are some better ways to implement this, but i think the idea is clear

    tell me what you think about this.

    • Like 2

  12. I tried to create an account there, so I could get the source, to see about adding aurora rom launching support, and it is not letting new users register. If you have an account there, can see if you can get me the code from ced, or whoever is continuing work on this, or see if they will add it in themselves, if support for this isnt there already? I can get them the necessary code that would need to be added for that feature to work. :) Or if you could ask them to create an account here, and have them PM me, that would work also. :)

    by the time i got there, registartion was already disabled. 

    cmkn1983 sometimes gives link to the source, the latest working one is 2.0.5: http://www.speedyshare.com/U2DhK/pcsx360-2.0.5-source.zip


  13. here are some templates

    just copypaste script in txt doc, change needed fields, rename .txt to .lua and move to your xbox in "Aurora\Media\Scripts\UserFilters"

    here is the first one:

    this filter checks device and then folder, so, for example, if you have same folders on hdd and usb, it won`t show games from usb.

    this filter will show you all games, which are on hdd1 in folder /games/myfolder.

    GameListFilterCategories.User["FolderFilter"] = function(Content)
    	if (string.lower(Content.Root) == "hdd1:") then
    	   return (string.match(Content.Directory, "^\\games\\myfolder.-$") ~= nil)
    	end
    	return false
    end
    

    fields you need to change: 

    FolderFilter - filter`s name, will be shown in aurora;  

    hdd1: - name of device, which contains your folders(must end with : ); 

    ^\\games\\myfolder.-$ - path to your folder(must start with ^\\ and end with .-$ , each folder must be separated by \\ )

    the second one:

    this filter only checks folder, so, for example, if you have same folders on hdd and usb, it will show games from both hdd and usb.

    this filter will show you all games, which are on any device in folder /games/myfolder.

    GameListFilterCategories.User["FolderFilter"] = function(Content)
    	return (string.match(Content.Directory, "^\\games\\myfolder.-$") ~= nil)
    end 

    fields you need to change: 

    FolderFilter - filter`s name, will be shown in aurora;  

    ^\\games\\myfolder.-$ - path to your folder(must start with ^\\ and end with .-$ , each folder must be separated by \\ )

    the third one:

    this filter checks for folder`s name in the path, so, for example, if you have same folders in different paths(e.g. /newgames/myfolder and /oldgames/myfolder), it will show games from both of them.

    this filter will show you all games, which are on any device and contain "myfolder" in teh path.

    GameListFilterCategories.User["FolderFilter"] = function(Content)
    	return (string.match(Content.Directory, "^.-myfolder.-$") ~= nil)
    end 

    fields you need to change: 

    FolderFilter - filter`s name, will be shown in aurora;  

    ^.-myfolder.-$ - your folder`s name(must start with ^.- and end with .-$ )

    • Like 8

  14. the best way to lear about any game is to play it. if you have chance to try game itself why bother wathcing trailers? trailers won`t show you gameplay, even graphics in trailers differs from one in game.

    and what if my friend checks my console and won`t hear any sounds or music which are commonly used nowadays in menus? so he`ll think there is some problem with sound and will start to adjust volume or maybe do other unnecessary things...

×
×
  • Create New...