Logo Khaganat

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Dernière révisionLes deux révisions suivantes
fr:emote [2016/03/09 13:12] zatalyzfr:emote [2022/02/07 17:27] – [Emote] Information zatalyz
Ligne 2: Ligne 2:
 BROUILLON BROUILLON
  
-Comment rajouter un emote en jeux :\\+Comment rajouter un emote en jeu. 
 + 
 +<WRAP center round info 60%> 
 +Cet article concerne les détails techniques. Voir aussi l'article de [[fr:gamedesign:khanat:emote|gamedesign sur les emotes]] et celui sur leur [[um1>fr:gameplay:emote#personnaliser_des_emotes|gameplay]] pour l'implémentation en jeu. 
 +</WRAP> 
 =====Server===== =====Server=====
 ====liste==== ====liste====
Ligne 51: Ligne 56:
  
 </code> </code>
 +===== Common =====
 +Une liste d'émotes avec correspondance est établie dans la partie Common :
 +
 +'' code/ryzom/common/src/game_share/scenario.cpp''
 +
 +<code c++>
 +void CEmoteBehavior::load() const
 +{
 +
 + _EmotesMap["Absentminded"] =  "afk" ;
 + _EmotesMap["Adventurous"] =  "impatient" ;
 + _EmotesMap["Aggressive"] =  "roar" ;
 + _EmotesMap["Agree"] =  "agree" ;
 + _EmotesMap["Alert"] =  "alert" ;
 + ...
 +</code>
 +
 +Cela semble être redondant avec leslistes établies dans la datasheet ''list.text_emotes''
 +<code xml>
 +...
 +      <ATOM Name="EmoteId" Value="Adventurous"/>
 +        <ATOM Name="Animation" Value="impatient"/>
 +...
 +</code>
 +
 +Il faudrait voir si on ne peut pas construire ce dictionnaire dynamiquement par cette fonction. Pour éviter que les émotes puissent être accessibles directement à tous, celles qui sont réservées à des usages précis (objets consommables par exemple), on peut les exclure aisément car il existe dans  ''list.text_emotes'' un champ de discrimination :
 +<code xml>
 +      <ATOM Name="Usable From Client UI" Value="false"/>
 +</code>
 +
 +<WRAP center round important 60%>
 +À l'étude
 +</WRAP>
 +
 =====Client===== =====Client=====
 ====Liste==== ====Liste====
Ligne 66: Ligne 105:
 <WRAP center round todo 60%> <WRAP center round todo 60%>
 Liste en cours, ne mettez pas ça tel quel en jeu. Liste en cours, ne mettez pas ça tel quel en jeu.
 +
 +Ce qu'il y a à voir :
 +  * garde-t-on la même nomnclature, ou renomme-t-on les animations ?
 +  * Définir la commande primaire, en anglais, et la traduction (via les alias) en français.
 +  * Organiser ces emotes en groupes pour le chat en jeu ?
 +  * Lors de la création des emotes => pas de texte, elles sont par défaut des animations sans texte ! Les gens peuvent se faire des macros ensuite, genre "// /salut salue l'assemblée //" pour combiner animation et texte sur le chat. Cela laisse plus de liberté et limite le spam "de base" en alentours lié aux emotes.
 </WRAP> </WRAP>
  
-==== Avec objet tenu en main droite ====+==== Femmes ==== 
 +=== Avec objet tenu en main droite/sans objet === 
 + 
 +Animations ayant une version "avec objet tenu en main droite" et une version "sans objet tenu" ; pour les quelques unes où il manque "sans objet tenu", le fait d'avoir un poing serré ne gêne pas. 
 + 
 +Raccourcis à adapter. 
 + 
 +^ .anim pour femme avec objet tenu ^ .anim pour femme sans objet ^ Raccourci anglais ^ Raccourci français ^ 
 +| fy_hof_emot_a_afk_loop.anim | fy_hof_emot_afk_loop.anim | afk | afk | 
 +| fy_hof_emot_a_afk.anim | fy_hof_emot_afk.anim | sleep | somnole | 
 +| fy_hof_emot_a_angry.anim | fy_hof_emot_angry.anim | angry | colere | 
 +| fy_hof_emot_a_appeler.anim | fy_hof_emot_appeler.anim | come | viens | 
 +| fy_hof_emot_a_blush.anim | fy_hof_emot_blush.anim | blush | timide | 
 +| fy_hof_emot_a_bow.anim | fy_hof_emot_bow.anim | bow | incline | 
 +| fy_hof_emot_a_bye.anim | fy_hof_emot_bye.anim | bye | salut | 
 +| fy_hof_emot_a_calme.anim | fy_hof_emot_calme.anim | calm | calme | 
 +| fy_hof_emot_a_cheer.anim | fy_hof_emot_cheer.anim | cheer | acclame | 
 +| fy_hof_emot_a_chut.anim | fy_hof_emot_chut.anim | shh | chut | 
 +| fy_hof_emot_a_cry.anim | fy_hof_emot_cry.anim | cry | pleure | 
 +| fy_hof_emot_a_dance.anim | fy_hof_emot_dance.anim | dance | danse | 
 +| fy_hof_emot_a_folow.anim | fy_hof_emot_folow.anim | folow | suivez | 
 +| fy_hof_emot_a_gesture.anim | fy_hof_emot_gesture.anim | threaten | menace | 
 +| fy_hof_emot_a_giggle.anim | fy_hof_emot_giggle.anim | giggle | moquer | 
 +| fy_hof_emot_a_impatient.anim | fy_hof_emot_impatient.anim | impatient | impatient | 
 +| fy_hof_emot_a_kiss.anim | fy_hof_emot_kiss.anim | kiss | bisou | 
 +| fy_hof_emot_a_kneel.anim | fy_hof_emot_kneel.anim | kneel | genou | 
 +| fy_hof_emot_a_laisse_moi.anim | fy_hof_emot_laisse_moi.anim | shoo | ouste | 
 +| fy_hof_emot_a_non.anim | | no | non | 
 +| fy_hof_emot_a_oui.anim | | yes | oui | 
 +| fy_hof_emot_a_pointer.anim | fy_hof_emot_pointer.anim | point | pointer | 
 +| fy_hof_emot_a_roar.anim | fy_hof_emot_roar.anim | roar | rugit | 
 +| fy_hof_emot_a_rofl.anim | fy_hof_emot_rofl.anim | laugh | rire | 
 +| fy_hof_emot_a_shootpoussiere.anim | | shoot | coupdepied | 
 +| fy_hof_emot_a_smile.anim | fy_hof_emot_smile.anim | proud | fier | 
 +| fy_hof_emot_a_sorry.anim | fy_hof_emote_sorry.anim | sorry | excuse | 
 +| fy_hof_emot_a_veto.anim | fy_hof_emote_veto.anim | veto | refus | 
 +| fy_hof_emot_a_victory.anim | fy_hof_emote_victory.anim | victory | victoire | 
 +| fy_hof_emot_a_yea.anim | fy_hof_emot_yea.anim | cool | cool | 
 + 
 +=== Uniquement sans objet tenu === 
 + 
 +^ .anim pour femme sans objet ^ Raccourci anglais ^ Raccourci français ^ 
 +| fy_hof_emote_alert.anim | | | 
 +| fy_hof_emote_ashemed.anim | | | 
 +| fy_hof_emote_beta_testeur.anim | | | 
 +| fy_hof_emote_burp.anim | | | 
 +| fy_hof_emote_cold.anim | | | 
 +| fy_hof_emote_danse_russe.anim | | | 
 +| fy_hof_emote_danse_yeye.anim | | | 
 +| fy_hof_emote_discreet.anim | | | 
 +| fy_hof_emote_doubtful.anim | | | 
 +| fy_hof_emote_dramatic.anim | | | 
 +| fy_hof_emote_drunk.anim | | | 
 +| fy_hof_emote_exercise.anim | | | 
 +| fy_hof_emote_fearful.anim | | | 
 +| fy_hof_emote_firm.anim | | | 
 +| fy_hof_emote_guilty.anim | | | 
 +| fy_hof_emote_heroic.anim | | | 
 +| fy_hof_emote_hungry.anim | | | 
 +| fy_hof_emote_indifferent.anim | | | 
 +| fy_hof_emote_interested.anim | | | 
 +| fy_hof_emote_over.anim | | | 
 +| fy_hof_emote_petulant.anim | | | 
 +| fy_hof_emote_playfull.anim | | | 
 +| fy_hof_emote_pointback.anim | | | 
 +| fy_hof_emote_pointleft.anim | | | 
 +| fy_hof_emote_pointright.anim | | | 
 +| fy_hof_emote_pompous.anim | | | 
 +| fy_hof_emote_praying.anim | | | 
 +| fy_hof_emote_puzzled.anim | | | 
 +| fy_hof_emote_relaxed.anim | | | 
 +| fy_hof_emote_relieved.anim | | | 
 +| fy_hof_emote_revengeful.anim | | | 
 +| fy_hof_emote_rice.anim | | | 
 +| fy_hof_emote_righteous.anim | | | 
 +| fy_hof_emote_serious.anim | | | 
 +| fy_hof_emote_shifty.anim | | | 
 +| fy_hof_emote_shocked.anim | | | 
 +| fy_hof_emote_silly.anim | | | 
 +| fy_hof_emote_sincerely.anim | | | 
 +| fy_hof_emote_sleepy.anim | | | 
 +| fy_hof_emote_smack.anim | | | 
 +| fy_hof_emote_squeamish.anim | | | 
 +| fy_hof_emote_surprised.anim | | | 
 +| fy_hof_emote_suspicious.anim | | | 
 +| fy_hof_emote_thirsty.anim | | | 
 +| fy_hof_emote_unwilling.anim | | | 
 +| fy_hof_emote_victory02.anim | | | 
 +| fy_hof_emote_welcome.anim | | | 
 +| fy_hof_emote_wicked.anim | | | 
 +| fy_hof_emote_youandme.anim | | | 
 + 
 +=== Animations faciales === 
 +^ .anim pour femme ^ Raccourci anglais ^ Raccourci français ^ 
 +| fy_hom_emo_angry.anim | | | 
 +| fy_hom_emo_kiss.anim | | | 
 +| fy_hom_emo_sad.anim | | | 
 +| fy_hom_emo_smile.anim | | | 
 +| fy_hom_emo_surprised.anim | | | 
 +| fy_hom_emo_unhappy.anim | | | 
 +| fy_hom_emo_wink.anim | | | 
 + 
 +==== Hommes ==== 
 +=== Avec objet tenu en main droite/sans objet === 
 +^ .anim pour homme avec objet tenu ^ .anim pour homme sans objet ^ Raccourci anglais ^ Raccourci français ^ 
 +| fy_hom_emot_a_afk_loop.anim | fy_hom_emot_afk_loop.anim | afk | afk | 
 +| fy_hom_emot_a_afk.anim | fy_hom_emot_afk.anim | sleep | somnole | 
 +| fy_hom_emot_a_angry.anim | fy_hom_emot_angry.anim | angry | colere | 
 +| fy_hom_emot_a_appeler.anim | fy_hom_emot_appeler.anim | come | viens | 
 +| fy_hom_emot_a_blush.anim | fy_hom_emot_blush.anim | blush | timide | 
 +| fy_hom_emot_a_bow.anim | fy_hom_emot_bow.anim | bow | incline | 
 +| fy_hom_emot_a_bye.anim | fy_hom_emot_bye.anim | bye | salut | 
 +| fy_hom_emot_a_calme.anim | fy_hom_emot_calme.anim | cheer | acclame | 
 +| fy_hom_emot_a_cheer.anim | fy_hom_emot_cheer.anim | shh | chut | 
 +| fy_hom_emot_a_chut.anim | fy_hom_emot_chut.anim | cry | pleure | 
 +| fy_hom_emot_a_cry.anim | fy_hom_emot_cry.anim | dance | danse | 
 +| fy_hom_emot_a_dance.anim | fy_hom_emot_dance.anim | folow | suivez | 
 +| fy_hom_emot_a_follow.anim | fy_hom_emot_follow.anim | threaten | menace | 
 +| fy_hom_emot_a_gesture.anim | fy_hom_emot_gesture.anim | giggle | moquer | 
 +| fy_hom_emot_a_gigle.anim | fy_hom_emot_giggle.anim | impatient | impatient | 
 +| fy_hom_emot_a_impatient.anim | fy_hom_emot_impatient.anim | kiss | bisou | 
 +| fy_hom_emot_a_kiss.anim | fy_hom_emot_kiss.anim | kneel | genou | 
 +| fy_hom_emot_a_kneel.anim | fy_hom_emot_kneel.anim | shoo | ouste | 
 +| fy_hom_emot_a_laisse_moi.anim | fy_hom_emot_laisse_moi.anim | no | non | 
 +| fy_hom_emot_a_non.anim | | yes | oui | 
 +| fy_hom_emot_a_oui.anim | | point | pointer | 
 +| fy_hom_emot_a_pointer.anim | fy_hom_emot_pointer.anim | roar | rugit | 
 +| fy_hom_emot_a_roar.anim | fy_hom_emot_roar.anim | laugh | rire | 
 +| fy_hom_emot_a_rofl.anim | fy_hom_emot_rofl.anim | shoot | coupdepied | 
 +| fy_hom_emot_a_shootpoussiere.anim | | proud | fier | 
 +| fy_hom_emot_a_smile.anim | fy_hom_emot_smile.anim | sorry | excuse | 
 +| fy_hom_emot_a_sorry.anim | fy_hom_emot_sorry.anim | veto | refus | 
 +| fy_hom_emot_a_veto.anim | fy_hom_emot_veto.anim | victory | victoire | 
 +| fy_hom_emot_a_victory.anim | fy_hom_emot_victory.anim | cool | cool | 
 +| fy_hom_emot_a_yeah.anim | fy_hom_emot_yeah1.anim | | | 
 + 
 + 
 +=== Uniquement sans objet tenu === 
 + 
 +^ .anim pour homme sans objet ^ Raccourci anglais ^ Raccourci français ^ 
 +| fy_hom_emote_alert.anim | | | 
 +| fy_hom_emote_ashemed.anim | | | 
 +| fy_hom_emote_beta_testeur.anim | | | 
 +| fy_hom_emote_burp.anim | | | 
 +| fy_hom_emote_cold.anim | | | 
 +| fy_hom_emote_danse_russe.anim | | | 
 +| fy_hom_emote_danse_yeye.anim | | | 
 +| fy_hom_emote_discreet.anim | | | 
 +| fy_hom_emote_doubtful.anim | | | 
 +| fy_hom_emote_dramatic.anim | | | 
 +| fy_hom_emote_drunk.anim | | | 
 +| fy_hom_emote_exercise.anim | | | 
 +| fy_hom_emote_fearful.anim | | | 
 +| fy_hom_emote_firm.anim | | | 
 +| fy_hom_emote_guilty.anim | | | 
 +| fy_hom_emote_heroic.anim | | | 
 +| fy_hom_emote_hungry.anim | | | 
 +| fy_hom_emote_indifferent.anim | | | 
 +| fy_hom_emote_interested.anim | | | 
 +| fy_hom_emote_over.anim | | | 
 +| fy_hom_emote_petulant.anim | | | 
 +| fy_hom_emote_playfull.anim | | | 
 +| fy_hom_emote_pointback.anim | | | 
 +| fy_hom_emote_pointleft.anim | | | 
 +| fy_hom_emote_pointright.anim | | | 
 +| fy_hom_emote_pompous.anim | | | 
 +| fy_hom_emote_praying.anim | | | 
 +| fy_hom_emote_puzzled.anim | | | 
 +| fy_hom_emote_relaxed.anim | | | 
 +| fy_hom_emote_relieved.anim | | | 
 +| fy_hom_emote_revengeful.anim | | | 
 +| fy_hom_emote_rice.anim | | | 
 +| fy_hom_emote_righteous.anim | | | 
 +| fy_hom_emote_serious.anim | | | 
 +| fy_hom_emote_shifty.anim | | | 
 +| fy_hom_emote_shocked.anim | | | 
 +| fy_hom_emote_silly.anim | | | 
 +| fy_hom_emote_sincerely.anim | | | 
 +| fy_hom_emote_sleepy.anim | | | 
 +| fy_hom_emote_smack.anim | | | 
 +| fy_hom_emote_sorry.anim | | | 
 +| fy_hom_emote_squeamish.anim | | | 
 +| fy_hom_emote_surprised.anim | | | 
 +| fy_hom_emote_suspicious.anim | | | 
 +| fy_hom_emote_thirsty.anim | | | 
 +| fy_hom_emote_unwilling.anim | | | 
 +| fy_hom_emote_victory.anim | | | 
 +| fy_hom_emote_victory02.anim | | | 
 +| fy_hom_emote_welcome.anim | | | 
 +| fy_hom_emote_wicked.anim | | | 
 +| fy_hom_emote_youandme.anim | | | 
 +| fy_hof_emote_unwilling.anim | | | 
 +| fy_hof_emote_victory02.anim | | | 
 +| fy_hof_emote_welcome.anim | | | 
 +| fy_hof_emote_wicked.anim | | | 
 +| fy_hof_emote_youandme.anim | | | 
 + 
 + 
 +=== Animations faciales === 
 +^ .anim pour homme ^ Raccourci anglais ^ Raccourci français ^ 
 +| fy_hom_emo_angry.anim | | | 
 +| fy_hom_emo_kiss.anim | | | 
 +| fy_hom_emo_sad.anim | | | 
 +| fy_hom_emo_smile.anim | | | 
 +| fy_hom_emo_surprised.anim | | | 
 +| fy_hom_emo_unhappy.anim | | | 
 +| fy_hom_emo_wink.anim | | | 
 + 
 +==== Proposition d'organisation ==== 
 +La hiérarchie suivante, proposée pour le client, demande à être affinée, et il faudra trouver les bons noms pour chaque section. Les noms sont ceux des .anim sans les mentions de race, genre, etc.
  
-^ Nom du fichier .anim pour femme ^ Nom du fichier .anim pour homme ^ Appel en chat ^ +  * Émotions 
-| fy_hof_emot_a_afk_loop.anim | fy_hom_emot_a_afk_loop.anim | emot_a_afk_loop | +    * Colère, agressivité 
-| fy_hof_emot_a_afk.anim | fy_hom_emot_a_afk.anim | emot_a_afk | +      * //angry, gesture, roar, shootpoussiere, revengeful, smack// 
-| fy_hof_emot_a_angry.anim | fy_hom_emot_a_angry.anim | emot_a_angry | +    * Tristesse, peur 
-| fy_hof_emot_a_appeler.anim | fy_hom_emot_a_appeler.anim | emot_a_appeler | +      * //cry, ashemed, fearful, guilty// 
-| fy_hof_emot_a_blush.anim | fy_hom_emot_a_blush.anim | emot_a_blush | +    * Joie, exubérance 
-| fy_hof_emot_a_bow.anim | fy_hom_emot_a_bow.anim | emot_a_bow | +      * //cheer, 
-| fy_hof_emot_a_bye.anim | fy_hom_emot_a_bye.anim | emot_a_bye | +heroic, 
-| fy_hof_emot_a_calm.anim | fy_hom_emot_a_calm.anim | emot_a_calm | +giggle, 
-| fy_hof_emot_a_calme.anim | fy_hom_emot_a_calme.anim | emot_a_calme | +rofl, 
-| fy_hof_emot_a_cheer.anim | fy_hom_emot_a_cheer.anim | emot_a_cheer | +victory, 
-| fy_hof_emot_a_chut.anim | fy_hom_emot_a_chut.anim | emot_a_chut | +yea, 
-| fy_hof_emot_a_cry.anim | fy_hom_emot_a_cry.anim | emot_a_cry | +over, 
-| fy_hof_emot_a_dance.anim | fy_hom_emot_a_dance.anim | emot_a_dance | +squeamish, 
-| fy_hof_emot_a_folow.anim | fy_hom_emot_a_follow.anim | emot_a_follow | +victory02 
-| fy_hof_emot_a_gesture.anim | fy_hom_emot_a_gesture.anim | emot_a_gesture | +// 
-| fy_hof_emot_a_giggle.anim | fy_hom_emot_a_gigle.anim | emot_a_gigle | +    * Hautain 
-| fy_hof_emot_a_impatient.anim | fy_hom_emot_a_impatient.anim | emot_a_impatient | +      * //impatient, 
-| fy_hof_emot_a_kiss.anim | fy_hom_emot_a_kiss.anim | emot_a_kiss | +laisse_moi, 
-| fy_hof_emot_a_kneel.anim | fy_hom_emot_a_kneel.anim | emot_a_kneel | +smile, 
-| fy_hof_emot_a_laisse_moi.anim | fy_hom_emot_a_laisse_moi.anim | emot_a_laisse_moi | +petulant, 
-| fy_hof_emot_a_non.anim | fy_hom_emot_a_non.anim | emot_a_non | +pompous 
-| fy_hof_emot_a_oui.anim | fy_hom_emot_a_oui.anim | emot_a_oui | +// 
-| fy_hof_emot_a_pointer.anim | fy_hom_emot_a_pointer.anim | emot_a_pointer | +    * Autre 
-| fy_hof_emot_a_roar.anim | fy_hom_emot_a_roar.anim | emot_a_roar | +      * //alert, 
-| fy_hof_emot_a_rofl.anim | fy_hom_emot_a_rofl.anim | emot_a_rofl | +cold, 
-| fy_hof_emot_a_shootpoussiere.anim | fy_hom_emot_a_shootpoussiere.anim | emot_a_shootpoussiere | +relieved, 
-| fy_hof_emot_a_smile.anim | fy_hom_emot_a_smile.anim | emot_a_smile | +shocked 
-| fy_hof_emot_a_sorry.anim | fy_hom_emot_a_sorry.anim | emot_a_sorry | +// 
-| fy_hof_emot_a_veto.anim | fy_hom_emot_a_veto.anim | emot_a_veto | +  * Actions, postures 
-| fy_hof_emot_a_victory.anim | fy_hom_emot_a_victory.anim | emot_a_victory | +    * Boisson, nourriture 
-| fy_hof_emot_a_yea.anim | fy_hom_emot_a_yeah.anim | emot_a_yeah | +      * //drunk, 
-| fy_hof_emot_afk_loop.anim | fy_hom_emot_afk_loop.anim | emot_afk_loop | +hungry, 
-| fy_hof_emot_afk.anim | fy_hom_emot_afk.anim | emot_afk | +thirsty 
-| fy_hof_emot_angry.anim | fy_hom_emot_angry.anim | emot_angry | +// 
-| fy_hof_emot_appeler.anim | fy_hom_emot_appeler.anim | emot_appeler | +    * Salutations 
-| fy_hof_emot_blush.anim | fy_hom_emot_blush.anim | emot_blush | +      * //bow 
-| fy_hof_emot_bow.anim | fy_hom_emot_bow.anim | emot_bow | +bye, 
-| fy_hof_emot_bye.anim | fy_hom_emot_bye.anim | emot_bye | +welcome, 
-| fy_hof_emot_calm.anim | fy_hom_emot_calm.anim | emot_calm | +// 
-| fy_hof_emot_calme.anim | fy_hom_emot_calme.anim | emot_calme | +    * Déclarations 
-| fy_hof_emot_cheer.anim | fy_hom_emot_cheer.anim | emot_cheer | +      * //kiss 
-| fy_hof_emot_chut.anim | fy_hom_emot_chut.anim | emot_chut | +kneel, 
-| fy_hof_emot_cry.anim | fy_hom_emot_cry.anim | emot_cry | +sorry, 
-| fy_hof_emot_dance.anim | fy_hom_emot_dance.anim | emot_dance | +praying, 
-| fy_hof_emot_folow.anim | fy_hom_emot_follow.anim | emot_follow | +silly, 
-| fy_hof_emot_gesture.anim | fy_hom_emot_gesture.anim | emot_gesture | +youandme 
-| fy_hof_emot_giggle.anim | fy_hom_emot_giggle.anim | emot_giggle | +// 
-| fy_hof_emot_impatient.anim | fy_hom_emot_impatient.anim | emot_impatient | +    * Vilain 
-| fy_hof_emot_kiss.anim | fy_hom_emot_kiss.anim | emot_kiss | +      * //burp, 
-| fy_hof_emot_kneel.anim | fy_hom_emot_kneel.anim | emot_kneel | +shifty, 
-| fy_hof_emot_laisse_moi.anim | fy_hom_emot_laisse_moi.anim | emot_laisse_moi | +wicked 
-| fy_hof_emot_pointer.anim | fy_hom_emot_pointer.anim | emot_pointer | +// 
-| fy_hof_emot_roar.anim | fy_hom_emot_roar.anim | emot_roar | +    * Détective 
-| fy_hof_emot_rofl.anim | fy_hom_emot_rofl.anim | emot_rofl | +      * //suspicious, 
-| fy_hof_emot_smile.anim | fy_hom_emot_smile.anim | emot_smile | +interested, 
-| fy_hof_emot_yea.anim | fy_hom_emot_yeah1.anim | emot_yeah1 | +discreet, 
-| fy_hof_emote_alert.anim | fy_hom_emote_alert.anim | emote_alert | +doubtful 
-| fy_hof_emote_ashemed.anim | fy_hom_emote_ashemed.anim | emote_ashemed | +// 
-| fy_hof_emote_beta_testeur.anim | fy_hom_emote_beta_testeur.anim | emote_beta_testeur | +    * Moralisateur 
-| fy_hof_emote_burp.anim | fy_hom_emote_burp.anim | emote_burp | +      * //righteous, 
-| fy_hof_emote_calm.anim | fy_hom_emote_calm.anim | emote_calm | +firm, 
-| fy_hof_emote_cold.anim | fy_hom_emote_cold.anim | emote_cold | +serious 
-| fy_hof_emote_danse_russe.anim | fy_hom_emote_danse_russe.anim | emote_danse_russe | +// 
-| fy_hof_emote_danse_yeye.anim | fy_hom_emote_danse_yeye.anim | emote_danse_yeye | +    * Danses 
-| fy_hof_emote_discreet.anim | fy_hom_emote_discreet.anim | emote_discreet | +      * //dance, 
-| fy_hof_emote_doubtful.anim | fy_hom_emote_doubtful.anim | emote_doubtful | +beat_testeur, 
-| fy_hof_emote_dramatic.anim | fy_hom_emote_dramatic.anim | emote_dramatic | +danse_russe, 
-| fy_hof_emote_drunk.anim | fy_hom_emote_drunk.anim | emote_drunk | +danse_yeye, 
-| fy_hof_emote_exercise.anim | fy_hom_emote_exercise.anim | emote_exercise | +dramatic 
-| fy_hof_emote_fearful.anim | fy_hom_emote_fearful.anim | emote_fearful | +// 
-| fy_hof_emote_firm.anim | fy_hom_emote_firm.anim | emote_firm | +    * Autre 
-| fy_hof_emote_guilty.anim | fy_hom_emote_guilty.anim | emote_guilty | +      * //afk, 
-| fy_hof_emote_heroic.anim | fy_hom_emote_heroic.anim | emote_heroic | +blush, 
-| fy_hof_emote_hungry.anim | fy_hom_emote_hungry.anim | emote_hungry | +calm, 
-| fy_hof_emote_indifferent.anim | fy_hom_emote_indifferent.anim | emote_indifferent | +chut, 
-| fy_hof_emote_interested.anim | fy_hom_emote_interested.anim | emote_interested | +exercise, 
-| fy_hof_emote_over.anim | fy_hom_emote_over.anim | emote_over | +playfull, 
-| fy_hof_emote_petulant.anim | fy_hom_emote_petulant.anim | emote_petulant | +relaxed, 
-| fy_hof_emote_playfull.anim | fy_hom_emote_playfull.anim | emote_playfull | +rice, 
-| fy_hof_emote_pointback.anim | fy_hom_emote_pointback.anim | emote_pointback | +sleepy 
-| fy_hof_emote_pointleft.anim | fy_hom_emote_pointleft.anim | emote_pointleft | +// 
-| fy_hof_emote_pointright.anim | fy_hom_emote_pointright.anim | emote_pointright | +  * Décrire, opinions 
-| fy_hof_emote_pompous.anim | fy_hom_emote_pompous.anim | emote_pompous | +    * Pointer, montrer 
-| fy_hof_emote_praying.anim | fy_hom_emote_praying.anim | emote_praying | +      * //appeler, 
-| fy_hof_emote_puzzled.anim | fy_hom_emote_puzzled.anim | emote_puzzled | +follow, 
-| fy_hof_emote_relaxed.anim | fy_hom_emote_relaxed.anim | emote_relaxed | +pointer, 
-| fy_hof_emote_relieved.anim | fy_hom_emote_relieved.anim | emote_relieved | +pointback, 
-| fy_hof_emote_revengeful.anim | fy_hom_emote_revengeful.anim | emote_revengeful | +pointleft, 
-| fy_hof_emote_rice.anim | fy_hom_emote_rice.anim | emote_rice | +pointright, 
-| fy_hof_emote_righteous.anim | fy_hom_emote_righteous.anim | emote_righteous | +// 
-| fy_hof_emote_serious.anim | fy_hom_emote_serious.anim | emote_serious | +    * Oui, non, peut-être 
-| fy_hof_emote_shifty.anim | fy_hom_emote_shifty.anim | emote_shifty | +      * //non, 
-| fy_hof_emote_shocked.anim | fy_hom_emote_shocked.anim | emote_shocked | +oui, 
-| fy_hof_emote_silly.anim | fy_hom_emote_silly.anim | emote_silly | +veto, 
-| fy_hof_emote_sincerely.anim | fy_hom_emote_sincerely.anim | emote_sincerely | +indifferent, 
-| fy_hof_emote_sleepy.anim | fy_hom_emote_sleepy.anim | emote_sleepy | +sincerely, 
-| fy_hof_emote_smack.anim | fy_hom_emote_smack.anim | emote_smack | +surprised, 
-| fy_hof_emote_sorry.anim | fy_hom_emote_sorry.anim | emote_sorry | +unwilling, 
-| fy_hof_emote_squeamish.anim | fy_hom_emote_squeamish.anim | emote_squeamish | +// 
-| fy_hof_emote_surprised.anim | fy_hom_emote_surprised.anim | emote_surprised | +  * Facial 
-| fy_hof_emote_suspicious.anim | fy_hom_emote_suspicious.anim | emote_suspicious | +    * //angry, kiss, sad, smile, surprised, unhappy, wink//
-| fy_hof_emote_thirsty.anim | fy_hom_emote_thirsty.anim | emote_thirsty | +
-| fy_hof_emote_unwilling.anim | fy_hom_emote_unwilling.anim | emote_unwilling | +
-| fy_hof_emote_victory.anim | fy_hom_emote_victory.anim | emote_victory | +
-| fy_hof_emote_victory02.anim | fy_hom_emote_victory02.anim | emote_victory02 | +
-| fy_hof_emote_welcome.anim | fy_hom_emote_welcome.anim | emote_welcome | +
-| fy_hof_emote_wicked.anim | fy_hom_emote_wicked.anim | emote_wicked | +
-| fy_hof_emote_youandme.anim | fy_hom_emote_youandme.anim | emote_youandme | +
-| fy_hom_emo_angry.anim | fy_hom_emo_angry.anim | emo_angry | +
-| fy_hom_emo_kiss.anim | fy_hom_emo_kiss.anim | emo_kiss | +
-| fy_hom_emo_sad.anim | fy_hom_emo_sad.anim | emo_sad | +
-| fy_hom_emo_smile.anim | fy_hom_emo_smile.anim | emo_smile | +
-| fy_hom_emo_surprised.anim | fy_hom_emo_surprised.anim | emo_surprised | +
-| fy_hom_emo_unhappy.anim | fy_hom_emo_unhappy.anim | emo_unhappy | +
-| fy_hom_emo_wink.anim | fy_hom_emo_wink.anim | emo_wink |+
  
  
 {{tag>Brouillon}} {{tag>Brouillon}}
CC Attribution-Share Alike 4.0 International Driven by DokuWiki
fr/emote.txt · Dernière modification : 2022/02/07 17:28 de zatalyz

Licences Mentions légales Accueil du site Contact