Update README.md

This commit is contained in:
Max 2023-05-18 11:28:07 -05:00 committed by GitHub
parent c29ee6ba83
commit dc9811c1d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,11 @@ I wanted to make this public as a curiousity for anyone who wanted to know how I
Original game is hosted here:<br/>
https://www.roblox.com/games/10238956318/funny-64-bit-platformer
## Setting Up & Disclaimers
This project follows standard rojo conventions. You should install vscode and install the rojo extension, as well as the rojo plugin for Roblox Studio.
Any bugs or behavioral quirks of the physics in this are intentional and will not be fixed. **No help will be provided for anything in here. It is NOT intended to be used as a foundation for new games and you're on your own if you choose to do so.**
## Terms of Use
You *may* use this in your game **as long as you provide credit** to me and the SM64 Decompilation Project. I would **NOT** advise using it as a foundation for a platformer since it's very rigidly tied to the 30hz physics simulation code of Super Mario 64. It's weirdly programmed and not very intuitive to build off of.