Tribes (Starsiege)

Informations

Créateur Messages
Bugage Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 10245
Wine: 3.0.3

Retours d'expérience

Description

FPS multiplayer online, 1998. A ancestor of Fortnite. Wikipedia.
Script tested with the free version released in 2004 (v1.8), still downloadable (2010-01) from here (142 MB).

Game servers: www.tribesmasterserver.com (because the original servers of Dynamix are shut down).

Appdb.winehq.org , PCGamingWiki 

 

See also: Tribes RPG.

Captures d'écran

Miniature

Code source

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Mercredi 8 Janvier 2020 à 20:43
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

Nouveau code source

Réponses

Dadu042 Mercredi 8 Janvier 2020 à 14:40
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Does not work online (and this game had no local mode... frown).

Differences

Nouveau code source

Réponses

Edité par Dadu042

Dadu042 Mercredi 8 Janvier 2020 à 13:07
Dadu042

Messages

Download link is dead (file size was 136 or 137 MB). I switch this app to 'testing'.

Réponses

Mercredi 8 Janvier 2020 à 14:39
Current script:
#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check
if [ "$POL_LANG" == "fr" ]; then
LNG_TRIBES_DL="Acquisition du jeu complet... (légalement)"
LNG_TRIBES_PREINSTALL_TITRE="Consignes pour l'installation"
LNG_TRIBES_PREINSTALL="L'installation du jeu va commencer.\n\n¤ Ne changez pas le chemin d'installation par défaut! Si vous choisissez un répertoire différent, les raccourcis ne fonctionneront pas.\n\n¤ On va vous demander si vous voulez chercher des mises à jours. Dites non ou ça va planter!"
LNG_TRIBES_WARNING_TITRE="Serveur de son OSS"
LNG_TRIBES_WARNING="Si votre ordinateur possède plusieurs cartes son,\nessayez de brancher vos haut-parleurs sur chacune d'entre elles.\nEn effet, le serveur de son utilisé n'est pas celui habituel."
LNG_TRIBES_INSTALL="Installation de Starsiege : Tribes"
else
LNG_TRIBES_DL="Getting the full game... (legally)"
LNG_TRIBES_PREINSTALL_TITRE="Installation instructions"
LNG_TRIBES_PREINSTALL="The game is going to set up on your computer.\n\n¤ Don't change the default installation directory! Otherwise the shortcuts won't work.\n\n¤ You will be asked if you want to update the game. Answer no or it will crash!"
LNG_TRIBES_WARNING_TITRE="OSS sound server"
LNG_TRIBES_WARNING="If your computer has several sound cards, try plugging your speakers\non each of them because the sound server used isn't the usual one."
LNG_TRIBES_INSTALL="Installing Starsiege : Tribes"
fi
POL_SetupWindow_Init
POL_SetupWindow_presentation "Starsiege : Tribes" "Dynamix" "http://www.tribalwar.com/wiki/" "Bugage" "Tribes"
POL_SetupWindow_download "$LNG_TRIBES_DL" "" "ftp://ftp.sierra.com/pub/sierra/tribes/other/tribes_fullgame.exe"
select_prefixe "$REPERTOIRE/wineprefix/Tribes"
POL_SetupWindow_prefixcreate
POL_SetupWindow_message "$LNG_TRIBES_PREINSTALL" "$LNG_TRIBES_PREINSTALL_TITRE" "" ""
POL_SetupWindow_wait_next_signal "$LNG_TRIBES_INSTALL" "Starsiege : Tribes"
Set_SoundDriver "oss"
Set_Desktop "On" "800" "600"
wine tribes_fullgame.exe
rm tribes_fullgame.exe
POL_SetupWindow_detect_exit
Set_Desktop "Off" "800" "600"
POL_SetupWindow_message "$LNG_TRIBES_WARNING" "$LNG_TRIBES_WARNING_TITRE" "" ""
POL_SetupWindow_make_shortcut "Tribes" "Dynamix/TRIBES" "Tribes.exe" "$REPERTOIRE/../.local/share/icons/4a6c_tribes.0.xpm" "Starsiege : Tribes"
POL_SetupWindow_Close
exit

Edité par Dadu042

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com