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.
theixle 637316fb0c Delete Home.md 9 years ago
ProjectHome.md Update ProjectHome.md 9 years ago
README.md Migrating wiki contents from Google Code 9 years ago
RecommendedSSHClients.md Migrating wiki contents from Google Code 9 years ago
Screenshot_PC_main.md Migrating wiki contents from Google Code 9 years ago
SubmitYourScript.md Migrating wiki contents from Google Code 9 years ago

README.md

#Copy of the README

Intro:
------
This project compliments of the Aardwolf character Cheezburger.
This is a group of settings intended to be comparable to the base MUSHClient Aardwolf settings.
It is intended for Linux users or those with access to a machine capable of running Tintin++.
It should run under Wintin++ however performance may vary.

Getting Tintin++:
-----------------
These settings (mainly the mapping) require Tintin++ versin 2.00.7 or better.
Check out http://tintin.sourceforge.net/download.php for the latest versions.

Getting Started:
----------------
edit setup.tin
start tintin with setup.tin (Ex. /usr/games/tt++ -G setup.tin)

Tintin Mapping:
---------------
#map create 60000 - to initialize a new tintin map
#map flag nofollow on - to stop tintin trying to create rooms based on movement
 -all the room creation is done via gmcp
#map goto 1 to goto the first vnum of the tintin map
#var mapping 1 to create the map as you go
 -should be on in setup.tin by default
 -a tick timer is created to save the map every 300seconds
 -a session disconnect event is set to save a backup copy of the map
Capturing & Logging:
--------------------
The ascii map:
 'tags map on' to start capturing the map to the file 'minimap'
 'tags mapnames on' to send the room name with the map
 'tags mapexits on' to send the room exits with the map
 Toggle 'shortmap' command until it says "You will now see blank lines on the map."

Channels:
 Most channels are captured to the file 'Aardwolf-chats' by GMCP
 To configure which ones are shown in the main window:
 'tags channels on' to show tags around them
  -adjust general.tin list to change which channels are gagged

Mobs/Players in the room:
 'tags roomchars on' to start capturing people/mobs to the file 'chars'

Group Stats:
 Group stat logging is handled by gmcp.tt and logs to 'group' file once you are in a group

Custom Prompt
-------------
Tintin++ should automatically split off the bottom 4 lines of your terminal for the custom prompt.
The bottom line will be the input command line, next up is a dividing line, then a vitals bar,
then a bar with a few other things I'll explain in detail.

1. Time till next tick      --  self explanatory
2. Quest timer          --  this will be set to "quest_timer" until you take a quest or type quest info.
3. Exp till next level      --  self exlanatory
4. Thirst/Hunger        --  T/H:[ thirst level / hunger level ]
5. Alignment            --  Positive or negative alignment


Optional Settings:
------------------
read in optional settings as required
 -affcaps.tin       Will capture and gag skill/spell affects, add colors, and log to 'affects' file
 -paths.tin         Useful demonstration aliases for using the tintin map once one is generated by the user
 -pathwalk.tin      Provides an alternative to #path run, it will stop for aggro mobs and continue on death

Displaying:
-----------
Setup panes in tmux or multiple terminal windows and use the tail command (ex. tail -fs .1 minimap)
on whichever log file you wish.
*NOTE* For the minimap file you will need to set the size of the window to match the output from the mud.
For a typical 10pt font a size of 30columns by 21rows should be close.