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.

Difference between revisions of "TaleScripts"

From ATITD6
Jump to navigationJump to search
m (updates)
Line 8: Line 8:
  
 
We need layperson testers for these options:
 
We need layperson testers for these options:
 +
  
 
=== SVN option ===
 
=== SVN option ===
Line 15: Line 16:
 
# use https://github.com/Vaevictusnet/Talescripts as your target
 
# use https://github.com/Vaevictusnet/Talescripts as your target
 
# go into your c:\TaleScripts\trunk\VeggieTales folder and enjoy!
 
# go into your c:\TaleScripts\trunk\VeggieTales folder and enjoy!
 +
 +
  
 
=== Git option ===
 
=== Git option ===
Line 28: Line 31:
 
== Syncing ==  
 
== Syncing ==  
 
* Just use SVN Update or Git Pull with the default options.
 
* Just use SVN Update or Git Pull with the default options.
 +
  
 
== Developers ==
 
== Developers ==
 
* Use Git, for best results. Fork and talk to Vae, Cegaiel, or KasumiGhia about getting pulled into the main release.  We can assist if you're unfamiliar with the tools.
 
* Use Git, for best results. Fork and talk to Vae, Cegaiel, or KasumiGhia about getting pulled into the main release.  We can assist if you're unfamiliar with the tools.
 +
  
 
== Latest Updates ==
 
== Latest Updates ==
Line 39: Line 44:
 
* Strength Monitor!
 
* Strength Monitor!
 
* Multiple Barrel Vise!
 
* Multiple Barrel Vise!
 +
* Improved Onions
 +
* Improved Flax
 
* Instructions!
 
* Instructions!
 +
 +
 +
== Coming Soon ==
 +
* Thistle Voids scripts to test for voids during Day, Night and Partial Day efficiently.
 +
* Still evaluating and testing other 3rd party macros, stay tuned for more additions!

Revision as of 01:22, 30 January 2012

Summary

Talescripts is a community driven project to develop, build and maintain a standard distribution of macros for ATITD. The problem, currently, is that each macro user must piecemeal together scripts from various sources, and there's no automatic way to sync up and acquire new scripts and bugfixes.

Solution

Currently, only VeggieTales is supported, but support for AHK and ACTools is provided, if we can get some maintainers for those scripts.

We need layperson testers for these options:


SVN option

  1. Install TortoiseSVN: http://tortoisesvn.net/downloads.html
  2. Create C:\TaleScripts
  3. right click on C:\TaleScripts and select SVN Checkout
  4. use https://github.com/Vaevictusnet/Talescripts as your target
  5. go into your c:\TaleScripts\trunk\VeggieTales folder and enjoy!


Git option

  1. Install msysgit: http://code.google.com/p/msysgit/downloads/list
    • Should be the file that looks like: msysGit-netinstall-1.7.8-preview20111206.exe
  2. Install TortoiseGIT: http://code.google.com/p/tortoisegit/downloads/list
    • get the latest version for your system 64-bit or 32-bit
  3. Create C:\TaleScripts
  4. right click on C:\TaleScripts and select Git Clone
  5. use git://github.com/Vaevictusnet/Talescripts.git as your URL
  6. go into your c:\TaleScripts\VeggieTales folder and enjoy!

Syncing

  • Just use SVN Update or Git Pull with the default options.


Developers

  • Use Git, for best results. Fork and talk to Vae, Cegaiel, or KasumiGhia about getting pulled into the main release. We can assist if you're unfamiliar with the tools.


Latest Updates

  • Forge script fixed and added!
  • More powerful barley script added: needs a Warehouse and Rain Barrel though
  • Fishing Script!
  • Watermine!
  • Strength Monitor!
  • Multiple Barrel Vise!
  • Improved Onions
  • Improved Flax
  • Instructions!


Coming Soon

  • Thistle Voids scripts to test for voids during Day, Night and Partial Day efficiently.
  • Still evaluating and testing other 3rd party macros, stay tuned for more additions!