Jump to content
⚠ Known Issue: Media on User Profiles ×

xMataleo

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by xMataleo

  1. if you look in folder "content\content0\scripts\engine", there should be a file called "telemetryKeyword.ws" if there is edit the file by deleting all the information and putting // 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 ); } save the file and then try to launch. It should work from there it worked for me at least.
×
×
  • Create New...