Oh wow, that was pretty severe. At least V somewhat still has eyes, even if the eyeballs disappear :P Thanks for letting me know about this issue, the version of this mod for Nibbles is now available here: Eyes LOD Fix for Nibbles
Would you consider supporting Lizz'es Braindances? It will crash if some LOD mods are active. Maybe you could disable the mod before the braindance starts active and re-enable after a braindance ends? Not sure if yours ever causes crashes, but just in case, see below...
Info for other modders For detecting current mod state, you can use special fact for this purpose: lizzies_bds_ext_state
The fact changes its value on these events: 0 - default, not set state, means nothing 1 - player sat down, any place - at Lizzie's, using streaming or BD anywhere 2 - player is entering a BD session, before teleporting to BD location 3 - player returned from BD session, after teleporting back to real location
Now two special values, both are set after player got up: 4 - if player watched a BD 5 - if player just sat down, didn't select any BD, and got up (for example in main Lizzie's room)
To detect these states as events, you can use two ways depending where are you trying to detect them: -in questphase you can use simple Pause Condition -in redscript you can use listener to the fact
Please, in scripts do not use "greater" or "lower" than a value, because it's possible that in future updates more states will be added, like 6, 7, or 8 will be occupied and it then could break your mod. Always use "equals".
not sure what i'm doing wrong but this no longer works if i have a reshade installed such as dreampunk. is there something i have to tweak in the files?
Are you taking the photos from a spy satellite? xd Jokes aside, I'm curious. If I recall correctly, the distance is like 100 or 500 meters or something ridiculous like that. You have to be doing something very specific for it to become a problem.
I ask because I wasn't really sure if the mod worked or not for me, because i have five houndred mods rsrs. I kept changing my eyes and they were too dark even at short distances. If I move too far away from the face, like to take a full body photo, the mod loses its effect.
Something's not working for me. With this mod enabled all of the eyes after about the second row show up as fully black in the character creator. Looks like the eyes that work won't disappear in photo mode though. Using this with CC High-Tech Eyes, could be a compatibility issue?
69 comments
Info for other modders
For detecting current mod state, you can use special fact for this purpose:
lizzies_bds_ext_state
The fact changes its value on these events:
0 - default, not set state, means nothing
1 - player sat down, any place - at Lizzie's, using streaming or BD anywhere
2 - player is entering a BD session, before teleporting to BD location
3 - player returned from BD session, after teleporting back to real location
Now two special values, both are set after player got up:
4 - if player watched a BD
5 - if player just sat down, didn't select any BD, and got up (for example in main Lizzie's room)
To detect these states as events, you can use two ways depending where are you trying to detect them:
-in questphase you can use simple Pause Condition
-in redscript you can use listener to the fact
Please, in scripts do not use "greater" or "lower" than a value, because it's
possible that in future updates more states will be added, like 6, 7, or
8 will be occupied and it then could break your mod. Always use
"equals".