> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 從 Steam 移植

> 從 Steam 移植到 XBOX 時將 Steamworks 功能對應到 GDK:使用者驗證、Steam Cloud 存檔、成就與排行榜對應到 XBOX 服務。

如果你的遊戲已使用 Steamworks API 在 Steam 上推出,這條路徑會將你正在使用的每一項 Steam 功能對應到對等的 GDK 功能——不需要為了新的平台模型重新設計。

## 有哪些不同

<Card title="概念差異:GDK 與 Steamworks" icon="scale-balanced" href="/build/console-features/porting-from-xbox-one-era/porting-guide-for-existing-era">
  XBOX 服務、身分識別、購買授權與封裝方式與 Steam 模型有何不同。
</Card>

## 逐項功能對應

<CardGroup cols={2}>
  <Card title="初始化 GDK" icon="power-off" href="/home/build-first-title/first-console-title-walkthrough">
    以 GDK 初始化與使用者登入取代 `SteamAPI_Init`。
  </Card>

  <Card title="使用者驗證與擁有權" icon="user-shield" href="/reference/system/xuser/xuser_members">
    Steam 工作階段票證 → XUser + 購買授權檢查。
  </Card>

  <Card title="雲端儲存" icon="cloud" href="/build/core-features/common/game-save/game-saves-developer-guide">
    Steam Cloud → XBOX 連線儲存空間。
  </Card>

  <Card title="統計資料與成就" icon="trophy" href="/services/xbox-services/player-data/achievements/index">
    `ISteamUserStats` → 由遊戲管理的成就。
  </Card>

  <Card title="排行榜" icon="ranking-star" href="/services/xbox-services/player-data/stats-leaderboards/event-based/index">
    Steam 排行榜 → 以事件為基礎的統計資料 + 以查詢驅動的排行榜。
  </Card>

  <Card title="Steamworks 沒有的 GDK 功能" icon="plus" href="/home/build-first-title/porting-guides">
    Quick Resume、Smart Delivery、DirectStorage 等等。
  </Card>
</CardGroup>

## 由 PlayFab 涵蓋的 Steam 功能

有些 Steam 功能沒有直接對應的 GDK 功能,改由 [Azure PlayFab](https://playfab.com/) 處理:

* **Steam Workshop**(使用者產生內容)→ [PlayFab UGC](/services/playfab/economy-monetization/economy-v2/ugc/overview)
* **Steam P2P 網路**→ [PlayFab Party](/services/playfab/multiplayer/networking/index)

## 接著繼續共同的工作流程

<CardGroup cols={2}>
  <Card title="一般移植工作流程" icon="arrows-turn-right" href="/paths/porting/guides">
    工具、檢查清單、封裝。
  </Card>

  <Card title="你的引擎" icon="puzzle-piece" href="/build/gdk-and-engines/gdk-and-engines">
    Unreal、Unity、Godot 等等。
  </Card>

  <Card title="發行你的移植版" icon="store" href="/paths/porting/publishing">
    認證、XR 與商店提交。
  </Card>
</CardGroup>


## Related topics

- [移植到 XBOX GDK 的指南](/zh-TW/home/build-first-title/porting-guides.md)
- [從 PC(非 Steam)移植](/zh-TW/paths/porting/from-pc.md)
- [XBOX 遊戲開發文件](/zh-TW/index.md)
- [移植總覽](/zh-TW/paths/porting/overview.md)
- [從先前世代的 XBOX 移植](/zh-TW/paths/porting/from-xbox-era.md)
