commit 5652bd9c73c9ab2d94ed3b3cb7027175c8d19038 Author: Google Code Exporter Date: Fri Mar 27 19:55:23 2015 -0400 Migrating wiki contents from Google Code diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..97a7052 --- /dev/null +++ b/Home.md @@ -0,0 +1,11 @@ +# Introduction # + +Add your content here. + + +# Details # + +Add your content here. Format your content with: + * Text in **bold** or _italic_ + * Headings, paragraphs, and lists + * Automatic links to other wiki pages \ No newline at end of file diff --git a/ProjectHome.md b/ProjectHome.md new file mode 100644 index 0000000..250c84c --- /dev/null +++ b/ProjectHome.md @@ -0,0 +1,25 @@ +

Aardwolf Tintin Package

+

+OS: Linux/Unix or Mac (Although these settings have been known to work with Wintin++ as well)
+Requires: Tintin 2.00.7
+Recommended: Tmux 1.5 (or some comparable program).
+ + +
+

Features:

+
+
GMCP event handling/variable setting
+
Integrated GMCP/Tintin Mapping
+
Captures into logfiles for "miniwindows":
+
ASCII Map
+
Communications
+
Affects
+
Group Stats
+
Mobs/Chars in room
+
Spellup aliases/triggers for keeping spells up
+
A customized prompt with several timers for ticks/quests/etc
+
Examples of making aliases that use #map find in several ways
+

+Most of the work was done by the player "Cheezburger." It is
+highly undocumented and by no means bug free.
+

aardwolf-tintin screenshot \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..dcd53a8 --- /dev/null +++ b/README.md @@ -0,0 +1,77 @@ +#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. +``` \ No newline at end of file diff --git a/RecommendedSSHClients.md b/RecommendedSSHClients.md new file mode 100644 index 0000000..496d0e7 --- /dev/null +++ b/RecommendedSSHClients.md @@ -0,0 +1,11 @@ +# Introduction # + +These SSH clients have been known to work well. + + +# Clients # +**iPad**/**iPhone** +https://itunes.apple.com/us/app/vssh-hd-lite/id535056241?mt=8 + +**Android** +https://play.google.com/store/apps/details?id=org.connectbot&hl=en \ No newline at end of file diff --git a/Screenshot_PC_main.md b/Screenshot_PC_main.md new file mode 100644 index 0000000..70b1fe7 --- /dev/null +++ b/Screenshot_PC_main.md @@ -0,0 +1 @@ +aardwolf-tintin screenshot \ No newline at end of file diff --git a/SubmitYourScript.md b/SubmitYourScript.md new file mode 100644 index 0000000..01bf772 --- /dev/null +++ b/SubmitYourScript.md @@ -0,0 +1,2 @@ +For users to submit their own scripts. Simply paste it as a comment. +I have no idea what the length limit is atm. \ No newline at end of file