Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 2.98 KB

README.md

File metadata and controls

37 lines (20 loc) · 2.98 KB

VTOL VR Multiplayer Mod

Discord

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

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

Installation

The mod can be downloaded from here on the VTOLVR-Mods website, and that is recommended unless you want to make changes or build the dll yourself. However, to build the dll you first will need to clone the repository onto your computer. 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 Steam\steamapps\common\VTOL VR\VTOLVR_Data\Managed 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.

Contributors

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

MarshMellow0 for making the foundation of the multiplayer mod, so others can finish the fight.

Dib for being someone we can ask general C# questions about, and casually threading the networker class.

THEGREATOVERLORDLORDOFALLCHEESE for syncing features of the aircraft such as wingfold, and making the small details work, along with the aircraft carrier.

mrdoctorsurgeon for understanding how objectives work in game and helping us out with making it happen, he's the only reason objectives work.

nebriv for making the UI look pretty and general things with mods and hashes.

Zaelix for also helping with the UI.

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

Nebriv was here :)