Wolbryne Posted November 20, 2010 Share Posted November 20, 2010 This is my current mod and what this script is meant to be for: Wolbrynes LSD Mod I've got it mostly done now, but I want to work out better visual effects when taking the drug.What I had in mind is something like a random script that triggers upon intake of the drug.It needs to be totally random and the effects I want the script to chose from are: motion blurincreased contrast/color deptblurhead cripple shade effecteverything looks wet and reflective of lightall npcs have big headscrows flocking around the player (illusion only so they are non targetable in VATS, you can't interact with them etc)all sounds echos that's all I can think of atm. Any help with a script that incorporates some, most or all of these effects would be MOST appreciated. if the help proves to be really good I might even send you 20 bucks over paypal :P (if offering money for help is against the rules then I'll edit that part away from my post :P) Link to comment Share on other sites More sharing options...
Aragron Posted November 20, 2010 Share Posted November 20, 2010 As I am with scripts and not very good with shades/effects,i can only solve part of your problem.Use GetRandomPercent to make the script random,likeif GetRandomPercent >= 0 && GetRandomPercent < 10do thiselseif GetRandomPercent >= 10 && GetRandomPercent < 20do that.... Link to comment Share on other sites More sharing options...
Wolbryne Posted November 20, 2010 Author Share Posted November 20, 2010 As I am with scripts and not very good with shades/effects,i can only solve part of your problem.Use GetRandomPercent to make the script random,likeif GetRandomPercent >= 0 && GetRandomPercent < 10do thiselseif GetRandomPercent >= 10 && GetRandomPercent < 20do that.... wouldn't at call for the need of a list of effects from which to choose? like1. effect2.effect.3.effect then use that list as the base for the script to run over and set the getrandompercent to the numbers of posts on said list? this is just speculations from my side since I'm about as adept with scripting as freddy krueger is a people person :P Link to comment Share on other sites More sharing options...
Wolbryne Posted November 21, 2010 Author Share Posted November 21, 2010 help still needed Link to comment Share on other sites More sharing options...
Recommended Posts