mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
update files
This commit is contained in:
parent
442e293e4f
commit
09740b6d91
@ -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.
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user