[BAD] S N I P E R is God's GOD
50 XP
13th September 2004
0 Uploads
60 Posts
0 Threads
ive made a bind and i dont know why it isnt working:
bind o "vstr lol00" set lol00 "say ^7***^0L^7o^0L^7***; bind o vstr lol01" set lol01 "say ^7***^0R^7O^0F^7L***; bind o vstr lol02" set lol02 "say ^7***^0L^7M^0A^7O***; bind o vstr lol03" set lol03 "say ^7***^0Ha^7Ha***; bind o "vstr lol00"
it just is doing the 1st one ova and ova plz help :confused:
Create an autoexec.cfg file Here is an example of what is in mine. bind 1 "vstr doh00" bind 2 "vstr shut00" bind 3 "vstr pc00" bind 4 "vstr die00" bind 5 "vstr hurt00" bind 6 "vstr laff00" bind 7 "vstr thnk00" bind 8 "vstr kill00" bind 9 "vstr death00" bind 0 "vstr cheer00" set cheer00 "say @185; bind 0 vstr cheer01" set cheer01 "say @180; bind 0 vstr cheer02" set cheer02 "say @179; bind 0 vstr cheer03" set cheer03 "say @235; bind 0 vstr cheer00" set doh00 "say @269; bind 1 vstr doh01" set doh01 "say @279; bind 1 vstr doh00" set shut00 "say @265 #d; bind 2 vstr shut01" set shut01 "say @266 #D; bind 2 vstr shut00" set pc00 "say @259 #d; bind 3 vstr pc01" set pc01 "say @264 #D; bind 3 vstr pc00" set die00 "say @239 #t; bind 4 vstr die01" set die01 "say @253 #T; bind 4 vstr die00" set hurt00 "say @78; bind 5 vstr hurt01" set hurt01 "say @196; bind 5 vstr hurt00" set laff00 "say @177; bind 6 vstr laff01" set laff01 "say @184; bind 6 vstr laff02" set laff02 "say @276; bind 6 vstr laff00" set thnk00 "say @25; bind 7 vstr thnk01" set thnk01 "say @23; bind 7 vstr thnk02" set thnk02 "say @24; bind 7 vstr thnk00" set kill00 "say @16 #D; bind 8 vstr kill01" set kill01 "say @19 #D; bind 8 vstr kill00" set death00 "say @71 #T; bind 9 vstr death01" set death01 "say @76 #T; bind 9 vstr death02" set death02 "say @68 #T; bind 9 vstr death03" set death03 "say @237 #T; bind 9 vstr death00" when you have done this, save it and make sure it is named autoexec.cfg, place it in whatever mod file you are using, or the base and base/mp file folder if you aren't. 1)Right click on the multiplayer icon on your desktop, 2)Click shortcut 3) you will see a line in TARGET that looks similar to this: "F:\Program Files\Soldier of Fortune II - Double Helix GOLD\SoF2MP.exe" 4) on the end add ONE SPACE and ADD THIS TO IT: exec autoexec.cfg 4A)the end of the line should look like this: Double Helix GOLD\SoF2MP.exe" exec autoexec.cfg 5) click apply and ok. 6) open up your sof2mp.cfg You will notice in mine, the sounds are bound to my number keys. bind 1 "vstr doh00" bind 2 "vstr shut00" bind 3 "vstr pc00" bind 4 "vstr die00" bind 5 "vstr hurt00" bind 6 "vstr laff00" bind 7 "vstr thnk00" bind 8 "vstr kill00" bind 9 "vstr death00" bind 0 "vstr cheer00 7) change the numbers to whatever you want them to be, on the above listing. 8) be sure you have named them as i have, Cheer, lol, kill and such. you should have enough info here to get you started and finished. hope this helps.
[BAD] S N I P E R is God's GOD
50 XP
13th September 2004
0 Uploads
60 Posts
0 Threads
yea but my sets arnt setting, ie. i need 2 type them in to the console every time i play??? here is my new autoexec.cfg:
[COLOR=Red]bind F5 "vstr dead00" set dead00 "say ^7Nice ^0Shot ^7#d; bind F5 vstr dead01" set dead01 "say ^7Well ^0Done ^7#d; bind F5 vstr dead00"
bind F6 "vstr thnk00" set thnk00 "say ^0Thank ^7You; bind F6 vstr thnk01" set thnk01 "say ^7Tha^0nks; bind F6 vstr thnk00"
bind F8 "vstr lol00" set lol00 "say ^7***^0L^7o^0L^7***; bind F8 vstr lol01" set lol01 "say ^7***^0R^7O^0F^7L***; bind F8 vstr lol02" set lol02 "say ^7***^0L^7M^0A^7O***; bind F8 vstr lol03" set lol03 "say ^7***Ha^0Ha^7Ha***; bind F8 vstr lol00"
bind F9 "vstr good00" set good00 "say ^7<<>>; bind F9 vstr good01" set good01 "say ^7***Well ^0Done ^7All***; bind F9 vstr good02" set good02 "say ^7***^0Good^7Game***; bind F9 vstr good03" set good03 "say ^7<<>>; bind F9 vstr good00"
bind F10 "vstr tked00" set tked00 "say ^7Watch ^0Out ^7#d; bind F10 vstr tked01" set tked01 "say ^7Check ^0Your ^7Fire ^0#d; bind F10 vstr tked02" set tked02 "say ^7Watch ^0It ^7#d; bind F10 vstr tked00"[/COLOR]
I think the above text neds to go into a new file.cfg lets say sound.cfg Then place the command in your autoexe to launch the new file
e.g. exec sound.cfg
Sure thats right :confused:
i have it placed in my autoexecfile but then i tried it with the F's and it didn't work either ....so try the regular numbers.
Your first bind line is the problem:
bind o "vstr lol00"
This should be:
bind o vstr lol00
Note that the quote marks need to be removed.
[BAD] S N I P E R is God's GOD
50 XP
13th September 2004
0 Uploads
60 Posts
0 Threads
i dont think thats right :agreed :lies: because if you type in: bind 1 vstr blah it still goes in the bindlist: bind 1 "vstr blah"
'[BAD S N I P E R']ive made a bind and i dont know why it isnt working: it just is doing the 1st one ova and ova plz help :confused:
Should be
bind o "vstr lol" set lol "vstr lol00" set lol00 "say ^7***^0L^7o^0L^7***; set lol vstr lol01" set lol01 "say ^7***^0R^7O^0F^7L***; set lol vstr lol02" set lol02 "say ^7***^0L^7M^0A^7O***; set lol vstr lol03" set lol03 "say ^7***^0Ha^7Ha***; set lol vstr lol00"
One more point is that it sounds like you are editing your sof2mp.cfg. If this is the case then you should be putting thease binds into a .cfg in your \base\mp folder and then executing it from the console (or an autoexec.cfg). Your last line has 3 quotation marks where it should have two. You can see that teknoise has a functioning bottom line.
well ...all i know is mine works..LOL :beer: :cya: