1.2.1
This commit is contained in:
parent
c2c89ca47b
commit
86b5eab921
|
|
@ -33,7 +33,6 @@ public static class SplashReader
|
||||||
|
|
||||||
string formattedsplash = splash
|
string formattedsplash = splash
|
||||||
.Replace("%name%", GlobalVars.UserConfiguration.PlayerName)
|
.Replace("%name%", GlobalVars.UserConfiguration.PlayerName)
|
||||||
.Replace("%nextversion%", (Convert.ToDouble(GlobalVars.ProgramInformation.Branch) + 0.1).ToString())
|
|
||||||
.Replace("%randomtext%", SecurityFuncs.RandomString(random.Next(2, 32)));
|
.Replace("%randomtext%", SecurityFuncs.RandomString(random.Next(2, 32)));
|
||||||
|
|
||||||
return formattedsplash;
|
return formattedsplash;
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
@ECHO OFF
|
|
||||||
::robocopy Novetus Novetus-lite /E
|
|
||||||
robocopy litefiles Novetus-lite /E
|
|
||||||
rmdir /s /q "Novetus-Lite\maps\Maps released by year"
|
|
||||||
rmdir /s /q "Novetus-Lite\clients\2006S"
|
|
||||||
rmdir /s /q "Novetus-Lite\clients\2006S-Shaders"
|
|
||||||
rmdir /s /q "Novetus-Lite\clients\2007M-Shaders"
|
|
||||||
rmdir /s /q "Novetus-Lite\clients\2009E"
|
|
||||||
rmdir /s /q "Novetus-Lite\shareddata\music\ROBLOX\OldSoundtrack"
|
|
||||||
|
|
@ -159,7 +159,14 @@ GOTO MENU
|
||||||
|
|
||||||
:RELEASENOMAPS
|
:RELEASENOMAPS
|
||||||
CLS
|
CLS
|
||||||
call createlitebuild.bat
|
robocopy Novetus Novetus-lite /E
|
||||||
|
robocopy litefiles Novetus-lite /E
|
||||||
|
rmdir /s /q "Novetus-Lite\maps\Maps released by year"
|
||||||
|
rmdir /s /q "Novetus-Lite\clients\2006S"
|
||||||
|
rmdir /s /q "Novetus-Lite\clients\2006S-Shaders"
|
||||||
|
rmdir /s /q "Novetus-Lite\clients\2007M-Shaders"
|
||||||
|
rmdir /s /q "Novetus-Lite\clients\2009E"
|
||||||
|
rmdir /s /q "Novetus-Lite\shareddata\music\ROBLOX\OldSoundtrack"
|
||||||
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
|
||||||
GOTO MENU
|
GOTO MENU
|
||||||
|
|
@ -178,7 +185,14 @@ GOTO MENU
|
||||||
|
|
||||||
:RELEASENOMAPS_DRY
|
:RELEASENOMAPS_DRY
|
||||||
CLS
|
CLS
|
||||||
call createlitebuild.bat
|
robocopy Novetus Novetus-lite /E
|
||||||
|
robocopy litefiles Novetus-lite /E
|
||||||
|
rmdir /s /q "Novetus-Lite\maps\Maps released by year"
|
||||||
|
rmdir /s /q "Novetus-Lite\clients\2006S"
|
||||||
|
rmdir /s /q "Novetus-Lite\clients\2006S-Shaders"
|
||||||
|
rmdir /s /q "Novetus-Lite\clients\2007M-Shaders"
|
||||||
|
rmdir /s /q "Novetus-Lite\clients\2009E"
|
||||||
|
rmdir /s /q "Novetus-Lite\shareddata\music\ROBLOX\OldSoundtrack"
|
||||||
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
|
||||||
GOTO MENU
|
GOTO MENU
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue