Getting Over It Multiplayer Mod

  пятница 03 апреля
      97

Online multiplayer mod. Here is the colab file, it comes with all of my mods, should you like to install them. (the mods allow you to take control of your own characters!) It is thoroughly janky, but it does work! You can even host on colab, thanks to ngrok (though you will need an account).

This is the repository for the modded multiplayer in VTOL VR. The multiplayer is currently sperate from the mod loader its self but once it is at a playable state, it will be merged in with the mod loader.

The mod uses steams networking library meaning players don't need to install additional dependencies to play multiplayer, just the mod loader and multiplayer mod is needed. Ni usb-6501 programming.

Installation

Multiplayer

Once you have cloned the repository, you will need to head over to your VTOL VR games directory and copy the listed dlls from the SteamsteamappscommonVTOL VRVTOLVR_DataManaged folder to the Dependencies folder. The list of what you need can be found inside of the Dependencies folder.

You also need to have .net 4.5 installed to build the mod.

To get pasted the super basic tester check, you just need to build the mod in debug mode, this should go past the check I put in place just to stop people sharing the dll with their friends and then complaining that things are buggy or keep asking how to use it.

Contributors

Ketkev for their code which creates a name tag above the player's heads with their steam name.

Contributions are welcomed, if you would like to help out with creating multiplayer, fork the project, add your code then create a pull request.

Useful Links