The Wiki for Tale 4 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 "Users:Tamutnefret Bastet/Macros"

From A Tale in the Desert
Jump to navigationJump to search
(New page: These macros are provided in source code form, and will need to be compiled for your particular computer. You will need a suitable C++ compiler (e.g. g++), the xorg-dev header files and l...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
These macros are provided in source code form, and will need to be compiled for your particular computer.  You will need a suitable C++ compiler (e.g. g++), the xorg-dev header files and libraries, and your X server must support the RECORD extension.
 
These macros are provided in source code form, and will need to be compiled for your particular computer.  You will need a suitable C++ compiler (e.g. g++), the xorg-dev header files and libraries, and your X server must support the RECORD extension.
  
Note: they were developed for one specific linux and ATITD setup, and may completely fail to work for anyone else, or send your avatar running off to Queen's Retreat unexpectedly.  Chat me between steps if this does happen :)
+
Further macros will be added to the source code archive as they are cleaned up for general use.
 +
 
 +
Note: they were developed for one specific linux and ATITD setup, and may completely fail to work for anyone else.  The source code is ugly and not properly designed.  It may send your avatar running off to Queen's Retreat unexpectedly.  Chat me between steps if this does happen :)
  
 
Some general principles of operation:
 
Some general principles of operation:
Line 10: Line 12:
 
* Moving or resizing the ATITD window during operation is not a good idea
 
* Moving or resizing the ATITD window during operation is not a good idea
 
* They do not interfere with chatting; you can use F9/F10 to switch chat tabs without moving the mouse
 
* They do not interfere with chatting; you can use F9/F10 to switch chat tabs without moving the mouse
 +
 +
== Download ==
 +
[[media:atitd-macros-2.tar.gz|Macro source code for Linux]]
 +
 +
=== Slate/Grass/Clay macro notes ===
 +
This expects the icons to be in the larger size, on the right-hand side of the screen.  You may need to change interface options.

Latest revision as of 00:58, 29 August 2010

These macros are provided in source code form, and will need to be compiled for your particular computer. You will need a suitable C++ compiler (e.g. g++), the xorg-dev header files and libraries, and your X server must support the RECORD extension.

Further macros will be added to the source code archive as they are cleaned up for general use.

Note: they were developed for one specific linux and ATITD setup, and may completely fail to work for anyone else. The source code is ugly and not properly designed. It may send your avatar running off to Queen's Retreat unexpectedly. Chat me between steps if this does happen :)

Some general principles of operation:

  • The ATITD window should be completely visible - setting it to "always on top" may be useful
  • The Pause or Break key aborts any of these macros
  • They all run from the command-line, though desktop icons can be created for them
  • They do not move the mouse pointer, but you should aim to minimize motion of the pointer within the ATITD window while they are running
  • Moving or resizing the ATITD window during operation is not a good idea
  • They do not interfere with chatting; you can use F9/F10 to switch chat tabs without moving the mouse

Download

Macro source code for Linux

Slate/Grass/Clay macro notes

This expects the icons to be in the larger size, on the right-hand side of the screen. You may need to change interface options.