snapshot release

This commit is contained in:
Bitl 2022-12-22 08:22:51 -07:00
parent 12ebe07de4
commit 416406868d
3 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
1.3 Snapshot v22.8342.20628.1
1.3 Snapshot v22.8391.14830.1
Notes:
- As of the current Novetus version, .NET Framework 4.0 is no longer the main framework running Novetus. Novetus now requires .NET Framework 4.8.
@ -6,14 +6,15 @@ Enhancements:
- Updated required libraries.
- Made the itch.io app support more user friendly.
- Clarified the Server IP Address in the server information panel more clearly.
- Made the healthbar in 2011E more accurate. (TODO: REVALIDATE CLIENT MD5s)
- Renamed altserverip to altip to fix miscellaneous issues with it.
- Made the healthbar in 2011E more accurate.
- The Asset Fixer will now skip downloads of files with the same name.
- ClientScript gets a visual makeover, with more readable tags!
- Removed unnecessary ClientScript variables.
Fixes:
- Fixed bullets arcing in Rise of the Killbots (credits to Ae1ouRed)
- Remastered audio in Rise of the Killbots to be less loud.
- Fixed various issues with the altip command.
- Renamed altserverip to altip to fix miscellaneous issues with it.
----------------------------------------------------------------------------
1.3 Snapshot v22.8342.20628.1
Enhancements:

View File

@ -1,12 +1,16 @@
Notes:
------------------
Use ` in place of a normal double quote ("). Novetus will NOT read double quotes on their own in its current state.
List of tags:
------------------
<client> - Tag for Client.
<server> - Tag for Server.
<no3d> - Tag for Server No3D.
<solo> - Tag for Solo.
<studio> - Tag for Studio.
<shared> - Shared tag used for all types.
<validate> - Validates a file via MD5 in the following format: [FILE PATH IN CLIENT DIRECTORY]|[FILE MD5]. Only tag compatible with %args%.
client= - Tag for Client.
server= - Tag for Server.
no3d= - Tag for Server No3D.
solo= - Tag for Solo.
studio= - Tag for Studio.
shared= - Shared tag used for all types.
validate= - Validates a file via MD5 in the following format: [FILE PATH IN CLIENT DIRECTORY]|[FILE MD5]. Only tag compatible with %args%.
List of variables:
------------------
@ -20,7 +24,6 @@ General:
%ip% - Current IP address.
%scripttype% - Returns the type of script we are using as a string.
%version% - Returns Novetus' version.
%doublequote% - Returns a double-quote character. Use in place of a normal double quote (").
%joinport% - Returns the port when joining a server.
%validatedfiles% - Returns the total number of files that have been validated.
%validatedextrafiles% - Returns the total number of files that have been validated with <validate>.
@ -61,10 +64,6 @@ Player:
%tshirttexidlocal%, %shirttexidlocal%, %pantstexidlocal%, %facetexlocal%" - Returns the texture rbxasset URL for the respective online clothing type. Returns nothing if the URL is invalid, the item isn't using Online Clothing, or %localizeonlineclothing% is not defined in the script.
%localizeonlineclothing% - Grabs texture IDS for the %texid% variables and localizes the texture for the %texidlocal% variables. This WILL increase load times of your client depending on how many items are being downloaded.
Debugging/Misc:
%donothing% - Does exactly as it implies. Useful for debugging tags, but doesn't need to be used as it is called automatically if there is an exception when reading tags. Used internally to suppress errors.
%disabled% - Disables the option from the launcher and displays a message upon script compilation.
Examples:
------------------
Barebones 2017 launcher:

View File

@ -9,5 +9,5 @@ ExtendedVersionEditChangelog=True
//ExtendedVersionTemplate=%version% v11.2022.%extended-revision%%lite%
ExtendedVersionTemplate=%version% Snapshot v22.%build%.%revision%.%extended-revision%
ExtendedVersionRevision=1
InitialBootup=False
InitialBootup=True
IsLite=False