dubiousintent Posted June 30, 2016 Share Posted June 30, 2016 (edited) That alone might be your problem as any NVSE dependent mod is not finding it. (Good thing Roy thought of it.) The "NVSE" and "NVSE\plugins" folders belong under the "Data" folder. Just drag and drop to move them. Use a simple text editor like Notepad (not a "word processor" like Write) to create the "nvse_config.ini" file under "Data\NVSE". While you are at it, you might as well add: [Memory] DefaultHeapInitialAllocMB=400 as well. Those two entries (under "[logging]" and "[memory]") are initially all you will need. -Dubious- Edited June 30, 2016 by dubiousintent Link to comment Share on other sites More sharing options...
azrielmoha Posted June 30, 2016 Author Share Posted June 30, 2016 That alone might be your problem as any NVSE dependent mod is not finding it. (Good thing Roy thought of it.) The "NVSE" and "NVSE\plugins" folders belong under the "Data" folder. Just drag and drop to move them. Use a simple text editor like Notepad (not a "word processor" like Write) to create the "nvse_config.ini" file under "Data\NVSE". While you are at it, you might as well add: [Memory] DefaultHeapInitialAllocMB=400 as well. Those two entries (under "[logging]" and "[memory]") are initially all you will need. -Dubious-I'm sorry i didn't notice this before but turns out there's a NVSE and NVSE/plugin folder in the Data folder containing configuration for lutana_nvse, etc. While the one outside Data file is for the NVSR.dll and its component. Should i move the NVSR into the Data file or should i let them be? Link to comment Share on other sites More sharing options...
RoyBatterian Posted June 30, 2016 Share Posted June 30, 2016 plugins won't work unless they are in Data\NVSE\Plugins (sr_New_Vegas_Stutter_Remover.dll and sr_New_Vegas_Stutter_Remover.ini) To create the ini file, right click in white space inside the folder, select new > text document , rename it to nvse_config.ini. Again, be sure to go to folder options in windows and uncheck the box "hide known filetypes" or it probably won't work and create a file called nvse_config.ini.txt because windows is stupid. :smile: Link to comment Share on other sites More sharing options...
azrielmoha Posted June 30, 2016 Author Share Posted June 30, 2016 plugins won't work unless they are in Data\NVSE\Plugins (sr_New_Vegas_Stutter_Remover.dll and sr_New_Vegas_Stutter_Remover.ini) To create the ini file, right click in white space inside the folder, select new > text document , rename it to nvse_config.ini. Again, be sure to go to folder options in windows and uncheck the box "hide known filetypes" or it probably won't work and create a file called nvse_config.ini.txt because windows is stupid. :smile:Got it,a lready merging the two folder I already uncheck the folder option but the new text document still comes out in the form of of a text. Should i just rename it to nvse_config.ini? Link to comment Share on other sites More sharing options...
dubiousintent Posted June 30, 2016 Share Posted June 30, 2016 (edited) ...I already uncheck the folder option but the new text document still comes out in the form of of a text. Should i just rename it to nvse_config.ini?Yes, just renaming the ".txt" file to a ".ini" extension works. -Dubious- Edited June 30, 2016 by dubiousintent Link to comment Share on other sites More sharing options...
Recommended Posts