Jump to content

Error 1.12


vanjavs

Recommended Posts

  • 3 weeks later...
  • 1 month later...

In folder "content\content0\scripts\engine", I create the file "telemetryKeyword.ws" with the following content :

 

// Class pointed to by "theTelemetry"

// Do not instanciate directly

import class CR4TelemetryScriptProxy extends CObject

{

import final function LogWithName( eventType : ER4TelemetryEvents );

import final function LogWithLabel( eventType : ER4TelemetryEvents, label : String );

import final function LogWithValue( eventType : ER4TelemetryEvents, value : int );

import final function LogWithValueStr( eventType : ER4TelemetryEvents, value : String );

 

import final function LogWithLabelAndValue( eventType : ER4TelemetryEvents, label : String, value : int );

import final function LogWithLabelAndValueStr( eventType : ER4TelemetryEvents, label : String, value : String );

 

import final function SetCommonStatFlt( statType: ER4CommonStats, value : float );

import final function SetCommonStatI32( statType: ER4CommonStats, value : int );

 

import final function SetGameProgress( value : float );

 

import final function AddSessionTag( tag : String );

import final function RemoveSessionTag( tag : String );

 

import final function XDPPrintUserStats( statisticName : String );

import final function XDPPrintUserAchievement( achievementName : String );

}

 

Thank you it works...sorry for reviving an old thread but now i can play this game with my mods after i did a format and losing all my files except for the saves !!!!!!!!!!!!

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...