changeset 629:a80d8bcdef99

Updated some examples, fixed few bugs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Jun 2007 08:45:15 +0000
parents 87516473ba34
children 3e30be528df3
files docs/manual.sgml
diffstat 1 files changed, 21 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/docs/manual.sgml	Wed Jun 06 03:24:16 2007 +0000
+++ b/docs/manual.sgml	Wed Jun 06 08:45:15 2007 +0000
@@ -419,7 +419,7 @@
  </listitem>
 </itemizedlist>
 
-<section><title>Checking out</title>
+<section id="intro-checking-out"><title>Checking out</title>
 <para>
 You can download ("checkout") the GgrTF repository with command line
 Subversion client with following command:
@@ -446,7 +446,7 @@
 </para>
 </section>
 
-<section><title>Keeping up to date</title>
+<section id="intro-updating"><title>Keeping up to date</title>
 <para>
 After you have checked out your own copy of GgrTF's code repository,
 you usually wish to periodically update it. This is done easily with 
@@ -807,7 +807,7 @@
     <entry>
 Toggle autopss-functionality on/off. If enabled, /pss macro is executed
 on each battle round flag. By default, /pss is 'party short status', but
-some modules (like <link linkend="usage-pssmangle"></link>) override this to
+some modules (like <link linkend="usage-pssmangle">PSS-mangler</link>) override this to
 provide additional functionality.
 </entry>
    </row>
@@ -941,7 +941,7 @@
 (How to do this is discussed further below.)
 </para>
 
-<section><title>What is saved?</title>
+<section id="usage-general-saves-whatis"><title>What is saved?</title>
 <para>
 <emphasis>Almost</emphasis> all settings (hidden or visible)
 get saved, but there are certain global settings that you
@@ -963,7 +963,7 @@
 </para>
 </section>
 
-<section><title>Special, non-saved variables</title>
+<section id="usage-general-saves-special"><title>Special, non-saved variables</title>
 <para>
 There are currently three special GgrTF variables, which you have to
 set yourself in your TF's startup configuration (".tfrc"-file).
@@ -1043,26 +1043,32 @@
 /set set_plrname=Ggr
 
 ;; Path of directory where savefiles will be stored, empty is CWD
-/set set_datapath=
+/eval /set set_datapath=%{HOME}/tf/
+/def -i gloadmod = /eval /load %{HOME}/tf/%{*}
 
 ;; Prefix string for savefile names
 /set set_saveprefix=bat-
 
 
 ;; Load the special pre-init module
-/eval /load tf/ggrtf-pre.tf
+/gloadmod ggrtf-pre.tf
 
 ;; Load GgrTF core
-/eval /load tf/ggrtf.tf
+/gloadmod ggrtf.tf
 
 ;; Load other additional modules
-/eval /load tf/ggrtf-misc.tf
-/eval /load tf/ggrtf-magical.tf
-/eval /load tf/ggrtf-rais.tf
-/eval /load tf/ggrtf-druid.tf
-/eval /load tf/ggrtf-pssmangle.tf
-/eval /load tf/ggrtf-pplacer.tf
-/eval /load tf/ggrtf-spellnames.tf
+/gloadmod ggrtf-misc.tf
+/gloadmod ggrtf-magical.tf
+/gloadmod ggrtf-rais.tf
+/gloadmod ggrtf-tarma.tf
+/gloadmod ggrtf-druid.tf
+/gloadmod ggrtf-pssmangle.tf
+/gloadmod ggrtf-pplacer.tf
+/gloadmod ggrtf-spellnames.tf
+/gloadmod ggrtf-tf5.tf
+
+;; Perhaps load some key bindings
+/gloadmod kbd-xterm.tf
 
 ;; Restore previously saved settings
 /gload