Jump to content

xax34hah

Premium Member
  • Posts

    48
  • Joined

  • Last visited

Nexus Mods Profile

About xax34hah

Profile Fields

  • Country
    Sweden

Recent Profile Visitors

14451 profile views

xax34hah's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. sgtm *how much you want to multiply time speed by*Should work fine
  2. If that's the size of your .fos file, that's a bit big, but probably okay. If that's the size of your .nvse file, that's ridiculously huge, and almost certainly the cause of your issue. To fix this, you should disable all mods that use NVSE strings, load your game like this, then save it, turn the mods back on and load the new save. Alternatively, you can just delete the .nvse file (but not the .fos). This might cause issues with scripted mods, while the first method will cause issues with mods that add new items (no idea why they would use NVSE strings though). If you have no idea what mods use NVSE strings, you can check the end of your nvse.log file that should be located in your game folder. It might contain information about what mods have strings saved.
  3. Like @dubiousintent said, you should rearrange your load order. And also, I had a very similar problem with my game, and it turned out to be caused by NVSE string-related memory leaks. You should check the size of your *name of save*.nvse file in your saves folder, if it's too big, that might be the cause of your problem.
  4. If you don't want to modify NPC scripts, you can also use an event handler
  5. Remove the "has backpack" flags in FNVEdit. Should work well.
  6. Whatever the original mod did I suppose The question still stands. What about 9mm? .50MG? 20/12 gauge? And, like I said, how to handle different ammo types? Just use a little problem solving. The Fallout 3 mod seems to take the highest capacity that the bullet can fill and multiplies it by 10 (ie. 10mm SMG has a 30 round magazine, so the limit is set at 300 rounds). OP seems okay with this method so we'll just continue that with NV's weapons. Ammo types are a different beast but it only makes sense to make them included in same ammo limits as the base ammo (ie. if you want to hold regular 10mm, HP, and Hand loaded, then 100 of each is the balanced maximum under the 300 round limit.) Only problem with this is it's kind of a *censored* to script which I am finding out right now and I'm not interested enough to continue slogging through hundreds more ammo types for a mod that's likely to be janky and incompatible in the end. If you want the basic framework of what I've done so far I can send it to you. Hopefully you'll probably write something better or more efficient than I can. I believe I can do this in a simple and compatible way. Will definitely require Lutana, though :D
  7. You should use Mod Organizer in the future, in order to prevent such accidents. The virtual folder structure allows you to uninstall any mod installed through MO without any traces left.
  8. Whatever the original mod did I suppose The question still stands. What about 9mm? .50MG? 20/12 gauge? And, like I said, how to handle different ammo types?
  9. How much max ammo of each type do you want to have? And if, for example, the limit for 5.56 is 100 rounds, can you have 100 5.56 and 100 5.56 AP?
×
×
  • Create New...