Farming Simulator modding tool written in typescript
npm install -g farmsim
In an existing (mod) folder run fs init
or run fs init <name>
to create a new mod. Make sure to fill in everything correctly.
For very basic mods, you can then run fs build
, fs install
and fs run
.
For more complex mods, configure farmsim.yml
.
Run npm run
to get a list of scripts.
npm run-script build
to build. Then run ./bin/fs.