Variable Zoom - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10) +--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12) +--- Thread: Variable Zoom (/showthread.php?tid=7843) |
Variable Zoom - TapX - 10-16-2018 Hello, I am wondering if we are able to get a variable zoom in this game or it only supports fixed zoom. RE: Variable Zoom - Smilecythe - 10-16-2018 With variable, do you mean different zoom settings for different weapons or just another zoom size? Not sure about the first, but to change zoom size try "cl_zoomfactor", the values go between 1-30. Side note: Convenient way to find what you need is to use "apropos searchword" in console, it lists all variables that has your searchword either in their command line or description. For example, "apropos zoom" gives you a list of every zoom related variable. RE: Variable Zoom - TapX - 10-17-2018 (10-16-2018, 08:48 PM)LSmilecythe Wrote: With variable, do you mean different zoom settings for different weapons or just another zoom size? Not sure about the first, but to change zoom size try "cl_zoomfactor", the values go between 1-30. Like when I open zoom it has say a 4 magnification but I can increase it to 10. I’ll check that command when I am able. RE: Variable Zoom - Smilecythe - 10-17-2018 So scrollable zoom basically? I asked from someone who knows better: Quote:[b]<Mario>[/b] funny @Smilecythe, i just opened an issue for that after reading the thread I don't have experience running scripts, so I'm kinda hoping someone else chimes in. We can also presume that the feature might appear in Xon later without the need of scripts. RE: Variable Zoom - TapX - 10-20-2018 (10-17-2018, 07:03 PM)Smilecythe Wrote: So scrollable zoom basically? I asked from someone who knows better: Yeah, I have no experience running scripts either. Ayome know how?? RE: Variable Zoom - _para - 10-21-2018 put it in data folder and type in console(or put in autoexec.cfg): exec nn_aot_zoom.cfg then: bind <KEY> +aot_zoomadjust I don't know if a commnd starting with +<cmd> automatically invokes the -<cmd> when released but if not you should also bind <KEY> -aot_zoomadjust RE: Variable Zoom - Snowball - 03-11-2019 what would be much more useful would be having program that sets your sensitivity in ratio to the zoom so that the sensitivity feels the same on matter what zoom value you have. also if you made it variable it would be op because it would make accuracy more irrelevant which is bad. you could make a macro program that does this via the command interface. it would have to be really fast so it has a high probability of happening between frames. |