Jump to content

My guide to create or bind chat functions (ET) - Enemy Territory


BlackBull

Recommended Posts

Hello everyone, because my English is not very bad indeed, I was asked to change my tutorial to rewrite it in Italian.

 

 

Ciao a tutti, oggi vi spiego come si creano i bind per inviare delle chat di testo oppure una chat che esegue una funzione.

 

Cos'e' la console?

Per configurare il gioco avete 2 possibilita': la prima è quella di usare il menu delle opzioni, intuitivo ma molto, molto

limitato; l'altra è quella di usare la famigerata console. Si accede alla console avviando il gioco ed in qualsiasi momento

premendo il tasto "\" (sotto ad ESC) oppure "~" se la vostra tastiera è americana. A questo punto potrete impartire dei

comandi via prompt, un po' ostico all'inizio ma molto piu veloce e potente. Nella console potrete leggere i messaggi di

errore se qualcosa va storto e potrete immettere i comandi di cui parlero' piu' avanti.

 

 

Un bind si può creare tramite le console del gioco oppure modificando tramite un editor di testo il file etconfig.cfg presente nella cartella di installazione del gioco; in entrambi i modi è quasi identico.

 

La prima cosa da scrivere è lo slash "/" dopo scrivere "bind" e poi il tasto che si vuole premere per far funzionare il bind creato.

Esempio:

/bind N

 

Prima di scrivere la chat vocale che si desidera bisogna decidere se il bind che creiamo vogliamo che sia visibile per tutti i giocatori oppure se solo per la proprio squadra o solo per il fireteam.

 

vsay --> Per inviare una chat che vedono e sentono tutti i giocatori.

vsay_team --> Per inviare una chat che vedono e sentono solo i giocatori della vostra squadra.

vsay_fireteam --> Per inviare una chat che vedono e sentono solo i giocatori presenti nel fireteam.

 

Una volta digitato vsay scriviamo il comando della chat vocale che desideriamo vi scrivo alcuni esempi:

 

hi --> Se scriviamo questo comando dopo aver scritto vsay, vsay_team o vsay_fireteam invieremo la chat "Hi! - Hallo!" (V54)

thanks -> Se scriviamo questo comando dopo aver scritto vsay, vsay_team o vsay_fireteam invieremo la chat "Thanks! - Danke!" (V43/V581)

greatshot --> Se scriviamo questo comando dopo aver scritto vsay, vsay_team o vsay_fireteam invieremo la chat "Great Shot! (V56)

cheer -> Se scriviamo questo comando dopo aver scritto vsay, vsay_team o vsay_fireteam invieremo la chat "Yeah!- Wunderbar!" (V57)

oops -> Se scriviamo questo comando dopo aver scritto vsay, vsay_team o vsay_fireteam invieremo la chat "oops!" (V583)

sorry -> Se scriviamo questo comando dopo aver scritto vsay, vsay_team o vsay_fireteam invieremo la chat "Sorry!" (V45 / V584)

Goodgame - Se scriviamo questo comando dopo aver scritto vsay, vsay_team o vsay_fireteam invieremo la chat "Good game!" (V586)

 

e molti altri, esiste un comando per ogni chat che c'è nel menu V/vsay.

 

Adesso scrivo un su quello che abbiamo imparato adesso:

 

/Bind N vsay hi Hi guys! --> Se scriviamo questo nella console o all'interno del cfg invieremo la chat che dice "Hi! - Hallo!" con scritto "Hi guys!"

 

Se vogliamo inviare una chat colorata vocale è uguale a prima ma dobbiamo inserire i comandi per il colore che sono:

 

^0 - Nero

^1 - Rosso

^2 - Verde

^3 - Giallo

^4 - Blu

^5 - Azzurro

^6 - Rosa

^7 - Bianco

^8 - Orancione

 

