Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[jeu] Savage gratuit.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Wed Sep 06, 2006 4:39 pm    Post subject: [jeu] Savage gratuit. Reply with quote

Bon, je ne connais pas.
Bon, ce n'est pas opensource.

Mais c'est sous linux, et c'est gratuit. Y en a bien qui utilisent Opera, alors hein :P

News ici.
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
theniaky
Guru
Guru


Joined: 23 Feb 2006
Posts: 452

PostPosted: Wed Sep 06, 2006 4:50 pm    Post subject: Reply with quote

Merci pour l'info : j'avais déjà entendu parlé et comme c'était pas gratuit, je ne m'y étais pas vraiment attardé. Ca fait toujours plaisir de voir un jeu un peu élaboré sous linux ! :wink:
_________________
A New York les taxis sont jaunes, à Londres ils sont noirs et à Paris ils sont cons. Frédéric Beigbeder
Back to top
View user's profile Send private message
loopx
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2787
Location: Belgium / Liège

PostPosted: Wed Sep 06, 2006 5:49 pm    Post subject: Re: [jeu] Savage gratuit. Reply with quote

El_Goretto wrote:
Y en a bien qui utilisent Opera, alors hein :P


+1 :)

C'est nouveau ce jeux ??? Terrible, je vais le tester :)
_________________
Mon MediaWiki perso : http://pix-mania.dyndns.org
Back to top
View user's profile Send private message
SiOu
Apprentice
Apprentice


Joined: 08 Apr 2005
Posts: 271

PostPosted: Wed Sep 06, 2006 6:45 pm    Post subject: Reply with quote

Que jessais de lancer linstall je sais ce message derreur :

