rename mdl to gmdl, pak to gpak
This commit is contained in:
parent
76bbf980eb
commit
1204fa8b9e
5 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue