# Settingsfile for acarsdgui # Comments in this file starts with # # Options / Values are separated with one or more SPACE/TABS # Window geometry data. # On next start of acarsd the windows should be at the same position # with the same width and height WinGeometry 900 615 66 87 # Fonttype to use in the acarsd main window GUIFontType System # Fontsize to use in the acarsd main window GUIFontSize 10 # How many icons within acarsd mainscreen # A value of 0 will disable icons ImageHeight 3 # Color of acarsd main window MWindowColor #ffffff ############################################################ # Fonttype to use in the acarsd bottom window DEBFontType System # Fontsize to use in the acarsd bottom window DEBFontSize 9 # Height of acarsd bottom window in lines DWindowHeight 6 # Color of acarsd bottom window DWindowColor #0000cd ############################################################ # Color definition for the main window cyan2 #24b2d6 redwhite #ef1035 mnormal black myellow #b023ed mparity #33ba18 mnormali black cardinfo #b023ed mgrey #bfbfbf ############################################################ # Color definition for the bottom window normal white yellow yellow cyan cyan red #f00000 fatal #f94da3 grey #dfdfdf impo #9bf90e ############################################################ # Color definition for the ACARS data an_norm #800000 an_data #000080 an_ext #008000 an_deco black ############################################################ # Map settings MapTop 68.00 MapBottom -7.43 MapLeft 41.97 MapRight 156.70 # Map settings for the second and third map MapTop1 50.40 MapBottom1 18.22 MapLeft1 90.81 MapRight1 139.86 MapTop2 45.84 MapBottom2 32.63 MapLeft2 107.29 MapRight2 127.44 # Settings of your server ServerNorth 0.00 ServerEast 0.00 # Validity of messages MsgValidity 3600 # Read waypoints and airports from the following labels # * = all labels # Separate labels with space. For example: H1 H2 15 80 ValidLabels * # Show departure and arrival airport on the map? ShowArrDep 1 # Log position messages to disc # Leave empty to disable this logging LogPosMessages ############################################################ # Show original data before translation? ShowOriginal 0 ############################################################ # Use dynamic screenheight (reduce height if height > screenheight) DynamicScreenHeight 0 ############################################################ # Clear list of contacted flights during midnight rotation? ClearFlightGrid 0 ############################################################ # Filter settings # Filtering is enabled? Filtering 0 # Keywords FilterWords # Save to logfile (disabled if blank) FilterFile # Filter option FilterFlight 0 FilterMsg 1 FilterReg 0 FilterAll 0 ############################################################ MysqlInsert INSERT INTO ACARS (card,channel,link,time,date,reg,iata,mode,label,blockid,msgno,flight,routing,message) VALUES (%%Card%%,'%%ChannelName%%','%%Link%%',%%Time%%,%%Date%%,'%%Reg%%','%%IATA%%','%%Mode%%','%%Label%%','%%BlockID%%','%%MsgNo%%','%%Flight%%','%%Route%%','%%Message%%'); ############################################################ # acarsdgui Plugin Settings ############################################################