The on-screen graphics used during GTAMarathon.
This bundle has been tested with NodeCG 2.5.3 and Node.js 22 LTS.
Clone the repo (IMPORTANT! Make sure to clone the submodules too!):
git clone --recurse-submodules https://github.com/GTAMarathon/gtam-layoutsInstall dependencies (this step requires the build tools for node-gyp on Node.js 20+):
cd gtam-layouts
npm installAnd build the layouts:
npm run buildTo run the layouts, run this command in the bundle's directory:
npm run startThis bundle features very heavy integration with OBS. Currently they're not documented in this readme, you'll need to figure it out by reading the config and the code. Sorry about that!
As this README is still WIP, this won't be covered here yet. The configschema.json has the layout of the config file, should be easy to figure it out from there.