Novetus_src/README.md

122 lines
6.9 KiB
Markdown
Raw Normal View History

2020-11-08 00:06:45 +02:00
![Logo](https://github.com/Novetus/Novetus_src/raw/master/Graphics/NOVETUS_new_final_smol.png)
2021-08-08 02:15:51 +03:00
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2918741e76cd439a85f375186761725a)](https://www.codacy.com/gh/Novetus/Novetus_src/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Novetus/Novetus_src&utm_campaign=Badge_Grade)
2022-09-15 01:28:18 +03:00
[![Project Status: Active The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2020-09-27 19:33:38 +03:00
#
2018-11-08 01:56:21 +02:00
2019-11-06 20:59:03 +02:00
Source code for Novetus' launcher, installer, LUA scripts, and server.
2020-05-29 20:13:58 +03:00
If you want to look at test applications built for Novetus' development, look here: https://github.com/Novetus/NovetusTests
2020-01-04 23:30:09 +02:00
## Building (Windows)
2020-05-29 20:23:31 +03:00
To build, this project requires Visual Studio 2017 or over. Modern versions of Novetus are compiled with Visual Studio 2022.
2022-12-20 16:17:42 +02:00
Open either "Novetus/Novetus.sln" or "Novetus/Novetus.Tools.sln". Then, right click the solution and click "Restore Nuget Packages" before compiling.
2020-07-07 17:21:09 +03:00
2020-09-27 19:33:38 +03:00
## Legal info:
2020-07-07 17:21:09 +03:00
2019-12-22 22:26:42 +02:00
ROBLOX and the ROBLOX Clients were made by the ROBLOX Corporation.
The ROBLOX Corporation does not support or endorse the creation of Novetus.
2021-09-11 23:02:48 +03:00
Bitl is not affiliated with the ROBLOX Corporation or its subsidiaries.
2020-05-29 20:25:23 +03:00
Bitl does not own the majority of the places or items included with Novetus.
2021-09-11 23:02:48 +03:00
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.
2019-12-22 22:26:42 +02:00
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.
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 for character customization goes to RBXBanLand.
2020-10-11 03:55:43 +03:00
Parts of the codebase use bits and pieces of code from Stack Overflow, MSDN Forums, the Novetus GitHub Pull Requests and Codeproject.
2021-09-11 23:02:48 +03:00
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.
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/BakonBot/legacy-place-converter)
2020-05-29 20:25:23 +03:00
ROBLOX Script Generator was made by S. Costeira.
2021-09-11 23:02:48 +03:00
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.
2020-05-29 20:25:23 +03:00
All credits for the used pieces of code go to the respective authors.
2019-12-22 22:26:42 +02:00
2021-09-11 23:02:48 +03:00
# 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.
2019-12-22 22:26:42 +02:00
http://www.famfamfam.com/lab/icons/silk/
2021-09-11 23:02:48 +03:00
# ReShade
2019-12-22 22:26:42 +02:00
2020-05-29 20:25:23 +03:00
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.
2021-09-11 23:02:48 +03:00
# Novetus Launcher and Script license (MIT License)
2020-09-25 18:42:48 +03:00
2021-06-07 23:48:57 +03:00
Copyright (c) 2021 Bitl
2020-09-25 18:42:48 +03:00
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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
SOFTWARE.
2021-09-11 23:02:48 +03:00
© 2021 GitHub, Inc.
2020-09-25 18:42:48 +03:00
2020-09-25 19:01:23 +03:00
Note: Older Novetus versions will say that they are under the GPL, but they are under the MIT license now.
2021-09-11 23:02:48 +03:00
Read it here https://github.com/Novetus/Novetus_src/blob/master/LICENCE or in LICENCE.txt.
# query.php license (GPL 3.0)
2021-06-07 23:48:57 +03:00
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.
Novetus's query.php is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Novetus's query.php is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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/>.
2021-09-11 23:02:48 +03:00
Read it here https://github.com/Novetus/Novetus_src/blob/master/LICENSE-QUERY-PHP or in LICENSE-QUERY-PHP.txt.
2020-09-27 19:33:38 +03:00
#
2020-05-29 20:23:31 +03:00
2020-09-25 18:48:43 +03:00
[![forthebadge](https://forthebadge.com/images/badges/made-with-c-sharp.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)