Profiles - NeocortexVT/VNyanDocFork GitHub Wiki
As of v1.1.2, VNyan supports having multiple launch profiles. Each profile has its own settings, node graphs, and environment, allowing for multiple instances of VNyan to run at the same time.
Profiles work through command line arguments. You can open VNyan with a profile by passing a command line argument when starting it. For example: VNyan.exe -p NyanNyan
. This would start VNyan with a profile called NyanNyan. If the profile doesn't exist then an empty one will be created. There is no profile limit, so you can create as many as you need.
VNyan comes with a cmd-file called VNyan_Profile_Example.cmd
. This file can be opened in notepad and you can change the profile name there making it super easy to just double click the cmd instead of having to type the argument every time.
Example cmd-file:
@echo off
echo Launching VNyan with different profile
VNyan.exe -p ExampleProfile
You can also set up shortcuts for VNyan.exe and put -p ExampleProfile
at the end of the target line to open VNyan with a profile.