# HG changeset patch # User Matti Hamalainen # Date 1181119515 0 # Node ID a80d8bcdef99cbc80527f3de6688efe509cbd812 # Parent 87516473ba3413f50e09e31d98b5fcf06fedd6a3 Updated some examples, fixed few bugs. diff -r 87516473ba34 -r a80d8bcdef99 docs/manual.sgml --- 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 @@ -
Checking out +
Checking out You can download ("checkout") the GgrTF repository with command line Subversion client with following command: @@ -446,7 +446,7 @@
-
Keeping up to date +
Keeping up to date 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 @@ 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 ) override this to +some modules (like PSS-mangler) override this to provide additional functionality. @@ -941,7 +941,7 @@ (How to do this is discussed further below.) -
What is saved? +
What is saved? Almost all settings (hidden or visible) get saved, but there are certain global settings that you @@ -963,7 +963,7 @@
-
Special, non-saved variables +
Special, non-saved variables 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