diff --git a/changelog.txt b/changelog.txt index c71eb0c..6937979 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,11 +1,12 @@ - +1.3 Snapshot v22.8222.20490.2 Enhancements: - Added a Novetus Scripting API! + - Look in the Addon_Template.lua file for more info! ---------------------------------------------------------------------------- 1.3 Snapshot v22.8222.20490.1 Enhancements: - 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. - The old -script command line argument in NovetusCMD and the ClientScript variable %addonscriptpath% have both been removed to support this. ---------------------------------------------------------------------------- diff --git a/scripts/launcher/info.ini b/scripts/launcher/info.ini index 7f795da..67e31a9 100644 --- a/scripts/launcher/info.ini +++ b/scripts/launcher/info.ini @@ -8,6 +8,6 @@ ExtendedVersionNumber=True ExtendedVersionEditChangelog=True //ExtendedVersionTemplate=%version% v?.2022.%extended-revision%%lite% ExtendedVersionTemplate=%version% Snapshot v22.%build%.%revision%.%extended-revision% -ExtendedVersionRevision=1 +ExtendedVersionRevision=2 IsLite=False -InitialBootup=False +InitialBootup=True