Hey!
Interested in Far Cry multiplayers online statistics for your LAN or Internet matches? Take a look at http://farcry.majormode.com/. It's a completely free service, no charge, no registration, no mod, no spyware, no ads, nothing, nada, que dalle, không có ǵ hết... We actually provide a Web service to which you can upload your Far Cry log file and we calculate and maintain your statistics. Drop us an email to support@majormode.com.
The homepage provides the leaderboard of the 20th players having the better rank:
Player Rank Score Matches Avg Opponents
1 lythanhphu Sergeant 2727 26 4
2 theprophete Corporal 1924 8 9
3 papazark Corporal 1765 7 10
4 Flea Corporal 1475 6 10
5 csharp Corporal 1207 7 10
6 Refactorer Corporal 1159 5 10
7 Biker Corporal 845 7 10
8 Yoda Lance Corporal 748 15 4
9 RedJacket Lance Corporal 731 7 10
10 Drop Lance Corporal 683 7 10
Player Rank is based on score and on some achievements. Player Score is based on a point system. Player Class reflects fighting style of this player, based on the weapons he used.
To access to a player profile and to his statistics, just click on his pseudonym.
The homepage provides the last 20 matches played. Click on a match time to have a complete report with a lot of statistics regarding this match.
--
support@majormode.com
If you want to get your match statistics online, you just need to modify one parameter in your Far Cry configuration file:
C:\Program Files\Ubisoft\Crytek\Far Cry\system.cfg
Search for the parameter "log_FileVerbosity" and replace its value as follows :
log_FileVerbosity = "3"
Once you have finished to play to Far Cry, you can go to the upload page of the Far Cry Online Statistics web site:
http://farcry.majormode.com/upload.php
Select your current Far Cry log file:
C:\Program Files\Ubisoft\Crytek\Far Cry\log.txt
Select your time zone and upload the file. Your match(es) will appear on the web site homepage!
You don't want to manually do this step every time you have played to Far Cry? No problem, we have write a batch script for you that you call instead of calling Far Cry executable; this script will execute Far Cry first, and when you quit Far Cry, the script will automatically upload the log file to Far Cry Online Statistics web site. This batch script is given hereafter.
Note: remember to set your time zone in the environment variable CLIENT_GMT_TIMEZONE, defined within this script.
Note: this script rely on the command line tool
curl for uploading the log file; this tool is completely free. You can download it from http://curl.haxx.se/download.html. Install it on your computer and set the environment variable CURL_HOME, defined in the script, so that it points to the directory where you have installed curl.
Now, run this batch script instead of executing Far Cry directly. If any issue, contact us at support@majormode.com.
:: SCRIPT BEGINS HERE
@echo off
:: Copyright (C) 1998-2008 Majormode. All rights reserved.
::
:: This software is the confidential and proprietary information of
:: Majormode or one of its subsidiaries. You shall not disclose this
:: confidential information and shall use it only in accordance with
:: the terms of the license agreement or other applicable agreement
:: you entered into with Majormode.
::
:: MAJORMODE MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
:: SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
:: BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
:: FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. MAJORMODE
:: SHALL NOT BE LIABLE FOR ANY LOSSES OR DAMAGES SUFFERED BY LICENSEE
:: AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR
:: ITS DERIVATIVES.
::
:: @version $Revision: 152 $
setlocal
:: Set the local time zone based on Greenwich Mean Time (GMT); this
:: value *must* be modified to correspond to the client time zone, as
:: date/time within Far Cry log file has no time zone information.
set CLIENT_GMT_TIMEZONE=-5
set CURL_HOME="C:\bin\curl-7.18.2"
:: Set environment variables.
set FAR_CRY_HOME=c:\Program Files\Ubisoft\Crytek\Far Cry
set FAR_CRY_LOG_FILE_PATH_NAME=%FAR_CRY_HOME%\log.txt
set MAXIMUM_ATTEMPT_COUNT=3
set ATTEMPT_COUNT=1
:: for /F "tokens=*" %%i in ('%FAR_CRY_SNITCH_HOME%\script\uuidgen.exe') do set UUID=%%i
:: echo %UUID%
:: Run Far Cry game.
"%FAR_CRY_HOME%\Bin32\FarCry.exe"
:: Upload the Far Cry log file to the statistics Web site.
:import
echo Uploading Far Cry log file (attempt %ATTEMPT_COUNT%)...
%CURL_HOME%\curl.exe -F logfile=@"%FAR_CRY_LOG_FILE_PATH_NAME%" -F tz=%CLIENT_GMT_TIMEZONE% http://farcry.majormode.com/upload.php
if %ERRORLEVEL% equ 0 goto :end
if %ATTEMPT_COUNT% equ %MAXIMUM_ATTEMPT_COUNT% goto :end
set /A ATTEMPT_COUNT += 1
goto :import
endlocal
:: SCRIPT ENDS HERE
More than 800 players used this service since its launch on September. This service calculates a lot of statistics, per match, per user. There are some global statistics such as:
Weapon Usage
Falcon 12.91%
M249 10.79%
AG36 9.03%
SniperRifle 8.46%
M4 7.71%
AG36Grenade 6.77%
OICWGrenade 6.72%
VehicleRocket 6.5%
Rocket 6.33%
Machete 5.99%
P90 5.86%
OICW 5.8%
MG 2.45%
Shotgun 1.49%
HandGrenade 1.01%
StickyExplosive 0.58%
MP5 0.51%
Boat 0.5%
Vehicle 0.45%
VehicleMountedRocketMG 0.11%
VehicleMountedAutoMG 0.03%
VehicleMountedMG 0.01%