changeset 1666:caf0149b5bc6

Minor updates and improvements to the example tfrc.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Jan 2024 02:02:46 +0200
parents dc2ae49143e7
children c3a98af55092
files example-tfrc.txt
diffstat 1 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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: