Jump to content
⚠ Known Issue: Media on User Profiles ×

DavidD

Members
  • Posts

    117
  • Joined

  • Last visited

Nexus Mods Profile

About DavidD

Profile Fields

  • Country
    Sweden

DavidD's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. First of all you should learn the difference between == and =. If you use = you set a variable: var five = 5 If you use == you check a variable's value: if(five == 4)
  2. 2.5 GBs aren't that much, but yes. If you add more objects the RAM usage will go up since the computer has to store more pointers, models, positions and other things. I don't see why it would crash unless your RAM is going bad.
  3. Well, if you want any files at all to work with: yes. The creation kit reads the files from your Skyrim installation
  4. If you walk up close to things you'll see the difference. Things like tables, wooden beams or other big things will have a noticeable difference
  5. Is this what you're talking about? http://en.wikipedia.org/wiki/Z-fighting If so, I don't think so
  6. You should look at this: http://www.creationkit.com/Category:Papyrus I am not sure. I have forgotten most things about papyrus
  7. No, I was just exaggerating. It feels as if the bucklers are basically worthless against arrows though.
  8. Hey there! The shields in Skyrim are for some reason the size of your closed fist. If anyone could create shields that are a few sizes bigger than XS, I'd be thankful. I could even model them if I get a drawing.
  9. If you have Windows 7 you can click right-click the shortcut and click properties and it'll point you to the .exe file
  10. If you really want it to be precise about the hour you could start the script via a quest or whatever, then use "GetCurrentGameTime()" to schedule an updateGameTime at that hour. Say it's noon (for simplicity), then GetCurrentGameTime() should return X.5 (I think), you could then schedule an update after 12 hours and it'll be at midnight. You'd have to use maths and stuff though
  11. If you open up nifskope and click the mesh (the mesh with transparency) you'll see an alphaProperty. Put that into your model and then you create a new alpha layer on your diffuse texture which will control transparency. That's the general workflow (if I recall correctly). If you don't know how to do something just post again.
  12. Yes, I thought about this as well. The ocean is coming down and Faendal is out collecting firewood in his own pace
  13. Sounds like it would be awesome! Zombies are always great!
×
×
  • Create New...