# This is a sample default file for netrek.
# Specify this file with:
#   netrek -r defaults
#
# If you do not specify a file, then .xtrekrc from your home directory
#   is used (if it exists).

color.white:		white
color.black:		black
color.red:		red
color.green:		green
color.yellow:		yellow
color.cyan:		cyan
color.light grey:	light grey
font:			6x10
boldfont:		6x10b
italicfont:		6x10i
bigfont:		sbdr40sx
name:			Kerplunk!
showshields:		on
showstats:		off
keeppeace:		on
reportkills:		off

# This is my keymap, but you *really* don't want it...
#keymap:		fustdyvccTw3e4r%4R3fprqPaLtigl dnIow;e


# Here I start messing around with window placement.
# For *all* of the windows listed, you can specify if you want them mapped,
#   their geometry, and their parent.
# When specifying geometry for text (and scrolling) windows, specify
#   in terms of characters wide and high.  Specify size of a menu only
#   at your own risk (there is no real benefit to doing this).

# The icon
netrek_icon.geometry:	+1031+0

# The main window
netrek.geometry:	+0+0

# The player list
player.geometry:	+0+556

# Main message window
review.geometry:	+512+556

# Kills message window
review_kill.geometry:	80x10+512+768

# This puts the war window to the right of the options window.  (Wow!  Neat!)
war.geometry:		+800

# This is demented.  It puts the rank window near the bottom of the screen!
#rank.parent:		root
#rank.geometry:		+0+718

# This tells the program that I want my kill review window and my main
#   review window automatically mapped.  In general, something like this
#   is not always safe to do.
review_kill.mapped:	on
review.mapped:		on

# This will make your personal review window appear on the galactic map! (yucko)
#review_your.parent:	map
#review_your.geometry:	80x20+0+0
#review_your.mapped:	on

# This will put the countdown clock to the right of your main window!  (ugh)
#quit.parent:		root
#quit.geometry:		+1020+0

# Other windows:
#fed - Fed selection window
#ori - Orion selection window
#rom - Romulan selection window
#kli - Klingon selection window 
#local - Main fighting window
#map - Galactic map
#tstat - Tells your damage, etc.
#warn - 1 line of warning messages
#message - 1 line for sending messages.
#planet - List of planets
#help - help window
#review_all - message window for messages to all
#review_team - message window for messages to team
#stats - graphical stat window (damage, shield, etc.)
#option - The options window
