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

# PC GDK 타이틀에 대한 모드 지원

> PC GDK 타이틀에 대한 모드 지원

2022년 3월 Microsoft Game Development Kit(GDK) 및 [Gaming Runtime Services(GRTS)](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/intro/gaming-runtime-glossary) 릴리스부터, 게임 리소스 수정이 기본적으로 활성화되어 있으며 이를 활성화하기 위한 별도의 구성 단계가 더 이상 필요하지 않습니다. 이 변경 사항은 PC Microsoft Game Development Kit(GDK) 타이틀의 모딩과 관련된 단계와 혼란을 줄이는 것을 목표로 합니다. 타이틀이 설치된 후, 게임 파일은 이제 `[drive]:\XboxGames` 폴더 아래의 하위 폴더에 위치하며, 게임 실행 파일을 제외한 모든 게임 리소스는 완전히 수정 가능합니다.

## DRM 권장 사항

[기본 DRM 및 라이선스 확인](https://learn.microsoft.com/build/store/commerce/pc-specific-considerations/xstore-basic-drm-and-license-checks) 페이지에서 설명한 대로 [XStoreQueryGameLicenseAsync](/reference/system/xstore/functions/xstorequerygamelicenseasync) API를 사용하여 타이틀의 소유권을 확인하는 것을 강력히 권장합니다.

## 참조 API 문서

* [XStore(API 콘텐츠)](/reference/system/xstore/xstore_members)
  * Functions
    * [XStoreQueryGameLicenseAsync](/reference/system/xstore/functions/xstorequerygamelicenseasync)


## Related topics

- [XStoreQueryGameLicenseAsync](/ko/reference/system/xstore/functions/xstorequerygamelicenseasync.md)
- [Flat File Install 개요](/ko/build/core-features/common/packaging/packaging-flatfileinstall.md)
- [MSIXVC 도구로 PC 타이틀 패키징 시작하기](/ko/build/core-features/common/packaging/overviews/packaging-getting-started-for-PC.md)
- [타이틀 출시](/ko/services/playfab/pricing/title-launches.md)
- [XMemIsToolsMemAvailable](/ko/reference/system/xmem/functions/xmemistoolsmemavailable.md)
