This is a template repository of a C# .NET solution and project of a libVPNET bot. You can fork or pull this repository to get started with programming bots for Virtual Paradise. This repository will be divided into branches for different types of starting bases.
Assuming you have pulled (after forking, if desired) this repository into a local folder:
- Open
libVPBot.sln - Rename the file
user.example.configtouser.config, then open the file - Replace
myusernameandmypasswordwith your Virtual Paradise username and password, respectively - Press F5 and enjoy!
By default, the template is configured with:
- A Visual Studio 2013 solution file
- Output directory for both configurations (Debug & Release) set to the top-level "Build" directory
- NuGet package restore on build
- .gitignore that ignores any C#/CLI built files and package caches