From daa7d1de746bad76d306361cd376da17172a7b91 Mon Sep 17 00:00:00 2001 From: Alexis Serna <7319aserna@gmail.com> Date: Wed, 11 Aug 2021 20:49:03 -0700 Subject: [PATCH] Updated ReadMe to include information on how to create a "LAN" network --- README.md | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40a2dff..3306da5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# [Weekly Game Jam - Week 213](https://itch.io/jam/weekly-game-jam-213) +# [Tronpical (Weekly Game Jam - Week 213)](https://asernaio.itch.io/tronpical) ![alt text](Assets/Alexis/Images/cover_image.png "Weekly Game Jam - Week 213 Screenshot") -**Welcome to Tronpical! Go! Go! Go!** Run around and try to be the last person standing! **Watch out!** Not only do you have to watch out for the ground below you, but for the other players around you as well. **Be careful!** Stand still for too long, and you'll find yourself "submerged" at the bottom of the ocean... **You can find the link to the submission on** [itch.io - Weekly Game Jam - Week 213](https://itch.io/jam/weekly-game-jam-213). +**Welcome to Tronpical! Go! Go! Go!** Run around and try to be the last person standing! **Watch out!** Not only do you have to watch out for the ground below you, but for the other players around you as well. **Be careful!** Stand still for too long, and you'll find yourself "submerged" at the bottom of the ocean... **You can find the link to the submission on** [itch.io - Weekly Game Jam - Week 213](https://itch.io/jam/weekly-game-jam-213/rate/1155994). ## How to Play @@ -28,7 +28,7 @@ Credits: Tools used: * Game Engine - [Unity Game Engine](https://unity.com) -* Hamachi - [Hamachi](https://vpn.net) (Lan emulator, connect to each other as if you were on a local network, no port forwarding is required.) +* Hamachi - [Hamachi](https://vpn.net) (LAN emulator, connect to each other as if you were on a local network, no port forwarding is required.) * Modeling Software - [MagicaVoxel](https://ephtracy.github.io) @@ -36,6 +36,30 @@ Tools used: To get it up and running, you'll need to: -* Download the zip file, extract it, and run the executable (.exe). +* Download the RAR file, extract it, and run the executable (.exe). + +## To Set Up an Online "LAN" Server +An additional tool is needed to set up the server. The link to the software (**Hamachi**) is provided above in the **Miscellaneous - Tools Used Section**. + +Once installed, the next steps are as followed: +1. Log-in/Sign-up into your respective account +2. Click on the power icon to be able to create/join a network +3. Go to the Network tab and follow the steps below to create/join a network + +- To Create a Network +1. Set up a **Network ID** +2. Create then confirm the **Password** + +- To Join a Netwwork +1. Enter the **Network ID** +2. Enter the **Password** + +Below the power icon you should now see a new network, moving over to **Unity**: +- If Hosting +1. Nothing to much to worry over in the host's end, the people joining however will have some additional tasks ahead of them. + +- If Joining +1. In **Hamachi** you will need to grab the **host's IP address**, right click on the host, and then select **Copy IPv4 Address**. +2. Afterwards, in **Unity** go to the **IP Address** InputField, and paste the IP address there. Click on the connect button and you will now be in the same lobby as the host. ![alt text](Assets/Alexis/Images/screenshot_02.png "Weekly Game Jam - Week 213 Screenshot")