Skip to content

Releases: shockdude/djhtools

djh_mp3_to_fsb v1.0 + djh_fss_to_fsb v0.3

23 Aug 18:34
Compare
Choose a tag to compare

Updated djh_fss_to_fsb to add WAV FSS support, for lossless & low-latency FSS.

MP3 to FSB converter
Convert MP3 format stems into the FSB format used by DJ Hero 1 & 2.
Recommend 320kbps 44.1khz format. If part of a megamix, use 160kbps.
Usage: djh_mp3_to_fsb.exe green_track.mp3 blue_track.mp3 red_track.mp3 [output.fsb]
See the README.txt for more info.

Also includes djh_fss_to_fsb. for creating FSB files for freestyle sample MP3s & WAVs
Usage: djh_fss_to_fsb.exe sample1.mp3 sample2.mp3 ... sampleN.mp3 [output.fsb]
or djh_fss_to_fsb.exe sample1.wav sample2.wav ... sampleN.wav [output.fsb]

djh_mp3_to_fsb v1.0

25 Jan 07:22
Compare
Choose a tag to compare

MP3 to FSB converter
Convert MP3 format stems into the FSB format used by DJ Hero 1 & 2.
Recommend 320kbps 44.1khz format. If part of a megamix, use 160kbps.
Usage: djh_mp3_to_fsb.exe green_track.mp3 blue_track.mp3 red_track.mp3 [output.fsb]
See the README.txt for more info.

Also includes djh_fss_to_fsb. for creating FSB files for freestyle sample MP3s.
Usage: djh_mp3_to_fsb.exe sample1.mp3 sample2.mp3 ... sampleN.mp3 [output.fsb]

djh_text_csv_convert v0.41

01 Dec 23:26
Compare
Choose a tag to compare

Text to CSV converter for DJ Hero (djh_text_csv_convert)
Tool to help edit text strings in DJ Hero 1 and 2
Exe format, no Python required

Strings IDs without strings now use the string ID itself as the string.
Fixes issue where IDs & strings get mismatched, and helps with debugging broken strings.

djh_text_csv_convert v0.4

20 Oct 01:01
Compare
Choose a tag to compare

Text to CSV converter for DJ Hero (djh_text_csv_convert)
Tool to help edit text strings in DJ Hero 1 and 2
Exe format, no Python required

edit: added MIT license, removed .py script