TinTin++ setup for Aardwolf MUD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
879 B

  1. #!/bin/bash
  2. # This is a Tmux script that handles starting up tintin with all of the Aardwolf settings.
  3. # You will need to change the -x <column> and -y <row> size
  4. # Also change '/home/adam/tt/aard' to whatever directory you use for the settings.
  5. # Requires Tmux 1.5 - See http://theixle.dyndns.org for a download link.
  6. tmux kill-session -t aardwolf
  7. tmux new-session -d -s aardwolf -x 189 -y 47
  8. tmux splitw -h -l 159 'tail -fs .1 /home/adam/tt/aard/Aardwolf-chats'
  9. tmux splitw -v -l 37 'tt++ -G /home/adam/tt/aard/setup.tin;bash -i'
  10. tmux splitw -h -l 68 'tail -fs .1 /home/adam/tt/aard/chars'
  11. tmux selectp -t 0
  12. tmux splitw -v -l 22 'tail -fs .1 /home/adam/tt/aard/minimap'
  13. tmux selectp -t 0
  14. tmux splitw -v -l 14 'tail -fs .1 /home/adam/tt/aard/group'
  15. tmux selectp -t 5
  16. tmux splitw -v -l 20 'tail -fs .1 /home/adam/tt/aard/quest'
  17. tmux selectp -t 4
  18. tmux attach-session -t aardwolf