Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
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