« Starbound » : différence entre les versions

De Nefald Wiki
Aller à la navigation Aller à la recherche
Hiob (discussion | contributions)
 
Hiob (discussion | contributions)
mAucun résumé des modifications
Ligne 1 : Ligne 1 :
== Installation sur Debian ==
=== Mettre à jour son serveur ===
<syntaxhighlight lang="Bash">
./steamcmd.sh
login <USERNAME> <PASSWORD>
force_install_dir ./starbound (or whereever yours is)
app_update 211820 validate
exit
</syntaxhighlight>
Ou <code>./steamcmd.sh +login <USERNAME> '<PASSWORD>' +force_install_dir ./starbound +app_update 211820 +quit</code>
== Références ==
* [http://community.playstarbound.com/index.php?threads/how-to-install-fix-missing-libraries-for-starbound_server-32-64bit.39126/page-2#post-1543454 how-to-install-fix-missing-libraries-for-starbound_server-32-64bit]
* [http://starbounder.org/Guide:LinuxServerSetup Guide:LinuxServerSetup]
* [http://starbound.wikia.com/wiki/Commands Commandes]


[[Catégorie:Tutoriel]]
[[Catégorie:Tutoriel]]

Version du 22 mars 2014 à 14:30

Installation sur Debian

Mettre à jour son serveur

./steamcmd.sh
login <USERNAME> <PASSWORD>
force_install_dir ./starbound (or whereever yours is)
app_update 211820 validate
exit

Ou ./steamcmd.sh +login <USERNAME> '<PASSWORD>' +force_install_dir ./starbound +app_update 211820 +quit


Références