Septim741 Posted July 8, 2006 Share Posted July 8, 2006 In the last thieves guiled quest you are attacked by two elven statues. I thought that their armor was cool. Turns out the statues had a scripting effect that made the armor look like stone: effectTG11stone (entire script shown below). How can i get this effect onto my character, or better yet, just onto a special set of armor. entire script: ScriptName ElvenStatueScript Short NewAmbushShort SetIdle begin OnLoad equipitem TG11ElvenLongsword setalert 1 setghost 1 pickidle setunconscious 1 setdestroyed 1 ; so you can't activate pms effectTG11stoneend Begin OnDeath setdestroyed 1End Begin GameMode If GetStage TG11Heist >=73 && NewAmbush == 0 If GetDistance Player <= 1600 Set NewAmbush to 1 TG11Statue01.SetGhost 0 TG11Statue01.SetUnconscious 0 TG11Statue01.SetDestroyed 0 TG11Statue02.SetGhost 0 TG11Statue02.SetUnconscious 0 TG11Statue02.SetDestroyed 0 Set SetIdle to 0 ElseIf SetIdle == 0 PickIdle Set SetIdle to 1 EndIf EndIfEnd Please help me. I would greatly appreciate ANY help. (If you use this in your own mod tell me so that i can download it) Thanks Septim741 Link to comment Share on other sites More sharing options...
Vagrant0 Posted July 9, 2006 Share Posted July 9, 2006 In the last thieves guiled quest you are attacked by two elven statues. I thought that their armor was cool. Turns out the statues had a scripting effect that made the armor look like stone: effectTG11stone (entire script shown below). How can i get this effect onto my character, or better yet, just onto a special set of armor. entire script: ScriptName ElvenStatueScript Short NewAmbushShort SetIdle begin OnLoad equipitem TG11ElvenLongsword setalert 1 setghost 1 pickidle setunconscious 1 setdestroyed 1 ; so you can't activate pms effectTG11stoneend Begin OnDeath setdestroyed 1End Begin GameMode If GetStage TG11Heist >=73 && NewAmbush == 0 If GetDistance Player <= 1600 Set NewAmbush to 1 TG11Statue01.SetGhost 0 TG11Statue01.SetUnconscious 0 TG11Statue01.SetDestroyed 0 TG11Statue02.SetGhost 0 TG11Statue02.SetUnconscious 0 TG11Statue02.SetDestroyed 0 Set SetIdle to 0 ElseIf SetIdle == 0 PickIdle Set SetIdle to 1 EndIf EndIfEnd Please help me. I would greatly appreciate ANY help. (If you use this in your own mod tell me so that i can download it) Thanks Septim741 I believe it has to do with shaders. While I don't think you can accomplish this on a single piece of armor, you can however apply it to a whole actor. Should probably check out the CS wiki and prove me wrong. Link to comment Share on other sites More sharing options...
Septim741 Posted July 9, 2006 Author Share Posted July 9, 2006 Thanks, ill check it out. If I can figure it iut ill mention you in the notes. Septim741 Link to comment Share on other sites More sharing options...
Septim741 Posted August 10, 2006 Author Share Posted August 10, 2006 In the last thieves guiled quest you are attacked by two elven statues. I thought that their armor was cool. Turns out the statues had a scripting effect that made the armor look like stone: effectTG11stone (entire script shown below). How can i get this effect onto my character, or better yet, just onto a special set of armor. entire script: ScriptName ElvenStatueScript Short NewAmbushShort SetIdle begin OnLoad equipitem TG11ElvenLongsword setalert 1 setghost 1 pickidle setunconscious 1 setdestroyed 1 ; so you can't activate pms effectTG11stoneend Begin OnDeath setdestroyed 1End Begin GameMode If GetStage TG11Heist >=73 && NewAmbush == 0 If GetDistance Player <= 1600 Set NewAmbush to 1 TG11Statue01.SetGhost 0 TG11Statue01.SetUnconscious 0 TG11Statue01.SetDestroyed 0 TG11Statue02.SetGhost 0 TG11Statue02.SetUnconscious 0 TG11Statue02.SetDestroyed 0 Set SetIdle to 0 ElseIf SetIdle == 0 PickIdle Set SetIdle to 1 EndIf EndIfEnd Please help me. I would greatly appreciate ANY help. (If you use this in your own mod tell me so that i can download it) Thanks Septim741 I believe it has to do with shaders. While I don't think you can accomplish this on a single piece of armor, you can however apply it to a whole actor. Should probably check out the CS wiki and prove me wrong. i checked and i still dont get it. if ANYBODY can help id really appreciate. Septim741 Link to comment Share on other sites More sharing options...
GBHis Posted August 10, 2006 Share Posted August 10, 2006 Here is what you need to know:http://cs.elderscrolls.com/constwiki/index.php/Effect_Shader But there isn't any example, though. Oh, PS: If you should find "SMS" anywhere on the WIKI, it's an alias for "SetMembraneShader", methinks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.