From f55677c1c8b42b8618ce0a39675a394b1c50cdb5 Mon Sep 17 00:00:00 2001 From: MysterD Date: Sun, 30 Jan 2022 00:16:32 -0800 Subject: [PATCH] Updated README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf4b8032..97fba568 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # sm64ex-coop -Online multiplayer mod for SM64, aiming to synchronize all entities and every level for multiple players. -Fork of [sm64pc/sm64ex](https://github.com/sm64pc/sm64ex). - -Build instructions are available on the [wiki](https://github.com/djoslin0/sm64ex-coop/wiki). +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. -## Goal +## Goal (accomplished) Create a mod for the PC port where multiple people can play online together. -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. + +Unlike previous online attempts, this one synchronized enemies and events. This allows player to be interacting with the same world at the same time. + +## Build + +Build instructions are available on the [wiki](https://github.com/djoslin0/sm64ex-coop/wiki). ## Discord [https://discord.gg/TJVKHS4](https://discord.gg/TJVKHS4)