Skip to content

Commit

Permalink
warn if you have the patch installed on hw
Browse files Browse the repository at this point in the history
  • Loading branch information
lunalawl committed Jan 27, 2025
1 parent 247c924 commit b353174
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions _ark/dx/locale/dx_locale_updates.dta
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
(track_theme_successfully_written "Track Theme saved successfully!")
(you_lost "You lost the game")
(dx_missing_tele_patch "Hey, you ever notice how your characters' instruments, hair, and mics randomly teleport around? This can now be fixed!\n\nVisit rb3dx.milohax.org/downloads and scroll down to \qTeleporting Glitch Fix Patch\q to find out how!")
(dx_remove_tele_patch "Hey, we noticed you have the Teleporting Glitch Fix Patch installed!\nThis patch is known to cause major issues when playing on a real PS3, and is intended to be used on RPCS3 only.\n\nJoin the MiloHax Discord server (discord.gg/milohax) for assistance in removing the patch.")

; Event mode
(dx_event_club_lbl "Rock Band 3 Deluxe is a fan-made mod of Rock Band 3.\nCheck us out at rb3dx.milohax.org\nor in our Discord server at discord.gg/milohax")
Expand Down
1 change: 1 addition & 0 deletions _ark/ui/locale/esl/locale_updates_keep.dta
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
(track_theme_successfully_written "La Apariencia de Pista ha sido guardada correctamente")
(you_lost "Has perdido el juego")
(dx_missing_tele_patch "Hey, has notado que los cabellos, instrumentos, micrófonos y otros accesorios vuelan y se teletransportan? ¡Esto se puede arreglar!\n\n¡Ve a la pagina de rb3dx.milohax.org/downloads_es y ve hacia a abajo a la sección de \qParche para bugs visuales\q para mas información!")
(dx_remove_tele_patch "¡Hey!, notamos que tienes el parche para arreglar bugs visuales.\nEste parche esta diseñado para usar con RPCS3 porque causar mucha inestablidad en una PS3.\n\nÚnete al Discord de Milohax (discord.gg/milohax) si necesitas ayudar borrando el parche.")

; ESL Spanish Text
(dx_splash_1 "Fue sin querer queriendo.")
Expand Down
14 changes: 14 additions & 0 deletions _ark/ui/main/main_hub.dta
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,20 @@
}
}
}
{if {== $dx_detected_platform platform_ps3}
{if
{||
{file_exists "dx/gen/bass_patch.dtb"}
{file_exists "dx/gen/guitar_patch.dtb"}
{file_exists "dx/gen/mic_patch.dtb"}
{file_exists "dx/gen/hair_patch.dtb"}
}
{if {! $telewarned}
{set $telewarned TRUE}
{dx_modal_messenger dx_remove_tele_patch}
}
}
}
{if $dx_event_mode
{$this iterate BandButton $l {$this disable $l} {$l set_showing FALSE}}
{$this enable mb_playnow.btn} {mb_playnow.btn set_showing TRUE}
Expand Down

0 comments on commit b353174

Please sign in to comment.