A Super Mario 64 mod for SM64CoopDX that displays "Honorable Mentions" at the end of each multiplayer round, inspired by GoldenEye 007. Awards players with titles like "Most Tags" based on performance. Please note that this is not functioning right now.
-
Clone the repository:
git clone https://github.com/Jackafur/sm64-lua-mod.git
-
Copy the
honorable-mentionsfolder to your SM64CoopDX mods directory:cp -r honorable-mentions /home/sm64sock/sm64coopdx/mods/honorable-mentions/
-
Alternatively, use the install script:
chmod +x install.sh ./install.sh
-
Launch SM64CoopDX and enable the mod in the server settings.
- SM64CoopDX (e.g., v1.3.1 or later)
- Lua 5.3 or later
At the end of a multiplayer round, the mod displays awards such as:
- "Most Tags": Player with the most tag interactions.
- [Add other awards, e.g., "Most Coins" or "Fastest Completion"]
client.lua: Handles client-side multiplayer logic.hud.lua: Displays real-time stats on the HUD.main.lua: Initializes the mod and coordinates scripts.stats.lua: Tracks and calculates stats for awards.
Submit issues or pull requests on GitHub to improve the mod. Also just so you know I have no idea wtf Im doing. So be paitient with me.
This does NOT work.