The main repository for the graphics for WASD 2024. This has been completely rewritten to use Typescript, React and NodeCG 2.
- Install NodeCG
# Install NodeCG CLI tools for ease of use
npm install -g nodecg-cli
# Install nodecg, default settings are fine, you may need npx nodecg setup
nodecg setup- Install Dependent Bundles
- If installing for dev, omit
-b build --single-branch, thennpm iandnpm run buildin each
cd bundles
# speedcontrol needs npm deps installing
git clone -b build https://github.com/speedcontrol/nodecg-speedcontrol.git
cd nodecg-speedcontrol
npm install --production
cd ..- Install WASD Bundle
# Still in /bundles
git clone https://github.com/ericthelemur/wasd
cd wasd
npm i
npm run build- Setup config files
nodecg defaultconfig wasd
# Fill out nodecg-tiltify's config with Tiltify keys
# TODO: Default speedcontrol config- Run NodeCG
# In the /bundles/wasd
npm run start