snapshot release
This commit is contained in:
parent
3e090c579e
commit
6330b77db0
|
|
@ -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
|
1.3 Snapshot v22.8282.21847.1
|
||||||
Enhancements:
|
Enhancements:
|
||||||
- Added the following Place Contest (August 2022) entries:
|
- 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.
|
- 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:
|
Fixes:
|
||||||
- Fixed issues with regenerating structures in Universal - Crossroads.
|
- Fixed issues with regenerating structures in Universal - Crossroads.
|
||||||
|
|
@ -43,6 +62,7 @@ Fixes:
|
||||||
Enhancements:
|
Enhancements:
|
||||||
- Made the Novetus URI Player Configuration UI more user friendly.
|
- 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.
|
- 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.
|
- You can now press the tilde (` and ~) key in the Extended and Compact styles to get easy access to the Console.
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
||||||
|
|
@ -25,10 +25,11 @@ General:
|
||||||
%validatedfiles% - Returns the total number of files that have been validated.
|
%validatedfiles% - Returns the total number of files that have been validated.
|
||||||
%validatedextrafiles% - Returns the total number of files that have been validated with <validate>.
|
%validatedextrafiles% - Returns the total number of files that have been validated with <validate>.
|
||||||
%newgui% - Returns if the 2011L interface is enabled on 2011M clients. Can be used as a toggle switch for other client-side CoreScript features.
|
%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.
|
%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.
|
%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, use "rbxasset" as the main path we should get the file from.
|
%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:
|
Server:
|
||||||
%limit% - Max Player limit.
|
%limit% - Max Player limit.
|
||||||
|
|
|
||||||
|
|
@ -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\2007M-Shaders\content\scripts\CSMPBoot.lua
|
||||||
del /s /q Novetus\clients\2006S\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\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\ReShade.ini
|
||||||
del /s /q Novetus\clients\2006S\OPENGL32.log
|
del /s /q Novetus\clients\2006S\OPENGL32.log
|
||||||
|
|
|
||||||
|
|
@ -229,4 +229,5 @@ ouch.ogg
|
||||||
Macaroni, Macaroni, Macaroni, Macaroni!|Put the cheese in the middle, and what do you get?
|
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 dunno, they look like pancakes!|I don't think their pan-THEY'RE PANCAKES!
|
||||||
I built a giant klayman.
|
I built a giant klayman.
|
||||||
#!|a shebang!
|
#!|a shebang!
|
||||||
|
First Things First|A manifesto
|
||||||
Loading…
Reference in New Issue