# HG changeset patch # User Matti Hamalainen # Date 1704931366 -7200 # Node ID caf0149b5bc6f6672aa2b00b358c9e2fd20229ad # Parent dc2ae49143e7c4a57497b439d4651e26e667c854 Minor updates and improvements to the example tfrc. diff -r dc2ae49143e7 -r caf0149b5bc6 example-tfrc.txt --- a/example-tfrc.txt Thu Jan 11 01:58:55 2024 +0200 +++ b/example-tfrc.txt Thu Jan 11 02:02:46 2024 +0200 @@ -1,13 +1,18 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; Personal settings +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Turn logging off, while we set things up /log off -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Personal settings -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Set player name before loading scripts -/eval /set set_plrname=Ggr +;; Add some worlds +/test addworld("bat", "lp.*", "bat.org", 23, "myname", "password") -;; Savefiles should be stored under $HOME/.ggrtf/ +;; Set player character name before loading scripts. +;; You need to set this to your character name, for example "Ggr" +/eval /set set_plrname=Mycharname + +;; Savefiles should be stored under to this directory. +;; The example here uses $HOME/.ggrtf/ which works for *NIX style systems. /eval /set set_datapath=%{HOME}/.ggrtf/ ;; We want savefiles to use filename prefix "bat-" @@ -22,6 +27,7 @@ ;; the scope of GgrTF, but it is discussed in more depth in the ;; user's manual. +;; This setting needs to match an installed locale for *NIX style systems. ;/setenv LANG=en_US.iso88591 ;; You may also try following settings if ISO-8859-1 does not work: