Releases: JoeStrout/Farmtronics
Releases · JoeStrout/Farmtronics
v1.0.8
v1.0.7
v1.0.6
- Fixed bug allowing bots to move through rocks, tree stumps, etc.
- Bot UI can now be dragged: just click anywhere outside the screen or inventory, and drag. If your game view is big enough, this can let you position the UI so you can actually see your bot while giving it commands.
- Added a new "invaders" demo in /sys/demo.
- Bots now retain their energy value when you pick them up and put them back down. (NOTE: They still lose any inventory other than the starting tools! That will be fixed soonish.)
v1.0.5
- Trying to update/replace a value in the
bot
module now works. - When you pick up a bot, and then select it in your inventory to put it down somewhere nearby, a "ghost" image of it no longer appears at its old location.
- In the text/code editor, typing on the very last row of the screen no longer causes visual errors until you hit return or scroll the text.
- Fixed bot duplication glitch that often occurred when placing a bot from inventory to the ground.
- The command line cursor no longer gets misplaced when you type a multi-line input at the bottom of the screen.
v1.0.4
- added
bot.harvest
command (harvests a crop if it's ready) - in tile info, crop details now include
maxPhase
andharvestable
to help you know when a a crop is ready, plusname
to tell you what the harvested product will be - item inventory info, for a watering can, now includes
waterLeft
andwaterMax
so the bot can tell how full its can is key.pressed
method now correctly reports state for most/all keys on the keyboard- editor has gotten some important work in preparation for clipboard support; for now, main difference is that you exit the editor with Control+Q rather than Control+X. (The Esc key also works.)
v1.0.3
Farmtronics.zip
Fixes an important (crashing) bug when you open the letter containing your first Farmtronics bot.
Also fixes a cosmetic issue in the code editor that would occur if you press Return after the last line of text.
Farmtronics.zip
Fixes several issues discovered in version 1.0.0:
- Now properly creates storage for the /usr disk, avoiding "invalid directory" errors.
toDo
command no longer gets wiped out by thereset
command.version.host
andversion.buildDate
are now properly filled in.- Added SMAPI update keys, so SMAPI can notify you when this mod is updated.
Farmtronics.zip
First public beta of Farmtronics 1.0.