Skip to content

Commit

Permalink
high memory warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Jan 30, 2025
1 parent b9b66d1 commit ec53bde
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -362,6 +362,7 @@
(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.")
(dx_missing_highmem "Hey, we see you are playing on RPCS3, but aren't using the extended memory patch!\n\nIt is EXTREMELY recommended to install, or you will experience frequent crashes.\n\nIt's a real \qDownload more RAM\q button!")

; 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
13 changes: 13 additions & 0 deletions _ark/ui/main/main_hub.dta
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,19 @@
{saveload_mgr is_initial_load_done})
DX_MAIN_HANDLES
(enter
{if {== $dx_detected_platform platform_rpcs3}
{if
{||
{! file_exists DX_HI_MEM_PATH}}
{! {> {size {read_file DX_HI_MEM_PATH}} 0}}
{! {== {elem {find {read_file DX_HI_MEM_PATH} dx_high_memory} 1} 190000000}}
}
{if {! $memwarned}
{set $memwarned TRUE}
{dx_modal_messenger dx_missing_highmem}
}
}
}
{if {|| {== $dx_detected_platform platform_rpcs3} {== $dx_detected_platform platform_ps3}}
{if
{||
Expand Down

0 comments on commit ec53bde

Please sign in to comment.