Hacking Restoring Box Art in Aurora after move to new internal HDD.

mugwort

Well-Known Member
OP
Newcomer
Joined
Mar 9, 2020
Messages
56
Trophies
0
Age
52
XP
213
Country
United States
My RGH Xbox 360 320 GB hard drive became stuffed with games, so I am updating it to a 2TB internal. It's mostly okay, although another learn by the seat of my pants experience. I'm loading all the games from old hard drive to PC with microsoft transfer cable and FATXplorer. Then by ethernet cable to XBox 360 RGH with XBox 360 Neighborhood.

The problem I have now is that some 500 games no longer have any of their artwork in Aurora. The artwork files are all still in the HDD1/Apps/Aurora/data/gamedata directory, but no idea how to connect them with the artless games on the Aurora dashboard. I tried using Asset download in Aurora and creating a pathway to the art in Content Pathway Screen, but it doesn't do anything. Even if I select a game and choose details, I don't see any artwork available in the details popup in box art download. Maybe I have to be online again for that.

Anyhow, is there some way to download all this missing box art from the Apps/Aurora/data/gamedata directory to show up on the Aurora dashboard with one or two actions (not manually 1 by 1 for all 500 games). Thanks.

UPDATE: I figured this out. Even though files were in Aurora, I ended up just going back online and after looking around, I added the AuroraPatcher and set livestrong to disabled and was able to download them all, except for one that seems to have been corrupted in the move to the new HDD or something.
 
Last edited by mugwort,

leathan7

Member
Newcomer
Joined
Oct 12, 2021
Messages
20
Trophies
0
Age
35
XP
97
Country
United States
Wait so you managed to get your old custom box arts restored? What is Aurora patcher?

edit: I made a script to do it for me using a backup copy of the GameData folder (must be named GameData.bak), it scans the new GameData (must be named GameData). The script and both GameData folders must be in the same directory. And to run the script on windows you need Windows Subsystem for Linux or another means of runing bash scripts.

Code:
set -o errexit -o nounset

#The idea is simple, the format Aurora uses is #GameID_DatabaseID where the GameID stays the same and the DatabaseID changes, so we check only the first 8 chars of the backup and the new and if they match we copy over the backups cover file to the new gamedata.

for file in GameData.bak/*; do
    for file2 in GameData/*; do
        if [ "${file2:9:8}" == "00000000" ]; then
            continue
        fi
        if [ "${file2:9:2}" == "FF" ]; then
            continue
        fi
         if [ "${file2:9:8}" == "${file:13:8}" ]; then
            if test -f "${file}/GC${file:13:8}.asset"; then
                echo "cp ${file}/GC${file:13:8}.asset" "${file2}"
                    cp "${file}/GC${file:13:8}.asset" "${file2}"
            fi
        fi
    done
done
read -rsp $'Done! Press enter to close...\n'
 
Last edited by leathan7,

mugwort

Well-Known Member
OP
Newcomer
Joined
Mar 9, 2020
Messages
56
Trophies
0
Age
52
XP
213
Country
United States
Wait so you managed to get your old custom box arts restored? What is Aurora patcher?

edit: I made a script to do it for me using a backup copy of the GameData folder (must be named GameData.bak), it scans the new GameData (must be named GameData). The script and both GameData folders must be in the same directory. And to run the script on windows you need Windows Subsystem for Linux or another means of runing bash scripts.

Code:
set -o errexit -o nounset

#The idea is simple, the format Aurora uses is #GameID_DatabaseID where the GameID stays the same and the DatabaseID changes, so we check only the first 8 chars of the backup and the new and if they match we copy over the backups cover file to the new gamedata.

for file in GameData.bak/*; do
    for file2 in GameData/*; do
        if [ "${file2:9:8}" == "00000000" ]; then
            continue
        fi
        if [ "${file2:9:2}" == "FF" ]; then
            continue
        fi
         if [ "${file2:9:8}" == "${file:13:8}" ]; then
            if test -f "${file}/GC${file:13:8}.asset"; then
                echo "cp ${file}/GC${file:13:8}.asset" "${file2}"
                    cp "${file}/GC${file:13:8}.asset" "${file2}"
            fi
        fi
    done
done
read -rsp $'Done! Press enter to close...\n'
Thanks. It is actually called "AuroraCrashPatcher.xex". You set it as a plugin in dashlauncher.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • S @ salazarcosplay:
    hunter x hunter
  • S @ salazarcosplay:
    he has not allowed anyone to continue it for him for example
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, theres a dragon ball af mod for budokai 3
  • Xdqwerty @ Xdqwerty:
    updated ship of harkinian, gonna install some hd texture pack
  • Xdqwerty @ Xdqwerty:
    I might download rayman revolution for my ps3
  • BigOnYa @ BigOnYa:
    I may try the new ram site, and download more RAM to my Switch. Not sure if ddr3 is the right ram
    for it tho. Edit- no it uses floppy Ram, just like @AncientBoi
    +1
  • Xdqwerty @ Xdqwerty:
    aeiou
  • BigOnYa @ BigOnYa:
    And sometimes Z
  • SylverReZ @ SylverReZ:
    @K3Nv2, MAGA supporters be wearing tin foil hats lol.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, whats maga?
  • BigOnYa @ BigOnYa:
    It stands for Maniacs Against General Acceptance
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, people rejecting general consensus about stuff?
    +1
  • BigOnYa @ BigOnYa:
    Yup, nuh its really just Trump followers
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, im not american so i dont care about trump
    +1
  • Xdqwerty @ Xdqwerty:
    or us elections
  • BigOnYa @ BigOnYa:
    Me niether, us north Koreans don't care
  • Xdqwerty @ Xdqwerty:
    good night
  • BakerMan @ BakerMan:
    i don't care either, even if i'm american
  • BakerMan @ BakerMan:
    truth be told, i agree with psi, i dislike both candidates, but i'd probably vote trump simply because the economy was better during his presidency
  • AngryCinnabon @ AngryCinnabon:
    Just be careful, if trump ends up winning and using project 2025 America might really change...for the worse.
  • AngryCinnabon @ AngryCinnabon:
    I'm not american and even that sends shivers down my spine.
  • AngryCinnabon @ AngryCinnabon:
    anything that offers trump an opportunity to become an actual dictator
    is bad in my book, i could care less if it wasn't for that...
  • K3Nv2 @ K3Nv2:
    Canada: America's Russia
  • NinStar @ NinStar:
    people are so dramatic that I can't even tell if they are being serious
    NinStar @ NinStar: people are so dramatic that I can't even tell if they are being serious