Skip to content

Installing Custom Songs in DJ Hero 2

shockdude edited this page Dec 11, 2019 · 1 revision

Assuming you already have a jailbroken/modded console or an emulator set up, and all the DJH2 files extracted.

Available customs: https://docs.google.com/spreadsheets/d/12-2cq5ghomO-UDt1xWEqXLt4_f0gP1m7G4o-h4HW1_c/

Tools needed

Notepad++: https://notepad-plus-plus.org/

djh_text_csv_convert: https://github.com/shockdude/djhtools/releases/tag/djh_text_csv_convert_v0.41

Formatting TrackListing.xml for easier editing

This is a one-time step.

  • Locate TrackListing.xml and make a backup
    • TrackListing.xml location: [Wii, PS3, X360]/Audio/Audiotracks/TrackListing.xml
  • Open TrackListing.xml in Notepad++
  • Go to Plugins > Plugins Admin
  • Click the checkbox next to “XML Tools”, then click Install. Click “yes” when asked.
  • When Notepad++ reopens, go to Plugins > XML Tools > Pretty print (XML only - with Line Breaks)
  • The file should become much easier to read.
  • Save TrackListing.xml

Installing the Custom

A custom should include the Song Folder(s), "Info for TrackListing.xml", and "Info for TRAC.csv."

See the README.txt included in the custom for more info.

Setting up the Audiotracks folder

  • Navigate to the Audiotracks folder
    • [Wii, PS3, X360]/Audio/Audiotracks/
  • Copy the custom's Song Folder into the Audiotracks folder.
    • The Song Folder should contain files like "DJ.fsb" and "DJ_Expert.xmk".
  • Open TrackListing.xml in Notepad++
  • Open the custom's "Info for TrackListing.xml" in Notepad++, and copy the contents into TrackListing.xml.
    • TrackListing.xml location: [Wii, PS3, X360]/Audio/Audiotracks/TrackListing.xml in Notepad++
    • A good place is at the top of the file, between <TrackList> and the first <Track ingame="true" ... line.

Setting up the Text folder

  • Navigate to the Text folder
    • [Wii, PS3, X360]/Text/
  • If you haven't done so already, set up djh_text_csv_convert
    • Save djh_text_csv_convert.exe to the Text folder
    • Run djh_text_csv_convert.exe, it should spit out several CSV files.
  • Open TRAC.csv in Notepad++
    • DO NOT OPEN THESE FILES IN MS EXCEL, MS Excel can't save these files properly.
  • Open the custom's "Info for TRAC.csv." in Notepad++, and copy the contents into the bottom of TRAC.csv
    • Adding newlines at the bottom of TRAC.csv is ok.
  • Save TRAC.csv
  • Drag-and-drop TRAC.csv onto djh_text_csv_convert.exe

PS3-only: Rename all files to be upper-case

The PS3 console requires all game filenames to be upper-case or else the game/customs won’t work. Fortunately, this is easily done with a script.

Warning: Do not run this script outside of the DJ Hero folder. It will rename everything in the folder containing the script.

Note: Renaming only works properly on NTFS formatted drives. If the script isn’t renaming anything, you’ll need to move your game files to an NTFS drive like your internal hard drive.