Skip to content

Commit

Permalink
don't need to rename this file
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Oct 19, 2024
1 parent ea1a471 commit 1cdc1ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions _ark/ps4/dx/macros/dx_overshell_macros.dta
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
{dx_file_rename "ps4/track/shared/particles/textures/particle_spark_cluster1.bmp_ps4" "ps4/track/shared/particles/textures/particle_spark_cluster.bmp_ps4"}
{dx_file_rename "ps4/track/shared/particles/textures/particle_spark_dense1.bmp_ps4" "ps4/track/shared/particles/textures/particle_spark_dense.bmp_ps4"}
{dx_file_rename "ps4/track/shared/particles/textures/particle_spiral_flare1.bmp_ps4" "ps4/track/shared/particles/textures/particle_spiral_flare.bmp_ps4"}
{dx_file_rename "ps4/track/shared/fx/flash_pot/particle_smoke1.bmp_ps4" "ps4/track/shared/fx/flash_pot/particle_smoke.bmp_ps4"}
)
#define MOVE_NOFLAMES_FILES_OFF
(
Expand All @@ -74,5 +73,4 @@
{dx_file_rename "ps4/track/shared/particles/textures/particle_spark_cluster.bmp_ps4" "ps4/track/shared/particles/textures/particle_spark_cluster1.bmp_ps4"}
{dx_file_rename "ps4/track/shared/particles/textures/particle_spark_dense.bmp_ps4" "ps4/track/shared/particles/textures/particle_spark_dense1.bmp_ps4"}
{dx_file_rename "ps4/track/shared/particles/textures/particle_spiral_flare.bmp_ps4" "ps4/track/shared/particles/textures/particle_spiral_flare1.bmp_ps4"}
{dx_file_rename "ps4/track/shared/fx/flash_pot/particle_smoke.bmp_ps4" "ps4/track/shared/fx/flash_pot/particle_smoke1.bmp_ps4"}
)
4 changes: 3 additions & 1 deletion _ark/ps4/dx/ui/init_dev.dta
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ UPDATE_SETTINGS
{dx_file_delete "ps4/track/shared/particles/textures/particle_spark_cluster1.bmp_ps4"}
{dx_file_delete "ps4/track/shared/particles/textures/particle_spark_dense1.bmp_ps4"}
{dx_file_delete "ps4/track/shared/particles/textures/particle_spiral_flare1.bmp_ps4"}
{dx_file_delete "ps4/track/shared/fx/flash_pot/particle_smoke1.bmp_ps4"}
)
;delete/move files if settings don't match
{if {&& {file_exists "settings/visuals/faststart.dta"} {dx_file_exists "ps4/ui/startup/mnemonix1.bk2"}}
Expand Down Expand Up @@ -238,6 +237,9 @@ UPDATE_SETTINGS
{if {dx_file_exists "ps4/track/shared/fx_noise_b_util1.bmp_ps4"}
{dx_file_delete "ps4/track/shared/fx_noise_b_util1.bmp_ps4"}
}
{if {dx_file_exists "ps4/track/shared/fx/flash_pot/particle_smoke1.bmp_ps4"}
{dx_file_delete "ps4/track/shared/fx/flash_pot/particle_smoke1.bmp_ps4"}
}
{if {! {file_exists "settings/venue/enabled.dta"}}
DELETE_INVALID_VENUE_DTAS
}
Expand Down

0 comments on commit 1cdc1ac

Please sign in to comment.