> ## 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 移植指南概览

> 将使用 Steamworks API 发布的 Windows PC 游戏移植到 XBOX GDK 的指南,将 Steam 功能映射到其 GDK 与 PlayFab 对应物。

## 概览

本指南帮助你将已通过 Steamworks API 在 Steam 上发布的 Windows PC 游戏移植到 XBOX Game Development Kit(GDK)中的对等实现。本指南按功能组织,以 Steam 为起点。你可以快速找到某个 Steamworks API 功能在 GDK 中的对应实现(如果存在)。

以下 Steam 功能虽未在本指南中直接涵盖,但你可以在 XBOX 游戏中使用 [Azure PlayFab](https://playfab.com/) 实现。

* 如果你的游戏使用 Steam Workshop 提供用户生成内容,参见 [PlayFab User Generated Content (UGC)](/services/playfab/economy-monetization/economy-v2/ugc)。
* 如果你的游戏使用 Steam P2P 建立多人会话,参见 [PlayFab Party 概览](/services/playfab/multiplayer/networking)。

## 本指南内容

### XBOX Game Development Kit(GDK)与 Steamworks 的概念差异

[GDK 与 Steamworks 之间的概念差异](/build/steam-porting-guide/conceptual-differences)

### 初始化与设置

[初始化 GDK](/build/steam-porting-guide/initializing-the-gdk)

### 功能

[用户身份验证与所有权](/build/steam-porting-guide/features/user-authentication-and-ownership)

[云存储](/build/steam-porting-guide/features/steam-cloud)

[Stats 与成就](/build/steam-porting-guide/features/stats-and-achievements)

[排行榜](/build/steam-porting-guide/features/steam-leaderboards)

### 两种 SDK(GDK 与 Steamworks)之间的功能差异

[Steamworks 中不存在的 GDK 功能](/build/steam-porting-guide/gdk-features-not-in-steamworks)
