Tutorials index > Making binds in sof2
the 'bind' command is used to create keyboard hotkeys for the sof2 in-game,
You can bind any sof2 commands, for example 'say', to speak to others players,
or 'screenshot' to take a picture of your screen . we will see the most useful ones in this tutorial .
la command 'bind' est utilisée pour créer des raccourcis clavier a utiliser dans le jeu,
vous pouvez binder n'importe quelle commande sof2, par example 'say' pour parler aux autre joueurs,
ou 'screenshot' pour prendre une photo de votre ecran . Nous allons voir les plus utiles dans ce tutorial .
La commanda 'bind' sirve para crear keyboard hotkeys para en el juego,
puede bindar todas commandas de sof2, poe ejemplo 'say' para hablar a los otros jugadores,
o 'screenshot' para tomar una pictura del juego . veremos las mas utiles en este tutorial .
19 reads
Begin by looking at your sof2 directory (usually C:/program files/soldier of fortune II double helix/)
enter in one of your mods directory, for example RPMpro, RPM, or rocmod and open the file sof2mp.cfg . As you can see in this file, there are all your configuration options such as crouch, reload, jump, use... We will add a line to our sof2mp.cfg file :
Commencez par regarder dans votre repertoire de sof2 (normalement C:/program files/soldier of fortune II double helix/) :
entrez dans le repertoire d'un de vos mods, par exemple RPMpro, RPM, ou rocmod et ouvrez le fichier sof2mp.cfg (Click droit, ouvrir avec ... , bloc-notes) .
Comme vous pouvez le voir dans ce fichier, il y a la toute votre configuration comme s'accoupir, sauter, utiliser...
On va ajouter une ligne a notre fichier sof2mp.cfg :
Entra en folder de sof2 puede ser en C:/program files/soldier of fortune II double helix/),
Entra en el folder de uno de los mods por ejemplo rpmpro,y abre RPMpro, RPM, o rocmod . Como puede verlo en esta, hay toda la configuracion bajar, utilizar... vamos a escribir una linea en sof2mp.cfg : BIND a "say Nice Shot Mate"
'a' is the key you want to be binded, so when you will press 'a' in-game, you will automatically say 'Nice Shot Mate' !
'a' es la key que quiere bindar, intenta 'a' en el juego, automatiquemente, decira 'Nice Shot Mate' !
'a' est la touche que vous voulez binder, appuyez sur 'a' dans le jeu, automatiquement vous direz 'Nice Shot Mate' !
19 reads To make a bind only viewable by your team mates, simply replace say by say_team
Pour faire un bind visible seulement par vos equipiers, remplacez simplement say par say_team
Para hacer un bind visible solamente por su equipa, cambia say por say_team
BIND a "say_team Hi my Team"
It will be the effect of a message team (y).
Ca produira l'effet d'un message d'équipe (y).
Producera el effecto de un mensaje de equipa (y).
19 reads
Now we want to add a sound from the sound list (each sound is defined by a key; i.e : @88 match with 'WOOOOO' sound, and displays 'WOOOOO'), that will be played when you will press your binded key .
In the precedent line, we binded the 'a' key with the text 'nice shot mate', we will now replace the text 'nice shot' by the sound 'nice shot' . In sounds list, this sound is @64 . Still in our sof2mp.cfg file, we will replace our old bind line by this one : BIND a "say @64 Mate" The effect of this line will be the displaying of 'NICE SHOT mate' with the 'NICE SHOT' sound playing ! Note : You can bind up to 305 sounds with rpmPRO, but some sound can be not hearable on servers running another mod (rpm 2k3, rpm 0.7...) . You can see a sound list ~~>
Maitenant on veut ajouter un son de la liste des sons (chaque sons est defini par une clé : @88 correspond au son 'WOOOOO', et affiche 'WOOOOO'), qui sera joué quand vous appuirez sur la touche bindée que vous avez choisi.
Dans le bind précédent, nous avons bindé la touche 'a' avec le text 'nice shot mate', on va maintenant remplacer le texte 'nice shot'
par le son 'nice shot' . Dans la liste des sons, c'est @64 . Alors on va remplacer notre ligne de bind par celle-ci :
BIND a "say @64 Mate"
L'effet de cette ligne sera l'affichage de 'NICE SHOT mate' avec le son 'NICE SHOT' qui sera audible ! Note : Vous pouvez binder 305 sons avec le rpmPRO, mais certains ne marcheront pas sur les serveurs utilisant un autre mod (rpm 2k3, rpm 0.7...), mais ca c'est pas grave :D . Vous pouvez voir la liste ~~>
Ahora queremos poner un sonido de la lista del sonidos (cada sonido es definido por un id : @88 es el sonido 'WOOOOO', y mostra 'WOOOOO'), y sera jugado cuando utilisara la key bindada .
here
En el otro bind, bindemos 'a' on keyboard con el texto 'nice shot mate', vamos a remplazar el texto 'nice shot' por el sonido 'nice shot' . En la lista de sonidos, es @64 . nuestro bind ahora es : BIND a "say @64 Mate"
Esta linea mostrara 'NICE SHOT mate' con el sonido 'NICE SHOT mate' juegando ! Note : puede bindar 305 sonidos con el rpmPRO, pero algunos puede no foncionar sobre servers que utilizan otro mod (rpm 2k3, rpm 0.7...), pero es igual :D . puede ver lista ~~> 19 reads
As you can see when you plays on sof2 servers, people use lot of colors in theirs binds .
To color some text in a bind, we will take our first line : BIND a "say Nice Shot Mate", and we will replace words in this way :
Comme vous pouvez le voir quand vous jouez sur les serveurs, les joueurs ont beacoup de couleurs dans leurs binds .
Pour colorer du texte dans un bind, nous allons prendre notre premiere ligne : BIND a "say Nice Shot Mate", et on va remplacer les mots de cette maniere :
Como peude verlo cuando juega en los servers, jugadores tienen muchas colores en sus binds .
Pour poner color en texto en un bind, cojemos nuestra primer linea : BIND a "say Nice Shot Mate", et remplazamos la palabra en esta manera : BIND a "say ^$Nice ^+shot ^7Mate"
Result :
'
Nice
shot
Mate
'
colors ~~> here 19 reads In the Sof2 chat, there are some 'strings', like in programming, matching with informations about you .
Some of this are : Dans le chat sof2, il y a des variables, comme en programmation, qui correspondent a des infos sur vous .
quelques une des ces variables sont : En el chat de sof2, hay variables, como en la programacion, que daos informaciones sobre su .
algunas son :
so we will modify our bind line like this :
On va modifier notre ligne comme ceci :
Modificamos nuestra linea como esto :
BIND a "say Nice shot Mate #d"
This line will display the last player who hurt or killed you,
so you can say him 'nice shot PLAYER_NAME' But if you killed someone, you can use a bind like :
Cette ligne va afficher le dernier joueur qui vous a touché ou tué,
donc vous pourrez lui dire 'nice shot PLAYER_NAME' Mais si vous avez tué quelqu'un, vous pouvez faire un bind style :
Esta linea mostrara el ultimo jugador que toca su, entonces podré decirle 'nice shot PLAYER_NAME'
Pero si mata a alguien, puede hacer un bind como : BIND a "say haha, I owned you, #t"
A bind to display You current health and armour (with a bar format) will be :
Un bind pour afficher votre santé et armure (au format barre) sera :
Un bind para mostrar su salud y armor (con un bar) sera :
BIND a "say health : #B , armour #A"
Note : using letters in upper and lower case can give variations to the display you get .
Note : utiliser des lettres majuscules et minuscules peuvent donner des variations au resultat de ces variables .
Note : utilizar lettras en grandes o pequenas dara cambio sobre el bind .
19 reads We will now create a bind with color, sound, and vars :
still in your sof2mp.cfg file, write the following line : On va maintenant creer un bind avec de la couleur, du son, et des variables :
toujours dans votre fichier sof2mp.cfg, ecrivez la ligne suivante : Vamos a crear un bind con color, sonido, y variable :
siempre en elsof2mp.cfg, escribe la linea siguiente : BIND a "say ^$health : #b ^+armour #a, ^-hit By #d ^h@104"
We added colors to health and armour words, display it under numeric format, indicates the player who hit you and play sound HELP! Result produced :
On a ajouté des couleurs aux mots health et armour, on les a affiché au format barre, ca indique qui vous a touché et joue le son HELP! resultat produit :
habemos ponido colores a health y armour, mostradolos con bar format, mostra quien toco a su, y juega el sonido HELP! resulto producido :
'
health : 75
armour : 23,
hit by PLAYER_NAME
HELP!
'
Then bind all keys you want on your keyboard, but note some keys are token by others fonctions like 'F' (weapon drop) or 'B' (display outfitting) .
If you plan to use the numpad (1,2,3,4,5.. to the right), Here is an help to bind these keys they aren't like others .
Ensuite vous pouvez binder toutes les touches de votre clavier, mais faites attention de pas binder les touches qui utilisent d'autres fonctions, comme 'F' (lacher son arme), ou 'B' (affiche l'équipement) .
Si vous comptez utiliser le pavé numérique ( touches 1,2,3,4,5.. sur la droite), voici une aide pour binder ces touches .
Ahora puede bindar todas las tocas, pero cuidado porque algunas tocas son cojedas por otras fonciones qui utilizan estas tocas, como 'F' (arma), o 'B' (mostra équipemente) .
Si quieres utilizar el numpad (1,2,3,4,5,6....), aqui esta una ayuda para bindar estas tocas . numpad keys bind :
Vous avez peut etre pu remarquer sur les serveurs multijoueurs, que certains joueurs avaient des symboles, des caracteres speciaux soit dans leur nom , soit dans leurs binds .
Ces caracteres speciaux sont difficilement ou alors inecrivables avec votre clavier, la maniere restante pour ce faire, est d'utiliser le Funky Name Maker, qui permet de copier / coller ces caracteres speciaux, ou d'utiliser notre Editeur de noms en ligne . Plus d'informations sur le nommage et le changement de nom dans quelques blocks...
Maybe you noticed on multiplayers servers, that some players had symbols, special characters in theirs names, or in theirs binds .
thoses special chars are hardly or not writable with your keyboard, theres another way to get them by using the Funky Name Maker, which allows you to copy / paste the special chars, or using our Online Name Editor . More info on naming and name switching in a few blocks ...
Para tener simbolos en su nombre, puede usar el Funky Name Maker, con el se puede copiar los simbolos, o usa nuestro
Nombre Editor .
Mas informaciones sobre el cambiado de nombre en algunos blocks ... 19 reads Advanced binds - Special chars This script will create a bind cycle using 'vstr' command :
Ce script va créer un cycle avec la commande vstr :
Este script créara un cyclo con la comanda vstr :
bind v "vstr ns1list"
seta ns1list "vstr ns1list1" seta ns1list1 "say nice shot #D; set ns1list vstr ns1list2" seta ns1list2 "say #D you owned me; set ns1list vstr ns1list3" seta ns1list3 "say ouch that hurt #D; set ns1list vstr ns1list4" seta ns1list4 "say Put me back together again #D!; set ns1list vstr ns1list5" seta ns1list5 "say You are noob #D!; set ns1list vstr ns1list1"
So when you press v key for the first time you'll get "nice shot", the second time you press v key
you get "you owned me" and so on. Obviously you can bind whichever key you want and call the bind by whatever
name you want.
Quand vous appuirez sur la touche 'v' la premiere fois vous aurez 'nice shot', la seconde fois
vous aurez 'You owned me', etc . Vous pouvez binder n'importe quelle clé avec n'importe quelle commande .
Cuando utilisara 'v', la primera vez trendré 'nice shot', la segunda vez
trendra 'You owned me', etc . Puede bindar todas key con todas commandas .
19 reads Advanced binds - Binds cycles This examples shows how to switch ur players name with 1 key. You can make a whole cycle out of it .
Cet exemple montre comment changer votre nom de joueur avec 1 touche . vous pouvez créer un cycle entier avec .
Este ejemplo mostra como cambiar su nombre de jugador con un bind . Puede crear un cyclo completo con lo .
bind - "vstr namelist"
seta namelist2 "name ^7Archangel; set namelist vstr namelist0" seta namelist1 "name ^7D^174^7nger^+[ClanLess]; set namelist vstr namelist2" seta namelist0 "name ^7D^174^7nger^+[Tryout]; set namelist vstr namelist1" seta namelist "vstr namelist1" 19 reads Advanced binds - Name switching If you know the IP address of your favourite servers you can bind keys to connect directly to that server. For example :
Si vous connaissez l'adresse ip de votre serveur favori, vous pouvez binder des touches pour vous connecter direct sur une pression . Par exemple :
Si conoce el IP del server, puede bindar un key con la coneccion, para que se conecta directamente . Por ejemplo :
bind F3 connect 82.197.69.5:20200
bind F4 connect 195.149.21.123:20101 To be able to make a screenshot of your game, use this binds :
Pour pouvoir faire une capture d'ecran de votre jeu, utilisez ce bind :
Para poder hacer una pictura del juego, utiliza este bind :
bind k screenshot
then press this key to capture screen, jpg files are stored in sof2 folders, according the rpm you played :
Ensuite appuiez sur la touche pour faire la capture, les fichiers jpg sont stockés dans vos repertoires sof2, selon le rpm que vous jouez :
despues, utilisa la key para hacer la captura, las picturas estan en los sof2 repertory, con respecto al mod que juega :
rpm/screenshots/.
19 reads Others commands to binds Tutorials index > Making binds in sof2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OK MUY BUENO AMIGO
AHORA DISCULPA LA MOLESTIA SI TE PUEDO TALVEZ PODES CORESPONDERME AQUI ESQUE DESEO SAVER COMO HACER PARA QUE EL ARMA ME AUMENTE DE VALAS POR QU ESTA MUY MINIMA MI RMP es el 4.00 y no e podido aumentarlo como hago ???
ATT: ]ES[ PINO_BASS
Hello All