Hidden Unknown CMD
1. You will need a .cfg 6 lines.
-> 6 Lines is where its in the middle.
* If you're menu is 12 lines.
Open buttons_default.cfg.
1. Find
"gameMsgWindow0"
2. Change that to "gameMsgWindow1" and everything beneath that.
It should look like.
Originally posted by another user
set con_gameMsgWindow1Filter "gamenotify"
set con_gameMsgWindow1FadeInTime "0"
set con_gameMsgWindow1FadeOutTime "999"
set con_gameMsgWindow1LineCount "9"
set con_gameMsgWindow1MsgTime "999"
set con_gameMsgWindow1ScrollTime "0"
2. Making the Unknown CMD hidden when close. (This isn't a " No Unknown CMD" its "Hidden Unknown CMD when closed" (Also i'll explain why you can't have a "No Unknown CMD")
-> There is 2 ways due to the menu/.cfg is made.
If there is only a buttons_default.cfg
1. You have to find where you open the menu.
EX:
"set Open"
2. Add this code "MenuDvarsOpen"
It should look like
set open "vstr MenuDvarsOpen; etc."
If there is more then just a buttons_default.cfg
Usually there would be a buttons_default.cfg but , people want to be organize or another way. People would have a menu base in one note pad and another on another notepad which has all the codes. F
1. Find where it has the dvars/ button layout. (Its not always there you'll just have to find it.)
EX:
"set Open"
2. Add this code "MenuDvarsOpen"
It should look like
set open "vstr MenuDvarsOpen; etc."
3. Put this code!
Originally posted by another user
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"
4. Finish!
-> Ok I said i would explain why there is "NO UNKNOWN CMD".
1. The Unknown Cmd is a type of format where the code is injected.
-> The Code like. Where it pops up in the screen because obviously its injected with a code.
-> And too show you are a .cfg "modder"
-> Usually "No unknown CMD" is for trickshotters and feeders.
( Ithink)
Am i going to get groaned because people hate .cfg? Lol.
First of all I take no credit.
Credit- > I think... I only saw it on his .cfg so far.
->
You must login or register to view this content.