Hard Light Productions Forums

Modding, Mission Design, and Coding => The Scripting Workshop => Topic started by: Eiswolf on September 05, 2013, 03:50:04 pm

Title: Question about Zoom Script
Post by: Eiswolf on September 05, 2013, 03:50:04 pm
I have include in my Aerotech Total Conversion the Zoom script from Wiki.

my Question is, give it a way to make level zoom?

i mean: press D zoomin 25% stopp zooming, press D zoomin 50% stopp zooming, press D zoomin 75% stopp zooming, press D zoomin 100% stopp zooming and
             press alt-D zoomout 25% stopp zooming, press alt-D zoomout 50% stopp zooming, press alt-D zoomout 75% stopp zooming, press alt-D zoomout 100% stopp zooming

so the player can, press D to zoom 25% and press Alt-D to zoom out 0% or press D press D to zoom 50% and press Alt-D to zoom out 25% etc. etc.

I have no experience in .lua scripting and i hope anyone can help my and can scripting this.
Title: Re: Question about Zoom Script
Post by: m!m on September 07, 2013, 09:35:26 am
I'm very sorry, I completely forgot to reply to this thread :(
Stepped zooming is currently not supported although it sounds like it would be easy enough to be implemented. I sadly don't have time to work on it but I would gladly help you if decide to try to implement it yourself.