12.2021.1
This commit is contained in:
parent
63886d1fad
commit
568c911602
|
|
@ -68,7 +68,7 @@ public class FileFormat
|
||||||
AssetSDKFixerSaveBackups = true;
|
AssetSDKFixerSaveBackups = true;
|
||||||
AlternateServerIP = "";
|
AlternateServerIP = "";
|
||||||
DisableReshadeDelete = false;
|
DisableReshadeDelete = false;
|
||||||
ShowServerNotifications = true;
|
ShowServerNotifications = false;
|
||||||
ServerBrowserServerName = "Novetus";
|
ServerBrowserServerName = "Novetus";
|
||||||
ServerBrowserServerAddress = "localhost";
|
ServerBrowserServerAddress = "localhost";
|
||||||
Priority = ProcessPriorityClass.RealTime;
|
Priority = ProcessPriorityClass.RealTime;
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,8 @@ public class ScriptFuncs
|
||||||
+ GlobalVars.UserConfiguration.PlayerLimit + ","
|
+ GlobalVars.UserConfiguration.PlayerLimit + ","
|
||||||
+ md5s + ","
|
+ md5s + ","
|
||||||
+ GlobalVars.UserConfiguration.ShowServerNotifications.ToString().ToLower()
|
+ GlobalVars.UserConfiguration.ShowServerNotifications.ToString().ToLower()
|
||||||
+ ((GlobalVars.ValidatedExtraFiles > 0) ? "," + GlobalVars.ValidatedExtraFiles.ToString() + ");" : ",0);");
|
+ ((GlobalVars.ValidatedExtraFiles > 0) ? "," + GlobalVars.ValidatedExtraFiles.ToString() + "," : ",0,")
|
||||||
|
+ GlobalVars.UserConfiguration.NewGUI.ToString().ToLower() + ");";
|
||||||
case ScriptType.Solo:
|
case ScriptType.Solo:
|
||||||
case ScriptType.EasterEgg:
|
case ScriptType.EasterEgg:
|
||||||
return "_G.CSSolo("
|
return "_G.CSSolo("
|
||||||
|
|
@ -79,7 +80,8 @@ public class ScriptFuncs
|
||||||
+ GlobalVars.soloLoadout + ","
|
+ GlobalVars.soloLoadout + ","
|
||||||
+ GlobalVars.UserConfiguration.NewGUI.ToString().ToLower() + ");";
|
+ GlobalVars.UserConfiguration.NewGUI.ToString().ToLower() + ");";
|
||||||
case ScriptType.Studio:
|
case ScriptType.Studio:
|
||||||
return "_G.CSStudio();";
|
return "_G.CSStudio("
|
||||||
|
+ GlobalVars.UserConfiguration.NewGUI.ToString().ToLower() + ");";
|
||||||
default:
|
default:
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,11 @@ Enhancements:
|
||||||
- Studio can now be launched alongside other game types and clients.
|
- Studio can now be launched alongside other game types and clients.
|
||||||
- Universal maps are now categorized based on client optimizations.
|
- Universal maps are now categorized based on client optimizations.
|
||||||
- Clearing asset cache now properly clears the folder.
|
- Clearing asset cache now properly clears the folder.
|
||||||
|
- Rise of the Killbots: The Killbots' behaviors will now more accurately depict the Killbots from Rise of the Killbots: MEMORY ERROR.
|
||||||
|
- Added the ability to reset graphics settings.
|
||||||
|
- Pressing the ESC key in 2011M with the 2011L UI on will open up the main menu.
|
||||||
|
- Disabled Server Notifications by default.
|
||||||
|
- Added 2009E-HD's rocket launcher to the 3D Avatar Preview.
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
- Fixed the URL Override box in the Asset SDK not being functional.
|
- Fixed the URL Override box in the Asset SDK not being functional.
|
||||||
|
|
@ -51,6 +56,9 @@ Fixes:
|
||||||
- Fixed compatibility with 1.2.3 clientinfo.nov files in the Client SDK.
|
- Fixed compatibility with 1.2.3 clientinfo.nov files in the Client SDK.
|
||||||
- Fixed Santa's Winter Stronghold.
|
- Fixed Santa's Winter Stronghold.
|
||||||
- Fixed missing assets in some Universal maps.
|
- Fixed missing assets in some Universal maps.
|
||||||
|
- Fixed the config overriding values whenever there's an error.
|
||||||
|
- If a value is detected as an error, it will be overriden with the defaults.
|
||||||
|
- Fixed a bug where the Play and Versions tabs can be filled up with repeated entries in the Stylish style.
|
||||||
|
|
||||||
Lite version changes:
|
Lite version changes:
|
||||||
- Removed the following clients:
|
- Removed the following clients:
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,6 @@ CLS
|
||||||
ReleasePreparer.exe -release
|
ReleasePreparer.exe -release
|
||||||
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
|
|
||||||
GOTO MENU
|
GOTO MENU
|
||||||
|
|
||||||
:RELEASENOMAPS
|
:RELEASENOMAPS
|
||||||
|
|
@ -95,7 +94,6 @@ CLS
|
||||||
ReleasePreparer.exe -lite
|
ReleasePreparer.exe -lite
|
||||||
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
|
||||||
del releasenomapsversion.txt
|
|
||||||
GOTO MENU
|
GOTO MENU
|
||||||
|
|
||||||
:BETA
|
:BETA
|
||||||
|
|
@ -103,7 +101,6 @@ CLS
|
||||||
ReleasePreparer.exe -snapshot
|
ReleasePreparer.exe -snapshot
|
||||||
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
|
|
||||||
GOTO MENU
|
GOTO MENU
|
||||||
|
|
||||||
:RELEASE_DRY
|
:RELEASE_DRY
|
||||||
|
|
@ -111,7 +108,6 @@ CLS
|
||||||
ReleasePreparer.exe -release
|
ReleasePreparer.exe -release
|
||||||
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
|
|
||||||
GOTO MENU
|
GOTO MENU
|
||||||
|
|
||||||
:RELEASENOMAPS_DRY
|
:RELEASENOMAPS_DRY
|
||||||
|
|
@ -119,7 +115,6 @@ CLS
|
||||||
ReleasePreparer.exe -lite
|
ReleasePreparer.exe -lite
|
||||||
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
|
||||||
del releasenomapsversion.txt
|
|
||||||
GOTO MENU
|
GOTO MENU
|
||||||
|
|
||||||
:BETA_DRY
|
:BETA_DRY
|
||||||
|
|
@ -127,7 +122,6 @@ CLS
|
||||||
ReleasePreparer.exe -snapshot
|
ReleasePreparer.exe -snapshot
|
||||||
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
|
|
||||||
GOTO MENU
|
GOTO MENU
|
||||||
|
|
||||||
:VALIDATE
|
:VALIDATE
|
||||||
|
|
|
||||||
|
|
@ -575,7 +575,14 @@ end
|
||||||
rbxversion = version()
|
rbxversion = version()
|
||||||
print("ROBLOX Client version '" .. rbxversion .. "' loaded.")
|
print("ROBLOX Client version '" .. rbxversion .. "' loaded.")
|
||||||
|
|
||||||
function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Notifications,ValidatedScripts)
|
function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Notifications,ValidatedScripts,NewGUI)
|
||||||
|
pcall(function()
|
||||||
|
id = -1
|
||||||
|
if NewGUI == true then
|
||||||
|
id = 1337
|
||||||
|
end
|
||||||
|
game:SetPlaceID(id, false)
|
||||||
|
end)
|
||||||
dofile("rbxasset://scripts\\cores\\StarterScriptServer.lua")
|
dofile("rbxasset://scripts\\cores\\StarterScriptServer.lua")
|
||||||
assert((type(Port)~="number" or tonumber(Port)~=nil or Port==nil),"CSRun Error: Port must be nil or a number.")
|
assert((type(Port)~="number" or tonumber(Port)~=nil or Port==nil),"CSRun Error: Port must be nil or a number.")
|
||||||
local NetworkServer=game:GetService("NetworkServer")
|
local NetworkServer=game:GetService("NetworkServer")
|
||||||
|
|
@ -817,7 +824,14 @@ function CSSolo(UserID,PlayerName,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function CSStudio()
|
function CSStudio(NewGUI)
|
||||||
|
pcall(function()
|
||||||
|
id = -1
|
||||||
|
if NewGUI == true then
|
||||||
|
id = 1337
|
||||||
|
end
|
||||||
|
game:SetPlaceID(id, false)
|
||||||
|
end)
|
||||||
dofile("rbxasset://scripts\\cores\\StarterScript.lua")
|
dofile("rbxasset://scripts\\cores\\StarterScript.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2061,17 +2061,17 @@ local function createLeaveConfirmationMenu(baseZIndex,shield)
|
||||||
noButton.Parent = frame
|
noButton.Parent = frame
|
||||||
noButton.ZIndex = baseZIndex + 4
|
noButton.ZIndex = baseZIndex + 4
|
||||||
noButton.MouseButton1Click:connect(function()
|
noButton.MouseButton1Click:connect(function()
|
||||||
if escPressed then
|
--[[if escPressed then
|
||||||
escPressed = false
|
escPressed = false
|
||||||
|
|
||||||
shield.Settings.SettingsStyle.Parent:TweenPosition(UDim2.new(0.5, -262,-0.5, -200),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
shield.Settings.SettingsStyle.Parent:TweenPosition(UDim2.new(0.5, -262,-0.5, -200),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
||||||
shield.Settings.SettingsStyle.Parent:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
shield.Settings.SettingsStyle.Parent:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
||||||
shield.Visible = false
|
shield.Visible = false
|
||||||
game.CoreGui.RobloxGui.ControlFrame.BottomLeftControl.SettingsButton.Active = true
|
game.CoreGui.RobloxGui.ControlFrame.BottomLeftControl.SettingsButton.Active = true
|
||||||
else
|
else]]
|
||||||
goToMenu(shield.Settings.SettingsStyle,"GameMainMenu","down")
|
goToMenu(shield.Settings.SettingsStyle,"GameMainMenu","down")
|
||||||
shield.Settings:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
shield.Settings:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
||||||
end
|
--end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local leaveText = Instance.new("TextLabel")
|
local leaveText = Instance.new("TextLabel")
|
||||||
|
|
@ -2841,15 +2841,38 @@ if UserSettings then
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- add in hotkey for leaving game
|
-- add in hotkey for leaving game
|
||||||
--game:GetService("GuiService"):AddKey(escKey)
|
-- edit: opens the menu instead. makes more sense.
|
||||||
|
game:GetService("GuiService"):AddKey(escKey)
|
||||||
game:GetService("GuiService").KeyPressed:connect(function(key)
|
game:GetService("GuiService").KeyPressed:connect(function(key)
|
||||||
if key == escKey then
|
if key == escKey then
|
||||||
--[[escPressed = true
|
if escPressed ~= true then
|
||||||
goToMenu(settingsFrame,"LeaveConfirmationMenu","down")
|
escPressed = true
|
||||||
shield.Visible = true
|
game.GuiService:AddCenterDialog(shield, Enum.CenterDialogType.ModalDialog,
|
||||||
settingsButton.Active = false
|
--showFunction
|
||||||
settingsFrame.Parent:TweenPosition(UDim2.new(0.5, -262,0.5, -200),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
function()
|
||||||
settingsFrame.Parent:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)]]
|
settingsButton.Active = false
|
||||||
|
updateCameraDropDownSelection(UserSettings().GameSettings.ControlMode.Name)
|
||||||
|
|
||||||
|
if syncVideoCaptureSetting then
|
||||||
|
syncVideoCaptureSetting()
|
||||||
|
end
|
||||||
|
|
||||||
|
goToMenu(settingsFrame,"GameMainMenu","right")
|
||||||
|
shield.Visible = true
|
||||||
|
settingsFrame.Parent:TweenPosition(UDim2.new(0.5, -262,0.5, -200),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
||||||
|
settingsFrame.Parent:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
||||||
|
end,
|
||||||
|
nil)
|
||||||
|
else
|
||||||
|
escPressed = false
|
||||||
|
resumeGameFunction(shield)
|
||||||
|
game.GuiService:RemoveCenterDialog(shield)
|
||||||
|
end
|
||||||
|
--goToMenu(settingsFrame,"LeaveConfirmationMenu","down")
|
||||||
|
--shield.Visible = true
|
||||||
|
--settingsButton.Active = false
|
||||||
|
--settingsFrame.Parent:TweenPosition(UDim2.new(0.5, -262,0.5, -200),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
||||||
|
--settingsFrame.Parent:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
@ -2893,6 +2916,8 @@ if UserSettings then
|
||||||
shield.Visible = true
|
shield.Visible = true
|
||||||
settingsFrame.Parent:TweenPosition(UDim2.new(0.5, -262,0.5, -200),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
settingsFrame.Parent:TweenPosition(UDim2.new(0.5, -262,0.5, -200),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
||||||
settingsFrame.Parent:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
settingsFrame.Parent:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
||||||
|
--hack so we can hide the main menu with esc if we clicked on the button
|
||||||
|
escPressed = true
|
||||||
end,
|
end,
|
||||||
--hideFunction
|
--hideFunction
|
||||||
function()
|
function()
|
||||||
|
|
@ -2900,6 +2925,8 @@ if UserSettings then
|
||||||
settingsFrame.Parent:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
settingsFrame.Parent:TweenSize(UDim2.new(0,525,0,430),Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,tweenTime,true)
|
||||||
shield.Visible = false
|
shield.Visible = false
|
||||||
settingsButton.Active = true
|
settingsButton.Active = true
|
||||||
|
--similar hack
|
||||||
|
escPressed = false
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -8,4 +8,5 @@ ExtendedVersionNumber=True
|
||||||
ExtendedVersionEditChangelog=False
|
ExtendedVersionEditChangelog=False
|
||||||
ExtendedVersionTemplate=%version% v12.2021.%extended-revision%%lite%
|
ExtendedVersionTemplate=%version% v12.2021.%extended-revision%%lite%
|
||||||
ExtendedVersionRevision=1
|
ExtendedVersionRevision=1
|
||||||
IsLite=False
|
IsLite=False
|
||||||
|
InitialBootup=True
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@ Happy Birthday, Roblox!|Roblox was released to the public on September 1st, 2006
|
||||||
Happy Leif Erikson Day! HINGA DINGA DURGEN!|10/9
|
Happy Leif Erikson Day! HINGA DINGA DURGEN!|10/9
|
||||||
I used to wonder what friendship could be!|10/10
|
I used to wonder what friendship could be!|10/10
|
||||||
Happy Birthday, Novetus!|Novetus was announced directly after the cancellation of RBXLegacy.|10/27
|
Happy Birthday, Novetus!|Novetus was announced directly after the cancellation of RBXLegacy.|10/27
|
||||||
|
Happy Halloween!|Spooky, scary skeletons send shivers down your spine...|10/31
|
||||||
Adventure Awaits...|The first trailer used to promote Roblox to the public was%newline%uploaded by John Shedletsky on November 9th, 2006.|11/9
|
Adventure Awaits...|The first trailer used to promote Roblox to the public was%newline%uploaded by John Shedletsky on November 9th, 2006.|11/9
|
||||||
Welcome to %version%!|Hi!|11/11
|
Welcome to %version%!|Hi!|11/11
|
||||||
Happy Halloween!|Spooky, scary skeletons send shivers down your spine...|10/31
|
|
||||||
Merry Christmas!|...and a happy new year!|12/24-12/25
|
Merry Christmas!|...and a happy new year!|12/24-12/25
|
||||||
Happy New Year!|Have a happy %nextyear%!|12/31
|
Happy New Year!|Have a happy %nextyear%!|12/31
|
||||||
Happy Out-of-Touch Thursday!|You're out of touch, I'm out of time.%newline%But I'm out of my head when you're not around!|Thursday
|
Happy Out-of-Touch Thursday!|You're out of touch, I'm out of time.%newline%But I'm out of my head when you're not around!|Thursday
|
||||||
Loading…
Reference in New Issue