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
Line 6: Line 6:
  
 
Currently, only VeggieTales is supported, but support for AHK and ACTools is provided, if we can get some maintainers for those scripts.
 
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:
 +
 +
=== Git option ===
 +
# Install msysgit: http://code.google.com/p/msysgit/downloads/list
 +
#* Should be the file that looks like: msysGit-netinstall-1.7.8-preview20111206.exe
 +
# Install TortoiseGIT: http://code.google.com/p/tortoisegit/downloads/list
 +
#* get the latest version for your system 64-bit or 32-bit
 +
# Create C:\TaleScripts
 +
# right click on C:\TaleScripts and select Git Clone
 +
# use git://github.com/Vaevictusnet/Talescripts.git as your URL
 +
# go into your c:\TaleScripts\VeggieTales folder and enjoy!
 +
 +
=== SVN option ===
  
 
# Install TortoiseSVN: http://tortoisesvn.net/downloads.html
 
# Install TortoiseSVN: http://tortoisesvn.net/downloads.html

Revision as of 20:54, 14 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:

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!

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!

Currently, this is incomplete. We're working on getting this set up.