KrissWho Posted June 13, 2014 Share Posted June 13, 2014 Hello, i would like to know which lines of code and where i have to add to a character/item/mob/structure make it looks like the nightmare creatures - the transparency, and can i edit there how much % it will be transparent? i gues the template of the item/char/mob/stru. has to be black right?i was searching it for a while but i didn't found it ;/ (i'm not a programming hero)i wonder how is this effect done by transforming the char when he wear all the set eq in the mod 'nightmares tab' is there a alternetive template that replaces the char when he is wearing all the eq required to it? how is this replace done? or is there definited a specific color and % of transparency in the code that should cover the char? are the mobs also just buffed with the nightmare effect code line or are there new atlas'es?can anyone help me to figure it out?(by the way its a grat mod )if someone doesn't know this mod here's the linkforums.kleientertainment.com/topic/35914-nightmares-crafting-tab-mod/ Link to comment https://forums.kleientertainment.com/forums/topic/37448-how-to-add-nightmare-creature-effect/ Share on other sites More sharing options...
Dryicefox Posted June 14, 2014 Share Posted June 14, 2014 Hello, i would like to know which lines of code and where i have to add to a character/item/mob/structure make it looks like the nightmare creatures - the transparency, and can i edit there how much % it will be transparent? i gues the template of the item/char/mob/stru. has to be black right?i was searching it for a while but i didn't found it ;/ (i'm not a programming hero)i wonder how is this effect done by transforming the char when he wear all the set eq in the mod 'nightmares tab' is there a alternetive template that replaces the char when he is wearing all the eq required to it? how is this replace done? or is there definited a specific color and % of transparency in the code that should cover the char? are the mobs also just buffed with the nightmare effect code line or are there new atlas'es?can anyone help me to figure it out?(by the way its a grat mod )if someone doesn't know this mod here's the linkforums.kleientertainment.com/topic/35914-nightmares-crafting-tab-mod/It's a settransparency. Here in the nightsword.lua of the above mod. inst.AnimState:SetMultColour(1, 1, 1, 0.6) Link to comment https://forums.kleientertainment.com/forums/topic/37448-how-to-add-nightmare-creature-effect/#findComment-499818 Share on other sites More sharing options...
KrissWho Posted June 15, 2014 Author Share Posted June 15, 2014 well it's not working ;/I type "inst.AnimState:SetMultColour(1, 1, 1, 0.6)" in "local fn = function(inst)" and when i click my save slot DS just shot down.I tryed to type this becouse i thought it may help:"inst.AnimState:PlayAnimation("idle")inst.AnimState:SetMultColour(1, 1, 1, 0.6)"the save had loaded but the lines doesn't work all was as normal... Link to comment https://forums.kleientertainment.com/forums/topic/37448-how-to-add-nightmare-creature-effect/#findComment-500588 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now