repo of Placeholder-specific changes of RNR's Not Roblox
Go to file
thexkey e5efb806f6
Relicense to AGPLv3
2023-07-22 10:38:09 -07:00
.github Fix GLSL shaders output in CI and drop old GL 2023-07-21 00:02:21 -07:00
CMake Embed Win32 resources (and rewrite resources entirely) 2023-07-12 00:49:52 -07:00
Content WIP JointsService 2023-07-22 01:41:01 -04:00
Dependencies fix physics sleeping, and start adding btKinematicCharacterController to Humanoid 2023-07-21 18:39:16 -04:00
Projects just remove baseplate 2023-07-22 05:15:29 -04:00
.gitattributes linguist: ignore Ogre files (+ nit) 2023-07-11 23:51:29 -07:00
.gitignore ignore all log files 2023-07-11 23:49:27 -07:00
.gitmodules (ノ´ヮ`)ノ*: ・゚magic 2023-07-20 00:48:23 -07:00
CMakeLists.txt bullet3d support, Humanoid controlling 2023-07-20 01:13:25 -04:00
LICENSE Relicense to AGPLv3 2023-07-22 10:38:09 -07:00
README.md fix link 2023-07-22 00:56:57 -07:00

README.md

RNR's Not Roblox

GitHub CI Status Discord Star

RNR's Not Roblox (RNR) is a project that aims to recreate the look and feel of classic Roblox with new features while remaining fully compatible with clients from that era. It is built upon an engine that closely resembles Roblox's own at the time, referencing disassemblies of legacy client binaries.

Interested in contributing? Feel free to make a pull request, create a new issue for a feature request or to report a bug, join the Discord to report bugs and communicate directly with the developers, or check out the RNR GitHub Project to see what we're working on and have done so far.

Check out our current progress on YouTube:

P.S.: You can check our GitHub actions page to browse packaged Windows builds automatically generated for each commit. :-)

Features and Goals

There are several goals that RNR seeks to accomplish, them being;

  • Full native x64 support on Windows and Linux
  • Easy-to-use (simple CLI options to launch and host games, as well as a level editor with a modern UI)
  • Fully compatible with Roblox versions up to 0.3.744.0 (dated April 2008) in areas such as hosting, joining, levels, etc.
  • Incorporates all the various facets of the Roblox engine, plus a little bit extra (e.g. a network replication whitelist, fancy shader support, etc.)
  • Made using clean-room reverse engineering
  • Uses Roblox's Luau as its scripting language while remaining fully compatible with classic Roblox scripts written using Lua 5.1
  • As free and open-source as possible (with client code licensed under the GPL and the engine itself being released into the public domain, void of any copyright)
  • Patching all the security vulnerabilities and fixing bugs/inefficiencies that legacy Roblox clients had

Building

RNR uses CMake as its build system and GCC as its compiler. To build RNR, you must first have the following packages installed:

For Windows:

  • If you're building for Windows, MinGW-w64 is the preferred toolset of choice.
  • If you're building on Windows, you may use a platform such as MSYS2, which provides an all-in-one environment for running MinGW or GCC.

Additionally, you must also acquire the content folder of the Roblox client you would like to use its resources from and place it in the root of the repository. Proprietary Roblox assets are not included with RNR.

Finally, you may run cmake --build . in the path of the folder you've cloned the repository to so that you may configure and then finally build RNR.

License

RNR is licensed under two separate licenses:

Copies of both licenses have been bundled with RNR.

RNR uses the Luau language and code, developed by Roblox Corporation. Luau is copyright (c) 2019-2022 Roblox Corporation and copyright (c) 19942019 Lua.org, PUC-Rio.

This repository hosts no proprietary Roblox assets. RNR is not associated with Roblox Corporation in any way, shape, or form.