Modding Tools
0 of 0

File information

Last updated

Original upload

Created by

toebeann

Uploaded by

toebeann

Virus scan

Safe to use

About this mod

Easy RPC over Named Pipes for Vortex.

Requirements
Permissions and credits
Donations


Installation

This extension requires Vortex >= 1.7.0. To install, click the Vortex button at the top of the page to open this extension within Vortex, and then click Install. Alternatively, within Vortex, go to the Extensions tab, click "Find More" at the bottom of the tab, search for "npc for Vortex", and then click Install.

You can also manually install it by downloading the main file and dragging it into the "drop zone" labelled "Drop File(s)" in the Extensions tab at the bottom right.

Afterwards, simply restart Vortex to activate the extension.


The rest of this page is intended for developers only.
Users can simply follow the instructions above to install, and you're done!

Description

npc for Vortex brings the power of npc to Vortex, making it simple for you to expose npc procedures from a Vortex extension.

With npc, it is trivial to expose a function in Vortex which can then be called by another running process on the user's machine, e.g. a BepInEx plugin, a Node.js app, really anything that can run code and access named pipes.

At this time, npc only has an official library in Node.js. A .NET npc client library is currently in active development.

This extension also exposes several built-in functions of Vortex to be called via npc.

For Node.js and general Vortex extension development, we also recommend that you install the following packages:


Usage guide

A full recommended usage guide can be found in the @toebean/npc-vortex-api documentation.