-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DMD
authored and
DMD
committed
Jan 29, 2018
1 parent
aa27050
commit 6a5516e
Showing
6 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
Rem generate the files: tpgamefiles.dat, co8fixes.dat, co8infra.dat and kotbfixes.dat in ..\tpdata | ||
Rem Note: ..\tpdata\clearances.dat is checked in and not generated by this sciprt | ||
set basedir=%~dp0 | ||
cd %basedir% | ||
REM cd tpgamefiles | ||
%basedir%..\dependencies\bin\datpack.exe tpgamefiles.dat %basedir%tpgamefiles | ||
move /Y tpgamefiles.dat %basedir%..\tpdata\ | ||
REM cd .. | ||
REM cd co8fixes | ||
%basedir%..\dependencies\bin\datpack.exe co8fixes.dat %basedir%co8fixes | ||
move /Y co8fixes.dat %basedir%..\tpdata\ | ||
REM cd .. | ||
REM cd co8infra | ||
%basedir%..\dependencies\bin\datpack.exe co8infra.dat %basedir%co8infra | ||
move /Y co8infra.dat %basedir%..\tpdata\ | ||
REM cd .. | ||
REM cd kotbfixes | ||
%basedir%..\dependencies\bin\datpack.exe kotbfixes.dat %basedir%kotbfixes | ||
move /Y kotbfixes.dat %basedir%..\tpdata\ | ||
cd ..\ | ||
|
||
REM removing this for now because it caused nothing but trouble | ||
|
||
|
||
REM cd %basedir% | ||
REM REM cd tpgamefiles | ||
REM %basedir%..\dependencies\bin\datpack.exe tpgamefiles.dat %basedir%tpgamefiles | ||
REM move /Y tpgamefiles.dat %basedir%..\tpdata\ | ||
REM REM cd .. | ||
REM REM cd co8fixes | ||
REM %basedir%..\dependencies\bin\datpack.exe co8fixes.dat %basedir%co8fixes | ||
REM move /Y co8fixes.dat %basedir%..\tpdata\ | ||
REM REM cd .. | ||
REM REM cd co8infra | ||
REM %basedir%..\dependencies\bin\datpack.exe co8infra.dat %basedir%co8infra | ||
REM move /Y co8infra.dat %basedir%..\tpdata\ | ||
REM REM cd .. | ||
REM REM cd kotbfixes | ||
REM %basedir%..\dependencies\bin\datpack.exe kotbfixes.dat %basedir%kotbfixes | ||
REM move /Y kotbfixes.dat %basedir%..\tpdata\ | ||
REM cd ..\ |