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\shareddata\assetcache
|
||||
|
||||
echo Junk files cleaned.
|
||||
echo Junk files cleaned. Updating GitHub scripts.
|
||||
call github_updatescripts.bat
|
||||
IF %cleanupval%==1 GOTO POSTCLEANUP
|
||||
IF %cleanupval%==2 GOTO POSTCLEANUP_DRY
|
||||
|
||||
|
|
@ -194,7 +195,6 @@ IF %checkoption%==3 GOTO RELEASENOMAPS_DRY
|
|||
:RELEASE
|
||||
CLS
|
||||
ReleasePreparer.exe -release
|
||||
pause
|
||||
butler push Novetus bitl/novetus:windows --if-changed --userversion-file releaseversion.txt
|
||||
pause
|
||||
del releaseversion.txt
|
||||
|
|
@ -203,7 +203,6 @@ GOTO MENU
|
|||
:RELEASENOMAPS
|
||||
CLS
|
||||
ReleasePreparer.exe -lite
|
||||
pause
|
||||
butler push Novetus-Lite bitl/novetus:windows-lite --if-changed --userversion-file releasenomapsversion.txt
|
||||
pause
|
||||
rmdir /s /q "Novetus-Lite"
|
||||
|
|
@ -213,7 +212,6 @@ GOTO MENU
|
|||
:BETA
|
||||
CLS
|
||||
ReleasePreparer.exe -snapshot
|
||||
pause
|
||||
butler push Novetus bitl/novetus:windows-beta --if-changed --userversion-file betaversion.txt
|
||||
pause
|
||||
del betaversion.txt
|
||||
|
|
@ -222,7 +220,6 @@ GOTO MENU
|
|||
:RELEASE_DRY
|
||||
CLS
|
||||
ReleasePreparer.exe -release
|
||||
pause
|
||||
butler push Novetus bitl/novetus:windows --if-changed --userversion-file releaseversion.txt --dry-run
|
||||
pause
|
||||
del releaseversion.txt
|
||||
|
|
@ -231,7 +228,6 @@ GOTO MENU
|
|||
:RELEASENOMAPS_DRY
|
||||
CLS
|
||||
ReleasePreparer.exe -lite
|
||||
pause
|
||||
butler push Novetus-Lite bitl/novetus:windows-lite --if-changed --userversion-file releasenomapsversion.txt --dry-run
|
||||
pause
|
||||
rmdir /s /q "Novetus-Lite"
|
||||
|
|
@ -241,7 +237,6 @@ GOTO MENU
|
|||
:BETA_DRY
|
||||
CLS
|
||||
ReleasePreparer.exe -snapshot
|
||||
pause
|
||||
butler push Novetus bitl/novetus:windows-beta --if-changed --userversion-file betaversion.txt --dry-run
|
||||
pause
|
||||
del betaversion.txt
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
SET basedir=%CD%\scripts
|
||||
|
||||
SET gamescriptdir=%basedir%\game
|
||||
|
||||
if not exist "%gamescriptdir%" mkdir "%gamescriptdir%"
|
||||
if not exist "%gamescriptdir%/2006S" mkdir "%gamescriptdir%/2006S"
|
||||
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%/2011E" mkdir "%gamescriptdir%/2011E"
|
||||
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-Shaders\content\scripts\CSMPFunctions.lua %gamescriptdir%/2006S-Shaders
|
||||
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\2011E\content\scripts\CSMPFunctions.lua %gamescriptdir%/2011E
|
||||
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\splashes.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
|
||||
|
|
@ -116,4 +116,7 @@ Post-Awareness Stage 6 Is without description.
|
|||
HAIL DENMARK
|
||||
I'm the antonymph of the internet!
|
||||
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