mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
begin 12.2021.1 update development
This commit is contained in:
parent
3ef26444d9
commit
8446030f47
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user