sm64coopdx/README.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

# sm64coopdx
Online multiplayer mod for SM64 that synchronizes all entities and every level for multiple players. Fork of [sm64ex-coop](https://github.com/djoslin0/sm64ex-coop).
2021-02-14 10:11:19 +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**.
Run `./extract_assets.py --clean && make clean` or `make distclean` to clear ROM assets, however this is unnecessary for contributing because the .gitignore file already excludes ROM assets.
2020-05-15 03:05:50 +00:00
## How to Play
2023-12-18 21:32:42 +00:00
[Instructions on how to play are available on the wiki.](https://github.com/djoslin0/sm64ex-coop/wiki/How-to-Play)
2023-12-18 22:00:31 +00:00
- The easiest way to play is by using [coopdx-patcher](https://github.com/coop-deluxe/coopdx-patcher/releases/latest/download/coopdx-patcher.exe)
2022-01-30 08:16:32 +00:00
## Goal (accomplished)
2023-03-23 21:12:50 +00:00
Create a mod for the PC port where multiple people can play together online.
2022-01-30 08:16:32 +00:00
2023-03-23 21:12:50 +00:00
Unlike previous multiplayer projects, this one synchronizes enemies and events. This allows players interact with the same world at the same time.
2022-01-30 08:16:32 +00:00
2022-09-13 03:01:45 +00:00
## Lua
sm64coopdx is moddable via Lua, similar to Roblox and Garry's Mod's Lua APIs. To get started, click [here](docs/lua/lua.md) to see the Lua documentation.