allo_oui_c_moi Posted June 21, 2012 Share Posted June 21, 2012 Hello everyone, I've got a very noob question, I am sorry about that. But before starting writing this mod, I want to be sure 1/ if it is possible to make it2/ what is the best tool to use I would like to create a mod that log in a text file, every frame or couple of frames, the current date with some information about the player (like the level of health, stamina, where is he, if he is in a menu, etc...), to make some statistic about how I am playing the game, and compare it with some of my friends. I don't ask for a solution, but is it possible ? And if yes, should I use the Creation Kit? Papyrus? Something else? Thank you very very much,Cheers, Link to comment Share on other sites More sharing options...
steve40 Posted June 22, 2012 Share Posted June 22, 2012 (edited) Well, you would need to write a Papyrus script and you would need to use the debugging Trace function to write info to your debug log. There are also several GetGameSetting functions that can get various general statistics about the game (like you see in the game stats menus): GetGameSettingFloat GetGameSettingString GetGameSettingInt Edited June 22, 2012 by steve40 Link to comment Share on other sites More sharing options...
allo_oui_c_moi Posted June 24, 2012 Author Share Posted June 24, 2012 Ok this is perfect !I will try that, and if I manage to have a script that do that, I will post it here too.I don't know if this will be of interest, but this is the least I can do for your help. Cheers Link to comment Share on other sites More sharing options...
Recommended Posts