Tested with Node.js 18 LTS.
Graphics bundle used during the GSPS GTA 3D Trilogy 100% relay runs.
- Setup a working NodeCG install.
- Clone this repo into the
bundles
folder. - Install dependencies with
npm install
. - Build the bundle with
npm run build
. - Generate a default config with
nodecg defaultconfig
(requiresnodecg-cli
to be installed). - Edit the config in
<nodecg install folder>/cfg/gsps-trylogia.json
as needed. - Run NodeCG with
npm run start
.