=============================================================================== LFSStat =============================================================================== Copyright (c) 2007 Robert B. ( Gai-Luron ). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". =============================================================================== LFSStat is external module for Live For Speed game. It provides statistics capability to LFS servers. =============================================================================== Installation & Configuration =============================================================================== 1.Extract LFSStat filer to arbitrary directory. 2.Start LFS server with argument "/Insim=29999" or type "/insim 29999" in talk window when server is already running. =============================================================================== Starting LFSStat =============================================================================== 1.Open sample script (LFSStat.cfg) in cfg folder with text editor (like notepad). 2.Modify it to suit your purposes . Save it then. 3.Run LFSStat.exe from command line, providing script file name as argument: e.g.: LFSStat.exe ..\cfg\LFSStat.cfg or: LFSStat.exe ..\cfg\LFSStat.cfg debug to see debugging information When using Mono, LFSStat can be started by: mono LFSStat.exe ..\cfg\LFSStat.cfg Other ways to start LFSStat in Windows: Starting LFSStat using windows shortcut: 1.Drag lfsstat.exe on desktop using right mouse button. 2.Create shortcut. 3.Open its properties and add path to script file in target field. 4.Double-click on shortcut to run application. Starting LFSStat using "Open with" dialog in explorer: 1.Right click on script file (LFSStat.cfg). 2.Select Open with. 3.Select Choose program. 4.Browse for LFSStat.exe (located in bin directory) and select it. Starting LFSStat by drag-and-drop: 1.Drag script (LFSStat.cfg) holding right mouse button from cfg directory and drop it on LFSStat.exe in bin directory. =============================================================================== Stopping LFSStat =============================================================================== 1.Press CTRL+C in LFSStat console window ,kill LFSStat process from command line or just close the console window. !ver ---- Displays information about LFSStat. =============================================================================== Files =============================================================================== LICENSE ------- GNU GPL License LFSStat.exe ------------- Main program LFSStat.cfg ------------- Sample script of keys and values that define behaviour of module. Keys are case-sensitive, but key order is not important. See provided sample script for description of entries. readme.txt ---------- Instructions (this file)