Jump to content

JuiceyBuns

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by JuiceyBuns

  1. edit this file "C:\GOG Games\The Witcher 3 Wild Hunt\content\content0\scripts\engine\telemetryKeyword.ws" and add the line in green. // Class pointed to by "theTelemetry" // Do not instanciate directlyimport class CR4TelemetryScriptProxy extends CObject{import final function Log( eventType : ER4TelemetryEvents );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 );}
×
×
  • Create New...