Jump to content

Shade1982

Members
  • Posts

    44
  • Joined

  • Last visited

Nexus Mods Profile

About Shade1982

Shade1982's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. I found this in another forum: But the Papyrus logs don't appear to be logging anything related to my problem... :(
  2. That was a good idea, but unfortunately no errors showed up :( Nothing but: bow.nif Block [6]: Redundant all white #FFFFFFFF vertex colors Block [11]: Redundant all white #FFFFFFFF vertex colors Block [13]: Redundant all white #FFFFFFFF vertex colors bow_1stp.nif Block [5]: Redundant all white #FFFFFFFF vertex colors Block [10]: Redundant all white #FFFFFFFF vertex colors Block [12]: Redundant all white #FFFFFFFF vertex colors But that seems rather normal, since my other files give the same message.
  3. Hey all, I just found out SSE has it's own forum. I have been posting in the old Skyrim forums :P. I have a rather odd issue. I have created a set of custom weapons for myself. However, one of them, the bow, has the tendency to crash my game when I switch it. The issue seems to be worse when I use the favorites menu. I have checked the weapon object, the weapon static object, the enchantment, the references in the nif file and the corresponding texture files. As far as I can tell, there is nothing wrong. Is there any way, like an error log file, I can check to see what exactly causes the crash?
  4. You read right. You can install your own graphics card. What you need to know is the type of slot your motherboard has available. That way you can find a compatible graphics card. Take a look at http://www.playtool.com/pages/vidslots/slots.html. It's a rather long read, but if you skim through the technical stuff, it explains it quite nicely. Anyway, most modern desktops will have a PCI-Express x16 slot for video cards. So, look for that. PS A friendly piece of advice. If you have absolutely no experience with doing stuff like this (and it sort of sounds like that, no offense :tongue:), ask someone else to do it. You can really mess up your computer if you damage your motherboard or any of the other hardware near it.
  5. Well, that does fix the script stopping when it runs into double items, but it doesn't appear to actually equip the second (or first, I can't really tell of course) weapon. Unfortunately, I've run into another snafu. The dual sheath option requires SKSE, which isn't released for SSE yet. And I just found out SSE has it's own forum and I erroneously assumed both games would be in this forum... So, I guess this is on hold until SKSE64 is released approx. mid-march.
  6. Well, your advice really helped. I had already tried a different version of that script (funnily enough, one of yours apparently), but that didn't work. I found the following issues with my mod: I wasn't testing with a clean save, even though I really thought it was. Apparently, even being in the same world cell as where my indoor cells are linked is still not clean. The script stops working when you try to equip two of the same items. Like in my case, two of the same sword (which was intended as a dual wield configuration). My own script definitely doesn't work like that :P.By the way, for anyone reading this. I am doing this in SSE, and it still works :smile:.
  7. Well, I haven't used it myself, but you could try this http://www.nexusmods.com/skyrim/mods/69905/?. That *should* help you.
  8. The new Creation Kit is installed through the Bethesda Launcher. Any other is most likely the old CK.
  9. I don't have any real experience with the way you are using the creation kit, but an idea of the top of my head would to split up your project in multiple esp's and each work on your own esp? For example, you are working on a house. You can make the first and second floor in separate esp's...
  10. As an addendum: I know there are already several mods out there that already do something like this. Unfortunately, I haven't been able to isolate this specific part and I don't want to include an entirely different mod.
  11. Hey all, As a follow-up to this: to avoid hijacking someone else's thread. Like the topic says, I've been trying to edit the MannequinActivatorScript so I can also equip weapons on the mannequins with as little change as possible. So far, this is the change I've made according to the advice I got and using similar scripts as examples. It's the basic script, with my changes in red. But it doesn't work. Instead, the mannequins now lose all their equipment. Can anyone tell me what I'm missing?
  12. That is the one I was talking about. Now I just have to figure out how to be able to get them to equip weapons as well. But that is a different issue entirely :).
  13. Thanks for the reply, I'll give that a go later on. I also found a much easier way to dress mannequins, which doesn't require any extra scripting at all. Place all the items you want your mannequins to use somewhere outside of the player area. Link the world object to the mannequin you want dressed up. Add the default script "DefaultAddToLinkSCRIPT" (or something to that effect) to the world object (not the base object). Don't forget to set the script properties to true. I have no idea what they do exactly, but the description gives me the feeling they need to be set to true.I've tested this method and it works for me. But in theory, this probably only works once (which should probably be enough in most instances), so this method won't work in non-noresetzones.
×
×
  • Create New...