Zh-tw/SDK Installation: Difference between revisions
No edit summary |
No edit summary |
||
Line 69: | Line 69: | ||
== 運行 == | == 運行 == | ||
一旦Steam完成安裝之後你可以從工具選項中啟動SDK。你也可以點擊工具選項中的SDK右鍵,並在選單中選擇''建立桌面捷徑'''。 | |||
第一次執行SDK會花費較長的時間來下載 it will spend a long time extracting its downloaded archive to loose files on your disk. This will not happen again until the SDK is next updated. | |||
After that, you will be able to select a game and run any of the tools provided by the launcher. '''However,''' you will run into problems unless the game you want to work with is fully up to date. You can make sure it is by launching the game and quitting once you get to the main menu. | After that, you will be able to select a game and run any of the tools provided by the launcher. '''However,''' you will run into problems unless the game you want to work with is fully up to date. You can make sure it is by launching the game and quitting once you get to the main menu. | ||
Line 81: | Line 81: | ||
== 問題和錯誤 == | == 問題和錯誤 == | ||
* 閱讀[[Source SDK Release Notes|Source SDK發行說明]]來了解有關SDK的最新發佈消息。 | * 閱讀[[Source SDK Release Notes|Source SDK發行說明]]來了解有關SDK的最新發佈消息。 | ||
* 參閱[[:Category:Source SDK FAQ|Source | * 參閱[[:Category:Source SDK FAQ|Source SDK問與答]]以了解SDK問題一般的答案。 | ||
* 對於關卡設計和Hammer編輯器的問題,請參閱[[:Category:Level Design FAQ|關卡設計問與答]]。 | * 對於關卡設計和Hammer編輯器的問題,請參閱[[:Category:Level Design FAQ|關卡設計問與答]]。 | ||
Revision as of 01:13, 1 October 2015
Source SDK是免費提供給所有Steam用戶的 這是被用於開發模組或Source 2006、Source 2007和Source 2009引擎分支的內容。
近期的每個Valve遊戲都有自己的SDK或創作工具(Authoring Tools):
("創作工具(Authoring Too)"代表的是並不提供源代碼。)
目前各個遊戲的創作工具都皆為測試版
我們在改變的過程如何分佈創作工具給這些遊戲:
- 絕地要塞2
- 絕對武力:次世代
- 勝利之日:次世代
- 戰慄時空:死亡競賽
以前這些工具被分佈在同一個套件中("Source SDK"應用程式),它位於遊戲文件完全不同的地方。我們正走向一個更像L4D和CS:GO的模式。遊戲目前默認都附帶了SDK工具,所以你要這些工具只需運行遊戲並更新至最新版本。請注意該工具僅適用於Windows。
”現在開啟bin文件。(例如: [steam]/steamapps/common/Team Fortress 2/bin
)當工具在適當的環境中安裝並啟動,你應該會看到幾個新的批處理文件在bin中:
- hammer.bat
- faceposer.bat
- hlmv.bat
- stdudiomdl.bat
- vtex.bat
SDK啟動器已不再被使用,所以請使用這些批處理文件來啟動工具。
如果你有一些啟動的問題,請確保你沒有一個名為VProject設置的環境變數。 如果你有,這些工具會使用而非檢測正確的環境變數。
安裝與啟動
如果你需要下載安裝請遵照以下指示。如果你需要的是創作工具(Authoring Tools),那它們可能並不適用。
觀看:Source SDK 2013最新的說明
舊的指示如下:
點擊這裡以安裝Source SDK。僅供參考,在未來它可能不適用:
- 開啟Steam視窗。
- 前往資料庫。
- 改變選單至工具。
- 尋找並雙擊Source SDK項目。
- 閱讀完對話框並點擊下載並安裝 / 下一步以繼續
- Source SDK接下來就會被安裝到你的Steam中。
運行
一旦Steam完成安裝之後你可以從工具選項中啟動SDK。你也可以點擊工具選項中的SDK右鍵,並在選單中選擇建立桌面捷徑'。
第一次執行SDK會花費較長的時間來下載 it will spend a long time extracting its downloaded archive to loose files on your disk. This will not happen again until the SDK is next updated.
After that, you will be able to select a game and run any of the tools provided by the launcher. However, you will run into problems unless the game you want to work with is fully up to date. You can make sure it is by launching the game and quitting once you get to the main menu.
我該從何開始?
如果你想了解一般情況下如何使用 Source 引擎創建內容,Source SDK 文檔是個不錯的起點。
問題和錯誤
- 閱讀Source SDK發行說明來了解有關SDK的最新發佈消息。
- 參閱Source SDK問與答以了解SDK問題一般的答案。
- 對於關卡設計和Hammer編輯器的問題,請參閱關卡設計問與答。