From d5d019997b7b2a3823c055f9a9714bc7f357923b Mon Sep 17 00:00:00 2001 From: Bitl Date: Wed, 1 Sep 2021 17:17:35 -0700 Subject: [PATCH] update readme and info. add reshade license --- LICENSE-RESHADE | 26 ++++++++++++++++++++++++++ README-AND-CREDITS.TXT | 17 +++++++---------- scripts/batch/github_sync.bat | 1 + scripts/launcher/info.ini | 4 ++-- 4 files changed, 36 insertions(+), 12 deletions(-) create mode 100644 LICENSE-RESHADE diff --git a/LICENSE-RESHADE b/LICENSE-RESHADE new file mode 100644 index 0000000..995978f --- /dev/null +++ b/LICENSE-RESHADE @@ -0,0 +1,26 @@ +Copyright 2014 Patrick Mours. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +Neither the name of the copyright holder nor the names of its contributors +may be used to endorse or promote products derived from this software without +specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/README-AND-CREDITS.TXT b/README-AND-CREDITS.TXT index eebc5e1..f820cb1 100644 --- a/README-AND-CREDITS.TXT +++ b/README-AND-CREDITS.TXT @@ -19,40 +19,37 @@ with the addition of new features that enhance the launcher for mod development, player customization, and overall usability. Novetus is based on RBXLegacy 1.16.2, however it uses some features from RBXLegacy 1.18, -such as extended customization. better layout, improved networking features, avatar +such as extended customization, better layout, improved networking features, avatar previewing, and more. Enhancements from RBXLegacy The Final Update 1.16.2 & 1.18.1: - Fully offline customization and wider customization options - Enhanced 3D Avatar Preview -- Easier to use Clientinfo Editor -- An item creator for making items easier +- An expanded SDK with many tools to use. - Improved UPnP functionality - Ability to reset server/client port to default - Easier to read join tab note - Better launcher and client security - Sharing of customized players with other players. - ClientScript scripting language for creating more customized client command arguments -- Wider client support. (from 2007 up to the latest ROBLOX client with ClientScript!) +- Better client support. (from March 2007 up to the latest ROBLOX client with ClientScript!) - Custom client warnings - Command arguments for different functions - Many more items - Redesigned launcher - Largely reworked codebase - Custom player icons -- An embedded web server with PHP support. - A command-line utility for hosting servers. - Addon support. - 2006 Color presets! - More character colors. -- A dedicated launcher for the Novetus SDK tools. - Graphical Options menu with Automatic and Custom options. - ReShade integration. -- Online clothing support for Imgur and Roblox clothes. -- 2 styles. -- Online clothing and faces. +- Online clothing support with customizable clothing providers. +- 2 styles; an Extended style for easy access to options, and a Compact style. - Lite version. - +- Much more stable. + ---------------------------------- IMPORTANT INFO ---------------------------------- diff --git a/scripts/batch/github_sync.bat b/scripts/batch/github_sync.bat index d35dbe3..af2ed38 100644 --- a/scripts/batch/github_sync.bat +++ b/scripts/batch/github_sync.bat @@ -112,5 +112,6 @@ XCOPY /y /c "%cd%\Novetus\.itch.toml" "%dest%" XCOPY /y "%cd%\Novetus\query.php" "%dest%" XCOPY /y "%cd%\Novetus\LICENSE.txt" "%dest%\LICENSE" XCOPY /y "%cd%\Novetus\LICENSE-QUERY-PHP.txt" "%dest%\LICENSE-QUERY-PHP" +XCOPY /y "%cd%\Novetus\LICENSE-RESHADE.txt" "%dest%\LICENSE-RESHADE" XCOPY /y "%cd%\Novetus\README-AND-CREDITS.TXT" "%dest%" if %debug%==1 pause \ No newline at end of file diff --git a/scripts/launcher/info.ini b/scripts/launcher/info.ini index d9289de..4266160 100644 --- a/scripts/launcher/info.ini +++ b/scripts/launcher/info.ini @@ -6,5 +6,5 @@ UserAgentRegisterClient1=2007M UserAgentRegisterClient2=2009L ExtendedVersionNumber=True ExtendedVersionEditChangelog=True -ExtendedVersionTemplate=%version% Pre-Release %extended-revision% -ExtendedVersionRevision=3 \ No newline at end of file +ExtendedVersionTemplate=%version% v10.2021.%extended-revision% +ExtendedVersionRevision=1 \ No newline at end of file