Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 506 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 506 Bytes

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.