Skip to content

Commit

Permalink
highway texture refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Oct 22, 2024
1 parent 1b9824c commit 8776fa2
Show file tree
Hide file tree
Showing 31 changed files with 27 additions and 474 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
496 changes: 22 additions & 474 deletions _ark/ps4/dx/overshell/dx_states.dta

Large diffs are not rendered by default.

File renamed without changes.
Empty file.
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.
5 changes: 5 additions & 0 deletions _build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ for /R "%~dp0_ark" %%f in (*.dta) do IF NOT "%%~xf" == ".dta_dta_ps4" dependenci
for /R "%~dp0_ark" %%f in (*.script) do dependencies\dtacheck "%%f" "%~dp0dependencies\dtacheckfns"
xcopy /q /e /y _ark\ps4 _tmpbuild
python dependencies\gen_version.py "%~dp0_tmpbuild\dx\dx_version.dta"
echo:Converting dtas...
for /R "%~dp0_tmpbuild" %%f in (*.dta) do IF NOT "%%~xf" == ".dta_dta_ps4" dependencies\dtxtool\dtxtool dta2b "%%f" "%%~dpnf.dta_dta_ps4" 3
for /R "%~dp0_tmpbuild" %%f in (*.script) do IF NOT "%%~xf" == ".script_dta_ps4" dependencies\dtxtool\dtxtool dta2b "%%f" "%%~dpnf.script_dta_ps4" 3
for /R "%~dp0_tmpbuild" %%f in (*.dta) do IF NOT "%%~xf" == ".dta_dta_ps4" del "%%f"
for /R "%~dp0_tmpbuild" %%f in (*.script) do IF NOT "%%~xf" == ".script_dta_ps4" del "%%f"
echo:Converting pngs...
for /R "%~dp0_tmpbuild" %%f in (*.png) do IF NOT "%%~xf" == ".png_ps4" dependencies\forgetool\forgetool png2tex "%%f" "%%~dpnf.png_ps4"
for /R "%~dp0_tmpbuild" %%f in (*.png) do IF NOT "%%~xf" == ".png_ps4" del "%%f"
for /R "%~dp0_tmpbuild" %%f in (*.gitkeep) do del "%%f"
xcopy /q /e /y _tmpbuild _build\GoldHEN\RB4DX\ps4\
for /R "%~dp0_tmpbuild" %%f in (*) do del "%%f"
rmdir /s /q "%~dp0_tmpbuild"
Expand Down
File renamed without changes.
Binary file removed dx_textures/highways/gem_track_surface.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 8776fa2

Please sign in to comment.