Skip to content

Commit

Permalink
initial custom hw textures work
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Oct 22, 2024
1 parent aa17baa commit bd151f8
Show file tree
Hide file tree
Showing 43 changed files with 2,244 additions and 252 deletions.
34 changes: 34 additions & 0 deletions _ark/ps4/dx/macros/dx_overshell_macros.dta
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,40 @@
}
}
)
#define SET_HIGHWAY_TEX_VAR
(
{set $enabledtex
{cond
({&& {! {dx_file_exists "settings/visuals/highwaytex.dta"}} {dx_file_exists "ps4/track/shared/gem_track_texture/gem_track_surface.bmp_ps4"}}
none
)
({dx_file_exists "settings/visuals/highwaytex_wood.dta"}
wood
)
({dx_file_exists "settings/visuals/highwaytex_black.dta"}
black
)
({dx_file_exists "settings/visuals/highwaytex_rb3_guitar.dta"}
rb3_guitar
)
({dx_file_exists "settings/visuals/highwaytex_rb3_bass.dta"}
rb3_bass
)
({dx_file_exists "settings/visuals/highwaytex_rb3_drums.dta"}
rb3_drums
)
({dx_file_exists "settings/visuals/highwaytex_rb3_keys.dta"}
rb3_keys
)
({dx_file_exists "settings/visuals/highwaytex_fnfestival.dta"}
fnfestival
)
({dx_file_exists "settings/visuals/highwaytex_fnfestival_beta.dta"}
fnfestival_beta
)
}
}
)
#define MOVE_NOFLAMES_FILES_ON
(
{dx_file_rename "ps4/track/smasher/gem_smasher_unlit1.entity_ps4" "ps4/track/smasher/gem_smasher_unlit.entity_ps4"}
Expand Down
532 changes: 521 additions & 11 deletions _ark/ps4/dx/overshell/dx_states.dta

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dependencies/ForgeTool/DtxCS.dll
Binary file not shown.
Loading

0 comments on commit bd151f8

Please sign in to comment.