23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
# sm64ex-coop
|
|
Online multiplayer mod for SM64 that synchronizes all entities and every level for multiple players. Fork of [sm64pc/sm64ex](https://github.com/sm64pc/sm64ex).
|
|
|
|
Feel free to report bugs and contribute, but remember, there must be **no upload of any copyrighted asset**.
|
|
Run `./extract_assets.py --clean && make clean` or `make distclean` to remove ROM-originated content.
|
|
|
|
## How to Play
|
|
|
|
[Instructions on how to play are available on the wiki.](https://github.com/djoslin0/sm64ex-coop/wiki/How-to-Play)
|
|
|
|
- The easiest way is to download [coop-compiler](https://github.com/coop-compiler/coop-compiler/releases/latest/download/coop-compiler.exe)
|
|
|
|
## Goal (accomplished)
|
|
Create a mod for the PC port where multiple people can play online together.
|
|
|
|
Unlike previous online attempts, this one synchronized enemies and events. This allows players to be interacting with the same world at the same time.
|
|
|
|
## Lua
|
|
sm64ex-coop is moddable via lua, similar to how Roblox and Gmod works. To get started, click [here](docs/lua/lua.md) to see the lua documentation
|
|
|
|
## Discord
|
|
[https://discord.gg/TJVKHS4](https://discord.gg/TJVKHS4)
|