Post: Question about vision when opening mod menu [1.13]
09-02-2012, 03:10 AM #1
deneo24
Youtube.com/DenesCodClips
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys, I was wondering how I can execute a vision when opening my mod menu on 1.13. I want it to be where APAD Up turns it on, because that's how I open my menu, and Circle AND L3 to turn it off because they both close the menu. Thanks in advance Happy <3

Could you just write the code here, for exactly what I need to use.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user groaned deneo24 for this awful post:

xGunz
09-02-2012, 03:42 AM #2
Rustled Jimmies
Who’s Jim Erased?
Bro you open your menu with the APAD?
09-02-2012, 03:46 AM #3
deneo24
Youtube.com/DenesCodClips
Originally posted by HARD View Post
Bro you open your menu with the APAD?


Yeah APAD Up.
09-02-2012, 03:49 AM #4
ICS Vortex
Between Light and Lies
Originally posted by deneo24 View Post
Hey guys, I was wondering how I can execute a vision when opening my mod menu on 1.13. I want it to be where APAD Up turns it on, because that's how I open my menu, and Circle AND L3 to turn it off because they both close the menu. Thanks in advance Happy <3

Could you just write the code here, for exactly what I need to use.


bind APAD_UP "vstr Vision"
set Vision "vision_code"

on exit menu: "bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e;"

set 1e "reset button binds (varies depending on your settings);vstr ResetVision;"

set ResetVision "reset vision code"

Excuse me if I'm wrong. I haven't touched a patch for a year, literally.

The following user thanked ICS Vortex for this useful post:

deneo24
09-02-2012, 03:52 AM #5
deneo24
Youtube.com/DenesCodClips
Originally posted by ICS
bind APAD_UP "vstr Vision"
set Vision "vision_code"

on exit menu: "bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e;"

set 1e "reset button binds (varies depending on your settings);vstr ResetVision;"

set ResetVision "reset vision code"

Excuse me if I'm wrong. I haven't touched a patch for a year, literally.


Could I just chuck that in my Functions.cfg? and I replace the vision parts with the vision I am wanting to use? Sorry for my noobiness, just woke up Winky Winky haha
09-02-2012, 03:56 AM #6
ICS Vortex
Between Light and Lies
Originally posted by deneo24 View Post
Could I just chuck that in my Functions.cfg? and I replace the vision parts with the vision I am wanting to use? Sorry for my noobiness, just woke up Winky Winky haha


You replace the vision part with your vision you're using. As for the Functions.cfg you can put: set Vision and set ResetVision anywhere as long as you execute it at the beginning of your menu cfg.

"bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e;" needs to be in your exit menu 'set'

set 1e "reset button binds (varies depending on your settings);vstr ResetVision;" can be anywhere as long as it's called upon through execution as well.
09-02-2012, 04:00 AM #7
deneo24
Youtube.com/DenesCodClips
Originally posted by ICS
You replace the vision part with your vision you're using. As for the Functions.cfg you can put: set Vision and set ResetVision anywhere as long as you execute it at the beginning of your menu cfg.

"bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e;" needs to be in your exit menu 'set'

set 1e "reset button binds (varies depending on your settings);vstr ResetVision;" can be anywhere as long as it's called upon through execution as well.


So can i just chuck it in like this? I'm having a massive dumb moment, I am sorry for being a pain in the ass <3
bind APAD_UP "vstr cheat_invert_contrast"
set Vision "cheat_invert_contrast"
bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e;"
set 1e "reset button binds;vstr ResetVision;"
set ResetVision "default"
09-02-2012, 04:09 AM #8
ICS Vortex
Between Light and Lies
Originally posted by deneo24 View Post
So can i just chuck it in like this? I'm having a massive dumb moment, I am sorry for being a pain in the ass <3
bind APAD_UP "vstr cheat_invert_contrast"
set Vision "cheat_invert_contrast"
bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e;"
set 1e "reset button binds;vstr ResetVision;"
set ResetVision "reset vision code"




bind APAD_UP "vstr MyVision"
set MyVision "cheat_invert_contrast"
bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e; (this has to be in your exit menu cfg or else it doesn't work properly)
set 1e "reset button binds;vstr ResetVision;" (reset button binds is a figure of speech, you actually need to write that out)
set ResetVision "reset vision code" (reset vision code is also a figure of speech, you actually need to write that out as well)
09-02-2012, 04:18 AM #9
deneo24
Youtube.com/DenesCodClips
Originally posted by ICS
bind APAD_UP "vstr MyVision"
set MyVision "cheat_invert_contrast"
bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e; (this has to be in your exit menu cfg or else it doesn't work properly)
set 1e "reset button binds;vstr ResetVision;" (reset button binds is a figure of speech, you actually need to write that out)
set ResetVision "reset vision code" (reset vision code is also a figure of speech, you actually need to write that out as well)


I don't understand what I need to replace the reset button binds part with, I'm sure you're face palming right now haha. also, the 'reset vision code' part simply just put 'default' right? and in the exit menu cfg, I put both of these- bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e;
set 1e "reset button binds;vstr ResetVision;" or just bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e?
09-02-2012, 04:25 AM #10
ICS Vortex
Between Light and Lies
Originally posted by deneo24 View Post
I don't understand what I need to replace the reset button binds part with, I'm sure you're face palming right now haha. also, the 'reset vision code' part simply just put 'default' right? and in the exit menu cfg, I put both of these- bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e;
set 1e "reset button binds;vstr ResetVision;" or just bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e?


You're making me open up my patch Not Happy or Sad my reset buttons/exit menu
set 1e "bind BUTTON_LSHLDR +speed_throw;bind BUTTON_RSHLDR +attack;bind DPAD_UP vstr 1m;bind DPAD_LEFT +actionslot 3;bind DPAD_RIGHT +actionslot 4;bind BUTTON_X +usereload;bind DPAD_DOWN +actionslot 2;bind BUTTON_B +stance;vstr ResetVision;bind BUTTON_RSTICK +melee;bind BUTTON_X +usereload;con_errormessagetime 10;Mod_Menu_Closed;"

Where it says DPAD_UP 1m replace that with APAD_UP whatever and whatever else is different in yours

reset vision would be
set ResetVision "reset cheat_invert_contrast"
in exit menu you put: bind BUTTON_B vstr 1e;bind BUTTON_LSTICK vstr 1e;

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo