From 6330b77db02268d9787e1f943e584c06dd8395d4 Mon Sep 17 00:00:00 2001 From: Bitl Date: Sat, 10 Sep 2022 13:13:40 -0700 Subject: [PATCH] snapshot release --- changelog.txt | 22 +++++++++++++++++++++- documentation.txt | 7 ++++--- scripts/batch/clean_junk.bat | 1 + scripts/launcher/splashes.txt | 3 ++- 4 files changed, 28 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1108520..a329330 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,27 @@ +1.3 Snapshot v22.8288.23564.1 +Enhancements: +- Added the following Place Contest (August 2022) entries: + - Zork - Bowlarama +- Added the following plugins from early versions of 2012 to 2012M: + - Time of Day + - Input Info + - Plateaus + - Orbs +- Moved all additional 2012M plugins into a seperate plugin folder (novetusadditions) +- Novetus now uses a baseplate as its default place when launching Studio with no map. +- Added %generatescript% - Allows non-2007 clients to generate scripts. Equivalent to the "Generate scripts and fix map loading for 2007/2012+" option. + - The ClientScript Tester will use this for testing purposes. + +Fixes: +- Fixed an issue where assetdelivery links wouldn't work well with the Asset Fixer or other SDK tools that use downloading. +- Fixed a few grammatical errors with the Asset Fixer. +---------------------------------------------------------------------------- 1.3 Snapshot v22.8282.21847.1 Enhancements: - Added the following Place Contest (August 2022) entries: - Ironman_45 - MW2 + - Ironman_45 - MW2 - Added the ability to skip the Bootstrapper on the next Novetus launch. + - To re-enable the Bootstrapper, set BootstrapperShowUI to True in config/config.ini. Fixes: - Fixed issues with regenerating structures in Universal - Crossroads. @@ -43,6 +62,7 @@ Fixes: Enhancements: - Made the Novetus URI Player Configuration UI more user friendly. - You can now skip the Novetus URI Player Configuration menu. Click "Don't Show Again" to make it stop showing up upon joining a server URI. + - To re-enable the Novetus URI Player Configuration menu, set URIQuickConfigure to True in config/config.ini. - You can now press the tilde (` and ~) key in the Extended and Compact styles to get easy access to the Console. Fixes: diff --git a/documentation.txt b/documentation.txt index 062edc9..ab5b805 100644 --- a/documentation.txt +++ b/documentation.txt @@ -25,10 +25,11 @@ General: %validatedfiles% - Returns the total number of files that have been validated. %validatedextrafiles% - Returns the total number of files that have been validated with . %newgui% - Returns if the 2011L interface is enabled on 2011M clients. Can be used as a toggle switch for other client-side CoreScript features. -%signgeneratedjoinscript% - Signs the generated join script if "Generate scripts and fix map loading for 2007/2012+" is enabled. +%signgeneratedjoinscript% - Signs the generated join script if "Generate scripts and fix map loading for 2007/2012+" is enabled or %generatescript% is added. %usenewsignformat% - for %signgeneratedjoinscript%, uses the new client signature format found on newer clients. -%useloadfile% - Uses the "loadfile" function instead of "dofile" for generated join scripts if "Generate scripts and fix map loading for 2007/2012+" is enabled. -%userbxassetforgeneration% - When "Generate scripts and fix map loading for 2007/2012+" is enabled, use "rbxasset" as the main path we should get the file from. +%useloadfile% - Uses the "loadfile" function instead of "dofile" for generated join scripts if "Generate scripts and fix map loading for 2007/2012+" is enabled or %generatescript% is added. +%userbxassetforgeneration% - When "Generate scripts and fix map loading for 2007/2012+" is enabled or %generatescript% is added, use "rbxasset" as the main path we should get the file from. +%generatescript% - Allows non-2007 clients to generate scripts. Equivalent to the "Generate scripts and fix map loading for 2007/2012+" option. Server: %limit% - Max Player limit. diff --git a/scripts/batch/clean_junk.bat b/scripts/batch/clean_junk.bat index b6ed59f..543e690 100644 --- a/scripts/batch/clean_junk.bat +++ b/scripts/batch/clean_junk.bat @@ -9,6 +9,7 @@ del /s /q Novetus\clients\2007M\content\scripts\CSMPBoot.lua del /s /q Novetus\clients\2007M-Shaders\content\scripts\CSMPBoot.lua del /s /q Novetus\clients\2006S\content\scripts\CSMPBoot.lua del /s /q Novetus\clients\2006S-Shaders\content\scripts\CSMPBoot.lua +del /s /q Novetus\clients\ClientScriptTester\content\scripts\CSMPBoot.lua del /s /q Novetus\clients\2006S\ReShade.ini del /s /q Novetus\clients\2006S\OPENGL32.log diff --git a/scripts/launcher/splashes.txt b/scripts/launcher/splashes.txt index fe89198..af869ea 100644 --- a/scripts/launcher/splashes.txt +++ b/scripts/launcher/splashes.txt @@ -229,4 +229,5 @@ ouch.ogg Macaroni, Macaroni, Macaroni, Macaroni!|Put the cheese in the middle, and what do you get? I dunno, they look like pancakes!|I don't think their pan-THEY'RE PANCAKES! I built a giant klayman. -#!|a shebang! \ No newline at end of file +#!|a shebang! +First Things First|A manifesto \ No newline at end of file