This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| textcommandhelper [2023/07/28 14:55] – [Main Tab] mistahmikey | textcommandhelper [2023/08/23 16:27] (current) – mistahmikey | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== What it does ===== | ===== What it does ===== | ||
| - | Allows | + | TCH allows |
| - | TCH provides this capability by leveraging the FFXIV ' | + | TCH provides this capability by leveraging the FFXIV ' |
| + | |||
| + | * The ability to specify fine-grained waits between alias executions, effectively providing a concise mini-macro capability | ||
| + | | ||
| + | * The ability to embed hexadecimal character strings that encode FFXIV UTF8 characters or FFXIV message tokens (for fancy characters like the die from the /random FFXIV text command) | ||
| + | * The ability to paste FFXIV text commands into TCH from the clipboard that contain FFXIV UTF8 characters. | ||
| + | |||
| + | |||
| + | The latter three features are useful for the various chat commands like /say, /shout, etc. | ||
| ===== Requirements ===== | ===== Requirements ===== | ||
| Line 39: | Line 47: | ||
| where ' | where ' | ||
| - | Since the < character is used to introduce color tags, the ability to escape | + | You may also embed hexadecimal character strings that encode FFXIV UTF8 characters or FFXIV message tokens into your FFXIV command text. The embedded hexadecimal strings have the format: |
| + | |||
| + | [< | ||
| + | |||
| + | where | ||
| + | |||
| + | < | ||
| + | |||
| + | Since the < character is used to introduce color tags, and the [ character is used to introduce an embedded hexadecimal string, the ability to escape | ||
| ** Note: You must enable TCH in order for it to process the exec command. ** | ** Note: You must enable TCH in order for it to process the exec command. ** | ||
| Line 76: | Line 92: | ||
| This control is self-explanatory for the most part; if you enter something wrong, TCH will provide an error popup. | This control is self-explanatory for the most part; if you enter something wrong, TCH will provide an error popup. | ||
| - | Because the product Minion provides developers to create a UI, IMGui, is a very old version | + | Because the product Minion provides developers to create a UI, IMGui, is a very old version, there isn't currently an easy way to enter the potentially long text strings you might want to associate with an alias via the Command |
| - | I realize this method to enter a FFXIV text command | + | Another quirk of the Command |
| - | Here is the result of executing this particular alias. | + | I realize this method to enter a FFXIV text command |
| - | {{: | ||
| - | As you can see, TCH uses the echo command | + | To enter what you have typed in the command |
| - | Theoretically, you should be able to execute any FFXIV text command using TCH. However, as I am but one person, and rarely | + | Finally, if you have the requisite technical skill, you can use the hexadecimal string embedding feature |
| + | Here is the result of executing this particular alias. | ||
| + | {{: | ||
| + | As you can see, TCH uses the echo command to send the /exec command to the chat window. TCH sees this, and executes the command. | ||
| + | Theoretically, | ||