oof
This commit is contained in:
parent
6330b77db0
commit
1712c24a2b
|
|
@ -1,3 +1,8 @@
|
||||||
|
1.3 Snapshot v22.8288.23564.2
|
||||||
|
Fixes:
|
||||||
|
- Clarified the %generatescript% documentation.
|
||||||
|
- Fixed a certain easter egg not working.
|
||||||
|
----------------------------------------------------------------------------
|
||||||
1.3 Snapshot v22.8288.23564.1
|
1.3 Snapshot v22.8288.23564.1
|
||||||
Enhancements:
|
Enhancements:
|
||||||
- Added the following Place Contest (August 2022) entries:
|
- Added the following Place Contest (August 2022) entries:
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ General:
|
||||||
%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 or %generatescript% is added.
|
%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.
|
%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.
|
%generatescript% - Allows non-2007 clients to generate scripts. Equivalent to the script generator used with the "Generate scripts and fix map loading for 2007/2012+" option.
|
||||||
|
|
||||||
Server:
|
Server:
|
||||||
%limit% - Max Player limit.
|
%limit% - Max Player limit.
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,6 @@ ExtendedVersionNumber=True
|
||||||
ExtendedVersionEditChangelog=True
|
ExtendedVersionEditChangelog=True
|
||||||
//ExtendedVersionTemplate=%version% v8.2022.%extended-revision%%lite%
|
//ExtendedVersionTemplate=%version% v8.2022.%extended-revision%%lite%
|
||||||
ExtendedVersionTemplate=%version% Snapshot v22.%build%.%revision%.%extended-revision%
|
ExtendedVersionTemplate=%version% Snapshot v22.%build%.%revision%.%extended-revision%
|
||||||
ExtendedVersionRevision=1
|
ExtendedVersionRevision=2
|
||||||
IsLite=False
|
IsLite=False
|
||||||
InitialBootup=False
|
InitialBootup=False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue