Jump to content
RealModScene

jackhulk

Members
  • Content Count

    112
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by jackhulk


  1. Hello

    I have a JTAG and recently Aurora has started to take a very long time to boot, and I'm not sure why. Whilst I do have a large amount of games (750GB internal, 2TB external), Freestyle boots instantly, as Aurora used to, but not now and I can't figure out why. The fact that Freestyle boots instantly with the same amount of games scanned in appears to confirm the amount of games, and hard drives are not the culprit. I also tried removing the external drive, but got the same result. Any idea of the cause of this slowdown please and how I can fix it?

    I've read the FAQ sticky and can confirm that I have xhttp set to true in the launch.ini, and that I have no plugins active within Dashlaunch.

    Aurora Settings 1.jpg

    Aurora Settings 2.jpg

    Aurora Settings 3.jpg


  2. Hello
     
    While two of these scripts have been posted before, the op disappeared along with the download link for script, so with big help from Swizzy (thanks man!) I've recreated them and added a third.
     
    Swizzy's original local co-op script  works exactly as should, however, due to lots of missing player info from Xbox.com, loads of games were missing from results. I know nothing about script but wanted to added the missing games, and so through lots of trail and error I've managed to do just that. They do not included all available games, but I've added over 250 titles for 360 and XBLA by sourcing co-op data from Co-Optimus. For any missing games, you can manually add title ID to the script. It would be a great help to everyone if you could also post those title ID's here and I'll update script.
     
    I will add that 'Local co-op' includes all games where there are co-op elements within game, so not necessary just campaigns, although it would be great if someone could create just that. If there are any mistakes or you simply don't want a particular game returned via script, you can delete the title id (if it's been added manually) or add this to the script...
     
    if (Content.TitleId == 0x<TitleID>) then
    return false
    end
     
    To create scripts, simply open notepad and copy and paste script below. Save with .lua extension and transfer to Xbox 360 > aurora/media/scrpts/UserFilters. You will of course need separate file for each script, so for example in my 'UserFilters' folder I have these three files...
     
    Local-co-op.lua
    Local-co-op-4p.lua
    Multiplayer.lua
     
    So here we go then...
     
    Local Co-op

    GameListFilterCategories.User["Local Co-op"] = function(Content)
    minco = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0x00FF0000), 16)
    maxco = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0xFF000000), 24)
    if ((minco > 1 or minco == 1) and (maxco > 2 or maxco == 2)) then
    return true
    end
    return (Content.TitleId == 0x45410914
    or Content.TitleId == 0x41560855
    or Content.TitleId == 0x415608C3
    or Content.TitleId == 0x41560840
    or Content.TitleId == 0x4156081A
    or Content.TitleId == 0x415607F2
    or Content.TitleId == 0x415607DA
    or Content.TitleId == 0x4156082F
    or Content.TitleId == 0x535007D1
    or Content.TitleId == 0x55530884
    or Content.TitleId == 0x45410829
    or Content.TitleId == 0x4E4D0805
    or Content.TitleId == 0x555307F8
    or Content.TitleId == 0x5553088D
    or Content.TitleId == 0x555307F0
    or Content.TitleId == 0x41560901
    or Content.TitleId == 0x4541084C
    or Content.TitleId == 0x454108D8
    or Content.TitleId == 0x545107E1
    or Content.TitleId == 0x4D5307ED
    or Content.TitleId == 0x555307FE
    or Content.TitleId == 0x555307DB
    or Content.TitleId == 0x545407E7
    or Content.TitleId == 0x5454087C
    or Content.TitleId == 0x5454081A
    or Content.TitleId == 0x41560817
    or Content.TitleId == 0x415608CB
    or Content.TitleId == 0x4156081C
    or Content.TitleId == 0x54540890
    or Content.TitleId == 0x563307D1
    or Content.TitleId == 0x565507E4
    or Content.TitleId == 0x565507FA
    or Content.TitleId == 0x545607D3
    or Content.TitleId == 0x373307D2
    or Content.TitleId == 0x373307D9
    or Content.TitleId == 0x4B4E0820
    or Content.TitleId == 0x545107FE
    or Content.TitleId == 0x5553087E
    or Content.TitleId == 0x4B4F07D3
    or Content.TitleId == 0x4E4D0800
    or Content.TitleId == 0x565507E0
    or Content.TitleId == 0x4D5308D6
    or Content.TitleId == 0x42560824
    or Content.TitleId == 0x4D5307D5
    or Content.TitleId == 0x4D53082D
    or Content.TitleId == 0x4D5308AB
    or Content.TitleId == 0x464F07E7
    or Content.TitleId == 0x4D5307E6
    or Content.TitleId == 0x4D530877
    or Content.TitleId == 0x4D530919
    or Content.TitleId == 0x4D5309B1
    or Content.TitleId == 0x4D53085B
    or Content.TitleId == 0x57520826
    or Content.TitleId == 0x4541097C
    or Content.TitleId == 0x555308B2
    or Content.TitleId == 0x534307F8
    or Content.TitleId == 0x534307E0
    or Content.TitleId == 0x4D5308ED
    or Content.TitleId == 0x4D5309C1
    or Content.TitleId == 0x4D53093B
    or Content.TitleId == 0x4D5309CD
    or Content.TitleId == 0x4D5309B6
    or Content.TitleId == 0x4D5308C9
    or Content.TitleId == 0x4D5309D6
    or Content.TitleId == 0x4D53090E
    or Content.TitleId == 0x4C4107ED
    or Content.TitleId == 0x4C4107DF
    or Content.TitleId == 0x4C4107D7
    or Content.TitleId == 0x4D530888
    or Content.TitleId == 0x434307ED
    or Content.TitleId == 0x555308AD
    or Content.TitleId == 0x55530851
    or Content.TitleId == 0x5A5007D1
    or Content.TitleId == 0x575207FD
    or Content.TitleId == 0x55530887
    or Content.TitleId == 0x434D07D5
    or Content.TitleId == 0x434D0809
    or Content.TitleId == 0x4E4D0848
    or Content.TitleId == 0x555308D0
    or Content.TitleId == 0x55530882
    or Content.TitleId == 0x434307D4
    or Content.TitleId == 0x43430819
    or Content.TitleId == 0x4B4D07D1
    or Content.TitleId == 0x5752080C
    or Content.TitleId == 0x5345085D
    or Content.TitleId == 0x415607FA
    or Content.TitleId == 0x485507DF
    or Content.TitleId == 0x455607D5
    or Content.TitleId == 0x4D5309DF
    or Content.TitleId == 0x555308B4
    or Content.TitleId == 0x45410852
    or Content.TitleId == 0x545107D2
    or Content.TitleId == 0x45410809
    or Content.TitleId == 0x555307D5
    or Content.TitleId == 0x55530833
    or Content.TitleId == 0x555307D6
    or Content.TitleId == 0x55530807
    or Content.TitleId == 0x555308B6
    or Content.TitleId == 0x5553080B
    or Content.TitleId == 0x415607D4
    or Content.TitleId == 0x42560819
    or Content.TitleId == 0x4D4A07E2
    or Content.TitleId == 0x4D5707DB
    or Content.TitleId == 0x545108B4
    or Content.TitleId == 0x594F07D1
    or Content.TitleId == 0x4D4A07DA
    or Content.TitleId == 0x584109B7
    or Content.TitleId == 0x5841083C
    or Content.TitleId == 0x584108F0
    or Content.TitleId == 0x5841082F
    or Content.TitleId == 0x584109B0
    or Content.TitleId == 0x584108B7
    or Content.TitleId == 0x584107E7
    or Content.TitleId == 0x58410821
    or Content.TitleId == 0x58410824
    or Content.TitleId == 0x584108EF
    or Content.TitleId == 0x5841088C
    or Content.TitleId == 0x584107DF
    or Content.TitleId == 0x584108FF
    or Content.TitleId == 0x58410810
    or Content.TitleId == 0x58410B1C
    or Content.TitleId == 0x58410977
    or Content.TitleId == 0x5841085E
    or Content.TitleId == 0x584111F7
    or Content.TitleId == 0x584108A0
    or Content.TitleId == 0x5841086F
    or Content.TitleId == 0x58410931
    or Content.TitleId == 0x5841098F
    or Content.TitleId == 0x58410870
    or Content.TitleId == 0x584109D2
    or Content.TitleId == 0x58410930
    or Content.TitleId == 0x584108A8
    or Content.TitleId == 0x584108D8
    or Content.TitleId == 0x58410996
    or Content.TitleId == 0x584108AB
    or Content.TitleId == 0x584108AA
    or Content.TitleId == 0x58410886
    or Content.TitleId == 0x58410964
    or Content.TitleId == 0x58410846
    or Content.TitleId == 0x584109A2
    or Content.TitleId == 0x58410807
    or Content.TitleId == 0x58410991
    or Content.TitleId == 0x584107FE
    or Content.TitleId == 0x584108C3
    or Content.TitleId == 0x584108F1
    or Content.TitleId == 0x584108D3
    or Content.TitleId == 0x5841087D
    or Content.TitleId == 0x58410818
    or Content.TitleId == 0x5841089B
    or Content.TitleId == 0x5841085F
    or Content.TitleId == 0x58410867
    or Content.TitleId == 0x58410939
    or Content.TitleId == 0x584109D6
    or Content.TitleId == 0x58410813
    or Content.TitleId == 0x58410908
    or Content.TitleId == 0x584108B8
    or Content.TitleId == 0x58411498
    or Content.TitleId == 0x58410862
    or Content.TitleId == 0x584109A6
    or Content.TitleId == 0x58410878
    or Content.TitleId == 0x58410982
    or Content.TitleId == 0x5841096B
    or Content.TitleId == 0x584107D8
    or Content.TitleId == 0x58410A59
    or Content.TitleId == 0x5841085B
    or Content.TitleId == 0x58410860
    or Content.TitleId == 0x584109C9
    or Content.TitleId == 0x584108CF
    or Content.TitleId == 0x58410B0F
    or Content.TitleId == 0x5841081E
    or Content.TitleId == 0x584107DA
    or Content.TitleId == 0x58411235
    or Content.TitleId == 0x584108A5
    or Content.TitleId == 0x584109C3
    or Content.TitleId == 0x584108AD
    or Content.TitleId == 0x584108BE
    or Content.TitleId == 0x58410814
    or Content.TitleId == 0x58410879
    or Content.TitleId == 0x584108C7
    or Content.TitleId == 0x584107D5
    or Content.TitleId == 0x584107E1
    or Content.TitleId == 0x58410863
    or Content.TitleId == 0x584109A3
    or Content.TitleId == 0x5841086D
    or Content.TitleId == 0x5841081A
    or Content.TitleId == 0x58410902
    or Content.TitleId == 0x58410A21
    or Content.TitleId == 0x58410815
    or Content.TitleId == 0x584108D9
    or Content.TitleId == 0x58410831
    or Content.TitleId == 0x58410956
    or Content.TitleId == 0x58410AAC
    or Content.TitleId == 0x5841088E
    or Content.TitleId == 0x58410873
    or Content.TitleId == 0x5841089A
    or Content.TitleId == 0x58410B0B
    or Content.TitleId == 0x58410816
    or Content.TitleId == 0x584109DC
    or Content.TitleId == 0x58410961
    or Content.TitleId == 0x454107E6
    or Content.TitleId == 0x454108E4
    or Content.TitleId == 0x434D07D8
    or Content.TitleId == 0x454107EF
    or Content.TitleId == 0x4541081F
    or Content.TitleId == 0x4541085B
    or Content.TitleId == 0x454108BC
    or Content.TitleId == 0x454108F3
    or Content.TitleId == 0x45410967
    or Content.TitleId == 0x45410998
    or Content.TitleId == 0x454109DB
    or Content.TitleId == 0x454109EE
    or Content.TitleId == 0x4541083B
    or Content.TitleId == 0x45410891
    or Content.TitleId == 0x454107D2
    or Content.TitleId == 0x454107EB
    or Content.TitleId == 0x45410864
    or Content.TitleId == 0x454109D9
    or Content.TitleId == 0x434307F0
    or Content.TitleId == 0x5454087A
    or Content.TitleId == 0x54540894
    or Content.TitleId == 0x545407EF
    or Content.TitleId == 0x5454080C
    or Content.TitleId == 0x54540829
    or Content.TitleId == 0x4D4A07E8
    or Content.TitleId == 0x4D5707DA
    or Content.TitleId == 0x4541087A
    or Content.TitleId == 0x454107F3
    or Content.TitleId == 0x45410820
    or Content.TitleId == 0x45410872
    or Content.TitleId == 0x454108FD
    or Content.TitleId == 0x454109BE
    or Content.TitleId == 0x454109DC
    or Content.TitleId == 0x54540883
    or Content.TitleId == 0x4B4E07E6
    or Content.TitleId == 0x4B4E081D
    or Content.TitleId == 0x4B4E0837
    or Content.TitleId == 0x4B4E084C
    or Content.TitleId == 0x4B4E07DA
    or Content.TitleId == 0x555307FB
    or Content.TitleId == 0x534507F5
    or Content.TitleId == 0x545407D5
    or Content.TitleId == 0x545407FF
    or Content.TitleId == 0x54540859
    or Content.TitleId == 0x45410811
    or Content.TitleId == 0x4541083F
    or Content.TitleId == 0x53450814
    or Content.TitleId == 0x534507E1
    or Content.TitleId == 0x53450857
    or Content.TitleId == 0x54510838
    or Content.TitleId == 0x54510844
    or Content.TitleId == 0x5451080B
    or Content.TitleId == 0x54510826
    or Content.TitleId == 0x5451085D
    or Content.TitleId == 0x58410975
    or Content.TitleId == 0x434D082B
    or Content.TitleId == 0x584108DD)
    end
    


     
     
    Local Co-op 4 Player

    GameListFilterCategories.User["Local Co-op 4 Player"] = function(Content)
    minco = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0x00FF0000), 16)
    maxco = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0xFF000000), 24)
    if ((minco > 1 or minco == 1) and (maxco > 4 or maxco == 4)) then
    return true
    end
    return (Content.TitleId == 0x45410914
    or Content.TitleId == 0x4D53085B
    or Content.TitleId == 0x41560855
    or Content.TitleId == 0x415608C3
    or Content.TitleId == 0x41560840
    or Content.TitleId == 0x4156081A
    or Content.TitleId == 0x415607F2
    or Content.TitleId == 0x415607DA
    or Content.TitleId == 0x4156082F
    or Content.TitleId == 0x535007D1
    or Content.TitleId == 0x55530884
    or Content.TitleId == 0x45410829
    or Content.TitleId == 0x4E4D0805
    or Content.TitleId == 0x555307F8
    or Content.TitleId == 0x5553088D
    or Content.TitleId == 0x555307F0
    or Content.TitleId == 0x584109B7
    or Content.TitleId == 0x58410975
    or Content.TitleId == 0x5841083C
    or Content.TitleId == 0x584108F0
    or Content.TitleId == 0x5841082F
    or Content.TitleId == 0x584109B0
    or Content.TitleId == 0x584108B7
    or Content.TitleId == 0x584107E7
    or Content.TitleId == 0x58410821
    or Content.TitleId == 0x58410824
    or Content.TitleId == 0x584108EF
    or Content.TitleId == 0x5841088C
    or Content.TitleId == 0x584107DF
    or Content.TitleId == 0x584108FF
    or Content.TitleId == 0x58410810
    or Content.TitleId == 0x58410B1C
    or Content.TitleId == 0x58410977
    or Content.TitleId == 0x5841085E
    or Content.TitleId == 0x584111F7
    or Content.TitleId == 0x584108DD
    or Content.TitleId == 0x584108A0
    or Content.TitleId == 0x5841086F
    or Content.TitleId == 0x58410931
    or Content.TitleId == 0x5841098F
    or Content.TitleId == 0x58410870
    or Content.TitleId == 0x584109D2
    or Content.TitleId == 0x58410930
    or Content.TitleId == 0x584108A8
    or Content.TitleId == 0x584108D8
    or Content.TitleId == 0x58410996
    or Content.TitleId == 0x454107E6
    or Content.TitleId == 0x454108E4
    or Content.TitleId == 0x454107EF
    or Content.TitleId == 0x4541081F
    or Content.TitleId == 0x4541085B
    or Content.TitleId == 0x454108BC
    or Content.TitleId == 0x454108F3
    or Content.TitleId == 0x45410967
    or Content.TitleId == 0x45410998
    or Content.TitleId == 0x454109DB
    or Content.TitleId == 0x454109EE
    or Content.TitleId == 0x4541083B
    or Content.TitleId == 0x45410891
    or Content.TitleId == 0x454107D2
    or Content.TitleId == 0x454107EB
    or Content.TitleId == 0x45410864
    or Content.TitleId == 0x454109D9
    or Content.TitleId == 0x5454087A
    or Content.TitleId == 0x54540894
    or Content.TitleId == 0x545407EF
    or Content.TitleId == 0x5454080C
    or Content.TitleId == 0x54540829
    or Content.TitleId == 0x4D4A07E8
    or Content.TitleId == 0x4D5707DA
    or Content.TitleId == 0x4541087A
    or Content.TitleId == 0x454107F3
    or Content.TitleId == 0x45410820
    or Content.TitleId == 0x45410872
    or Content.TitleId == 0x454108FD
    or Content.TitleId == 0x454109BE
    or Content.TitleId == 0x454109DC
    or Content.TitleId == 0x4B4E07E6
    or Content.TitleId == 0x4B4E081D
    or Content.TitleId == 0x4B4E0837
    or Content.TitleId == 0x4B4E084C
    or Content.TitleId == 0x4B4E07DA
    or Content.TitleId == 0x555307FB
    or Content.TitleId == 0x534507F5
    or Content.TitleId == 0x545407D5
    or Content.TitleId == 0x545407FF
    or Content.TitleId == 0x54540859
    or Content.TitleId == 0x45410811
    or Content.TitleId == 0x4541083F
    or Content.TitleId == 0x53450814
    or Content.TitleId == 0x534507E1
    or Content.TitleId == 0x53450857
    or Content.TitleId == 0x434D082B
    or Content.TitleId == 0x584108AB)
    end
    


     
     
    Local Multiplayer

    GameListFilterCategories.User["Local Multiplayer"] = function(Content)
    minimum = bit32.band(Content.CapabilitiesOffline.LowPart, 0x000000FF)
    maximum = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0x0000FF00), 8)
    if ((minimum > 1 or minimum == 1) and (maximum > 2 or maximum == 2)) then
    return true
    end
    return (Content.TitleId == 0x45410914
    or Content.TitleId == 0x41560855
    or Content.TitleId == 0x415608C3
    or Content.TitleId == 0x41560840
    or Content.TitleId == 0x4156081A
    or Content.TitleId == 0x415607F2
    or Content.TitleId == 0x415607DA
    or Content.TitleId == 0x4156082F
    or Content.TitleId == 0x535007D1
    or Content.TitleId == 0x55530884
    or Content.TitleId == 0x45410829
    or Content.TitleId == 0x4E4D0805
    or Content.TitleId == 0x555307F8
    or Content.TitleId == 0x5553088D
    or Content.TitleId == 0x555307F0
    or Content.TitleId == 0x41560901
    or Content.TitleId == 0x4541084C
    or Content.TitleId == 0x454108D8
    or Content.TitleId == 0x545107E1
    or Content.TitleId == 0x4D5307ED
    or Content.TitleId == 0x555307FE
    or Content.TitleId == 0x555307DB
    or Content.TitleId == 0x545407E7
    or Content.TitleId == 0x5454087C
    or Content.TitleId == 0x5454081A
    or Content.TitleId == 0x41560817
    or Content.TitleId == 0x415608CB
    or Content.TitleId == 0x4156081C
    or Content.TitleId == 0x54540890
    or Content.TitleId == 0x563307D1
    or Content.TitleId == 0x565507E4
    or Content.TitleId == 0x565507FA
    or Content.TitleId == 0x545607D3
    or Content.TitleId == 0x373307D2
    or Content.TitleId == 0x373307D9
    or Content.TitleId == 0x4B4E0820
    or Content.TitleId == 0x545107FE
    or Content.TitleId == 0x5553087E
    or Content.TitleId == 0x4B4F07D3
    or Content.TitleId == 0x4E4D0800
    or Content.TitleId == 0x565507E0
    or Content.TitleId == 0x4D5308D6
    or Content.TitleId == 0x42560824
    or Content.TitleId == 0x4D5307D5
    or Content.TitleId == 0x4D53082D
    or Content.TitleId == 0x4D5308AB
    or Content.TitleId == 0x464F07E7
    or Content.TitleId == 0x4D5307E6
    or Content.TitleId == 0x4D530877
    or Content.TitleId == 0x4D530919
    or Content.TitleId == 0x4D5309B1
    or Content.TitleId == 0x4D53085B
    or Content.TitleId == 0x57520826
    or Content.TitleId == 0x4541097C
    or Content.TitleId == 0x555308B2
    or Content.TitleId == 0x534307F8
    or Content.TitleId == 0x534307E0
    or Content.TitleId == 0x4D5308ED
    or Content.TitleId == 0x4D5309C1
    or Content.TitleId == 0x4D53093B
    or Content.TitleId == 0x4D5309CD
    or Content.TitleId == 0x4D5309B6
    or Content.TitleId == 0x4D5308C9
    or Content.TitleId == 0x4D5309D6
    or Content.TitleId == 0x4D53090E
    or Content.TitleId == 0x4C4107ED
    or Content.TitleId == 0x4C4107DF
    or Content.TitleId == 0x4C4107D7
    or Content.TitleId == 0x4D530888
    or Content.TitleId == 0x434307ED
    or Content.TitleId == 0x555308AD
    or Content.TitleId == 0x55530851
    or Content.TitleId == 0x5A5007D1
    or Content.TitleId == 0x575207FD
    or Content.TitleId == 0x55530887
    or Content.TitleId == 0x434D07D5
    or Content.TitleId == 0x434D0809
    or Content.TitleId == 0x4E4D0848
    or Content.TitleId == 0x555308D0
    or Content.TitleId == 0x55530882
    or Content.TitleId == 0x434307D4
    or Content.TitleId == 0x43430819
    or Content.TitleId == 0x4B4D07D1
    or Content.TitleId == 0x5752080C
    or Content.TitleId == 0x5345085D
    or Content.TitleId == 0x415607FA
    or Content.TitleId == 0x485507DF
    or Content.TitleId == 0x455607D5
    or Content.TitleId == 0x4D5309DF
    or Content.TitleId == 0x555308B4
    or Content.TitleId == 0x45410852
    or Content.TitleId == 0x545107D2
    or Content.TitleId == 0x45410809
    or Content.TitleId == 0x555307D5
    or Content.TitleId == 0x55530833
    or Content.TitleId == 0x555307D6
    or Content.TitleId == 0x55530807
    or Content.TitleId == 0x555308B6
    or Content.TitleId == 0x5553080B
    or Content.TitleId == 0x415607D4
    or Content.TitleId == 0x42560819
    or Content.TitleId == 0x4D4A07E2
    or Content.TitleId == 0x4D5707DB
    or Content.TitleId == 0x545108B4
    or Content.TitleId == 0x594F07D1
    or Content.TitleId == 0x4D4A07DA
    or Content.TitleId == 0x584109B7
    or Content.TitleId == 0x5841083C
    or Content.TitleId == 0x584108F0
    or Content.TitleId == 0x5841082F
    or Content.TitleId == 0x584109B0
    or Content.TitleId == 0x584108B7
    or Content.TitleId == 0x584107E7
    or Content.TitleId == 0x58410821
    or Content.TitleId == 0x58410824
    or Content.TitleId == 0x584108EF
    or Content.TitleId == 0x5841088C
    or Content.TitleId == 0x584107DF
    or Content.TitleId == 0x584108FF
    or Content.TitleId == 0x58410810
    or Content.TitleId == 0x58410B1C
    or Content.TitleId == 0x58410977
    or Content.TitleId == 0x5841085E
    or Content.TitleId == 0x584111F7
    or Content.TitleId == 0x584108A0
    or Content.TitleId == 0x5841086F
    or Content.TitleId == 0x58410931
    or Content.TitleId == 0x5841098F
    or Content.TitleId == 0x58410870
    or Content.TitleId == 0x584109D2
    or Content.TitleId == 0x58410930
    or Content.TitleId == 0x584108A8
    or Content.TitleId == 0x584108D8
    or Content.TitleId == 0x58410996
    or Content.TitleId == 0x584108AB
    or Content.TitleId == 0x584108AA
    or Content.TitleId == 0x58410886
    or Content.TitleId == 0x58410964
    or Content.TitleId == 0x58410846
    or Content.TitleId == 0x584109A2
    or Content.TitleId == 0x58410807
    or Content.TitleId == 0x58410991
    or Content.TitleId == 0x584107FE
    or Content.TitleId == 0x584108C3
    or Content.TitleId == 0x584108F1
    or Content.TitleId == 0x584108D3
    or Content.TitleId == 0x5841087D
    or Content.TitleId == 0x58410818
    or Content.TitleId == 0x5841089B
    or Content.TitleId == 0x5841085F
    or Content.TitleId == 0x58410867
    or Content.TitleId == 0x58410939
    or Content.TitleId == 0x584109D6
    or Content.TitleId == 0x58410813
    or Content.TitleId == 0x58410908
    or Content.TitleId == 0x584108B8
    or Content.TitleId == 0x58411498
    or Content.TitleId == 0x58410862
    or Content.TitleId == 0x584109A6
    or Content.TitleId == 0x58410878
    or Content.TitleId == 0x58410982
    or Content.TitleId == 0x5841096B
    or Content.TitleId == 0x584107D8
    or Content.TitleId == 0x58410A59
    or Content.TitleId == 0x5841085B
    or Content.TitleId == 0x58410860
    or Content.TitleId == 0x584109C9
    or Content.TitleId == 0x584108CF
    or Content.TitleId == 0x58410B0F
    or Content.TitleId == 0x5841081E
    or Content.TitleId == 0x584107DA
    or Content.TitleId == 0x58411235
    or Content.TitleId == 0x584108A5
    or Content.TitleId == 0x584109C3
    or Content.TitleId == 0x584108AD
    or Content.TitleId == 0x584108BE
    or Content.TitleId == 0x58410814
    or Content.TitleId == 0x58410879
    or Content.TitleId == 0x584108C7
    or Content.TitleId == 0x584107D5
    or Content.TitleId == 0x584107E1
    or Content.TitleId == 0x58410863
    or Content.TitleId == 0x584109A3
    or Content.TitleId == 0x5841086D
    or Content.TitleId == 0x5841081A
    or Content.TitleId == 0x58410902
    or Content.TitleId == 0x58410A21
    or Content.TitleId == 0x58410815
    or Content.TitleId == 0x584108D9
    or Content.TitleId == 0x58410831
    or Content.TitleId == 0x58410956
    or Content.TitleId == 0x58410AAC
    or Content.TitleId == 0x5841088E
    or Content.TitleId == 0x58410873
    or Content.TitleId == 0x5841089A
    or Content.TitleId == 0x58410B0B
    or Content.TitleId == 0x58410816
    or Content.TitleId == 0x584109DC
    or Content.TitleId == 0x58410961
    or Content.TitleId == 0x454107E6
    or Content.TitleId == 0x454108E4
    or Content.TitleId == 0x434D07D8
    or Content.TitleId == 0x454107EF
    or Content.TitleId == 0x4541081F
    or Content.TitleId == 0x4541085B
    or Content.TitleId == 0x454108BC
    or Content.TitleId == 0x454108F3
    or Content.TitleId == 0x45410967
    or Content.TitleId == 0x45410998
    or Content.TitleId == 0x454109DB
    or Content.TitleId == 0x454109EE
    or Content.TitleId == 0x4541083B
    or Content.TitleId == 0x45410891
    or Content.TitleId == 0x454107D2
    or Content.TitleId == 0x454107EB
    or Content.TitleId == 0x45410864
    or Content.TitleId == 0x454109D9
    or Content.TitleId == 0x434307F0
    or Content.TitleId == 0x5454087A
    or Content.TitleId == 0x54540894
    or Content.TitleId == 0x545407EF
    or Content.TitleId == 0x5454080C
    or Content.TitleId == 0x54540829
    or Content.TitleId == 0x4D4A07E8
    or Content.TitleId == 0x4D5707DA
    or Content.TitleId == 0x4541087A
    or Content.TitleId == 0x454107F3
    or Content.TitleId == 0x45410820
    or Content.TitleId == 0x45410872
    or Content.TitleId == 0x454108FD
    or Content.TitleId == 0x454109BE
    or Content.TitleId == 0x454109DC
    or Content.TitleId == 0x54540883
    or Content.TitleId == 0x4B4E07E6
    or Content.TitleId == 0x4B4E081D
    or Content.TitleId == 0x4B4E0837
    or Content.TitleId == 0x4B4E084C
    or Content.TitleId == 0x4B4E07DA
    or Content.TitleId == 0x555307FB
    or Content.TitleId == 0x534507F5
    or Content.TitleId == 0x545407D5
    or Content.TitleId == 0x545407FF
    or Content.TitleId == 0x54540859
    or Content.TitleId == 0x45410811
    or Content.TitleId == 0x4541083F
    or Content.TitleId == 0x53450814
    or Content.TitleId == 0x534507E1
    or Content.TitleId == 0x53450857
    or Content.TitleId == 0x54510838
    or Content.TitleId == 0x54510844
    or Content.TitleId == 0x5451080B
    or Content.TitleId == 0x54510826
    or Content.TitleId == 0x5451085D
    or Content.TitleId == 0x58410975
    or Content.TitleId == 0x434D082B
    or Content.TitleId == 0x584108DD)
    end
    



     
    Don't forget if you know of any games that need to be added, please post name of game, it's title id and it's feature, ie co-op, co-op 4 player or multiplayer, and I'll update script.
     
    Enjoy!  :santa:

    • Like 6
    • Thanks 1

  3. Ah yeah missing the 'end' thank you.

     

    Right sooo with regards to trying to get script to return ALL local co-op games, so that it returns all 2, 3 or 4 player local co-op games,  I should just leave minco and maxco as you originally intended correct?

     

    ((minco > 1 or minco == 1) and (maxco > 2 or maxco == 2))

     

    I original interpreted that as 'return if minimum player is 1 and maximum player is 2', but if I've understood your above explanation correctly, what it actually instructs is to 'return if minimum player is 1 or greater, and maximum player is 2 or greater'. Is this correct?


  4. .....I'm back! :)

     

    Ok so trying to sort script to show local multiplayer, but so far no luck. Script won't show up within Aurora so I've gone wrong somewhere, but where?

     

    Script attempt 1

    GameListFilterCategories.User["Multiplayer"] = function(Content)
    minimum = bit32.band(Content.CapabilitiesOffline.LowPart, 0x000000FF)
    maximum = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0x0000FF00), 8)
    if ((minimum > 1 or minimum == 1) and (maximum > 2 or maximum == 2)) then
    return true
    end
     
    Script attempt 2 - This is just a straight copy of link you sent me. No idea what needs to be changes (if anything)? I tried replacing the %i-%i with numbers to represent min/max players, but that didn't work.

    GameListSubtitles["OfflinePlayers"] = function(Content)
    minimum = bit32.band(Content.CapabilitiesOffline.LowPart, 0x000000FF)
    maximum = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0x0000FF00), 8)
    return string.format("Offline Players: %i-%i", minimum, maximum)
    end
     
    Also with regards to the co-op script (and guess this one too), if I want to increase max players, so for example I want script to return all co-op games 1-4, which number do I need to change please? I changed to...
     
    if ((minco > 1 or minco == 1) and (maxco > 4 or maxco == 4)) then
     
    ....yet somehow the number of games returned decreased? Shouldn't that return all games with co-op 1-4 players? What's the difference between "maxco >" and "maxco =="?
     
    Help me oh wise one!

  5. Thank you, but the problem is not with your original script, that is working just fine and is returning games, but not all co-op games within my library. As such I'm trying to add those missing games/title ID's manually, but this is where the problem start, as the games/title id's I've added to the script are not being returned.

     

    Games/title ID's I've added in this example...

     
    0x584109D2
    0x41560901
    0x4541084C
    0x454108D8
     
     
    All of which are added to the extra part of the script...
    return (Content.TitleID == 0x584109D2 or Content.TitleID == 0x41560901 or Content.TitleID == 0x4541084C or Content.TitleID == 0x454108D8)
    end
     
     
    Those four games however are not being returned, ie are not displayed when script is run, so appears there is something wrong with this part of the script perhaps?
     
     
    I tested your amended script as above, but no games are returned using this, and log just reported same error over and over...
    { "time" : "18:27:05.951", "thread" : "0xF9000048", "type" : "warning", "filter" : "ContentScripts", "message" : "Filter Failed to Execute:  game:\\Media\\Scripts\\UserFilters\\Test1.lua:7: bad argument #2 to 'format' (number expected, got nil)" }
     
    I fear things are becoming more complicated than they need to, no doubt my fault as I'm not the best at trying to explain. Basically while the original script does return some co-op games, it doesn't return all co-op games. I understand this is not fault of script, as it can only return games if number of player data is exists. As such I'm trying to return missing games by manually adding their title id's to the original script, but those manually added games are not being returned. I know nothing of scripting, but I'm sure what I'm trying to do is very basic for any one who knows script, so if anyone can see error, correct error and supply working script, that would be very much appreciated. I say anyone, because I'm sure Swizzy must need a break once in a while from dealing with such noobs like your's truly :)
     
    Alternatively perhaps I can amend the database using SQliteBrowser, if indeed the database includes 'number of players' which the scrips 'minco' and 'maxco' picks up on? I THINK the number of players is presented under the heading 'GameCapsOffline'. I would assume if the offline number of players were say '2 players' the entry would therefore be '2', however, entries here are either '0', or long string of numbers ranging from 8-14 digits, so I have no idea. If number of players is not par of the database, where exactly is this data please? If I can find that and amend/added number of player data, then perhaps the script will work without the need to added individual title ID's.

  6. Hello

     

    I've manually edited synopsis for all my games now via sqlitebrowser. I got rid of all the unnecessary junk text, million and one  'TM' & copyright symbols, added paragraphs etc, so now I might actual read some of them.  It would be a lot quicker process however if when adding new games I could simply make the edits directly via Aurora. What do you think guys? Something worth including please?

     

    Thank you


  7. Thanks Swizzy but still unable to get any script working to show extra games I've  added. Can you take a look please and see where I'm going wrong?

     

    Script attempt 1...

     

    GameListFilterCategories.User["Only Local Co-Op Games"] = function(Content)
    minco = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0x00FF0000), 16)
    maxco = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0xFF000000), 24)
    return (((minco > 1 or minco == 1) and (maxco > 2 or maxco == 2)) or Content.TitleID == 0x584109D2)
    end

     

    Script attempt 2...

     

    GameListFilterCategories.User["Only Local Co-Op Games1"] = function(Content)
    minco = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0x00FF0000), 16)
    maxco = bit32.rshift(bit32.band(Content.CapabilitiesOffline.LowPart, 0xFF000000), 24)
    if ((minco > 1 or minco == 1) and (maxco > 2 or maxco == 2)) then
    return true
    end
    return (Content.TitleID == 0x584109D2 or Content.TitleID == 0x41560901 or Content.TitleID == 0x4541084C or Content.TitleID == 0x454108D8)
    end
     
     
    I'm also curious what "minco" and "maxco" refers too please?
     
    Thank you

  8. Thanks man, I'll give this a go. With regards to adding more TItleID's, as above would this be the best script, or would the other one you posted be more suitable please? If I were to use this script, can I simply keep adding "or Content.TitleID == 0xTitleID)" for each game, or is there a shorter method, like for example...

     

    or Content.TitleID == 0xTitleID, 0xTitleID, 0xTitleID, 0xTitleID)

  9. kira125 is missing in action again. Calling kira125, come in please :)

     

    Swizzy I'm trying to amend your script myself to add missing games, but not having much joy. Here is my amended line 4....

     

    return ((minco > 1 or minco == 1) and (maxco > 2 or maxco == 2)) or Content.TitleID == 0x584109D2)

     

    I've clearly gone wrong because the script disappears from Aurora's user scripts menu. I can confirm it still has correct extention of '.lua'. Can you spot the mistake please? Also can I use the 'or' command continuously so as to add many more games?  I basically want to create several different filters that will filter for 'local co-op' and 'local multiplayer' etc. Would the above script edited to include various TitleID's be the most suitable script, or would the following script be better suited please...

     

    http://www.realmodscene.com/index.php?/topic/5309-i-need-new-user-script-to-aggregate-the-title-ids-you-want/

     

    Ideally we will hear back from kira125 as I have no experience with script and it's sounds like he's already made two great scripts, but failing that I will give it a shot.

     

    @ kira125, if you do wish to share scripts again, it would be a great if you could post under 'spoiler' tag (as you did above with Swizzy's original script), as then they would be continuously available for all. This would avoid possibility of download links being lost again. Either way it would be great if you could share again, because as proven above I am a numbtie when it comes to scripting, so if left to me, I could end up taking my eye out! 

     

    Thank you

    • Like 1

  10. Thanks guys. Unfortunately 'powercfg -lastwake' only states 'wake history count', but no source.

     

    I have attempted to identify what is causing this in the past by viewing the event log, but didn't have any success. Today however I think I've made progress. Time stamp indicates PC wakes from source being "Security-SPP" (Software Protection Platform Service). Just googled this and appears to be related to MS Office. This can be disabled by the following procedure...

     

    1. Click on Start > type "services.msc" in the search field and press enter.
     
    2. In the "Services" window, look for the following entry: Software Protection
     
    3. Double click and set the "Startup type" as "Disabled"
     
    4. Click "apply" and "OK" to validate.

     

    I'd imagine Office or Windows will start crying it if can't 'protect', so I've set startup type to 'Automatic (Delayed Start) instead of completing disabling it, so will see if that resolves issue.

     

    Thank you


  11. Yeah I've no doubt the Logitech wireless xbox controller rocks, but unfortunately one has yet to cross my path. I have however used many different wireless controllers for Xbox and they all sucked big time! The Madcatz one's were the only ones that actually worked without dropouts. Never been a fanboy of any company, but just found these works very well for me, but would certainly try Logitech's offering if ever in need of replacement.

     

    If I were a fanboy however, I would actually be an unconscious fanboy of Logitech! One day I noticed looking across my desk that the majority of gear is made by Logitech, and they are all great products!

     

    Keyboard: K360. I was hesitant about getting a wireless keyboard after seeing my mate constantly searching for batteries as his keyboard ate them quicker than I can eat a cookie (and I'm speed mcqueen when it comes to cookie eating!) I've had this keyboard for two, maybe three years now, I leave it switched on 24/7 and I swear I have only had to change the battery once!

     

    Mouse: G5 Laser Mouse. Just a great mouse.

     

    Remote: Harmony One Advanced Universal Remote. Hands down best remote ever owned. Admittedly there were some build issues with early versions, but Logitech send me a replacement, hassle free. 

     

    Sound: Z-5500 Digital 5.1 Speaker System - The daddy of all Logitech products! 500-watt RMS THX certified legendary system, which I could sell today six years after purchase, and I wouldn't lose any money!

     

    So there you have it! I'm a Logitech fanboy and I didn't even know it! I don't mind admitting either, as it's extremely rare to find a company I can rave about, so Logitech is one of very few... perhaps in fact the only one to date! 

    • Like 2

  12. Why replace the laser? BECAUSE! My OCD wills it!!!

     

     

    I unfortunately know this feeling only too well!  :evil:

     

    I've pretty much had most xbox original (old xbox, classic xbox, you know the first one... stupid M$!) wireless controllers and the best by far is Mad Catz MicroCon. 15% smaller than standard so might not be ideal for big hands, but performance is solid and on par with 360 controller! No dropouts, no lay, just great performance. The only downside is that it has no auto switch off and I often forget to switch it off so plenty of dead batteries! Thankfully rechargeable so no biggy.

     

    Close runner up is another made by MadCatz, this time full sized s-type called 'HammerHead' (HMT4546). Same great performance AND with the added bonus of auto switch off so no dead batteries! Only reason it finished behind MicroCon is that it feels a bit cheap compared to MicroCon, and because I have girl hands I find the MicroCon more comfortable... oh and it's green and I like green!

    • Like 1

  13. While I see your point on digital downloads, and the ownership issue, it's not that it depreciates so much as there's no structure in place to sell it. However Cozy from XYZ may have something to say about that, lmao.

     

     

    That's my point right there. If there is no structure in place to sell something you 'own', can you really say you own it? If this situation were applied to high street store, where you were told you could never sell an item on once finished with it, consumers would never accept that, never mind the law. Of course I understand why people love digital downloads because it means they can get the game almost instantly, but eventually they will (or should) see it's limitation of not being able to resell. Horses for courses, but that's my particular views on digital downloads and why I don't like them. Maybe if I was younger I would be all for them as I 'just need the game now dam it!', but now days I'm happy to wait. No rush, PLENTY of other games to play in the mean time.

     

    :offtopic: Agreed, lets get back on topic... Aurora 0.5B is awesome! Can I get a hell yeah?!

     

    When can we expect 0.6B (oh cheeky!)  :ice:


  14. On Unity though, when you click on 'Updates', up pops a screen showing all the update for that game. It's has a download arrow sign and a plus + sign, which when you hover over say 'Push'. I've not tried it yet, but from what you said above regarding TU, the push option won't work for these?

     


    3. it depends on the size/type which basically can be checked by the name of the file...

     

    I'm not sure what you mean, but perhaps it's me not explaining clearly. What I mean is in which situation would you ever find a TU update in 000B0000? Like for example it's not likely to be on disc (and I've not seen as yet) because surely all updates would have been incorporated in to main game already. If all marketplace TU downloads are stored in cache, and aurora's TU downloads stored in aurora's own folder, how or when is a TU ever stored in 000B0000?


  15. Good to know, thank you. Any thoughts on auto downloading TU's, or know of any other app that can do this please?

     

    I have some more questions please...

     

    1. I can confirm I'm already connected Unity, so if I 'Push', how long should it take to arrive on 360 and is there any notification, or is it just a case of keep checking game details? Is there any other requirements such as perhaps a reboot?

     

    2. Do pushed TU's go straight to Aurora title update folder, 360 cache or both?

     

    3. At what point or in which situation would a TU update ever end up in a 000B0000 folder? Most TU's from marketplace arrive in cache do they not, or do some get saved to directly to titleID\000B0000 folder?

×
×
  • Create New...