Let's install these tf/MCP2.1 packages
You should already have the base mcp21 macros installed.
Don't forget to have your world with the tiny.moo
option. Your tiny.world
file must have the
MOOsaico line along these examples:
/addworld -Ttiny.moo MOOsaico mychar mypassword moo.di.uminho.pt 7777or
/test addworld("MOOsaico","tiny.moo","moo.di.uminho.pt","7777","mychar","mypassword")
First get the package with the plugins.
# cd /tmp # curl --remote-name https://moosaico.com/moosaico-pubkey.asc # curl --remote-name https://moosaico.com/clients/mcp21-tf-packages.tar.gz # curl --remote-name https://moosaico.com/clients/mcp21-tf-packages.tar.gz.sig
Test
the package with gpg
.
# gpg --import moosaico-pubkey.asc # gpg --verify mcp21-tf-packages.tar.gz.sig mcp21-tf-packages.tar.gz
Check for Good signature
.
Unpack the file mcp21-tf-packages.tar.gz
to your
tf-lib
. Something like:
# cd /usr/lib/tf-lib # tar zxvf /tmp/mcp21-tf-packages.tar.gz
Then add them to your .tfrc
after the
base MCP2.1 macros. It should look like this;
$ cat ~/.tfrc /require ~/tiny.world ;; New MCP 2.1! ; /load mcp-2/mcp21.tf /load mcp-2/mcp-negotiate.tf /load mcp-2/simpleedit.tf /load mcp-2/local-edit.tf /load mcp21-tf-packages/mcp-client-info.tf /load mcp21-tf-packages/mcp-displayurl.tf /load mcp21-tf-packages/mcp-ping.tf /load mcp21-tf-packages/mcp-status.tf /load mcp21-tf-packages/mcp-msp.tf
Some plugins may need some customization, so edit the
.tf
files and read the top lines.