Jump to content

AlexxEG

Premium Member
  • Posts

    433
  • Joined

  • Last visited

Nexus Mods Profile

About AlexxEG

Profile Fields

  • Country
    Norway
  • Favourite Game
    Fallout 3 & NoX

AlexxEG's Achievements

Proficient

Proficient (10/14)

  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter
  • First Post

Recent Badges

0

Reputation

  1. I searched around and found out it is a common problem that when you use SLI (& crossfire?) HDR makes the screen "pulsate", like this. Seems to happen when I look at sun's reflection on surfaces. Anyway, disabling SLI fixes it, but that's really troublesome. So is there a way to keep SLI enabled, but "hide" the second GPU? I tried to set the SLI option in Nvidia Control Panel to "Single GPU" & deleting RendererInfo.txt, but that doesn't work. Thanks :smile:
  2. What do you think about having the option to enable ads for premium members? Except the video ads if they are still around :P I'm a premium member and I wouldn't mind seeing a few ads in order to support the site.
  3. Because Microsoft doesn't decide when Steam should drop their prices?
  4. Just a tip, you can press E then Y when you have selected the ingot to do it faster
  5. So you're going to write it yourself? Btw, the reason it asked to overwrite is probably because you used both functions, you only need to use one of them.
  6. How does your code look like now? I'm could probably write it for you, but wanna use your code as a starting point.
  7. I think it works with masters also. Just switch for example IsPluginActive("plugin.esp") with IsPluginActive("plugin.esm") Here is a example:
  8. Try these functions: bool IsPluginActive(string findPlugin) { foreach (string plugin in GetActivePlugins()) if (plugin == findPlugin) return true; return false; } bool IsPluginPresent(string findPlugin) { foreach (string plugin in GetAllPlugins()) if (plugin == findPlugin) return true; return false; } Have not been able to test them, since I'm at school, but they should work.
  9. You're running a mod that requires FOSE. Installing FOSE or uninstalling the mod fixes it.
  10. I have only gotten Crysis, Crysis Warhead and Splinter Cell Conviction so far. Looks like I'm getting away cheap as I already have most games I want.
  11. I think you need Combined Operations
×
×
  • Create New...