farmsim
v1.0.2
Published
Mod build and helper tool for Farming Simulator
Downloads
3
Readme
FarmSim.ts
Farming Simulator modding tool written in typescript
Installing
npm install -g farmsim
Usage
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
.
farmsim.yml
Development
Run npm run
to get a list of scripts.
npm run-script build
to build. Then run ./bin/fs.