-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: Track assembly data folder gets merged with the Gmod data folder
- Loading branch information
1 parent
29b0bff
commit e32fc75
Showing
38 changed files
with
76 additions
and
48 deletions.
There are no files selected for viewing
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
:: The name of the temporary file | ||
set hookInpFile=tmp.lua | ||
|
||
:: The name of the modify file | ||
set hookOutFile=trackassembly_init.lua | ||
|
||
:: Current path of this batch file | ||
set hookBasPath=%~dp0 | ||
|
||
:: The path to the Lua eceutable including | ||
set hookLuaPath=%1 | ||
|
||
:: The path to the log file. Folder must exist! | ||
set hookLogFile=%2 | ||
|
||
:: Where to read the revision file from | ||
set hookCpyPath=%hookBasPath%..\..\..\..\lua\autorun | ||
|
||
:: The path where pieces manager tool is located | ||
set hookPimMath=%hookBasPath%..\peaces_manager | ||
|
||
:: The output format of the revision file | ||
set hookFrmEnds=UNX | ||
|
||
echo Base: %hookBasPath%> %hookLogFile% | ||
echo Lua : %hookLuaPath%>> %hookLogFile% | ||
copy %hookCpyPath%\%hookOutFile% %hookCpyPath%\%hookInpFile% | ||
echo Calling %hookLuaPath%>>%hookLogFile% | ||
echo Call[0]: %hookBasPath%pre-commit.lua>>%hookLogFile% | ||
echo Call[1]: %hookCpyPath%>>%hookLogFile% | ||
echo Call[2]: %hookOutFile%>>%hookLogFile% | ||
echo Call[3]: %hookFrmEnds%>>%hookLogFile% | ||
echo Call[4]: %hookLogFile%>>%hookLogFile% | ||
call %hookLuaPath% %hookBasPath%pre-commit.lua %hookCpyPath% %hookOutFile% %hookFrmEnds% %hookLogFile% | ||
del %hookCpyPath%\%hookInpFile% | ||
echo Cleanup pieces manager buid...>>%hookLogFile% | ||
rd /s /q %hookPimMath%\bin | ||
rd /s /q %hookPimMath%\obj | ||
del %hookPimMath%\peaces_manager.layout | ||
timeout 500 | ||
exit 0 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
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
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