added new splashes, move 3dview script, update batches
This commit is contained in:
parent
9bee5246a6
commit
05ece98c8e
|
|
@ -159,7 +159,8 @@ del /s /q Novetus\config\clients\GlobalSettings7_2008M.xml
|
||||||
rmdir /s /q Novetus\maps\Custom
|
rmdir /s /q Novetus\maps\Custom
|
||||||
rmdir /s /q Novetus\shareddata\assetcache
|
rmdir /s /q Novetus\shareddata\assetcache
|
||||||
|
|
||||||
echo Junk files cleaned.
|
echo Junk files cleaned. Updating GitHub scripts.
|
||||||
|
call github_updatescripts.bat
|
||||||
IF %cleanupval%==1 GOTO POSTCLEANUP
|
IF %cleanupval%==1 GOTO POSTCLEANUP
|
||||||
IF %cleanupval%==2 GOTO POSTCLEANUP_DRY
|
IF %cleanupval%==2 GOTO POSTCLEANUP_DRY
|
||||||
|
|
||||||
|
|
@ -194,7 +195,6 @@ IF %checkoption%==3 GOTO RELEASENOMAPS_DRY
|
||||||
:RELEASE
|
:RELEASE
|
||||||
CLS
|
CLS
|
||||||
ReleasePreparer.exe -release
|
ReleasePreparer.exe -release
|
||||||
pause
|
|
||||||
butler push Novetus bitl/novetus:windows --if-changed --userversion-file releaseversion.txt
|
butler push Novetus bitl/novetus:windows --if-changed --userversion-file releaseversion.txt
|
||||||
pause
|
pause
|
||||||
del releaseversion.txt
|
del releaseversion.txt
|
||||||
|
|
@ -203,7 +203,6 @@ GOTO MENU
|
||||||
:RELEASENOMAPS
|
:RELEASENOMAPS
|
||||||
CLS
|
CLS
|
||||||
ReleasePreparer.exe -lite
|
ReleasePreparer.exe -lite
|
||||||
pause
|
|
||||||
butler push Novetus-Lite bitl/novetus:windows-lite --if-changed --userversion-file releasenomapsversion.txt
|
butler push Novetus-Lite bitl/novetus:windows-lite --if-changed --userversion-file releasenomapsversion.txt
|
||||||
pause
|
pause
|
||||||
rmdir /s /q "Novetus-Lite"
|
rmdir /s /q "Novetus-Lite"
|
||||||
|
|
@ -213,7 +212,6 @@ GOTO MENU
|
||||||
:BETA
|
:BETA
|
||||||
CLS
|
CLS
|
||||||
ReleasePreparer.exe -snapshot
|
ReleasePreparer.exe -snapshot
|
||||||
pause
|
|
||||||
butler push Novetus bitl/novetus:windows-beta --if-changed --userversion-file betaversion.txt
|
butler push Novetus bitl/novetus:windows-beta --if-changed --userversion-file betaversion.txt
|
||||||
pause
|
pause
|
||||||
del betaversion.txt
|
del betaversion.txt
|
||||||
|
|
@ -222,7 +220,6 @@ GOTO MENU
|
||||||
:RELEASE_DRY
|
:RELEASE_DRY
|
||||||
CLS
|
CLS
|
||||||
ReleasePreparer.exe -release
|
ReleasePreparer.exe -release
|
||||||
pause
|
|
||||||
butler push Novetus bitl/novetus:windows --if-changed --userversion-file releaseversion.txt --dry-run
|
butler push Novetus bitl/novetus:windows --if-changed --userversion-file releaseversion.txt --dry-run
|
||||||
pause
|
pause
|
||||||
del releaseversion.txt
|
del releaseversion.txt
|
||||||
|
|
@ -231,7 +228,6 @@ GOTO MENU
|
||||||
:RELEASENOMAPS_DRY
|
:RELEASENOMAPS_DRY
|
||||||
CLS
|
CLS
|
||||||
ReleasePreparer.exe -lite
|
ReleasePreparer.exe -lite
|
||||||
pause
|
|
||||||
butler push Novetus-Lite bitl/novetus:windows-lite --if-changed --userversion-file releasenomapsversion.txt --dry-run
|
butler push Novetus-Lite bitl/novetus:windows-lite --if-changed --userversion-file releasenomapsversion.txt --dry-run
|
||||||
pause
|
pause
|
||||||
rmdir /s /q "Novetus-Lite"
|
rmdir /s /q "Novetus-Lite"
|
||||||
|
|
@ -241,7 +237,6 @@ GOTO MENU
|
||||||
:BETA_DRY
|
:BETA_DRY
|
||||||
CLS
|
CLS
|
||||||
ReleasePreparer.exe -snapshot
|
ReleasePreparer.exe -snapshot
|
||||||
pause
|
|
||||||
butler push Novetus bitl/novetus:windows-beta --if-changed --userversion-file betaversion.txt --dry-run
|
butler push Novetus bitl/novetus:windows-beta --if-changed --userversion-file betaversion.txt --dry-run
|
||||||
pause
|
pause
|
||||||
del betaversion.txt
|
del betaversion.txt
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
SET basedir=%CD%\scripts
|
SET basedir=%CD%\scripts
|
||||||
|
|
||||||
SET gamescriptdir=%basedir%\game
|
SET gamescriptdir=%basedir%\game
|
||||||
|
|
||||||
if not exist "%gamescriptdir%" mkdir "%gamescriptdir%"
|
if not exist "%gamescriptdir%" mkdir "%gamescriptdir%"
|
||||||
if not exist "%gamescriptdir%/2006S" mkdir "%gamescriptdir%/2006S"
|
if not exist "%gamescriptdir%/2006S" mkdir "%gamescriptdir%/2006S"
|
||||||
if not exist "%gamescriptdir%/2006S-Shaders" mkdir "%gamescriptdir%/2006S-Shaders"
|
if not exist "%gamescriptdir%/2006S-Shaders" mkdir "%gamescriptdir%/2006S-Shaders"
|
||||||
|
|
@ -17,11 +16,8 @@ if not exist "%gamescriptdir%/2009E-HD" mkdir "%gamescriptdir%/2009E-HD"
|
||||||
if not exist "%gamescriptdir%/2010L" mkdir "%gamescriptdir%/2010L"
|
if not exist "%gamescriptdir%/2010L" mkdir "%gamescriptdir%/2010L"
|
||||||
if not exist "%gamescriptdir%/2011E" mkdir "%gamescriptdir%/2011E"
|
if not exist "%gamescriptdir%/2011E" mkdir "%gamescriptdir%/2011E"
|
||||||
if not exist "%gamescriptdir%/2011M" mkdir "%gamescriptdir%/2011M"
|
if not exist "%gamescriptdir%/2011M" mkdir "%gamescriptdir%/2011M"
|
||||||
if not exist "%gamescriptdir%/3DView" mkdir "%gamescriptdir%/3DView"
|
|
||||||
|
|
||||||
SET launcherscriptdir=%basedir%\launcher
|
|
||||||
if not exist "%launcherscriptdir%" mkdir "%launcherscriptdir%"
|
|
||||||
|
|
||||||
|
echo Copying Game Scripts...
|
||||||
XCOPY Novetus\clients\2006S\content\scripts\CSMPFunctions.lua %gamescriptdir%/2006S
|
XCOPY Novetus\clients\2006S\content\scripts\CSMPFunctions.lua %gamescriptdir%/2006S
|
||||||
XCOPY Novetus\clients\2006S-Shaders\content\scripts\CSMPFunctions.lua %gamescriptdir%/2006S-Shaders
|
XCOPY Novetus\clients\2006S-Shaders\content\scripts\CSMPFunctions.lua %gamescriptdir%/2006S-Shaders
|
||||||
XCOPY Novetus\clients\2007E\content\scripts\CSMPFunctions.lua %gamescriptdir%/2007E
|
XCOPY Novetus\clients\2007E\content\scripts\CSMPFunctions.lua %gamescriptdir%/2007E
|
||||||
|
|
@ -34,8 +30,20 @@ XCOPY Novetus\clients\2009E-HD\content\scripts\CSMPFunctions.lua %gamescriptdir%
|
||||||
XCOPY Novetus\clients\2010L\content\scripts\CSMPFunctions.lua %gamescriptdir%/2010L
|
XCOPY Novetus\clients\2010L\content\scripts\CSMPFunctions.lua %gamescriptdir%/2010L
|
||||||
XCOPY Novetus\clients\2011E\content\scripts\CSMPFunctions.lua %gamescriptdir%/2011E
|
XCOPY Novetus\clients\2011E\content\scripts\CSMPFunctions.lua %gamescriptdir%/2011E
|
||||||
XCOPY Novetus\clients\2011M\content\scripts\CSMPFunctions.lua %gamescriptdir%/2011M
|
XCOPY Novetus\clients\2011M\content\scripts\CSMPFunctions.lua %gamescriptdir%/2011M
|
||||||
XCOPY Novetus\bin\preview\content\scripts\CSView.lua %gamescriptdir%/3DView
|
|
||||||
|
SET launcherscriptdir=%basedir%\launcher
|
||||||
|
if not exist "%launcherscriptdir%" mkdir "%launcherscriptdir%"
|
||||||
|
if not exist "%launcherscriptdir%/3DView" mkdir "%launcherscriptdir%/3DView"
|
||||||
|
|
||||||
|
echo Copying Launcher Scripts...
|
||||||
|
XCOPY Novetus\bin\preview\content\scripts\CSView.lua %launcherscriptdir%/3DView
|
||||||
XCOPY Novetus\config\ContentProviders.xml %launcherscriptdir%
|
XCOPY Novetus\config\ContentProviders.xml %launcherscriptdir%
|
||||||
XCOPY Novetus\config\splashes.txt %launcherscriptdir%
|
XCOPY Novetus\config\splashes.txt %launcherscriptdir%
|
||||||
XCOPY Novetus\config\splashes-special.txt %launcherscriptdir%
|
XCOPY Novetus\config\splashes-special.txt %launcherscriptdir%
|
||||||
XCOPY Novetus\config\names-special.txt %launcherscriptdir%
|
XCOPY Novetus\config\names-special.txt %launcherscriptdir%
|
||||||
|
|
||||||
|
echo Moving to GitHub Folder...
|
||||||
|
SET dest=G:\Projects\GitHub\Novetus\Novetus_src
|
||||||
|
if not exist "%dest%\scripts" mkdir "%dest%\scripts"
|
||||||
|
XCOPY /y /E "%basedir%" "%dest%\scripts"
|
||||||
|
rmdir "%basedir%" /s /q
|
||||||
|
|
@ -117,3 +117,6 @@ HAIL DENMARK
|
||||||
I'm the antonymph of the internet!
|
I'm the antonymph of the internet!
|
||||||
Sing a song about life!
|
Sing a song about life!
|
||||||
All your base are belong to us.
|
All your base are belong to us.
|
||||||
|
Thrillville 2007 rbxl
|
||||||
|
avocado
|
||||||
|
sus
|
||||||
Loading…
Reference in New Issue