TheBlob2 Posted March 20, 2015 Share Posted March 20, 2015 a mod that reduces ranged weapon accuracy in the dark for npcs and the player. Like all characters have their energy weapon and guns skills reduced in dark environments, causing their weapon to wobble more, so less skilled characters will shoot blindly in the dark while more skilled characters can still shoot straight Link to comment Share on other sites More sharing options...
devinpatterson Posted March 21, 2015 Share Posted March 21, 2015 a mod that reduces ranged weapon accuracy in the dark for npcs and the player. Like all characters have their energy weapon and guns skills reduced in dark environments, causing their weapon to wobble more, so less skilled characters will shoot blindly in the dark while more skilled characters can still shoot straight I'm not sure we have any functions to detect if an environment is dark. About the best I'm aware of, is a few conditions like the time (getCurrentTime) to see if it's night, and whether your outside (IsInInterior == 0). Link to comment Share on other sites More sharing options...
TheBlob2 Posted March 21, 2015 Author Share Posted March 21, 2015 is there a way to tell whether the cell the player is currently in a dungeon or not? Link to comment Share on other sites More sharing options...
devinpatterson Posted March 21, 2015 Share Posted March 21, 2015 is there a way to tell whether the cell the player is currently in a dungeon or not? You can test to see if your in an interior cell, and you can test to see if your in a specific cell (or cells that share a specific cell name). Link to comment Share on other sites More sharing options...
TheBlob2 Posted March 21, 2015 Author Share Posted March 21, 2015 what about if it uses dungeon music?is there a function that checks what kind of music a cell uses? Link to comment Share on other sites More sharing options...
devinpatterson Posted March 21, 2015 Share Posted March 21, 2015 is there a function that checks what kind of music a cell uses? Not that I know of :( Link to comment Share on other sites More sharing options...
TheBlob2 Posted March 21, 2015 Author Share Posted March 21, 2015 what about a script that checks if there are light sources nearby?like it checks the specific light source static object? Link to comment Share on other sites More sharing options...
devinpatterson Posted March 22, 2015 Share Posted March 22, 2015 what about a script that checks if there are light sources nearby?like it checks the specific light source static object? That would be a task, there are so many light objects from ambient, to light sources, light beams, etc etc. But if your going to do some reference walking and test them against some form lists (or form type?), make sure to look at Lutana NVSE Plugin, by luthienanarion. It will make something like that significantly easier. Link to comment Share on other sites More sharing options...
TheBlob2 Posted March 22, 2015 Author Share Posted March 22, 2015 what about a script that checks if there are light sources nearby?like it checks the specific light source static object? That would be a task, there are so many light objects from ambient, to light sources, light beams, etc etc. But if your going to do some reference walking and test them against some form lists (or form type?), make sure to look at Lutana NVSE Plugin, by luthienanarion. It will make something like that significantly easier. does that mean you will make my request a reality? Link to comment Share on other sites More sharing options...
devinpatterson Posted March 22, 2015 Share Posted March 22, 2015 does that mean you will make my request a reality? I would be a poor choice for something like this, there are people that can do this in a fraction of the time and frustration it would take me. I understand basic syntax and how some functions can be applied for hte results I want to achieve, but I am not a scripter per se and I just dabble a bit, nor do I have the time to devote to it :sad: You might try Irswat, he's often looking for a scripting challenge. If he thinks it is a good idea, I bet he could put together something for you. Link to comment Share on other sites More sharing options...
Recommended Posts