Se al posto dei numeri mettiamo una lettera della tastiera oppure questi uno di questi caratteri speciali (!"£$%&/()=?^) avremo dei colori di diverse tonalità.

 

Esempio su come utilizzare questi colori:

 

/Bind N vsay hi ^1Hi ^2guys! --> Scritto così è uguale a quello che ho scritto prima soltanto che la scritta che vedremo nella chat sarà di colore rosso "Hi" e di verde "guys!".

 

 

Per scrivere il nome di un giocatore nella chat dobbiamo utilizzare appositi comandi e adesso vi scrivo quali sono:

 

 

[A] --> Se scriviamo questo scriveremo il nome del giocatore che vi ha dato le munizioni. (utile per ringraziarlo)

[D] --> Se scriviamo questo scriveremo il nome del giocatore che vi ha appena ucciso. (utile per dirgli che ha fatto una gran uccisione)

[H] --> Se scriviamo questo scriveremo il nome del giocatore a che vi ha appena dato la vita. (utile per ringraziarlo)

[K] --> Se scriviamo questo scriveremo il nome del giocatore che abbiamo appena ucciso. (utile per commentare come abbiamo ucciso questo giocatore)

[L] --> Se scriviamo questo scriveremo la nostra posizione corrente nella mappa.

[P] --> Se scriviamo questo scriveremo il nome del giocatore che stiamo mirando.

[N] --> Se scriviamo questo scriveremo il nostro nome.

[R] --> Se scriviamo questo scriveremo il nome del giocatore medico che vi ha curato. (utile per ringraziare)

--> Se scriviamo questo scriveremo il valore della nostra vita attuale.

[T] --> Se scriviamo questo scriveremo il numero delle munizioni correnti.

[W] --> Se scriviamo questo scriveremo il nome dell'arma che stiamo utilizzando.

 

Esempio di uno di questi comandi:

 

/bind n vsay greatshot Great Shot! [p] ---> Scrivendo [p] invio la chat "Great Shot!" scrivendo il nome di chi mi ha appena ucciso.

 

 

 

Ora vi spiegherò come creare un bind che oltre ad inviare una chat svolge una funzione. (Questo non funziona correttamente su tutti i server)

 

Questo è l'esempio di un mio bind che ho nel mio cfg:

 

bind n "team axis;class m 1;echo ^6Axis"

 

Analiziamolo assieme:

bind n --> Questo server per impostare di premere il tasto n per eseguire questa funzione.

team axis;class m 1 --> Questo serve per entrare nella squadra dell'Asse (Axis) come medico.

;echo ^6Axis --> Questo invece serve per scrivere nei Popup (non nella chat ma dove si vedono le uccisioni) la scritta Axis di colore rosa.

 

Adesso scrivo quasi tutti i comandi delle classi da scrivere nel bind:

 

bind F3 "class s 4;say_team ^4->^7soldier panzer"

bind F4 "class m 1;say_team ^r->^7medic"

bind F5 "class f 1;say_team ^s->^7fdops"

bind F6 "class e 1;say_team ^5->^7eng w/ smg"

bind F7 "class c 3;say_team ^v->^7cvops w/ rifle"

bind F8 "class c 1;say_team ^8->^7cvops w/sten"

bind F9 "class e 2;say_team ^k->^7engi w/ rifle"

 

Se leggete i bind che ho scritto capirete a cosa servono ad esempio il primo è per cambiare classe e diventare soldato con il panzerfaust se disponibile ovviamente, scrivendo nella chat (che vede solo la nostra squadra) di colore bianco "soldier panzer".

 

 

Questo è tutto spero di aver spiegato bene se avete problemi contattatemi e vi aiuto a capire cosa non riuscite a fare anche perchè io questi comandi li conosco ad occhi chiusi; e ricordate che i comandi per accedere alle squadre e per cambiare classe non funzionano in tutti i server.

 

Saluti ciao ciao!!

 

Greetings and the next tutorial!

Edited by Fearless Staff
Link to comment
Share on other sites

There are already tutorials about this, so why make another? It's also hard to read the tutorial, because of the google translated English.

 

http://fearless-assa...ound-shortcuts/

http://fearless-assa...837-wet-colors/

http://fearless-assa...cknamegenerator

 

Dunno I do not know I wanted to create a tutorial that's all I :rolleyes:

Link to comment
Share on other sites

Dunno I do not know I wanted to create a tutorial that's all I :rolleyes:

 

It's nice that you want to create a tutorial, but I think it should be of something there isn't a tutorial of yet.

One tutorial of something should be enough, because what's the point of reading more than one tutorial if everything is already explained in the first one?

Link to comment
Share on other sites

It's nice that you want to create a tutorial, but I think it should be of something there isn't a tutorial of yet.

One tutorial of something should be enough, because what's the point of reading more than one tutorial if everything is already explained in the first one?

 

Now I did not think that there could already be a similar tutorial and then as I knew very well the binding of I created this tutorial chat the next time check before creating one.

Link to comment
Share on other sites

Now I did not think that there could already be a similar tutorial and then as I knew very well the binding of I created this tutorial chat the next time check before creating one.

 

Yes, always check before you create a topic or tutorial =)

Link to comment
Share on other sites

  • Administrators

Blackbull, edit the full tutorial in your language. The English language in your tutorial is horrible to say the least. If you post in your language it would be much more helpful.

 

Please post the tutorial in your language and it will help other players.

Link to comment
Share on other sites

Blackbull, edit the full tutorial in your language. The English language in your tutorial is horrible to say the least. If you post in your language it would be much more helpful.

 

Please post the tutorial in your language and it will help other players.

 

Okay I change it now!

Link to comment
Share on other sites

  • Administrators

Okay I change it now!

 

Thanks! That way people speaking your language will have outstanding tutorial which they can follow easily!

  • Like 2
Link to comment
Share on other sites

Thanks! That way people speaking your language will have outstanding tutorial which they can follow easily!

 

I just finished rewriting my tutorial, now for those who know Italian, I hope it is understandable to 100% :lol::P ; no joke for those who know Italian can not figure out how to do is fool-proof.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.