> ## 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 Services로.

Steamworks API로 이미 Steam에서 게임을 출시 중이라면, 이 경로에서는 사용 중인 모든 Steam 기능을 GDK 등가 기능에 매핑하는 방법을 안내합니다. 새로운 플랫폼 모델에 맞추기 위해 다시 설계할 필요가 없습니다.

## 무엇이 다른가

<Card title="개념적 차이: GDK vs. Steamworks" icon="scale-balanced" href="/build/console-features/porting-from-xbox-one-era/porting-guide-for-existing-era">
  XBOX Services, 자격 증명, entitlement, 패키징이 Steam 모델과 어떻게 다른지.
</Card>

## 기능별 매핑

<CardGroup cols={2}>
  <Card title="GDK 초기화" icon="power-off" href="/home/build-first-title/first-console-title-walkthrough">
    `SteamAPI_Init`을 GDK 초기화 및 사용자 로그인으로 대체.
  </Card>

  <Card title="사용자 인증 및 소유권" icon="user-shield" href="/reference/system/xuser/xuser_members">
    Steam session ticket → XUser + entitlement 확인.
  </Card>

  <Card title="클라우드 스토리지" icon="cloud" href="/build/core-features/common/game-save/game-saves-developer-guide">
    Steam Cloud → XBOX Connected Storage.
  </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

- [PC(비-Steam)에서 포팅](/ko/paths/porting/from-pc.md)
- [XBOX GDK로의 포팅 가이드](/ko/home/build-first-title/porting-guides.md)
- [Steam 포팅 가이드 개요](/ko/build/steam-porting-guide/overview.md)
- [XBOX 게임 개발 문서](/ko/index.md)
- [다른 플랫폼에서 포팅](/ko/paths/porting/from-console.md)
