Jump to content

How can I place multiple light sources that follows the player?


Recommended Posts

Posted

Right now I'm using Custom Light which can create a light source that follows the player and I can change its relative position to me. But it only has one light source so I can only light up one side of the body. Then I used SAM to place multiple light sources but seems like the light sources can't move with the player.

 

So I wonder if there is any light source mod that:
1. can create multiple light sources

2. the light source can follow the player

3. can be adjust the light source's relative position to the player

Posted

The only implementations I've seen of this in the entire history of Skyrim were made with scripts. As in, on every update event it moves the lights relative to the player. Given how slow Papyrus is, that will be stuttering. The light in the candlelight spell is special, it's a LGHT record being cast as as a spell with a special archtype or something along these lines; but don't quote me on that, been years since I looked at how it was set up.

 

There are however some built-in tweening functions like this one that could be used for smoother light motion:

https://ck.uesp.net/wiki/TranslateTo_-_ObjectReference

Posted
35 minutes ago, traison said:

The only implementations I've seen of this in the entire history of Skyrim were made with scripts. As in, on every update event it moves the lights relative to the player. Given how slow Papyrus is, that will be stuttering. The light in the candlelight spell is special, it's a LGHT record being cast as as a spell with a special archtype or something along these lines; but don't quote me on that, been years since I looked at how it was set up.

 

There are however some built-in tweening functions like this one that could be used for smoother light motion:

https://ck.uesp.net/wiki/TranslateTo_-_ObjectReference

It sounds like a very hard thing to do... I guess I'll stick to Custom Light for now

Posted

This could work as an introductory project into Papyrus. There's a mod called LightMeUp that adds lights around SexLab scenes. I imagine it could be changed to follow the player instead as long as the tweening functions work properly.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...