TT5 documentation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This is my 5th generation of tintin suite for realms, so it's named tt5. =Installation= *Download the whole tt5 folder wget -r -nH -np -R "index.html*" http://dyrdex.com/...") |
|||
Line 8: | Line 8: | ||
*Run your tt++ with the path to my init script: | *Run your tt++ with the path to my init script: | ||
tt++ tt5/scripts/init.tin | tt++ tt5/scripts/init.tin | ||
Line 14: | Line 13: | ||
tt5/scripts/init.tin | tt5/scripts/init.tin | ||
*All the scripts are commented so refer to scripts directly for more information. | |||
*All commands should display their syntax if typed with no argument. | *'''NOTES:''' | ||
**All the scripts are commented so refer to scripts directly for more information. | |||
**All commands should display their syntax if typed with no argument. |
Revision as of 13:12, 2 September 2021
This is my 5th generation of tintin suite for realms, so it's named tt5.
Installation
- Download the whole tt5 folder
wget -r -nH -np -R "index.html*" http://dyrdex.com/tt5/
- Run your tt++ with the path to my init script:
tt++ tt5/scripts/init.tin
That should be it. If you wanna re-name/move "tt5" you'll need to update the $home var at the top of this file:
tt5/scripts/init.tin
- NOTES:
- All the scripts are commented so refer to scripts directly for more information.
- All commands should display their syntax if typed with no argument.