Quote:
siou@Gentoo ~/Jeux/Savage $ ./savage_linux.sh
Verifying archive integrity...tail: Ne peut ouvrir `+6' en lecture: Aucun fichier ou répertoire de ce type
Error in check sums 156534990 1439400631


Alors me suis dit quil etait peut etre mal telecharger donc je lai retelecharger toujours la meme erreur :(
Back to top
View user's profile Send private message
galerkin
Tux's lil' helper
Tux's lil' helper


Joined: 04 Mar 2006
Posts: 115
Location: /dev/toulouse

PostPosted: Wed Sep 06, 2006 7:33 pm    Post subject: Reply with quote

même problème ici
+1
edit:
même après un deuxième téléchargement
Back to top
View user's profile Send private message
billiob
Guru
Guru


Joined: 30 Dec 2004
Posts: 425
Location: Paris, France

PostPosted: Wed Sep 06, 2006 8:21 pm    Post subject: Reply with quote

Cette erreur provient d'un changement de "l'interface" de tail.

Avant on pouvait faire:
Code:
cat my_logs | tail +6

pour n'afficher que 6 lignes.
Maintenant, il faut faire :
Code:
cat my_logs | tail  -n +6

A part modifier les configure*, je ne sais pas quoi faire.
_________________
billiob
Back to top
View user's profile Send private message
Alexis
Developer
Developer


Joined: 25 Jun 2004
Posts: 241

PostPosted: Wed Sep 06, 2006 8:52 pm    Post subject: Reply with quote

Pour le tail il faut faire :

Code:

sed s/"tail +6"/"tail -n +6"/ -i savage_linux.sh



Mais maintenant, j'ai un problème de checksum, smalin... j'essaie de voir si je peux pas l'outrepasser (et j'espère qu'il n'y a pas d'occurence de tail +6 dans la partie binaire, mais ça, ça serait vraiment balo)
Back to top
View user's profile Send private message
Alexis
Developer
Developer


Joined: 25 Jun 2004
Posts: 241

PostPosted: Wed Sep 06, 2006 9:25 pm    Post subject: Reply with quote

Bon, en fait il faut plutot faire :

Code:

tail -n +175 savage_linux.sh > temp.tar.gz



puis apres un tar xzf moi.tar.gz décompresse l'archive[/code]
Back to top
View user's profile Send private message
Darkael
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1321
Location: France

PostPosted: Wed Sep 06, 2006 9:29 pm    Post subject: Reply with quote

En fait ça fait depuis plusieurs mois que le jeu est disponible en téléchargement , mais il y avait une petite controverse sur si oui ou non c'était légal et supporté par S2 Games, vu que c'était pas annoncé sur leur site.

Bon maintenant c'est officialisé, donc c'est bon :D
Back to top
View user's profile Send private message
zyprexa
Apprentice
Apprentice


Joined: 26 Dec 2004
Posts: 180

PostPosted: Wed Sep 06, 2006 11:05 pm    Post subject: Reply with quote

J'avais vu ce jeu annoncé sur linux-gamers.

Pour l'erreur checksum, j'ai également eu le problème, la commande suivante résoud le problème :

Code:
export _POSIX2_VERSION=199209


Je vous conseille la page de linux-gamers, elle fournit des liens vers le patch requis après l'installation, ainsi que pour le mod (obligatoire) requis pour se connecter aux serveurs. (l'installation reste aisée)

ICI
_________________
enjoy
Back to top
View user's profile Send private message
loopx
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2787
Location: Belgium / Liège

PostPosted: Wed Sep 06, 2006 11:56 pm    Post subject: Reply with quote

Et l'ebuild, il se cache ou encore ? :roll:

:lol:
_________________
Mon MediaWiki perso : http://pix-mania.dyndns.org
Back to top
View user's profile Send private message
loopx
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2787
Location: Belgium / Liège

PostPosted: Thu Sep 07, 2006 1:18 am    Post subject: Reply with quote

Alexis wrote:
Bon, en fait il faut plutot faire :

Code:

tail -n +175 savage_linux.sh > temp.tar.gz



puis apres un tar xzf moi.tar.gz décompresse l'archive[/code]



gzip: stdin: invalid compressed data--format violated
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Savage/game: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
tar: Savage: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
tar: Error is not recoverable: exiting now


:evil:

peut etre a cause de la partiton FAT32....
_________________
Mon MediaWiki perso : http://pix-mania.dyndns.org
Back to top
View user's profile Send private message
-KuRGaN-
Veteran
Veteran


Joined: 05 Dec 2004
Posts: 1142
Location: Besançon (25) [FRANCE]

PostPosted: Thu Sep 07, 2006 8:22 am    Post subject: Reply with quote

Ouai en effet il a l'air pas mal, ce petit jeu.

J'ai l'impression que ces dernier temps ça bouge pas mal niveau jeu sous linux, c'est cool !
Maintenant il faudrait que ma sal******ie de carte i945GM puisse donner tout ce qu'elle à dans le ventre même si c'est pas grand chose!
_________________
Knight Gent00 Industries RiDeR !!!!
Back to top
View user's profile Send private message
SiOu
Apprentice
Apprentice


Joined: 08 Apr 2005
Posts: 271

PostPosted: Thu Sep 07, 2006 8:01 pm    Post subject: Reply with quote

Alexis wrote:
Bon, en fait il faut plutot faire :

Code:

tail -n +175 savage_linux.sh > temp.tar.gz



puis apres un tar xzf moi.tar.gz décompresse l'archive[/code]


CHez moi sa fonctionne merci , par contre il trouve aucun server :(
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Thu Sep 07, 2006 8:07 pm    Post subject: Reply with quote

T'as suivi les indications?
Ya un mod à installer pour le multi, il me semble.
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
SiOu
Apprentice
Apprentice


Joined: 08 Apr 2005
Posts: 271

PostPosted: Thu Sep 07, 2006 9:27 pm    Post subject: Reply with quote

Effectivement javais mal install le mod :oops:
Maintenant sa roulz!!!
A part que jai pas de son 8O
Back to top
View user's profile Send private message
Babali
Apprentice
Apprentice


Joined: 01 Jan 2004
Posts: 211
Location: France, Paris

PostPosted: Fri Sep 08, 2006 11:12 am    Post subject: Reply with quote

Juste parce qu'il y a le 2 qui sort bientot ;-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum