Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Indonesiano
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione
For now, I regret having played it and wasted all those hours, only to simply not get an ending. It doesn't make much sense to release mods like this, as if it were Early Access...
They should at least communicate right away how many chapters they want to make so that anyone who wants to try it already knows what to expect and those who want to wait know how much has been done up to that point.
\Steam\steamapps\common\Black was unexpected at this time.
Change the content of bshift_gamelink.bat so it uses absolute paths, like this:
set "game_dir=C:\Program Files (x86)\Steam\steamapps\common\Black Mesa"
set "mod_dir=C:\Program Files (x86)\Steam\steamapps\workshop\content\362890\2424633574\bshift"
if exist "%game_dir%\bshift" (
rmdir "%game_dir%\bshift"
if exist "%game_dir%\bshift" (
echo Could not recreate link - rmdir failed.
echo You can try to delete "%game_dir%\bshift" manually.
pause
exit 1
)
echo Old link removed.
)
mklink /J "%game_dir%\bshift" "%mod_dir%"
echo.
if exist "%game_dir%\bshift" (
echo Link created.
) else (
echo Could not link - mklink failed.
)
pause