|
From: | Rolf Moberg |
Subject: | Re: [Tlf-devel] External scoring system for tlf |
Date: | Mon, 10 Apr 2006 22:13:53 +0300 |
User-agent: | Thunderbird 1.5 (X11/20051201) |
Shoud this perl modules start or activate somehow when stargin tlf. My files: ------------------------------------------------------- ~/ham/contests/spdxrtty_2006/logcfg.dat EDITOR=vi RULES=spdx_dx # CALL=OH6KXL # TIME_OFFSET=0 # THISNODE=A LAN_DEBUG # GMFSK DIGIMODEM=/home/oh6kxl/gmfsk_autofile RTTYMODE # SPOTLIST SCOREWINDOW CHECKWINDOW # PARTIALS # SUNSPOTS=10 SFI=72 # NOB4 -------------------------------------------------------------- ~/ham/contests/spdxrtty_2006/rules/spdx_dx CONTEST=spdx_dx LOGFILE=spdx.log CONTEST_MODE ################################# MULT_LIST=spdxmults # F1=CQ SPDX TEST DE % % CQ F2=@ DE % etc all those macros... -------------------------------------------------- ~/ham/tlf-0.9.30/scoring/rules.pm #! /usr/bin/perl -w # Date: 08-04-06 ################################################ # SPDXRTTY rules ################################################ $contestname = "Contest: SPDX RTTY test"; $mycall = "OH6KXL"; $logfile = "/home/oh6kxl/ham/contests/spdxrtty_2006/qso.log"; ################################################ $method = "spdxrtty"; $mult1 = "country"; $mult2 = "section"; $mycountrypoints = 2; $dxpoints = 10; $mycontinentpoints = 5; 1; --------------------------------------------------------- 73! Rolf Moberg
[Prev in Thread] | Current Thread | [Next in Thread] |