JohnWolf21 Posted November 17, 2011 Share Posted November 17, 2011 Once you've cleared an area out of enemies and items it should stay cleared, I wish someone would design an mod that removes items and enemies from respawning or gives you the option of how long until they do Link to comment Share on other sites More sharing options...
Maskar Posted November 17, 2011 Share Posted November 17, 2011 (edited) It's been done in many mods and is easy to implement. All you need to do is add the following to your script: SetNumericGameSetting iHoursToRespawnCell n Replace ''n'' by the amount of hours (default == 72). Note that this is for everything (including shops). If you want to do it for individual cells this is also possible, but a bit more difficult (I think a mod called SPAWN does something like that). Edited November 17, 2011 by Maskar Link to comment Share on other sites More sharing options...
WarRatsG Posted November 17, 2011 Share Posted November 17, 2011 If you stop cells from resetting, they stay in the memory. What this means is that you will have accumulate data much more quickly and your save-games will be much larger. Link to comment Share on other sites More sharing options...
Recommended Posts