Skip to content

EnbyMonkey/Farmtronics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Farmtronics

This project is a Stardew Valley mod that adds the "Farmtronics Home Computer", as well as programmable Farmtronics Bots.

The Home Computer is a computer that connects to the TV in your cabin. Despite its early-80s appearance, it actually runs a very modern and elegant language, MiniScript. (See Why MiniScript, if you're curious.)

Screen shot of the M-1 Home Computer

Bots each carry the same computer, but also have the ability to move around in the world and get things done. All you have to do is program them!

How to Play

  1. The mod is not yet available in precompiled form. So you will need to install Visual Studio or MonoDevelop, clone this repo, and Build it yourself.
  2. To use the M-1 Home Computer:
  • Activate the TV in your house.
  • Select the bottom-most option, MiniScript M-1 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).
  1. Press Esc to exit.
  2. To create and use a bot:
  • Make sure you have a free space to your left.
  • Press the Page Up key to spawn a bot. (For now!)
  • 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 position, left, right, forward, inventory, currentToolIndex (which can be assigned to), and useTool.

Road Map

See ROADMAP.md for our development plan, including what features are expected in which future versions of the mod.

About

Stardew Valley mod that adds the "MiniScript M-1 Home Computer"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 68.6%
  • MAXScript 31.4%