From 102f46e34ab68b1fb3fec6832c9a332557766039 Mon Sep 17 00:00:00 2001 From: milesthenerd Date: Wed, 6 Jan 2021 13:20:57 -0600 Subject: [PATCH] Readme update (again) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ed9b098..fed28eda 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ ## Co-op Changes The source code here has the same requirements as the original repo in order for it to work. Only the code and my changes have been included. Also, the string compression scripts are by Homunculus: https://marketplace.yoyogames.com/assets/4560/strict . + Currently syncs all items, metroids, events, and power-ups. + Currently, pressing F1 will make an attempt to connect to the server. F2 will disconnect from the server. DO NOT try to connect on the menu because the game will crash as the script that shows the connect/disconnect prompt can not run until you are in-game. + Put the ip of the server you want to connect to into the ipaddress.txt. The server operates on port 64198 and cannot be changed at the moment. + The server can be found here: https://github.com/lassiterm/AM2R-Server ## What is this?