Gunnect+ is a mod framework that allows Gunnect+ enabled mods to interact. One player hosts a Gunnect+ server, then all players connect to that server allowing each player's instance of Enter The Gungeon to communicate with eachother.
NOTE: THIS IS NOT A MULTIPLAYER MOD. Gunnect+ does not allow online play of the same Enter The Gungeon "run". Each player has their own "run" of Enter The Gungeon, however; Gunnect+ allows for your run to be interacted with by other players and their "run".
How to join a Gunnect+ Server
While I work on making the YT video, here's the steps to join a Gunnect+ Server
-
Download the Gunnect+ mod from this mod page
-
Copy the `ETG_Gunnect_Client.zip` file to your Gungeon Mods folder
-
Download the free VPN tunnel program [Hamachi](https://www.vpn.net)
-
Install Hamachi and create a free account
-
In Hamachi, click the Network tab and Join Network
-
Enter in the host's Network Id and Password
-
Follow [Hamachi's guide for resolving Hamchi request timeouts](https://support.logmeininc.com/central/help/resolving-hamachi-request-timed-out-for-windows-firewall)
-
Start up Enter The Gungeon
-
Open the console and enter the `gp connect [IPv4] [Username]` command, where IPv4 is the IPv4 of the Hamachi Network Host and Username is the Username you wish to be known as in the Gunnect+ session.
-
Congrats! You should now be connected to the hosted Gunnect+ server!
How to create a Gunnect+ Server
While I work on making the YT video, here's the steps to create a Gunnect+ Server
-
Download the [.NET 5.0 Framework](https://dotnet.microsoft.com/en-us/download/dotnet/5.0)
-
Download the Gunnect+ mod from this mod page
-
Open the `ETG_Gunnect_Server` folder and navigate to `ETG_Gunnect_Server/bin/debug/net5.0`
-
Execute `ETG_Gunnect_Server.exe` to start the Gunnect+ server
-
Download the free VPN tunnel program [Hamachi](https://www.vpn.net)
-
Install Hamachi and create a free account
-
In Hamachi, click the Network tab and create a new network
-
Give your network a Network Id and Password (Remember these because other players will need them to join)
-
Follow [Hamachi's guide for resolving Hamchi request timeouts](https://support.logmeininc.com/central/help/resolving-hamachi-request-timed-out-for-windows-firewall)
-
Congrats! You should now have a Gunnect+ server up and running! Follow the "How to join a Gunnect+ Server" tutorial to learn how to get connected within Enter The Gungeon
Gunnect+ Console Commands:
gp help
- lists Gunnect+ commands
gp connect [IPv4] [Username]
- connects to the player hosted Gunnect+ server at the provided IPv4 address under the given username
gp reconnect
- reconnects to the previously connected player hosted Gunnect+ server with the then provided username
gp dc
- disconnect from the current player hosted Gunnect+ server
Looking for Gunnect+ enabled mods?
Here's a list of some recommended Gunnect+ enabled mods:
Don't know how to install a mod?
Here's a helpful video made by Kyle The Scientist explaining how to get started: How to install Gungeon Mods
Source Code:
Gunnect+ Client
Gunnect+ Server
Want to make a Gunnect+ enabled mod?
Here's how you can get your mod Gunnect+ enabled: (Coming soon!)
Special Thanks
- Flannce -> Huge help testing things with me
- Glorfindel
- Goldenrevolver