MRVN-Radiant / MRVN-Entities

MRVNs and Pilots writing fanfiction together
1 stars 1 forks source link

MRVN-Entities

Turns Pilots into Simulacra with the power of fanfiction
MRVN-Radiant entity definition generator

Installing .ent files in MRVN-Radiant

MRVN-Radiant will now use the latest entity definitions

Dependants

Offline Use

Clone this repo:

$ git clone https://github.com/MRVN-Radiant/MRVN-entities.git

Windows

Install dependencies with pip

$ py -3.9 -m venv venv
$ call venv/scripts/activate
$ python -m pip --upgrade pip
$ python -m pip install -r requirements.txt

Linux

$ python3 -m venv venv
$ source venv/bin/activate
$ python -m pip --upgrade pip
$ python -m pip install -r requirements.txt

Offline Workflow

TL;DR: Bloodhound hunts and Fuse does the dishes

GitHub / Online Only Workflow