Forums

steam installerq

Auteur Réponses
hash-d Samedi 23 Février 2008 à 20:44
hash-dAnonymous

bonjour à tous,

Je souhaiterais que quelqu'un m'explique la démarche à suivre afin d'installer steam + css

je tourne sous opensuse 10.3 bureau kde

merci d'avance pour vos réponses
Apocalypse555 Samedi 23 Février 2008 à 21:18
Apocalypse555

Slt,

Ba c'est comme tous les jeux faut Wine et POL ! Tu fais installer Steam dans POL et ops c'est partis

hash-d Dimanche 24 Février 2008 à 3:01
hash-dAnonymous

j'ai installer wine mais POL en fesant rechercher je le trouve pas, j'ai également installer playonlinux seul iq le script:
#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

cfg_check

if [ "$POL_LANG" == "fr_FR.UTF-8" ]
then
install=SteamInstall_French.msi
LNG_DOWNLOAD_STEAM="Patientez pendant le téléchargement de Steam..."
else
LNG_DOWNLOAD_STEAM="Please wait while Steam is downloaded"
install=SteamInstall.msi
fi

presentation "Steam" "Valve" "http://www.valvesoftware.com/" "Tinou" "Steam" 1 3

select_prefixe "$REPERTOIRE/wineprefix/Steam/"
creer_prefixe 2 3

cd $REPERTOIRE/wineprefix/Steam/drive_c/
telecharger "$LNG_DOWNLOAD_STEAM" "$SITE/divers/$install" "" 3 3 1 "" "0" 1

Set_OS "winxp"

fonts_to_prefixe
wget $SITE/divers/couleurs.reg -q
regedit couleurs.reg
cd $REPERTOIRE/wineprefix/Steam/drive_c/
msiexec /i $install
creer_lanceur "Steam" "Program Files/Steam/" "steam.exe" "steam.xpm"
#Set_WineVersion_Assign "0.9.39" "Steam"
exit

Quand je le copie et colle dans ma console sa fonctionne pas unknown command un truc du genre
comment dois-je faire?
Zoloom Dimanche 24 Février 2008 à 3:08
ZoloomAnonymous

POL = playonlinux

Réinstalle playonlinux si tu obtient des messages comme unknown command.

hash-d Dimanche 24 Février 2008 à 4:28
hash-dAnonymous

jai désinstaller et réinstaller wine et POL mais rien a faire sa fonctionne toujours pas !!!
voici le message derreur qui apparait:
avec une petite fenêtre disant ........verify path and retry

dhcppc0:/home/hash-d # if [ "$PLAYONLINUX" = "" ]
> then
> exit 0
> fi
exit
hash-d@dhcppc0:~> source "$PLAYONLINUX/lib/sources"
bash: /lib/sources: Aucun fichier ou répertoire de ce type
hash-d@dhcppc0:~>
hash-d@dhcppc0:~> cfg_check
bash: cfg_check: command not found
hash-d@dhcppc0:~>
hash-d@dhcppc0:~> if [ "$POL_LANG" == "fr_FR.UTF-8" ]
> then
> install=SteamInstall_French.msi
> LNG_DOWNLOAD_STEAM="Patientez pendant le téléchargement de Steam..."
> else
> LNG_DOWNLOAD_STEAM="Please wait while Steam is downloaded"
> install=SteamInstall.msi
> fi
hash-d@dhcppc0:~>
hash-d@dhcppc0:~> presentation "Steam" "Valve" "http://www.valvesoftware.com/" "Tinou" "Steam" 1 3
bash: presentation: command not found
hash-d@dhcppc0:~>
hash-d@dhcppc0:~> select_prefixe "$REPERTOIRE/wineprefix/Steam/"
bash: select_prefixe: command not found
hash-d@dhcppc0:~> creer_prefixe 2 3
bash: creer_prefixe: command not found
hash-d@dhcppc0:~>
hash-d@dhcppc0:~> cd $REPERTOIRE/wineprefix/Steam/drive_c/
bash: cd: /wineprefix/Steam/drive_c/: Aucun fichier ou répertoire de ce type
hash-d@dhcppc0:~> telecharger "$LNG_DOWNLOAD_STEAM" "$SITE/divers/$install" "" 3 3 1 "" "0" 1
bash: telecharger: command not found
hash-d@dhcppc0:~>
hash-d@dhcppc0:~> Set_OS "winxp"
bash: Set_OS: command not found
hash-d@dhcppc0:~>
hash-d@dhcppc0:~> fonts_to_prefixe
bash: fonts_to_prefixe: command not found
hash-d@dhcppc0:~> wget $SITE/divers/couleurs.reg -q
hash-d@dhcppc0:~> regedit couleurs.reg
regedit: File not found "couleurs.reg" (2)
hash-d@dhcppc0:~> cd $REPERTOIRE/wineprefix/Steam/drive_c/
bash: cd: /wineprefix/Steam/drive_c/: Aucun fichier ou répertoire de ce type
hash-d@dhcppc0:~> msiexec /i $install
err:msi:copy_package_to_temp failed to copy package L"SteamInstall.msi"
fixme:msi:MSI_OpenDatabaseW open failed r = 80030002!
hash-d@dhcppc0:~> creer_lanceur "Steam" "Program Files/Steam/" "steam.exe" "steam.xpm"
bash: creer_lanceur: command not found
hash-d@dhcppc0:~> #Set_WineVersion_Assign "0.9.39" "Steam"
hash-d@dhcppc0:~> exit
Vous êtes ici: Index > PlayOnLinux > steam installerq