2020-09-01 06:50:43 +00:00
|
|
|
# sm64ex-coop
|
|
|
|
Online cooperative multiplayer mod for SM64, aiming to synchronize all entities and every level for two players.
|
|
|
|
Fork of [sm64pc/sm64ex](https://github.com/sm64pc/sm64ex).
|
2019-08-25 04:46:40 +00:00
|
|
|
|
2020-05-07 17:11:38 +00:00
|
|
|
Feel free to report bugs and contribute, but remember, there must be **no upload of any copyrighted asset**.
|
2020-06-19 20:42:57 +00:00
|
|
|
Run `./extract_assets.py --clean && make clean` or `make distclean` to remove ROM-originated content.
|
2020-05-15 03:05:50 +00:00
|
|
|
|
2020-09-01 06:50:43 +00:00
|
|
|
## Goal
|
|
|
|
Create a mod for the PC port where two people can play online together peer-to-peer.
|
|
|
|
Unlike previous online attempts, this one will synchronize enemies and events such that you will be interacting with the same world at the same time.
|
2020-05-08 06:26:21 +00:00
|
|
|
|
2020-05-07 16:28:34 +00:00
|
|
|
## Building
|
2020-06-19 20:42:57 +00:00
|
|
|
For building instructions, please refer to the [wiki](https://github.com/sm64pc/sm64ex/wiki).
|
2020-05-10 19:50:48 +00:00
|
|
|
|
2020-05-17 02:05:24 +00:00
|
|
|
**Make sure you have MXE first before attempting to compile for Windows on Linux and WSL. Follow the guide on the wiki.**
|