-
Notifications
You must be signed in to change notification settings - Fork 17
Home
JoeStrout edited this page Jan 13, 2022
·
9 revisions
Welcome to the Farmtronics wiki!
- Download the mod zip file from the Releases page (or from NexusMods), and install it in the usual way.
- To use the Farmtronics Home Computer:
- Activate the TV in your house.
- Select the bottom-most option, Farmtronics Home Computer.
- Type code at the prompt. See https://miniscript.org for documentation on the language (and in particular, be sure to keep the Quick Reference handy).
- Also be sure to try the
helpcommand, and read through the various topics there. - To break out of a running program, press Control-C.
- Press Esc at the prompt, or click the [x] button to exit.
- To obtain and use a bot:
- On the Home Computer, use the
toDocommand to see the tasks you still need to complete. Complete them. - Check your mail the next day (after completing all tasks). You should have a letter with a Bot included. (Once you have read this letter, you can purchase additional bots at Pierre's shop.)
- Place the bot down in any empty spot on the map.
- Right-click a bot to access its computer console.
- Type code at the prompt. This is the same code as on the Home Computer, but allows for some additional commands, like
bot.position,bot.left,bot.right,bot.forward,bot.inventory,bot.currentToolIndex(which can be assigned to), andbot.useTool.