FadeToBlack()/FadeFromBlack()
![Zephirius](https://forums.beamdog.com/uploads/userpics/KEYH4THWCWVZ/n6VV98LH2SN2M.gif)
I'm trying my hand at a limited cutscene starting out with FadeFromBlack(). I'm uncertain how you have those dramatic fades in and out - lengthy ones at that. I've got it on the slowest setting but the fade hppens fast no matter what.
Thanks in advance for any help.
if ((GetLevelByClass(CLASS_TYPE_DRUID, oPC)>0)) if (GetIsSkillSuccessful(oPC, SKILL_ANIMAL_EMPATHY, 16)) { effect eParalyze = EffectCutsceneParalyze(); ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eParalyze, oPC, 15.0f); AssignCommand(oPC, ClearAllActions()); ActionDoCommand(FadeFromBlack(oPC, FADE_SPEED_SLOWEST)); //Do cutscene stuff here... } }
Thanks in advance for any help.
0
Comments
It's just an opening "scene" depicting a castaway "washed" up on shore...
Suggestions?
I'm racking my brain (what's left of it) on how to do this?
Any help to nudge me in the right direction would be greatly appreciated.
Saves countless hours of debugging for this and many other cutscene actions, so the learning curve is highly worthwhile.