mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 17:53:01 +02:00
116 lines
6.3 KiB
Markdown
116 lines
6.3 KiB
Markdown
![Logo](https://github.com/Novetus/Novetus_src/raw/master/Graphics/NOVETUS_new_final_smol.png)
|
||
[![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)
|
||
[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)
|
||
#
|
||
|
||
Source code for Novetus' launcher, installer, LUA scripts, and server.
|
||
If you want to look at test applications built for Novetus' development, look here: https://github.com/Novetus/NovetusTests
|
||
|
||
## Building
|
||
|
||
To build, this project requires Visual Studio 2017 or over.
|
||
Please note that you need to right click and click "Restore Nuget Packages" before compiling.
|
||
|
||
## Legal info:
|
||
|
||
ROBLOX and the ROBLOX Clients were made by the ROBLOX Corporation.
|
||
The ROBLOX Corporation does not support or endorse the creation of Novetus.
|
||
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.
|
||
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.
|
||
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.
|
||
RBXMeshConverter was made by coke. (https://github.com/Novetus/RBXMeshConverter-Coke)
|
||
Roblox Legacy Place Converter was made by BakonBot. (https://github.com/Novetus/legacy-place-converter)
|
||
ROBLOX Script Generator was made by S. Costeira.
|
||
All credits for the used pieces of code go to the respective authors.
|
||
|
||
### Mark James' Silk icon set 1.3:
|
||
The Discord Rich Presence icons used for this application use Mark James' Silk icon set 1.3.
|
||
http://www.famfamfam.com/lab/icons/silk/
|
||
|
||
### PHP:
|
||
This product includes PHP, freely available from http://www.php.net/
|
||
|
||
### ReShade:
|
||
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.
|
||
|
||
### Novetus Launcher and scripts license (MIT Licence):
|
||
|
||
MIT License
|
||
|
||
Copyright (c) 2021 Bitl
|
||
|
||
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.
|
||
|
||
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):
|
||
|
||
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/>.
|
||
|
||
Read it here https://github.com/Novetus/Novetus_src/blob/master/LICENSE or in LICENSE.txt.
|
||
|
||
#
|
||
|
||
[![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)
|