Tribes (Starsiege)

Informations

Creator Message
Bugage Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 10245
Wine: 3.0.3

Feedbacks

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.

Screenshots

Miniature

Source code

Contributions

Filters:

Contribute
Member Message
Dadu042 Wednesday 8 January 2020 at 20:43
Dadu042

Information

This update has been approved by the team.

Differences

New source code

Replies

Dadu042 Wednesday 8 January 2020 at 14:40
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

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

Differences

New source code

Replies

Edited by Dadu042

Dadu042 Wednesday 8 January 2020 at 13:07
Dadu042

Message

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

Replies

Wednesday 8 January 2020 at 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

Edited by 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