Post: How to remove unknown cmd on cfg menu mw2 1.14
03-17-2013, 04:34 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi, how can i remove unknown cmd from my mod menu?
I know it is possible because i saw it in this video



Thanks
(adsbygoogle = window.adsbygoogle || []).push({});
03-17-2013, 09:48 PM #11
.NINK.
Can’t trickshot me!
Originally posted by Bighibo View Post
How can i insert this in my cfg?


You need to add "vstr MenuDvarsOpen" to the function that opens your menu and "vstr MenuDvarsClose" to the one that closes it.

Look through the base of this menu, it will be more understandable than my explanation.
You must login or register to view this content.
03-17-2013, 10:17 PM #12
set 12menulines "^0;^0;^0;^0;^0,^0;^0;^0;^0;^0;^0;^0;toggle cg_gun_x 15;vstr ShaderOn;vstr binds;vstr SpecialOpen;vstr MenuDvarsOpen"
set close "toggle cg_gun_x 0;vstr ShaderOff;bind button_rstick +melee;bind button_x +usereload; bind button_a +gostand; bind button_b +stance; bind dpad_up vstr 12menulines; bind dpad_right +actionslot 4; bind dpad_down +actionslot 2; bind dpad_left +actionslot 3;reset r_filmTweakLightTint;reset r_filmtweakenable;reset r_filmTweakInvert;vstr MenuDvarsClose;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0"


set MenuDvarsOpen "set ui_smallFont 0.5;set con_gameMsgWindow1FadeOutTime 999;set con_gameMsgWindow1MsgTime 999"
set MenuDvarsClose "set ui_smallFont 0.25;set con_gameMsgWindow1FadeOutTime 0.5;set con_gameMsgWindow1MsgTime 3"


OK?

---------- Post added at 10:17 PM ---------- Previous post was at 10:13 PM ----------

If It work I LOVE YOU:love:
03-18-2013, 12:00 AM #13
.NINK.
Can’t trickshot me!
Originally posted by Bighibo View Post
set 12menulines "^0;^0;^0;^0;^0,^0;^0;^0;^0;^0;^0;^0;toggle cg_gun_x 15;vstr ShaderOn;vstr binds;vstr SpecialOpen;vstr MenuDvarsOpen"
set close "toggle cg_gun_x 0;vstr ShaderOff;bind button_rstick +melee;bind button_x +usereload; bind button_a +gostand; bind button_b +stance; bind dpad_up vstr 12menulines; bind dpad_right +actionslot 4; bind dpad_down +actionslot 2; bind dpad_left +actionslot 3;reset r_filmTweakLightTint;reset r_filmtweakenable;reset r_filmTweakInvert;vstr MenuDvarsClose;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0"


set MenuDvarsOpen "set ui_smallFont 0.5;set con_gameMsgWindow1FadeOutTime 999;set con_gameMsgWindow1MsgTime 999"
set MenuDvarsClose "set ui_smallFont 0.25;set con_gameMsgWindow1FadeOutTime 0.5;set con_gameMsgWindow1MsgTime 3"


OK?

---------- Post added at 10:17 PM ---------- Previous post was at 10:13 PM ----------

If It work I LOVE YOU:love:


The functions I posted are for a centered menu, like in the video. You need to change "gameMsgWindow1" (center) to "gameMsgWindow0" (side). Even then, it may or may not work on the side...
And FYI, you have to remove those dvars from anywhere else in the script.

The following user thanked .NINK. for this useful post:

Bighibo
03-18-2013, 03:28 AM #14
FOSCA
Bounty hunter
Originally posted by CrimsonEcho View Post
Misleading Title :dumb:


Originally posted by KRACKERSTYLE View Post
umm idk if he means in a .ff or .cfg ? in a .ff you have to extract your .zone then open it in hxd then search PLATFORM_MANTLE
And then replace it with &&1.GAME_UNKNOWNCLIENTCOMMAND and unknown cmd is gone Smile

