Christopher wrote:Karkadann wrote:I always wondered if their was a way to produce a linking book using responder/link, and logic/python/xLinkingbookGuiPopup, and logic/python/UAMVarLinkingbook.
With the responder you can make a linkung book without popup. Andy made a tutorial about it. I always made my own GUI Popups for this...
Karkadann wrote:also what the heck does Render/Unleash Satan do, Id hate to have him running loose in one of my ages
It does nothing. AFAIK it was a testiing component or something like this. But it doesn't export anything.
Christopher
Judging by what's done in the plUnleashComponent of the max plugin, it looks like UnleashSatan was originally the ForceRunTime lighting option way back in the day. plForceRunTimeLight is currently used for the Day/Night cycle in Gira. (Though it's not a necessity to use it to get the same look.)
However that's just my speculation. The two components, code wise, are identical to each other hence why I'm assuming it was the initial test for it and just never got taken out.
EDIT: Nevermind, I read the code wrong on initial glance.
Unleash Satan sets both RunTimeLightingOnly and Preshading. While force runtime sets RuntimeLightingOnly to on, and preshade to off.