Skip to content

Instantly share code, notes, and snippets.

@donnaken15
Last active November 7, 2022 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donnaken15/1fa6a0f4724a07e7188833c2e3f27d9a to your computer and use it in GitHub Desktop.
Save donnaken15/1fa6a0f4724a07e7188833c2e3f27d9a to your computer and use it in GitHub Desktop.
Rock Band 1 DTA patches

ROCK BAND 1 DTA PATCHES

CLICK THIS PAGE FOR MORE

{func
bot_star_power
{script_task
kTaskBeats
(delay 15)
(script
{do {everyone_deploy}}
{do {bot_star_power}}
)}}
(intro_start
{script_task
kTaskSeconds
(delay {-
0
{taskmgr seconds}})
(script {handle ($this on_extend)})}
{script_task
kTaskBeats
(delay {- {taskmgr beat}})
(script {handle ($this intro_end)})}
{script_task
kTaskUISeconds
(delay 3)
(script
{if
{gamemode
get
enable_autoplay}
{do
{toggle_auto_play}
{bot_star_power}}}
)}
{new
UIPanel
world_panel
(game_lost
#ifdef HX_XBOX
{game game_outro}
#else
{synth stop_all_sfx}
{beatmatch
foreach_active_player
$p
{synth
play
{sprintf
"%s_died.cue"
{$p instrument}}}}
{script_task
kTaskSeconds
(delay 2)
(script {do
{script_task
kTaskSeconds
(delay 2)
(script {do
{game
set_paused
TRUE}
{handle (game game_outro)}})}})}
#endif
kDataUnhandled)
(finish_load {if
{exists crowd_audio}
{crowd_audio post_load}})
(game_won
#ifdef HX_XBOX
{game game_outro}
#endif
(enable_autoplay TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment