sm64coopdx/README.md

20 lines
1.4 KiB
Markdown
Raw Normal View History

# sm64coopdx
Online multiplayer mod for the Super Mario 64 PC port 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
The easiest way to play is by using [coopdx-patcher](https://github.com/coop-deluxe/coopdx-patcher/releases/latest/download/coopdx-patcher.exe). Simply drag and drop your ROM into the program or run `coopdx-patcher "your_rom_name.z64"`.
However, if you need to, you can compile yourself by following the [sm64ex-coop tutorial](https://github.com/djoslin0/sm64ex-coop/wiki/How-to-Play) and replacing the sm64ex-coop links with the sm64coopdx repository.
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.