In a .cfg you have to open up the usb menu in note pad and put set CMD_1337_H4X0R 1;wait 1337;say ^1IM GAY


Originally posted by eodismad View Post
Bro i rather have it


Originally posted by .NINK. View Post
He has no clue.

This is what you want:


Each is to be used when the menu is opened/closed correspondingly.


Originally posted by nahkmiyan View Post
haha such a bad place to put the menu unlucky son


Originally posted by Bighibo View Post
Hi, how can i remove unknown cmd from my mod menu?
I know it is possible because i saw it in this video



Thanks



Yo' Hamie Don't Even Trip Dawg I Tell You How To Remove The Unknown Cmd.
Alright ...

Step One: You Gotta Tell That Mo'fo To GTFO
Second (If He Don't Leave): You Gotta Get Ghetto and Ready To Scrap Because That Unknown Cmd Gets All Up In Your Face (Don't Be Scared).
Third (If That Nigg Still Won't Leave): Then You Gotta Whip It Out! That's Right You Know What I Mean!!

Note: Unknown Cmds Are Know To Be Highly Homophobic So Step 3 Is Guaranteed To Work!

Don't Mention It, Just Doing Ma' Job Dawg.

The following user thanked FOSCA for this useful post:

*xActionMods*

The following 5 users groaned at FOSCA for this awful post:

Alex-George-HnM, CrimsonEcho, eodismad, Neon[FTH], Script Kiddie
03-18-2013, 06:29 AM #15
Originally posted by .NINK. View Post
The functions I posted are for a centered menu, like in the video. You need to change "gameMsgWindow1" (center) to "gameMsgWindow0" (side). Even then, it may or may not work on the side...
And FYI, you have to remove those dvars from anywhere else in the script.



set 12menulines "^0;^0;^0;^0;^0,^0;^0;^0;^0;^0;^0;^0;toggle cg_gun_x 15;vstr ShaderOn;vstr binds;vstr SpecialOpen;vstr MenuDvarsOpen"
set close "toggle cg_gun_x 0;vstr ShaderOff;bind button_rstick +melee;bind button_x +usereload; bind button_a +gostand; bind button_b +stance; bind dpad_up vstr 12menulines; bind dpad_right +actionslot 4; bind dpad_down +actionslot 2; bind dpad_left +actionslot 3;reset r_filmTweakLightTint;reset r_filmtweakenable;reset r_filmTweakInvert;vstr MenuDvarsClose;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0"


set MenuDvarsOpen "set ui_smallFont 0.5;set con_gameMsgWindow0FadeOutTime 999;set con_gameMsgWindow0MsgTime 999"
set MenuDvarsClose "set ui_smallFont 0.25;set con_gameMsgWindow0FadeOutTime 0.5;set con_gameMsgWindow0MsgTime 3"

Now i changed THIS dvar but do i have to remove all other dvars?
03-18-2013, 12:52 PM #16
set Open "r_filmtweakenable 1;r_filmusetweaks 1;r_filmTweakLightTint 0.6 1 0 1;r_blur 15;wait 10;vstr MenuDvarsOpen;vstr 1Menu2;exec ../../../dev_usb000/Buttons_default.cfgSafeguardOpen.cfg;bind BUTTON_RSHLDR vstr RSH;bind BUTTON_LSHLDR vstr LSH;bind BUTTON_RTRIG vstr RT;bind BUTTON_LTRIG vstr LT;bind BUTTON_RSTICK vstr RST;bind BUTTON_LSTICK vstr LST;bind BUTTON_START vstr START;bind BUTTON_BACK vstr SELECT;bind BUTTON_A vstr A;bind BUTTON_B vstr B;bind BUTTON_X vstr X;bind BUTTON_Y vstr Y;bind DPAD_UP vstr UP;bind DPAD_DOWN vstr DOWN;bind DPAD_LEFT vstr B;bind DPAD_RIGHT vstr A"
set Exit "r_filmtweakenable 0;r_filmusetweaks 0;r_filmTweakLightTint 0.0 0 0 0;r_blur 0;wait 10;vstr MenuDvarsClose;^7;^7;^7;^7;^7;^7;^7;^7;vstr MenuCloseMsg;exec ../../../dev_usb000/Buttons_default.cfg_SafeguardClose.cfg;bind BUTTON_RSHLDR +attack;bind BUTTON_LSHLDR +speed_throw;bind BUTTON_RTRIG +frag;bind BUTTON_LTRIG +smoke;bind BUTTON_RSTICK +melee;bind BUTTON_LSTICK +breath_sprint;bind BUTTON_START vstr StartReset;bind BUTTON_BACK togglescores;bind BUTTON_A +gostand;bind BUTTON_B +stance;bind BUTTON_X +usereload;bind BUTTON_Y weapnext;bind DPAD_UP vstr Open;bind DPAD_DOWN vstr UAVFuncOn;bind DPAD_LEFT +actionslot 3;bind DPAD_RIGHT +actionslot 4"
set MenuDvarsOpen "set ui_smallFont 0.5;set con_gameMsgWindow1FadeOutTime 999;set con_gameMsgWindow1MsgTime 999"
set MenuDvarsClose "set ui_smallFont 0.25;set con_gameMsgWindow1FadeOutTime 0.5;set con_gameMsgWindow1MsgTime 3"

The following user thanked jeanjean for this useful post:

Bighibo
03-18-2013, 04:37 PM #17
Neon[FTH]
Do a barrel roll!
Originally posted by FOSCA View Post
Yo' Hamie Don't Even Trip Dawg I Tell You How To Remove The Unknown Cmd.
Alright ...

Step One: You Gotta Tell That Mo'fo To GTFO
Second (If He Don't Leave): You Gotta Get Ghetto and Ready To Scrap Because That Unknown Cmd Gets All Up In Your Face (Don't Be Scared).
Third (If That Nigg Still Won't Leave): Then You Gotta Whip It Out! That's Right You Know What I Mean!!

Note: Unknown Cmds Are Know To Be Highly Homophobic So Step 3 Is Guaranteed To Work!

Don't Mention It, Just Doing Ma' Job Dawg.


What the hell are you saying?
03-18-2013, 08:15 PM #18
Originally posted by .NINK. View Post
The functions I posted are for a centered menu, like in the video. You need to change "gameMsgWindow1" (center) to "gameMsgWindow0" (side). Even then, it may or may not work on the side...
And FYI, you have to remove those dvars from anywhere else in the script.


How can i do a centered menu?

---------- Post added at 08:15 PM ---------- Previous post was at 06:26 PM ----------

i solved all problems using this

    set MenuDvarsOpen "set con_gameMsgWindow0FadeOutTime 999;set con_gameMsgWindow0MsgTime 999"
set MenuDvarsClose "set con_gameMsgWindow0FadeOutTime 0.5;set con_gameMsgWindow0MsgTime 3"


Thanks all it works perfectly when i close the menu cmd disappear instantly
03-18-2013, 08:50 PM #19
Script Kiddie
At least I can fight
Originally posted by FOSCA View Post
Yo' Hamie Don't Even Trip Dawg I Tell You How To Remove The Unknown Cmd.
Alright ...

Step One: You Gotta Tell That Mo'fo To GTFO
Second (If He Don't Leave): You Gotta Get Ghetto and Ready To Scrap Because That Unknown Cmd Gets All Up In Your Face (Don't Be Scared).
Third (If That Nigg Still Won't Leave): Then You Gotta Whip It Out! That's Right You Know What I Mean!!

Note: Unknown Cmds Are Know To Be Highly Homophobic So Step 3 Is Guaranteed To Work!

Don't Mention It, Just Doing Ma' Job Dawg.


And this is the future humans of the world dear lord....

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo