Bind g buttons in cs 1.6 cfg (logitech g15)
+2
SultaN
Postman
6 posters
Page 1 of 1
Bind g buttons in cs 1.6 cfg (logitech g15)
So i want to bind my g buttons in cs 1.6, and then i searched in google and found this:
http://www.g15forums.com/forum/showthread.php?t=2175
i downloaded the file and the following thing is in it:
// [This comes into the normal key settings, or must be started after the config.cfg]
bind "alt" "+alt"
bind "~" "+tilde"
// LOGITECH MODE:
//---------------
alias "+alt" "g1_g9"
alias "-alt" "binddef"
//---
alias "+tilde" "g10_g18"
alias "-tilde" "binddef"
//------------------------
alias "g1_g9" "g1; g2; g3; g4; g5;g6; g7; g8; g9; bind 0 slot10"
alias "g10_g18" "g10; g11; g12; g13; g14; g15; g16; g17; g18; bind 0 slot10"
alias "binddef" "bind 1 slot1; bind 2 slot2; bind 3 slot3; bind 4 slot4; bind 5 slot5; bind 6 slot6; bind 7 slot7; bind 8 slot8; bind 9 slot9; bind 0 slot10"
/////////////////////////////////
// G KEYS:
//---------------
alias "g1" "bind 1 g1a"
alias "g1a" "buydeagle"
alias "g2" "bind 2 g2a"
alias "g2a" "ak-m4"
alias "g3" "bind 3 g3a"
alias "g3a" ""
alias "g4" "bind 4 g4a"
alias "g4a" ""
alias "g5" "bind 5 g5a"
alias "g5a" ""
alias "g6" "bind 6 g6a"
alias "g6a" ""
alias "g7" "bind 7 g7a"
alias "g7a" ""
alias "g8" "bind 8 g8a"
alias "g8a" ""
alias "g9" "bind 9 g9a"
alias "g9a" ""
alias "g10" "bind 1 g10a"
alias "g10a" ""
alias "g11" "bind 2 g11a"
alias "g11a" ""
alias "g12" "bind 3 g12a"
alias "g12a" ""
alias "g13" "bind 4 g13a"
alias "g13a" ""
alias "g14" "bind 5 g14a"
alias "g14a" ""
alias "g15" "bind 6 g15a"
alias "g15a" ""
alias "g16" "bind 7 g16a"
alias "g16a" ""
alias "g17" "bind 8 g17a"
alias "g17a" ""
alias "g18" "bind 9 g18a"
alias "g18a" ""
/////////////////////////////////
i do not know what to do with it
please help thx in advance
http://www.g15forums.com/forum/showthread.php?t=2175
i downloaded the file and the following thing is in it:
// [This comes into the normal key settings, or must be started after the config.cfg]
bind "alt" "+alt"
bind "~" "+tilde"
// LOGITECH MODE:
//---------------
alias "+alt" "g1_g9"
alias "-alt" "binddef"
//---
alias "+tilde" "g10_g18"
alias "-tilde" "binddef"
//------------------------
alias "g1_g9" "g1; g2; g3; g4; g5;g6; g7; g8; g9; bind 0 slot10"
alias "g10_g18" "g10; g11; g12; g13; g14; g15; g16; g17; g18; bind 0 slot10"
alias "binddef" "bind 1 slot1; bind 2 slot2; bind 3 slot3; bind 4 slot4; bind 5 slot5; bind 6 slot6; bind 7 slot7; bind 8 slot8; bind 9 slot9; bind 0 slot10"
/////////////////////////////////
// G KEYS:
//---------------
alias "g1" "bind 1 g1a"
alias "g1a" "buydeagle"
alias "g2" "bind 2 g2a"
alias "g2a" "ak-m4"
alias "g3" "bind 3 g3a"
alias "g3a" ""
alias "g4" "bind 4 g4a"
alias "g4a" ""
alias "g5" "bind 5 g5a"
alias "g5a" ""
alias "g6" "bind 6 g6a"
alias "g6a" ""
alias "g7" "bind 7 g7a"
alias "g7a" ""
alias "g8" "bind 8 g8a"
alias "g8a" ""
alias "g9" "bind 9 g9a"
alias "g9a" ""
alias "g10" "bind 1 g10a"
alias "g10a" ""
alias "g11" "bind 2 g11a"
alias "g11a" ""
alias "g12" "bind 3 g12a"
alias "g12a" ""
alias "g13" "bind 4 g13a"
alias "g13a" ""
alias "g14" "bind 5 g14a"
alias "g14a" ""
alias "g15" "bind 6 g15a"
alias "g15a" ""
alias "g16" "bind 7 g16a"
alias "g16a" ""
alias "g17" "bind 8 g17a"
alias "g17a" ""
alias "g18" "bind 9 g18a"
alias "g18a" ""
/////////////////////////////////
i do not know what to do with it
please help thx in advance
Postman- Number of posts : 24
Age : 31
Birthday : 1992-12-31
Location : Germany
Job/hobbies : car mechanic
Registration date : 2010-04-11
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
If you want to bind your G button then just go to your console and type:
bind *key* *command*
its easy.. for example on Jailbreak you want to piss you just type in your console
bind g piss
that's all. You don't need that code.
bind *key* *command*
its easy.. for example on Jailbreak you want to piss you just type in your console
bind g piss
that's all. You don't need that code.
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
SultaN wrote:If you want to bind your G button then just go to your console and type:
bind *key* *command*
its easy.. for example on Jailbreak you want to piss you just type in your console
bind g piss
that's all. You don't need that code.
Sultan, you know what a G15 is? Its a Keyboard with 18 Gkeys on the side
XaZor^- nD* Fun Member
- Number of posts : 476
Age : 33
Birthday : 1991-06-07
Location : Denmark
Registration date : 2009-08-14
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
i have tested it , and then comes:
] bind "g1" "say hi"
"g1" isn't a valid key
] bind "g1" "say hi"
"g1" isn't a valid key
Postman- Number of posts : 24
Age : 31
Birthday : 1992-12-31
Location : Germany
Job/hobbies : car mechanic
Registration date : 2010-04-11
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
maybe put the code in a seperate file and load it in userconfig.cfg (exec filename.cfg)
the next part is only guessing:
in this file you need to customize it. you see e.g. alias "g1a" "buydeagle", instead of "buydeagle" now you need to change "buydeagle" with what you wanted to have, like "say hallo".
//edit: oh and after reading the post of the thread you posted i also know another thing, wait i will just edit this post
in the Logitech G-series Key Profiler you need to
the next part is only guessing:
in this file you need to customize it. you see e.g. alias "g1a" "buydeagle", instead of "buydeagle" now you need to change "buydeagle" with what you wanted to have, like "say hallo".
//edit: oh and after reading the post of the thread you posted i also know another thing, wait i will just edit this post
in the Logitech G-series Key Profiler you need to
tell the real profiler to do alt+1 on g1 and alt+2 on g2, all the way to alt+9 on g9. Then you tell the profiler to perform a ~+1 on g10, again all the way to g18, weher you tell it to do a ~+9.
Last edited by x-regit-x on Mon Apr 19, 2010 12:30 pm; edited 1 time in total
x-regit-x- nD* Runner Member
- Number of posts : 684
Age : 32
Birthday : 1992-08-21
Location : Germany (NRW)
Job/hobbies : Soaring (hobby)
Registration date : 2009-02-25
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
But i dont have a userconfig -.- and i dont know if i need special commands to make an userconfig
Postman- Number of posts : 24
Age : 31
Birthday : 1992-12-31
Location : Germany
Job/hobbies : car mechanic
Registration date : 2010-04-11
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
oh you have one.
steam/steamapps/steamaccountname/counter-strike/cstrike/userconfig.cfg
there it will be.
there does not need to be anything in it,yet
edit: you can open and edit it with notepad
steam/steamapps/steamaccountname/counter-strike/cstrike/userconfig.cfg
there it will be.
there does not need to be anything in it,yet
edit: you can open and edit it with notepad
x-regit-x- nD* Runner Member
- Number of posts : 684
Age : 32
Birthday : 1992-08-21
Location : Germany (NRW)
Job/hobbies : Soaring (hobby)
Registration date : 2009-02-25
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
there isn´t one
can i easily create one?
can i easily create one?
Postman- Number of posts : 24
Age : 31
Birthday : 1992-12-31
Location : Germany
Job/hobbies : car mechanic
Registration date : 2010-04-11
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
Postman wrote:there isn´t one
can i easily create one?
Then you should have atleast config.cfg if I'm right? But I think that you can create new file by nameing it ''userconfig.cfg'' and there will appear new icon of it
Lamk0^- nD* Jail Member
- Number of posts : 1070
Age : 28
Birthday : 1996-02-14
Location : Slovenia
Registration date : 2009-12-22
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
yes, if there is none you can easily create one. right click -> Neu -> textdokument (new textdocument), enter the name and you can edit the file.
then check whether in the bottom of config.cfg is written exec userconfig.cfg (this actually should be there), if not create a new line and write it.
then check whether in the bottom of config.cfg is written exec userconfig.cfg (this actually should be there), if not create a new line and write it.
x-regit-x- nD* Runner Member
- Number of posts : 684
Age : 32
Birthday : 1992-08-21
Location : Germany (NRW)
Job/hobbies : Soaring (hobby)
Registration date : 2009-02-25
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
so and now i have to add "exec g15-binding.cfg" in the autoexec.cfg but this is on: steam/steamapps/steamaccountname/counter-strike/valve/autoexec.cfg
is this ok??
or:
steam/steamapps/steamaccountname/counter-strike/cstrike/autoexec.cfg ?
is this ok??
or:
steam/steamapps/steamaccountname/counter-strike/cstrike/autoexec.cfg ?
Postman- Number of posts : 24
Age : 31
Birthday : 1992-12-31
Location : Germany
Job/hobbies : car mechanic
Registration date : 2010-04-11
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
so i have tested is and it doesnt works..... i dont know why i em going crazy with this stupid g buttons.......
Postman- Number of posts : 24
Age : 31
Birthday : 1992-12-31
Location : Germany
Job/hobbies : car mechanic
Registration date : 2010-04-11
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
so i have create the userconfig and type :bind "alt" "+alt" in it.
bind "~" "+tilde"
then i have copy the: g15-binding in my csstrike folder
then i have type : exec g15-binding.cfg in autoexec
and bind ALT+1..... with logitech profiler
then i tested it and it didnt works .... what have i do wrong??
bind "~" "+tilde"
then i have copy the: g15-binding in my csstrike folder
then i have type : exec g15-binding.cfg in autoexec
and bind ALT+1..... with logitech profiler
then i tested it and it didnt works .... what have i do wrong??
Postman- Number of posts : 24
Age : 31
Birthday : 1992-12-31
Location : Germany
Job/hobbies : car mechanic
Registration date : 2010-04-11
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
Omfg xD Lolol, and what are the functions of those? o.oXaZor^ wrote:SultaN wrote:If you want to bind your G button then just go to your console and type:
bind *key* *command*
its easy.. for example on Jailbreak you want to piss you just type in your console
bind g piss
that's all. You don't need that code.
Sultan, you know what a G15 is? Its a Keyboard with 18 Gkeys on the side
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
are the files are all in the same directory?
best is you create the userconfig.cfg and write there the "exec g15...".
or try to write "exec ..." in config.cfg (all in cstrike). it should keep it, but the config is changed and written by cs, so maybe it could happen that it won't be there anymore after playing cs...
edit: just tried it myself. it only worked as i have recorded the macro manually and only if i have set that it should also record time delay. but when i pressed alt + 1 manually in cs, it worked.
---
@sultan:
you can bind them^^ you can bind them to shortcuts, programs, keys, or macros and maybe more.
best is you create the userconfig.cfg and write there the "exec g15...".
or try to write "exec ..." in config.cfg (all in cstrike). it should keep it, but the config is changed and written by cs, so maybe it could happen that it won't be there anymore after playing cs...
edit: just tried it myself. it only worked as i have recorded the macro manually and only if i have set that it should also record time delay. but when i pressed alt + 1 manually in cs, it worked.
---
@sultan:
you can bind them^^ you can bind them to shortcuts, programs, keys, or macros and maybe more.
x-regit-x- nD* Runner Member
- Number of posts : 684
Age : 32
Birthday : 1992-08-21
Location : Germany (NRW)
Job/hobbies : Soaring (hobby)
Registration date : 2009-02-25
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
so now i can use the bind with "alt+3" but not with g3....
Postman- Number of posts : 24
Age : 31
Birthday : 1992-12-31
Location : Germany
Job/hobbies : car mechanic
Registration date : 2010-04-11
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
SultaN wrote:Omfg xD Lolol, and what are the functions of those? o.oXaZor^ wrote:SultaN wrote:If you want to bind your G button then just go to your console and type:
bind *key* *command*
its easy.. for example on Jailbreak you want to piss you just type in your console
bind g piss
that's all. You don't need that code.
Sultan, you know what a G15 is? Its a Keyboard with 18 Gkeys on the side
Thats up to you.. as you see Postman wanna use them for CS, it can be hotkeys to open games/programs, Takeing pictures, You modify yourself.
XaZor^- nD* Fun Member
- Number of posts : 476
Age : 33
Birthday : 1991-06-07
Location : Denmark
Registration date : 2009-08-14
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
so if alt + number works in-game, try to config it in logitech profiler this way:
make it through the macro manager and add a short delay (10 ms in my picture) afterwards. between pressing alt and pressing the number key. (right click between those two).
i tested it and for me it worked this way.
btw, thank you for the script
make it through the macro manager and add a short delay (10 ms in my picture) afterwards. between pressing alt and pressing the number key. (right click between those two).
i tested it and for me it worked this way.
btw, thank you for the script
x-regit-x- nD* Runner Member
- Number of posts : 684
Age : 32
Birthday : 1992-08-21
Location : Germany (NRW)
Job/hobbies : Soaring (hobby)
Registration date : 2009-02-25
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
its like the F1..F2..F3 etc. buttons..SultaN wrote:Omfg xD Lolol, and what are the functions of those? o.oXaZor^ wrote:SultaN wrote:If you want to bind your G button then just go to your console and type:
bind *key* *command*
its easy.. for example on Jailbreak you want to piss you just type in your console
bind g piss
that's all. You don't need that code.
Sultan, you know what a G15 is? Its a Keyboard with 18 Gkeys on the side
Emziek- Number of posts : 1027
Age : 28
Birthday : 1996-04-18
Location : Arboga/orebro | sweden
Job/hobbies : laughing
Registration date : 2010-02-17
Re: Bind g buttons in cs 1.6 cfg (logitech g15)
Yeah it works...
nothing to thanks^^
thx for the help
nothing to thanks^^
thx for the help
Postman- Number of posts : 24
Age : 31
Birthday : 1992-12-31
Location : Germany
Job/hobbies : car mechanic
Registration date : 2010-04-11
Similar topics
» I have some advertising bind <_>
» Bind/alliases
» Key Binding / Binds / Bind / Aliases | For all neonDragon servers
» Bind/alliases
» Key Binding / Binds / Bind / Aliases | For all neonDragon servers
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum