Blob Blame History Raw
Set up this example configuration file to be used as the default configuration
in /etc.

--- ./doc/frotz.conf-big	2000-10-28 10:43:07.000000000 -0700
+++ ./doc/frotz.conf-big.conf	2005-07-19 06:41:39.000000000 -0700
@@ -10,47 +10,47 @@
 # These options control some basic characteristics of Frotz.
 
 # Use color text 		(default "yes" if supported)
-color		yes
+#color		yes
 
 # Set foreground color		(default "white" if in color mode)
-foreground	white
+#foreground	white
 
 # Set background color		(default "blue" if in color mode)
-background	blue
+#background	blue
 
 # Set error-reporting mode	(default "once")
-errormode	once
+#errormode	once
 
 # Set path to search for game files (no default)
-zcode_path	/usr/local/games/zcode
+#zcode_path	/usr/local/games/zcode
 
 # Use plain ASCII only		(default "no")
-ascii		no
+#ascii		no
 
 # Turn sound on or off		(default "on")
-sound		on
+#sound		on
 
 
 ############################################
 # These are some less-commonly used options.
 
 # Set random number seed	(default comes from the Unix epoch)
-randseed	1234
+#randseed	1234
 
 # Set number of undo slots	(default 500)
-undo_slots	500
+#undo_slots	500
 
 # Set Tandy bit			(default "no")
-tandy		no
+#tandy		no
 
 # Alter piracy opcode		(default "no")
-piracy		no
+#piracy		no
 
 # Use Quetzal save format	(default "yes")
-quetzal		yes
+#quetzal		yes
 
 # Expand abbreviations		(default "no")
-expand_abb	no
+#expand_abb	no
 
 
 #########################################################################
@@ -60,38 +60,38 @@
 # Force color mode		(default "no")
 # Useful for use with supposedly current flavors of Unix that still don't
 # understand what the "xterm-color" terminal type is.
-force_color	no
+#force_color	no
 
 # Set screen height		(default is detected height)
-screen_height	24
+#screen_height	24
 
 # Set screen width		(default is detected screen width)
-screen_width	80
+#screen_width	80
 
 # Set script width		(default is screen width)
-script_width	80
+#script_width	80
 
 # Set context lines		(default "0")
-context_lines	0
+#context_lines	0
 
 # Set left margin		(default "0")
-left_margin	0
+#left_margin	0
 
 # Set right margin		(default "0")
-right_margin	0
+#right_margin	0
 
 
 #############################################################
 # These options are mainly useful for debugging and cheating.
 
 # Watch attribute setting	(default "no")
-attrib_set	no
+#attrib_set	no
 
 # Watch attribute testing	(default "no")
-attrib_test	no
+#attrib_test	no
 
 # Watch object movement		(default "no")
-obj_move	no
+#obj_move	no
 
 # Watch object locating		(default "no")
-obj_loc		no
+#obj_loc		no