The Wiki for Tale 6 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

User:Cegaiel

From ATITD6
Jump to navigationJump to search

Macros

View My Macros Computer.gif


TaleScripts (Community supported Veggie Tales Updates)

Keep your VeggieTales macro program up to date, through a community supported repository, called TaleScripts. Veggie Tales now has Talescripts integrated and updated via the update button on Veggie Tales! I am a member of the Talescripts Team and can assist with adding new macros or updating existing ones in Veggie Tales. If you have something to contribute, let me know!


Tip: Windows Vista/Win 7 Users: You MIGHT need to start Veggie Tales as Administrator to work correctly (ie program not clicking things).

To do this, Right click the Veggie Tales icon, use the "Run as Admin..." option.

To permenantly change this, Right click the Veggie Tales icon, Choose Properties. Click "Compatibility" tab. Check the "Run Program as Administrator box. Click OK. Now it will always start in Administrator mode :)


Cegaiel's ATITD Tools

Visit http://atitd.sharpnetwork.net - Features included on the site:


Brick calculator Enter how many bricks you need, or how many straw you have and it will tell you what you need.
Egypt Map Google like map (Openlayers.org)
Leaves/Thistle Voids Calendar Shows week number and days when new leaves/voids will occur. Also shows what time day time thistles will occur (Your Local Time).
Convert Egypt to Local Time Enter a future Egypt Time and it will display what time that will occur (Your Local Time)
Teppy Timer Enter a time (hour, minutes, seconds) and choose Real, Teppy or Game time. It will convert it to real time and then countdown a timer (and sound a chime when done).
Veggie Tales Thistle Utilities Convert Thistlesim recipes into .lua format (CSV) and vice versa. Convert chest/warehouse contents (clipboard) into config_thistles.txt format.
Mushroom DB Database of Mushrooms displayed on a Google like Map. All coordinates imported from Shroomdar.


Voids Testing Recipe for Veggie Tales

I use Veggie Tales to run my void tests. I do 3 different tests each week.

  • Full Day (8:20AM - 3:50PM egypt time) with canopy OPEN
  • Full Day with canopy CLOSED
  • Night Time


Note: For daytime to work, the Sun needs to be => 19 (canopy closed) and => 80 (canopy open). Numbers outside this range is night.


As the recipe runs, I take screenshots (Alt+C) every 10 ticks and then figure out the voids based on the screenshots. I take a screenshot at tick 9, 19, 29, 39 (maybe 40 if possible). The reason I do this odd number instead of 10, 20, 30, 40 is because that is when VT will start clicking on buttons. Taking a screenshot causes the screen to freeze for a moment, which could affect buttons clicking correctly. By doing this 1 tick earlier, will prevent that possibility the buttons not getting clicked correctly.


The below recipes will be able to test every possible void with the least amount of materials


Each run uses the following

15 Dung (Nit), 15 Saltpeter (Pot), 13 water (in jugs), 13 oxy (free)


Nit, Pot, H20, Oxy

Tick 0: 3,3,3,3
Tick 10: 4,4,0,5
Tick 20: 4,4,5,0
Tick 30: 4,4,5,5


So at tick 0, it immediately clicks the Nit button 3 times (Dung), the Pot button 3 times (Saltpeter), H20 3 times and Oxygen 3 times

Tick 10 is 4 Nit, 4 Pot, 0 H20, 5 Oxygen
Tick 20 is 4 Nit, 4 Pot, 5 H20, 0 Oxygen
Tick 30 is 4 Nit, 4 Pot, 5 H20, 5 Oxygen


These recipes would be inserted into the thistle_new.lua or thistle_custom.lua file. Then take screen shot at tick 9, 19, 29, 39, 40. Compare results with ThistleSim or Talos T4 Thistle Garden Simulator. Talos' program is written in Python and requires the installation of a few programs, such as Python for Windows, etc. Worth the extra work as I find it much easier to use than Thistlesim. Thistlesim is an Excel spreadsheet, fyi.


Tip: An easier way to do this would be to run both Day Time on two different gardens at same time. Pin the windows side by side at top and take your screenshots of both windows. Saves time intstead of running to day tests, on one garden, back to back.

You could techinically just use the Night Recipe for day testing too. Note the last number in Night is not 33 or 99? 33 means to close the canopy and 99 means to open it. But the night ends with a zero. That means dont ever adust the canopy (Sun button).

Just manually set one garden with canopy open and another canopy closed. By using the Night recipe, it will not attempt to adjust the canopy.

If you need to set/change one of your canopies quickly, just Plant a Crop, click Sun button, then Abort.


I set local expected_gardens = 2; (in thistle_custom.lua - pin both windows side by side (just don't overlap them)). for testing both possible day voids. They will run without ever adjusting the canopy and use its current position.

Then when its time to test night voids, simply change local expected_gardens = 1;. It doesn't matter what position the canopy is in at night, because there is no sun anyways.


Full Day - Canopy Open Full Day - Canopy Closed Night
3,3,3,3,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
4,4,0,5,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
4,4,5,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
4,4,5,5,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
0,0,0,0,99,
3,3,3,3,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
4,4,0,5,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
4,4,5,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
4,4,5,5,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
0,0,0,0,33,
3,3,3,3,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
4,4,0,5,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
4,4,5,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
4,4,5,5,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,
0,0,0,0,0,

Misc

No use to you, just keeping track of misc stuff...