Jump to content

Unno

Members
  • Posts

    157
  • Joined

  • Last visited

Nexus Mods Profile

About Unno

Profile Fields

  • Country
    None
  • Currently Playing
    Two Worlds 2
  • Favourite Game
    Blazing Dragons

Unno's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

0

Reputation

  1. You only need one of these: - CFW-PN-DLC.esp (use if you have Dead Money, which you do) - CFW-PN.esp (use if you do not have Dead Money) Move 'CFW-DLC.esp' above 'CFW-PN-DLC.esp'. I doubt this will fix the issue at hand, but it's a step in the right direction.
  2. Too many items in inventory? There are a few ideas in here: http://forums.nexusmods.com/index.php?/topic/1068602-searchingopening-containersbodiesmenu-annoying-delay/
  3. in Fallout ini continually reset to read-only. Makes sense?
  4. UberJumper's "experiements" @ bethsoft forums: 1. Your saves most likely still exist: 2. WAHHHH I don't see anything, and i can't save or anything. 4. NOTHING WORKS STILL OHGOD Why?
  5. Be more specific please. Two possible causes and just as much solutions are offered in that thread. What are you trying to do exactly? Here, I'll make the thing more accessible: I won't be able to guide you through BSA unpacking or NifSkope editing, but if that's what you want to do and you state it clearly I'm sure someone else will jump in to point you in the right direction, or edit the meshes for you. The drive switching thing? I guess if you have a virtual disc drive that's mapped to D change it to something else. Or, disable it completely. The letter itself could be specific to that one member, but it's something to consider.
  6. http://forums.nexusmods.com/index.php?/topic/409694-fnv-asking-for-cd-after-old-world-blues-install/ See if something there rings a bell.
  7. Right click on plugins.txt > properties > uncheck Read-only. This will allow FOMM to edit the file.
  8. Go into C:\Users\Antonio\AppData\Local\ and create a folder named FalloutNV. There are a few more suggestions in the provided link. ~source
  9. That's trippy. Disable and delete NevadaSkies - TTW Edition.esp and NevadaSkies - Basic Edition.esp. read more...
  10. Nevada Skies installation instructions:
  11. In no particular order. Try one or all. Find out what's causing the crash and try to fix it.Disable desktop composition for FNV if on Win7 [disable for a single program - disable completely].Alt+Tab the game a few times in succession shortly after starting a play session. Don't spam it, rather wait until the game settles down. Repeat until you notice the operation execute faster.Have task manager open while you play.Windows key + M minimizes all open windows.Windows Tip: Kill / Close All Hung And Not-Responding Applications + Create keyboard shortcuts to open programs
  12. http://geck.bethsoft.com/index.php/GetButtonPressed http://www.cipscis.com/fallout/tutorials/menu.aspx
  13. Yes, you need the image space modifiers created. Secondly, in order to bypass using too much ||'s, create a form list populated with, say, glasses and check that list when using GetEquipped. For example: player.GetEquipped CoolShadesFORMLIST. If the equipped glasses are in the list, the script will receive 'true' and process accordingly. You should consider using IsImageSpaceActive condition in order to limit activating and deactivating image space modifiers to only when they're off and on respectively. Not sure if this one matters that much, but still, keep it in mind. Lastly, If these perks are mutually exclusive, and I suspect they are, you could ease the processing by splitting this quest and its script into 3. Have them disabled on start, and once a perk is selected by the player you simply activate its associated quest with a well-placed StartQuest. Here's how the chopped up bits would look (IsImageSpaceActive check not included):
×
×
  • Create New...