Source code for WHAR (WIP)
- Blender scene (blender-files/gameplay.blend)
- All frames of WHAR (frames)
- Program that converts it into GD (src/index.js)
Only works for Windows.
Run these commands below to download the source code & install all dependencies:
git clone https://github.com/RealSput/WHAR-source-code
cd WHAR-source-code/src
npm i
Then, you can configure index.js, render the scene, and write it to your savefile with:
node .
