Mutual GNU / Linux


uiWebPrevious123uiWebNext

#38 [fr] 

Certes, la ligne est quelque peu étrange.
J'irai avant de faire quoique ce soit, vérifier son authenticité sur launchpad.net.
Car si ce qui est après le @ peut sembler bon, ce qui est avant m'interpelle aussi.

Edit du 09/01 : vérification faite, tu peux y aller avec le lien donné. C'est le mot de passe d'accès au ppa.

NB : Je suis encore sous 13.04 Raring

Last edited by Orcana (1 decade ago)

---

#39 [fr] 

Osquallo (atys)
Donc comme on sais jamais si ça en aide certain:
Client statique 64bit

Testé et approuvé sur une Mageia3

Merci Osquallo ;)

---

-- Yragael

#40 [fr] 

Veriz
Et surtout si oui..... comment faire :)
Pour ça, le plus simple est de regarder cette page.

#41 [fr] 

Pour les intéressés, des version un peu plus à jour :
http://manda.glorf.fr/client/
Et j'ai mis un guide à jour pour compiler un client statique :
http://forge.ryzom.com/wiki/Building_Ryzom_Client_On_Debian

Last edited by Elikwasa (10 years ago)

---

#42 Multilingual 

Multilingual | [English] | Français
I compiled a new version of the client for linux, this one include the new version of the chatlog (64bits version and 32 bits version). There is no existing program at the moment to filter it, but it's really using basic shell command : (and yes, i'm aware about UUOC, but it's here for clarity)

Removing only system info :
cat log_icus.txt|grep -v "(SYSTEM)"

Keeping only one channel :
[code]cat log_icus.txt|grep "(SAY)"
Keeping only several channels (here, around, emotes and region) :
cat log_icus.txt|grep -E "\(SAY\)|\(SAY/EMT\)|\(REGION\)"

Removing several channels :
cat log_icus.txt|grep -v "(SYSTEM)"|grep -v "(UNIVERSE)"


full list of tag (remember to escape the () with a \ if you use the -E option)

Unfortunately, the nation / faction are considered as dynamic channel, so if you want to remove/add them you either need to know their dyn channel number (easy, if your shortcut to type in nation is /2 then it's 2 so (DYN2)), or display the name of dynamic channel in chat, this way the log will be like that:
2015/03/24 16:24:57 (DYN4) * @{EE3F}[4 Karavan] Vous dites : @{AFBF}Faction
So just do a grep "Karavan]" ; if multiple, something like grep -E "\(SAY\)|Karavan]"

Last edited by Icus (9 years ago)

---

uiWebPrevious123uiWebNext
 
Last visit Friday, 26 April 00:23:18 UTC
P_:

powered by ryzom-api