rename mdl to gmdl, pak to gpak

This commit is contained in:
Nishi 2026-01-19 06:45:37 +09:00
commit 1204fa8b9e
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ fi
ls -d ../resource/model/* | while read a; do
N=`echo $a | rev | cut -d/ -f1 | rev`
$W ./engine/tools/gs_makepak$E ../data/mdl/$N.mdl ../resource/model/$N
$W ./engine/tools/gs_makepak$E ../data/mdl/$N.gmdl ../resource/model/$N
done
$W ./engine/tools/gs_makepak$E base.pak ../engine/data
$W ./engine/tools/gs_makepak$E game.pak ../data
$W ./engine/tools/gs_makepak$E base.gpak ../engine/data
$W ./engine/tools/gs_makepak$E game.gpak ../data