ChrisVK Posted March 20, 2016 Posted March 20, 2016 Thanks a lot.This solved my problem starting Witcher3 after updating from 1.10 to 1.12. Much appreciated! :)
tripie Posted April 13, 2016 Posted April 13, 2016 original problem for me was something to do with oil.ws, using fix caused the following error:Error [content0]engine\timerkeyword.ws(4): Class 'CR4TelemetryScriptProxy' was already exported.
evionify Posted May 21, 2016 Posted May 21, 2016 Thanks dude! I tried using the enable Dev Console mod before I had even booted the game. I'll try it again now, now that the game have exported all the scripts. Cheers :)
superfundo Posted May 26, 2016 Posted May 26, 2016 On 1/16/2016 at 3:54 AM, stb06000 said: In folder "content\content0\scripts\engine", I create the file "telemetryKeyword.ws" with the following content : // Class pointed to by "theTelemetry"// Do not instanciate directlyimport 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 !!!!!!!!!!!!
elsabrown Posted June 13, 2016 Posted June 13, 2016 how am I supposed to get all that bright green data to the telemetrykeywordws file? [ dumb blond elsa ]
Kirotut Posted June 30, 2016 Posted June 30, 2016 On 6/13/2016 at 2:11 AM, elsabrown said: how am I supposed to get all that bright green data to the telemetrykeywordws file? [ dumb blond elsa ] You'll have to edit it with a program such as Notepad++.
Recommended Posts