astalas2031 Posted February 7, 2011 Share Posted February 7, 2011 (edited) Trying to get fo3 to generate warnings.txt. I found the settings for it in the .ini files as:fallout_default.ini in the fallout main dir... and as fallout.ini & falloutprefs.ini in my user/games/fallout3 folder.. like so:[MESSAGES]bBlockMessageBoxes=0bSkipProgramFlows=0bAllowYesToAll=1bDisableWarning=0iFileLogging=1bSkipInitializationFlows=1bUseWindowsMessageBox=0 I have confirmed that these are the setting in each file (no idea which one gets loaded first/last) Am I missing something to get a warning.txt file in my fallout3 dir? Just to be clear I want no windows msg boxes if possible.. just the warnings written to file. Can't find a lot of reference to this stuff via google. -edit-Just wanted to clarify.. permissions in the fallout 3 dir aren't set in such a way that fallout cannot write the file there. I checked em.. plus the geck has no trouble dumping warnings into geckWarnings.txt For more clarification.. this is how I'm attempting to generate a warning to test.. Begin OnAdd Player showWarning "This is the warning"End This block is stuck on an item. Sooo in theory picking it up should land me with a warnings.txt file.. with a new line in it.. Edited February 7, 2011 by astalas2031 Link to comment Share on other sites More sharing options...
astalas2031 Posted February 7, 2011 Author Share Posted February 7, 2011 (edited) No but to update.. I got no fkin clue.. spent like 4 hours trying to get it to generate the file.. and I can't think of a more simple example to make it work. Edited February 7, 2011 by astalas2031 Link to comment Share on other sites More sharing options...
astalas2031 Posted February 7, 2011 Author Share Posted February 7, 2011 (edited) bump arg! still at it.. no luck obtaining said elusive file. I did however add a showMessge TestMsg in the script just to test my OnAdd block.. like so: Begin OnAdd Player showMessage TestMsg showWarning "This is the warning"End script compiles fine.. and like clockwork saw my testMsg... but still no warnings file. Does anyone know of a surefire way to make it generate a warning? Edited February 7, 2011 by astalas2031 Link to comment Share on other sites More sharing options...
Pronam Posted February 7, 2011 Share Posted February 7, 2011 It's never been confirmed to work. Be sure to check the wiki and talk pages first ;) Link to comment Share on other sites More sharing options...
Recommended Posts