Mod Macros 0.14.4 Readme
Mod Macros 0.14.4 Readme
4
---------------------------------------------------
This mod adds key binds to Minecraft, it requires ModLoader which you will find
at
http://www.minecraftforum.net/topic/75440-risugamis-mods/
To install the mod:
1) Download and install ModLoader in your minecraft.jar
2) Create a folder called "mods" under your minecraft folder if it doesn
't already exist and put the .zip file in there.
3) Run minecraft!
To use the mod:
This mod works in both single player and multiplayer, although "Single P
layer Commands" is recommended if using the mod in single player.
To use a keybind
-----------------
1) Press the <MACRO ACTIVATE> key alone, then press the key.
2) If a key is not bound to another function, you can simply press the k
ey itself to execute the macro.
3) If a key DOES have another function, you can hold the <MACRO OVERRIDE
> key (default is <CTRL>) to temporarily override the key's normal
function and execute the macro instead.
To edit a keybind
------------------
1) Enter MACRO BIND mode as described above.
2) To delete a macro, click "Delete" and click on the key. THIS ACTION C
ANNOT BE UNDONE AND THERE IS NO PROMPT TO CONFIRM THE DELETION.
3) To move a macro, click "Move" then drag from the source key to the de
stination. If the destination key already contains a macro it
will be overwritten.
4) To copy a macro, click "Copy" then drag from the source key to the de
stination. If the destination key already contains a macro it
will be overwritten.
5) To edit a macro, click the key on screen or press the key on your key
board.
Binding events
--------------
Events are bound exactly like binding keys but instead of being triggere
d by a key press they are triggered when the specified event occurs, for this
reason it is necessary to be careful how you use events to ensure that m
acros don't fire too often.
Expressions
-------------------------------------------------
This macro mod supports the following expressions.
Use: Discription:
abc Specific letters
123 Specific digits
\d Any Digit
\D Any Non-digit character
. Any Character
\. Period
[abc] Only a, b, or c
[^abc] Not a, b, nor c
[a-z] Characters a to z
[0-9] Numbers 0 to 9
\w Any Alphanumeric character
\W Any Non-alphanumeric character
{m} m Repetitions
{m,n} m to n Repetitions
* Zero or more repetitions
+ One or more repetitions
? Optional character
\s Any Whitespace
\S Any Non-whitespace character
^ $ Starts and ends
( ) Capture Group
(a(bc)) Capture Sub-group
(.*) Capture all
(abc|def) Matches abc or def
Advanced Settings
-----------------
Customising the Keyboard Layout
The default keyboard layout is a UK keyboard layout although most keys s
hould be correctly positioned for US keyboards as
well (with a couple of exceptions). Should you wish to customise the key
board layout you can enable keyboard layout editing
in the settings menu.
Returning to MACRO BIND mode will now have an additional button "Edit" w
hich will allow keyboard keys to be moved around on
the screen.
To delete a key from the display press [DEL].
To add a key which is not displayed press the key (pressing a key which
is
already present will highlight the key).
When you are finished click the "Edit" button again.
Utilising fallback mode (compatibility mode)
Version 0.7 includes a new keyboard input layer designed to improve comp
atibility with other mods, this is achieved by directly
manipulating the LWJGL keyboard buffer. However if this new input layer
causes issues, you can use fallback mode to use the old
(less versatile) behaviour.
To enable fallback mode, choose "Compatible mode" from the options scree
n and then restart Minecraft.
Notices
-------------------------------------------------
Minecraft and related resources are Copyright Mojang AB.
This mod and related resources are Copyright 2011 Adam Mummery-Smith
You MAY include this mod in compilation packs or mod collections
You MAY redistribute the mod
You MAY use this mod or any of the constituent classes as the basis for other
mods
provided that you credit any of my work to me.
You MAY have fun with the mod and make suggestions for new features in the MCF
thread.
You MAY NOT donate money to me, if you like this mod then please donate to thi
s
worthy cause instead:
http://www.minecraftforum.net/topic/632211-buying-minecraft-gift-codes-for-oth
ers/
Sources
-------------------------------------------------
Commands, variables, events:
http://mkb-wiki.herokuapp.com
Expressions:
https://regexone.com
Forum:
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/
1275039-macro-keybind-mod-1-11-2-version-available
-------------------------------------------------
By martijnpu May 2017