sm64coopdx/README.md

26 lines
1.5 KiB
Markdown
Raw Normal View History

2020-09-01 08:50:43 +02:00
# sm64ex-coop
2022-01-30 09:16:32 +01:00
Online multiplayer mod for SM64 that synchronizes all entities and every level for multiple players. Fork of [sm64pc/sm64ex](https://github.com/sm64pc/sm64ex).
2021-02-14 11:11:19 +01:00
2020-05-07 19:11:38 +02:00
Feel free to report bugs and contribute, but remember, there must be **no upload of any copyrighted asset**.
2020-06-19 22:42:57 +02:00
Run `./extract_assets.py --clean && make clean` or `make distclean` to remove ROM-originated content.
2020-05-15 05:05:50 +02:00
## 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)
2022-01-30 09:16:32 +01:00
## Goal (accomplished)
2021-08-03 05:47:23 +02:00
Create a mod for the PC port where multiple people can play online together.
2022-01-30 09:16:32 +01:00
Unlike previous online attempts, this one synchronized enemies and events. This allows players to be interacting with the same world at the same time.
2022-01-30 09:16:32 +01:00
2022-09-13 05:01:45 +02:00
## Lua
2023-02-17 00:55:58 +01:00
sm64ex-coop is moddable via lua, similar to how Roblox and Garry's Mod works. To get started, click [here](docs/lua/lua.md) to see the lua documentation
## Contribution
If you want to make a PR to sm64ex-coop, join the [Discord server](https://discord.gg/TJVKHS4) and communicate with us about your PR. We work on new sm64ex-coop betas on a private repo and push all of our changes to the main repo once we've added everything, so if you contact us we can give you access to that repo where you can PR your changes there.
2022-09-13 05:01:45 +02:00
## Discord
[https://discord.gg/TJVKHS4](https://discord.gg/TJVKHS4)