Update README.md
This commit is contained in:
parent
57d8d38d06
commit
8cb6364be0
34
README.md
34
README.md
|
|
@ -15,28 +15,33 @@ Please note that you need to right click and click "Restore Nuget Packages" befo
|
||||||
|
|
||||||
ROBLOX and the ROBLOX Clients were made by the ROBLOX Corporation.
|
ROBLOX and the ROBLOX Clients were made by the ROBLOX Corporation.
|
||||||
The ROBLOX Corporation does not support or endorse the creation of Novetus.
|
The ROBLOX Corporation does not support or endorse the creation of Novetus.
|
||||||
Bitl is not affiliated with the ROBLOX Corporation or its subsidiaries.
|
Bitl is not affiliated with the ROBLOX Corporation or its subsidiaries.
|
||||||
Bitl does not own the majority of the places or items included with Novetus.
|
Bitl does not own the majority of the places or items included with Novetus.
|
||||||
|
Novetus is not associated with Novetus Engineering LLC.
|
||||||
|
Novetus uses the majority of the Whimsee's Map Pack in the "full" version. Credits go to Whimsee and many other people for making that pack possible.
|
||||||
|
Thank you to everyone who has contributed a map, item, or client including cole and many other people.
|
||||||
LUA scripts were used to build a client that can connect to LAN and the Internet.
|
LUA scripts were used to build a client that can connect to LAN and the Internet.
|
||||||
The LUA scripts used were borrowed from the RBXPri client and merged into 1 single script.
|
The LUA scripts used were borrowed from the RBXPri client and merged into 1 single script.
|
||||||
All credit for the LUA code included with the RBXPri client goes to the RBXPri team.
|
All credit for the LUA code included with the RBXPri client goes to the RBXPri team.
|
||||||
All credit for the LUA code used with "non-modern" clients goes to Scripter John and EnergyCell.
|
All credit for the LUA code used with "non-modern" clients goes to Scripter John and EnergyCell.
|
||||||
All credit for the LUA code used for character customization goes to RBXBanLand.
|
All credit for the LUA code used for character customization goes to RBXBanLand.
|
||||||
Parts of the codebase use bits and pieces of code from Stack Overflow, MSDN Forums, the Novetus GitHub Pull Requests and Codeproject.
|
Parts of the codebase use bits and pieces of code from Stack Overflow, MSDN Forums, the Novetus GitHub Pull Requests and Codeproject.
|
||||||
The original concept for the Diogenes editor was suggested by Carrot. The concept code was then modified to be smaller, more efficent, and more customizable.
|
The original concept for the Diogenes editor was suggested by Carrot. The concept code was then modified to be smaller, more efficient, and more customizable.
|
||||||
RBXMeshConverter was made by coke. (https://github.com/Novetus/RBXMeshConverter-Coke)
|
ObjToRBXMesh was made by coke. Modified to support 1.00 and 1.01. (https://github.com/Novetus/ObjToRBXMesh)
|
||||||
Roblox Legacy Place Converter was made by BakonBot. (https://github.com/Novetus/legacy-place-converter)
|
Roblox Legacy Place Converter was made by BakonBot. (https://github.com/BakonBot/legacy-place-converter)
|
||||||
ROBLOX Script Generator was made by S. Costeira.
|
ROBLOX Script Generator was made by S. Costeira.
|
||||||
|
Thank you to NT_x86 for helping me with security fixes.
|
||||||
|
Thank you XlXi for the idea of the original logo. This logo was remade in newer verions in higher quality.
|
||||||
|
Thank you Nukley for the idea of the Splash Tester.
|
||||||
All credits for the used pieces of code go to the respective authors.
|
All credits for the used pieces of code go to the respective authors.
|
||||||
|
|
||||||
### Mark James' Silk icon set 1.3:
|
# Mark James' Silk icon set 1.3
|
||||||
The Discord Rich Presence icons used for this application use Mark James' Silk icon set 1.3.
|
|
||||||
|
The Discord Rich Presence icons and the SDK icons used for this application use Mark James' Silk icon set 1.3.
|
||||||
http://www.famfamfam.com/lab/icons/silk/
|
http://www.famfamfam.com/lab/icons/silk/
|
||||||
|
|
||||||
### PHP:
|
# ReShade
|
||||||
This product includes PHP, freely available from http://www.php.net/
|
|
||||||
|
|
||||||
### ReShade:
|
|
||||||
Copyright 2014 Patrick Mours. All rights reserved.
|
Copyright 2014 Patrick Mours. All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification,
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
|
@ -64,9 +69,7 @@ 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,
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||||
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
### Novetus Launcher and scripts license (MIT Licence):
|
# Novetus Launcher and Script license (MIT License)
|
||||||
|
|
||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2021 Bitl
|
Copyright (c) 2021 Bitl
|
||||||
|
|
||||||
|
|
@ -87,10 +90,13 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
© 2021 GitHub, Inc.
|
||||||
|
|
||||||
Note: Older Novetus versions will say that they are under the GPL, but they are under the MIT license now.
|
Note: Older Novetus versions will say that they are under the GPL, but they are under the MIT license now.
|
||||||
|
|
||||||
### query.php license (GPL 3.0):
|
Read it here https://github.com/Novetus/Novetus_src/blob/master/LICENCE or in LICENCE.txt.
|
||||||
|
|
||||||
|
# query.php license (GPL 3.0)
|
||||||
|
|
||||||
This file is part of Novetus, but unlike the rest of the program where it is under the MIT license,
|
This file is part of Novetus, but unlike the rest of the program where it is under the MIT license,
|
||||||
this file is under the GPL 3.0 license.
|
this file is under the GPL 3.0 license.
|
||||||
|
|
@ -108,7 +114,7 @@ GNU General Public License for more details.
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Novetus's query.php. If not, see <https://www.gnu.org/licenses/>.
|
along with Novetus's query.php. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Read it here https://github.com/Novetus/Novetus_src/blob/master/LICENSE or in LICENSE.txt.
|
Read it here https://github.com/Novetus/Novetus_src/blob/master/LICENSE-QUERY-PHP or in LICENSE-QUERY-PHP.txt.
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue