Skip to content

Commit

Permalink
fix github actions removing .gitkeep folders
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Nov 11, 2024
1 parent ec4d1c3 commit 0e76cff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _ark/ps4/dx/ui/init_dev.dta
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
CREATE_SETTINGS_DIRS
UPDATE_SETTINGS

;make ark/ps4 dirs that are used in game
{dx_file_mkdir "ps4/shared"}
{dx_file_mkdir "ps4/shared/scene"}
{dx_file_mkdir "ps4/track/shared/gem_track_texture"}

#define DELETE_INVALID_NOFLAMES_FILES
(
{dx_file_delete "ps4/track/smasher/gem_smasher_unlit1.entity_ps4"}
Expand All @@ -141,6 +146,7 @@ UPDATE_SETTINGS
{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"}
)

;delete/move files if settings don't match
{if {&& {file_exists "settings/visuals/faststart.dta"} {dx_file_exists "ps4/ui/startup/mnemonix1.bk2"}}
{if_else {dx_file_exists "ps4/ui/startup/mnemonix.bk2"}
Expand Down

0 comments on commit 0e76cff

Please sign in to comment.