Migrating wiki contents from Google Code
This commit is contained in:
commit
5652bd9c73
11
Home.md
Normal file
11
Home.md
Normal file
@ -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
|
25
ProjectHome.md
Normal file
25
ProjectHome.md
Normal file
@ -0,0 +1,25 @@
|
||||
<h1><u>Aardwolf Tintin Package</u></h1>
|
||||
<p>
|
||||
<b>OS</b>: Linux/Unix or Mac (Although these settings have been known to work with <a href='http://tintin.sourceforge.net/download.php'>Wintin++</a> as well)<br>
|
||||
<b>Requires</b>: <a href='http://tintin.sourceforge.net'>Tintin 2.00.7</a><br>
|
||||
<b>Recommended</b>: <a href='http://tmux.sourceforge.net'>Tmux 1.5</a> (or some comparable program).<br>
|
||||
<table cellpadding='5px' border='1'>
|
||||
<tr>
|
||||
<td>
|
||||
<h3><u>Features:</u></h3>
|
||||
<dl>
|
||||
<dt>GMCP event handling/variable setting<br>
|
||||
<dt>Integrated GMCP/Tintin Mapping<br>
|
||||
<dt>Captures into logfiles for "miniwindows":<br>
|
||||
<blockquote><dd>ASCII Map<br>
|
||||
<dd>Communications<br>
|
||||
<dd>Affects<br>
|
||||
<dd>Group Stats<br>
|
||||
<dd>Mobs/Chars in room<br>
|
||||
<dt>Spellup aliases/triggers for keeping spells up<br>
|
||||
<dt>A customized prompt with several timers for ticks/quests/etc<br>
|
||||
<dt>Examples of making aliases that use #map find in several ways<br>
|
||||
<p>
|
||||
Most of the work was done by the player "Cheezburger." It is<br>
|
||||
highly undocumented and by no means bug free.<br>
|
||||
<td><a href='http://code.google.com/p/aardwolf-tintin/wiki/Screenshot_PC_main'><img src='https://lh3.googleusercontent.com/-4rqyXaYgCGw/UBnVVDdJghI/AAAAAAAAABA/BmiBKnPhkII/s800/aardwolf%252Btintin2.PNG' alt='aardwolf-tintin screenshot'></img></a>
|
77
README.md
Normal file
77
README.md
Normal file
@ -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.
|
||||
```
|
11
RecommendedSSHClients.md
Normal file
11
RecommendedSSHClients.md
Normal file
@ -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
|
1
Screenshot_PC_main.md
Normal file
1
Screenshot_PC_main.md
Normal file
@ -0,0 +1 @@
|
||||
<img src='https://lh3.googleusercontent.com/-4rqyXaYgCGw/UBnVVDdJghI/AAAAAAAAABA/BmiBKnPhkII/s800/aardwolf%252Btintin2.PNG' alt='aardwolf-tintin screenshot'></img>
|
2
SubmitYourScript.md
Normal file
2
SubmitYourScript.md
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user