update files

This commit is contained in:
Bitl 2022-07-07 10:02:53 -07:00
parent 442e293e4f
commit 09740b6d91
2 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,12 @@
1.3 Snapshot v22.8222.20490.2
Enhancements: Enhancements:
- Added a Novetus Scripting API! - Added a Novetus Scripting API!
- Look in the Addon_Template.lua file for more info!
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
1.3 Snapshot v22.8222.20490.1 1.3 Snapshot v22.8222.20490.1
Enhancements: Enhancements:
- Every client now has support for custom addon scripts! - Every client now has support for custom addon scripts!
- Install it to clients/[Client Name]/scripts/addon.lua. - Install it to clients/[Client Name]/content/scripts/addon.lua.
- Client side scripts are unsupported due to security issues. Scripts will only execute serverside, or in Play Solo and/or Studio modes. - Client side scripts are unsupported due to security issues. Scripts will only execute serverside, or in Play Solo and/or Studio modes.
- The old -script command line argument in NovetusCMD and the ClientScript variable %addonscriptpath% have both been removed to support this. - The old -script command line argument in NovetusCMD and the ClientScript variable %addonscriptpath% have both been removed to support this.
---------------------------------------------------------------------------- ----------------------------------------------------------------------------

View File

@ -8,6 +8,6 @@ ExtendedVersionNumber=True
ExtendedVersionEditChangelog=True ExtendedVersionEditChangelog=True
//ExtendedVersionTemplate=%version% v?.2022.%extended-revision%%lite% //ExtendedVersionTemplate=%version% v?.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=True