@ -164,11 +164,22 @@ sub msi_extractAll ($$) {
# gis/
# ├── Data_[map 1].dgdat
# ├── Data_[map 2].dgdat
# ├── grym.exe
# └── Plugins/
# ├── DGisLan.chm
# ├── DGisLan.dgxpi
# ├── DGisLan.dll
# ├── DGisLayer.chm
# ├── DGisLayer.dgxpi
# ├── DGisLayer.dll
# ├── DGisNotes.chm
# ├── DGisNotes.dgxpi
# ├── DGisNotes.dll
# └── DGisLan/
# ├── [map 1].dglf
# └── [map 2].dglf
#
# directory
sub gis_makeDistributive ($) {
my $datadir = $_[0];
@ -79,11 +79,22 @@ build2GIS() {
for file in $DATADIR/*; do if test -f "$file"; then
case "$file" in
*_DGDAT) \mv -v "$file" "$DATADIR/Data_`echo -n $(basename $file) | sed 's/_DGDAT/.dgdat/'`";;