Jump to content

Nzdjh

Members
  • Posts

    3
  • Joined

  • Last visited

Nexus Mods Profile

About Nzdjh

Profile Fields

  • Country
    None

Nzdjh's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Thanks for the reply. I understand what you mean with applying the explosive effects to the arrows upon impact and have even experimented with it myself to make my own explosive arrows. And in fact, the method I'm currently using for the oil arrows actually spawns an oil puddle nif on impact by using the "placed object" property of the explosion. I think I probably didn't really phrase my question correctly. Let me clarify a bit. The oil puddles that are already in the game are basically nif models with a script attached to them. In my initial attempt at making the oil arrows, I simply created a dummy explosion that placed one of these oil pools where the arrow hit. It worked relatively well so long as the arrow was shot onto a flat, horizontal surface, but it had issues with uneven surfaces or if the arrow hit a wall in which case the oil puddle would spawn in mid-air, hovering several feet above the ground. Here's a screenshot to show what I mean: http://cloud.steampowered.com/ugc/558692204718033126/926D403E2FC74CA280F50C0E031C8C0566A87B5C/ Note the floating oil puddles which were placed by arrows that were shot into the wall, and the oil puddles clipping through the uneven floor. So the solution was not ideal. To try and circumvent this problem, I created a bit of a tricky workaround. Instead of the dummy explosion spawning the oil puddle directly, it would instead spawn an invisible havok object which would drop to the ground. This havok object had a script attached to it which would then spawn the oil puddle in its place after it fell down onto the ground. This solved the issue of the floating oil puddles, because now they would only spawn on the floor after the havok object fell, but it still has the problem with uneven surfaces, since the model is simply a flat puddle and does not conform to the surface its sitting on. So again, fine on flat surfaces, but the second you shoot it onto an uneven surface, you get strange clipping issues and general ugliness: http://cloud-2.steampowered.com/ugc/558692204718029849/C4B3389D3E297A374AB670204044B10654C666F1/ Basically, I took a look at the runes that are already in the game. Since they use decals instead of models, they conform to whatever surface they're placed on, like so: http://cloud-2.steampowered.com/ugc/558692204718026360/A1FB2E5E8BEC0EE8DB349F07034E7C78D5211592/ Creating an oil puddle decal would be easy enough, the real issue I'm having is trying to figure out if there's some way to have an arrow place a rune on whatever surface it hits. If I can figure that out, it's a matter of then creating an oil puddle decal to replace the rune decal and modifying the rune's scripting/behavior to function as an oil puddle normally would. The difference being that the oil puddle would now conform to the surface that it was placed on instead of being a static model. It would also make it easier to apply the slipping effect on whichever NPC steps on it, since I believe it would be a matter of editing the rune's explosion to remove the damage and effects while adding a simple knockback to it to give the illusion of the NPC slipping when they step on it. Hopefully that's a little more clear as to what I'm trying to do. I appreciate your help regardless. Thanks.
  2. Hey all. I'm currently working on a mod that adds several different types of arrows to the game. One such arrow I'm trying to add is an one that creates a pool of oil when it hits. I've experimented and been able to have the arrows spawn the oil puddle objects in the game relatively well, however there are still some issues with them floating in midair or not conforming to the surface they're placed on due to them being actual meshes. I'm trying to find if there's some way that I can use decals instead. What would be ideal is to somehow replicate the runes that are already in the game, however I haven't found any way to have an arrow spawn a rune upon impact. I'm not sure if such a thing is even possible. If I can somehow figure out a way to do that, it's then possible for me to change the decal to that of an oil puddle and attach my specific effects to the rune. I'm planning on having it function like the oil pools already in the game (igniting upon contact with a flame) as well as the added effect of having enemies slip when they walk over it, both of which I'm pretty sure can be attached to a rune through some scripting. Some advice on how to do that would be nice, but more importantly I'm just curious if anyone knows of some way to have an arrow spawn a rune on a surface upon impact since that's the deal breaker for whether or not this will be possible. If not I'll have to settle for the method I'm currently using for the oil arrows.
  3. So I decided that I would marry Muiri considering she's the most attractive NPC character you can marry and she gives you the shop benefits and whatnot. She seems to work fine for the most part and I've got all the proper dialogue options (asking for the 100 gold a day, asking for a meal, etc.) There's only one problem, however; her greeting message has not changed so every time I talk to her I get the default greeting where she thanks you for dealing with her problem in the Dark Brotherhood quest. Strange because her goodbye message works properly, it's just the greeting message that's bugged. It's not a big deal as I still get all the benefits of marrying her and everything, but it's really annoying to her her repeating the same "thank you" message every time I walk into my house. Can anyone else who's married her confirm this bug? Any way to fix it at the moment? Or will I have to wait for the toolset to be released or an official patch to fix it?
×
×
  • Create New...