Skip to content

Commit

Permalink
Keys and song info upgrades for "Witch Hunt (Part III of Fear)".
Browse files Browse the repository at this point in the history
  • Loading branch information
FujiSkunk committed Mar 25, 2017
1 parent 20762ad commit ab7ba3c
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 0 deletions.
58 changes: 58 additions & 0 deletions Optional Upgrades/Keys/Rock Band DLC 2008/witchhunt/songs.dta
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
(witchhunt
(name "Witch Hunt (Part III of Fear)")
(artist "Rush")
(master TRUE)
(context 364)
(song
(name songs/witchhunt/witchhunt)
(tracks
((drum (0 1))
(bass 2)
(guitar (3 4))
(vocals (5 6))
(keys (7 8))
)
)
; DMS BS GUITAR VOCALS TRACKS
(pans ( -1.0 1.0 0.0 -1.0 1.0 -1.0 1.0 -1.0 1.0 ))
(vols ( -0.5 -0.5 -3.5 -4.5 -4.5 -4.5 -4.5 -2.5 -2.5 ))
(cores ( -1 -1 -1 1 1 -1 -1 -1 -1 ))
(drum_solo
(seqs (kick.cue snare.cue tom1.cue tom2.cue crash.cue))
)
(drum_freestyle
(seqs (kick.cue snare.cue hat.cue ride.cue crash.cue))
)
(midi_file songs/witchhunt/witchhunt.mid)
)
(song_scroll_speed 2300)
(bank sfx/tambourine_bank.milo)
(anim_tempo kTempoMedium)
(preview 156528 179169)
(rank
(drum 301)
(guitar 205)
(bass 120)
(vocals 152)
(keys 153)
(real_keys 153)
(band 194)
)
(genre prog)
(decade the80s)
(downloaded TRUE)
(vocal_gender male)
(format 3)
(version 1) ; Only modified by coders!
(fake {== $SONG_VERSION 0})
(downloaded {> $SONG_VERSION 0})
(album_art TRUE) ; if TRUE, the actual album art will be required
(year_released 1981)
(album_name "Moving Pictures")
(album_track_number 6)
(base_points 181562)
(song_id 1005226)
; Added RB3 scroll information
(vocal_tonic_note 7)
(song_tonality 1)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(witchhunt
(upgrade_version 1)
(midi_file "songs_upgrades/witchhunt_plus.mid")
(song_id 1005226)
)
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
(witchhunt
(name "Witch Hunt (Part III of Fear)")
(artist "Rush")
(master TRUE)
(context 364)
(song
(name songs/witchhunt/witchhunt)
(tracks
((drum (0 1))
(bass 2)
(guitar (3 4))
(vocals (5 6))
)
)
; DMS BS GUITAR VOCALS TRACKS
(pans ( -1.0 1.0 0.0 -1.0 1.0 -1.0 1.0 -1.0 1.0 ))
(vols ( -0.5 -0.5 -3.5 -4.5 -4.5 -4.5 -4.5 -2.5 -2.5 ))
(cores ( -1 -1 -1 1 1 -1 -1 -1 -1 ))
(drum_solo
(seqs (kick.cue snare.cue tom1.cue tom2.cue crash.cue))
)
(drum_freestyle
(seqs (kick.cue snare.cue hat.cue ride.cue crash.cue))
)
(midi_file songs/witchhunt/witchhunt.mid)
)
(song_scroll_speed 2300)
(bank sfx/tambourine_bank.milo)
(anim_tempo kTempoMedium)
(preview 156528 179169)
(rank
(drum 301)
(guitar 205)
(bass 120)
(vocals 152)
(band 194)
)
(genre prog)
(decade the80s)
(downloaded TRUE)
(vocal_gender male)
(format 3)
(version 1) ; Only modified by coders!
(fake {== $SONG_VERSION 0})
(downloaded {> $SONG_VERSION 0})
(album_art TRUE) ; if TRUE, the actual album art will be required
(year_released 1981)
(album_name "Moving Pictures")
(album_track_number 6)
(base_points 181562)
; Added RB3 scroll information
(vocal_tonic_note 7)
(song_tonality 1)
)

0 comments on commit ab7ba3c

Please sign in to comment.