From 8446030f47a6b77c01cf04873c7c80b6cb75bef5 Mon Sep 17 00:00:00 2001 From: Bitl Date: Thu, 11 Nov 2021 10:02:09 -0700 Subject: [PATCH] begin 12.2021.1 update development --- .../Forms/LauncherForm/LauncherFormShared.cs | 2 +- README-AND-CREDITS.TXT | 2 +- changelog.txt | 6 +++++- scripts/launcher/info.ini | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs b/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs index 31e23e7..51ea09a 100644 --- a/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs +++ b/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs @@ -466,7 +466,7 @@ namespace NovetusLauncher if (FormStyle == Settings.Style.Stylish && gameType == ScriptType.Server) { - DialogResult result = MessageBox.Show("You have the option to launch your server with or without graphics for better preformance.\n\nPress Yes to launch a server with graphics, or No to launch a Server in No3D Mode.", "Novetus - Launch Server", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Information); + DialogResult result = MessageBox.Show("You have the option to launch your server with or without graphics for better preformance.\nPlease note that enabling this option may cause some elements in later clients may be disabled, such as Dialog boxes. This feature may also make your server unstable.\n\nPress Yes to launch a server with graphics, or No to launch a Server in No3D Mode.", "Novetus - Launch Server", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Information); bool no3dLegacy = false; switch (result) diff --git a/README-AND-CREDITS.TXT b/README-AND-CREDITS.TXT index ca634a7..60e0913 100644 --- a/README-AND-CREDITS.TXT +++ b/README-AND-CREDITS.TXT @@ -2,7 +2,7 @@ https://bitl.itch.io/novetus https://gamejolt.com/games/Novetus/375720 -https://archive.org/details/novetus-archive +https://archive.org/details/novetus-13-archive https://github.com/Novetus/Novetus_src https://github.com/Novetus/Novetus_src/wiki diff --git a/changelog.txt b/changelog.txt index a5a8995..521bea3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +1.3 v12.2021.1 +Changes from v11.2021.1: +- Added an additional warning about Dialog boxes being disabled in later clients. +---------------------------------------------------------------------------- 1.3 v11.2021.1 Changes from Pre-Release 5: - The server hosting panel is closed by default in the Stylish view. You must now click "Server" if you want to edit hosting settings and launch a server. @@ -267,7 +271,7 @@ Changes from 1.2.4.1: - Added the new "Stylish" style: a old Roblox site themed style designed from the ground up to function well for new users of Novetus. - Fixed a rare bug where the config could save without a client name and crash the launcher upon reopening. - Resetting the config will no longer reset your Tripcode. -- Added 3 maps: +- Added 6 maps: 2007 - millons of Roblox. Kill them 2011 - Survive The End Of The World (Survive The End Of Roblox) 2007 - Haunted Hill diff --git a/scripts/launcher/info.ini b/scripts/launcher/info.ini index ecdad58..3aef092 100644 --- a/scripts/launcher/info.ini +++ b/scripts/launcher/info.ini @@ -6,6 +6,6 @@ UserAgentRegisterClient1=2007M UserAgentRegisterClient2=2010L ExtendedVersionNumber=True ExtendedVersionEditChangelog=False -ExtendedVersionTemplate=%version% v11.2021.%extended-revision%%lite% +ExtendedVersionTemplate=%version% v12.2021.%extended-revision%%lite% ExtendedVersionRevision=1 IsLite=False \ No newline at end of file