Using a script to ZOOM ?

Post » Mon Aug 17, 2015 1:16 am

in oblivion there was a way to invoke the ZOOM (where your view is magnified) by a script function, is there a way to do this in skyrim?

User avatar
ZzZz
 
Posts: 3396
Joined: Sat Jul 08, 2006 9:56 pm

Post » Sun Aug 16, 2015 3:26 pm

I think there is a perk for bows that allows you to zoom "peer" your view in. Id try looking at that for a good lead but I dont know of any papyrus function off the top of my head that does that. Probably a combination of things.

User avatar
Enny Labinjo
 
Posts: 3480
Joined: Tue Aug 01, 2006 3:04 pm

Post » Mon Aug 17, 2015 3:22 am

I looked at that and it is no help. I need a script function to do this the way I intend.

I am making a spell that shoots a supersonic missile over a long range and I need to script the zoom in (like used in archery) for this.

User avatar
Dylan Markese
 
Posts: 3513
Joined: Sat Dec 01, 2007 11:58 am

Post » Mon Aug 17, 2015 3:30 am

Possibly something on the actor subgraph http://www.creationkit.com/List_of_Animation_Variables

Maybe something like this !? Ive never played with any of these type of functions.

Game.GetPlayer().SetSubGraphFloatVariable("bowZoomAmt", 200.0)Game.GetPlayer().PlaySubGraphAnimation("bowZoom")
User avatar
Shaylee Shaw
 
Posts: 3457
Joined: Wed Feb 21, 2007 8:55 pm


Return to V - Skyrim