Skyrim Astronomy Sun position skse plugin bugs

fixing bugs
  • Author
  • Message
Offline
User avatar
*blah-blah-blah maniac*
Posts: 3123
Joined: 27 Jan 2012, 13:42

Re: Skyrim Astronomy Sun position skse plugin bugs

I guess you should be able to send PMs now.

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17427
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Skyrim Astronomy Sun position skse plugin bugs

Code: Select all

if ((temp1._42 > hack_SunPosY*0.999f) && (temp1._42 < hack_SunPosY*1.001f))
{
	issun=TRUE;
} else
{
	issun=FALSE;
}
This is how i test that hack, of course negative value do not work by this math. Not sure about this, should i compute it for negative value too or not, because sun under the ground don't need to be captured (its not a bug, it's feature :lol: ). But if its value is not vertical axis, i don't mind to change code.

You should be able reply pm already.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17427
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Skyrim Astronomy Sun position skse plugin bugs

Okay, i did silent update, test it. Values now should be ignorant to sign.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
Posts: 11
Joined: 28 Aug 2017, 20:14

Re: Skyrim Astronomy Sun position skse plugin bugs

Thank you so much for the update. It looks like it works great now.
Post Reply