First of all let's list names of NetrekXP Mod windows:
<window>.map: [on/off]
- show window on startup
Example:
pingstats.mapped: on
<window>.parent: <value>
- set parent window of <window>
Example:
fed.parent: map
- will move Feds selection window from tactical to galaxy
<window>.geometry: <geometry>
- set window placement and size
<geometry>
parameter can be presented by three different states:
<window>.geometry: <width>x<height>+<xpos>+<ypos>
<width>
- window width<height>
- window height<xpos>
- window x coordinate<ypos>
- window y coordinate<window>.geometry: <width>x<height>
<width>
- window width<height>
- window height<window>.geometry: +<xpos>+<ypos>
<xpos>
- window x coordinate<ypos>
- window y coordinate
Examples:
netrek.geometry: 1024x768+0+0 - default main window geometry
netrek.geometry: 1024x768 - only size parameters
netrek.geometry: +0+0 - only placement parameters
Above options can be used with any window.
Next option can only be used with message windows:
<message window>.allow: [A][T][I][P][K]
- choose type of messages printed in message window
review_team.allow: TIPK
' to watch after any except All messages.