Skip to content

Commit da16e8e

Browse files
committed
fix: nintendo cap
1 parent 15c3c3f commit da16e8e

File tree

15 files changed

+22
-24
lines changed

15 files changed

+22
-24
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ jobs:
2525

2626
- name: Pack VPK
2727
run: |
28-
wget https://github.com/mlugg/zvpk/releases/download/v0.1.1/zvpk
29-
chmod +x ./zvpk
30-
# https://github.com/mlugg/zvpk/issues/1
31-
rm -f pak01_dir/models/nintendo/marios_cap.dx90.vtx
32-
rm -f pak01_dir/models/nintendo/marios_cap.sw.vtx
33-
./zvpk pak01_dir
28+
wget https://github.com/craftablescience/VPKEdit/releases/download/v4.4.2/VPKEdit-Linux-Standalone-CLI-gcc-Release.zip
29+
unzip VPKEdit-Linux-Standalone-CLI-gcc-Release.zip
30+
chmod +x ./vpkeditcli
31+
./vpkeditcli -s -v 1 pak01_dir
3432
3533
- name: Upload Artifact
3634
uses: actions/upload-artifact@v4
-22.5 KB
Binary file not shown.
-22.4 KB
Binary file not shown.
File renamed without changes.

pak01_dir/models/props_destruction/glass_broken_128x128_d.dx90.vtx renamed to pak01_dir/models/props_destruction/glass_broken_128x128_d.vtx

File renamed without changes.

pak01_dir/models/props_destruction/glass_broken_128x128_d_copy.dx90.vtx renamed to pak01_dir/models/props_destruction/glass_broken_128x128_d_copy.vtx

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)