Page 1 of 1

Log 1 - Fx light

Posted: Sat Aug 01, 2015 10:25 pm
by trancelistic
I have a question about fx lights in log 1.

Komag showed some examples in the hypertread. But those don't work for me.
Note: I work only with the log 1 editor, today I've learned that people use a log framwork. Hah, well to late for me, so I do not use it.

Anyhows my question is. How to make an end effect that the room goes brigter and brighter?
ALot has used it. Like the Master quest. Also minmay's awesome mod uses it in the end.

For some reason it refuse to work on mine.

It is all I need atm. Then I can release my mod really.
I refuse to release my mod untill all is 100% ok.. that is why I ask for your help<3

Thanks<3

Re: Log 1 - Fx light

Posted: Sat Aug 01, 2015 10:58 pm
by minmay
It's just done by drawing a white rectangle over the entire screen with the party.onDrawGui hook, starting at alpha 0 and increasing to 255.

Re: Log 1 - Fx light

Posted: Fri Sep 25, 2015 4:39 am
by trancelistic
Sorry for the late reply. I didnt saw your reply....

To be honest I got no clue what you are trying to tell me.

I am not known with onDraw or stuff like that.

Isn't their a "normal way" /ashamed...

Re: Log 1 - Fx light

Posted: Fri Sep 25, 2015 5:50 am
by minmay
That is the normal way. Party.onDrawGui is covered in the asset definition reference.