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
(reorder)
m (updates)
Line 25: Line 25:
 
# use git://github.com/Vaevictusnet/Talescripts.git as your URL
 
# use git://github.com/Vaevictusnet/Talescripts.git as your URL
 
# go into your c:\TaleScripts\VeggieTales folder and enjoy!
 
# go into your c:\TaleScripts\VeggieTales folder and enjoy!
 
  
 
== Syncing ==  
 
== Syncing ==  
Line 32: Line 31:
 
== 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 ==
 +
* 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!
 +
* Instructions!

Revision as of 01:08, 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!
  • Instructions!