mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 17:53:01 +02:00
update readme and info. add reshade license
This commit is contained in:
parent
7c91143239
commit
d5d019997b
26
LICENSE-RESHADE
Normal file
26
LICENSE-RESHADE
Normal file
@ -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.
|
@ -19,39 +19,36 @@ with the addition of new features that enhance the launcher for mod development,
|
|||||||
player customization, and overall usability.
|
player customization, and overall usability.
|
||||||
|
|
||||||
Novetus is based on RBXLegacy 1.16.2, however it uses some features from RBXLegacy 1.18,
|
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.
|
previewing, and more.
|
||||||
|
|
||||||
Enhancements from RBXLegacy The Final Update 1.16.2 & 1.18.1:
|
Enhancements from RBXLegacy The Final Update 1.16.2 & 1.18.1:
|
||||||
- Fully offline customization and wider customization options
|
- Fully offline customization and wider customization options
|
||||||
- Enhanced 3D Avatar Preview
|
- Enhanced 3D Avatar Preview
|
||||||
- Easier to use Clientinfo Editor
|
- An expanded SDK with many tools to use.
|
||||||
- An item creator for making items easier
|
|
||||||
- Improved UPnP functionality
|
- Improved UPnP functionality
|
||||||
- Ability to reset server/client port to default
|
- Ability to reset server/client port to default
|
||||||
- Easier to read join tab note
|
- Easier to read join tab note
|
||||||
- Better launcher and client security
|
- Better launcher and client security
|
||||||
- Sharing of customized players with other players.
|
- Sharing of customized players with other players.
|
||||||
- ClientScript scripting language for creating more customized client command arguments
|
- 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
|
- Custom client warnings
|
||||||
- Command arguments for different functions
|
- Command arguments for different functions
|
||||||
- Many more items
|
- Many more items
|
||||||
- Redesigned launcher
|
- Redesigned launcher
|
||||||
- Largely reworked codebase
|
- Largely reworked codebase
|
||||||
- Custom player icons
|
- Custom player icons
|
||||||
- An embedded web server with PHP support.
|
|
||||||
- A command-line utility for hosting servers.
|
- A command-line utility for hosting servers.
|
||||||
- Addon support.
|
- Addon support.
|
||||||
- 2006 Color presets!
|
- 2006 Color presets!
|
||||||
- More character colors.
|
- More character colors.
|
||||||
- A dedicated launcher for the Novetus SDK tools.
|
|
||||||
- Graphical Options menu with Automatic and Custom options.
|
- Graphical Options menu with Automatic and Custom options.
|
||||||
- ReShade integration.
|
- ReShade integration.
|
||||||
- Online clothing support for Imgur and Roblox clothes.
|
- Online clothing support with customizable clothing providers.
|
||||||
- 2 styles.
|
- 2 styles; an Extended style for easy access to options, and a Compact style.
|
||||||
- Online clothing and faces.
|
|
||||||
- Lite version.
|
- Lite version.
|
||||||
|
- Much more stable.
|
||||||
|
|
||||||
----------------------------------
|
----------------------------------
|
||||||
IMPORTANT INFO
|
IMPORTANT INFO
|
||||||
|
@ -112,5 +112,6 @@ XCOPY /y /c "%cd%\Novetus\.itch.toml" "%dest%"
|
|||||||
XCOPY /y "%cd%\Novetus\query.php" "%dest%"
|
XCOPY /y "%cd%\Novetus\query.php" "%dest%"
|
||||||
XCOPY /y "%cd%\Novetus\LICENSE.txt" "%dest%\LICENSE"
|
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-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%"
|
XCOPY /y "%cd%\Novetus\README-AND-CREDITS.TXT" "%dest%"
|
||||||
if %debug%==1 pause
|
if %debug%==1 pause
|
@ -6,5 +6,5 @@ UserAgentRegisterClient1=2007M
|
|||||||
UserAgentRegisterClient2=2009L
|
UserAgentRegisterClient2=2009L
|
||||||
ExtendedVersionNumber=True
|
ExtendedVersionNumber=True
|
||||||
ExtendedVersionEditChangelog=True
|
ExtendedVersionEditChangelog=True
|
||||||
ExtendedVersionTemplate=%version% Pre-Release %extended-revision%
|
ExtendedVersionTemplate=%version% v10.2021.%extended-revision%
|
||||||
ExtendedVersionRevision=3
|
ExtendedVersionRevision=1
|
Loading…
Reference in New Issue
Block a user