glowplug Posted November 27, 2015 Share Posted November 27, 2015 NOTE: I have FO4 on NEW HARDWARE with SSD - I do NOT want to Uncap FPS (iPresentInterval=0 caused me a lot of problems).Having searched extensively I am not finding the answer I am looking for - I apologize if I've missed it.I am hoping to set an ini file variable as stated below.By testing iPresentInterval=0 versus iPresentInterval=1 I am finding an average Load Time Gain of around 30 seconds.I am getting interior/exterior loads in around 5 seconds. My tests tell me iPresentInterval=0 also bypasses a Post "Game/File Loaded" Delay...Psuedo Code... fLoadScreenReadTime = 45; fLoadTime; iLoadScreen; function loadScreenWait(sMarkerID) { iLoadScreen = startLoadScreen(); fLoadTime = loadWhatever(sMarkerID); if (fLoadTime < 15) { /* cache or fast machine, force a minimal 15-20 seconds for player to read text */ fLoadTime = 15; } //NOTE: a test on iPresentInterval, as such, would bypass the Text Reading delay. if (fLoadTime < fLoadScreenReadTime && iPresentInterval == 1) { delay(fLoadTime); } endLoadScreen(iLoadScreen); } ...if so, something like fLoadScreenReadTime=1 in Fallout4.ini and/or Fallout4Prefs.ini would hopefully work.I have used TES5Edit, without success, in trying to do this. If anyone could help me with this I would really appreciate it. Link to comment Share on other sites More sharing options...
Recommended Posts