No description
Find a file
2024-04-19 22:22:19 +00:00
.vscode Initial commit. 2022-10-13 03:53:17 -05:00
client Fix small error with surface bobbing logic. 2023-07-19 01:06:03 -05:00
server Update init.server.lua 2024-04-19 21:16:45 +00:00
shared Add files via upload 2024-04-19 16:13:52 -05:00
tools Update UploadAnimations.lua 2022-12-04 08:06:09 -06:00
.gitattributes Update .gitattributes 2022-10-13 18:55:41 -05:00
.gitignore Project should work fully now. 2022-10-13 18:26:11 -05:00
aftman.toml Major restructuring and bug fixes. 2023-07-07 22:01:02 -05:00
default.project.json Add files via upload 2024-04-19 15:24:56 -05:00
README.md Update README.md 2024-04-19 22:22:19 +00:00
selene.toml Initial commit. 2022-10-13 03:53:17 -05:00

sm64-roblox-liberty-prime

A fork of a port of Super Mario 64's movement code into Roblox Luau (in --!strict mode), hosted as a rojo project. Based on (the SM64 decompilation project)[https://github.com/n64decomp/sm64] and (MaximumADHD's Port of movement code to ROBLOX)[https://github.com/MaximumADHD/sm64-roblox]. This is just a more "ready-to-use" version.

Original game is hosted here:
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, but you must provide credit to this repository, MaximumADHD's repository, 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.