- Borrowed certain things from HackerSM64/later refreshes
- lots of `enum`s!
- `MenuOption` [NEW]
- `TimerControl`
- `WarpOperation`
- `WarpFlags` [NEW]
- `WarpNodes`
- `WarpTypes`
- names here and there
NEW Level Value: `pauseExitMode`
- Learn:
```c
enum PauseExitMode {
PAUSE_EXIT_VANILLA, // 0b00 // "EXIT COURSE" exits to castle
PAUSE_EXIT_COURSE, // 0b01 // "EXIT COURSE" exits the course
PAUSE_EXIT_TO_CASTLE, // 0b10 // "EXIT TO CASTLE" exits to castle
PAUSE_EXIT_BOTH // 0b11 // "EXIT COURSE" and "EXIT TO CASTLE"
};
```
- Deduplicated `Painting`s
- Defaults are now created/restored using Macros
- Killed so many unused variables
- Purged all references to the sm64ex Exit Game feature
- like that's ever coming back
- Getting things ready for the return of Goddard
... - oh, bubbles!
- Fixed double life loss on timeout
- :)
|
||
|---|---|---|
| .github | ||
| actors | ||
| assets | ||
| autogen | ||
| bin | ||
| data | ||
| developer | ||
| docs | ||
| dynos/packs | ||
| include | ||
| lang | ||
| levels | ||
| lib | ||
| mods | ||
| palettes | ||
| res | ||
| sound | ||
| src | ||
| text | ||
| textures | ||
| tools | ||
| updater | ||
| .clang-format | ||
| .clang-tidy | ||
| .gitattributes | ||
| .gitignore | ||
| assets.json | ||
| CHANGES | ||
| charmap.txt | ||
| charmap_menu.txt | ||
| credits.txt | ||
| Dockerfile | ||
| dynos.mk | ||
| extract_assets.py | ||
| format.sh | ||
| Makefile | ||
| Makefile.split | ||
| README.md | ||
| sm64.eu.sha1 | ||
| sm64.jp.sha1 | ||
| sm64.sh.sha1 | ||
| sm64.us.sha1 | ||
| util.mk | ||
| windows.ld | ||
sm64coopdx is an online multiplayer project for the Super Mario 64 PC port that synchronizes all entities and every level for multiple players. The project was started by the Coop Deluxe Team. The purpose is to actively maintain and improve, but also continue sm64ex-coop, created by djoslin0. More features, customization, and power to the Lua API allow modders and players to enjoy Super Mario 64 more than ever!
Feel free to report bugs or contribute to the project.
Initial Goal (Accomplished)
Create a mod for the PC port where multiple people can play together online.
Unlike previous multiplayer projects, this one synchronizes enemies and events. This allows players to interact with the same world at the same time.
Interestingly enough though, the goal of the project has slowly evolved over time from simply just making a Super Mario 64 multiplayer mod to constantly maintaining and improving the project (notably the Lua API.)
Documentation
sm64coopdx is moddable via Lua, similar to Roblox and Garry's Mod's Lua APIs. To get started, click here to see the Lua documentation. If you want to contribute to the repo, you can view the C documentation here.
Wiki
The wiki is made using GitHub's wiki feature, you can go to the wiki tab or click here.
Community
We have an official Discord server open to the public here.
