Skip to content

Commit

Permalink
Reverting DAT file compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
DMD authored and DMD committed Jan 29, 2018
1 parent aa27050 commit 6a5516e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ _Pvt_Extensions
/dependencies.7z

#.dat files that are now generated
/tpdata/co8fixes.dat
/tpdata/co8infra.dat
/tpdata/kotbfixes.dat
/tpdata/tpgamefiles.dat
#/tpdata/co8fixes.dat
#/tpdata/co8infra.dat
#/tpdata/kotbfixes.dat
#/tpdata/tpgamefiles.dat

Binary file added tpdata/co8fixes.dat
Binary file not shown.
Binary file added tpdata/co8infra.dat
Binary file not shown.
Binary file added tpdata/kotbfixes.dat
Binary file not shown.
Binary file added tpdata/tpgamefiles.dat
Binary file not shown.
38 changes: 21 additions & 17 deletions tpdatasrc/PackFiles.bat
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 ..\

0 comments on commit 6a5516e

Please sign in to comment.