# EXE 정보

## PC 사용 환경 정보

Windows 환경에서 게임을 설치하고 플레이 하는데 필요한 시스템 사양을 입력할 수 있습니다.

* OS Version
  * 지원하는 Windows 운영체제의 버전을 입력합니다.
  * 예: Windows 10 이상
* CPU
  * 원활하게 플레이 하기 위해 필요한 프로세서 사양을 입력합니다.
  * 예: Intel i5-8400 / AMD Ryzen 5 2600 이상
* RAM
  * 원활하게 플레이 하기 위해 필요한 메모리 용량을 입력합니다.
  * 예: 8GB 이상
* Storage
  * 게임을 설치하고 실행하는데 필요한 디스크 공간을 입력합니다.
  * 예: 최소 20GB의 여유 공간
* 지원정보
  * Win-64 : 64비트 운영체제에서 실행 가능한 경우 체크합니다.
  * Win-32 : 32비트 운영체제에서 실행 가능한 경우 체크합니다.

<br>

## 게임 설치 정보

ONE GameLoop가 게임이 설치하고 실행하는데 필요한 정보를 입력할 수 있습니다.

* 레지스트리 Install Path
  * ONE GameLoop가 게임이 설치된 위치를 찾을 수 있도록 레지스트리 InstallPath의 경로를 입력합니다.
  * 예: \HKEY\_LOCAL\_MACHINE\SOFTWARE\GameCompany\GameName\InstallPath
* 게임 실행 파일명
  * ONE GameLoop가 게임을 실행할 수 있도록 실행 파일명(EXE)을 입력합니다.
  * 예: GameName.exe
* 게임 제거 파일명
  * ONE GameLoop가 게임을 제거할 수 있도록 언인스톨 파일명(EXE)을 입력합니다.
  * 예: Uninstall.exe
  * 게임 제거 파일은 게임 실행 파일과 동일한 경로에 있어야 합니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://onestore-dev.gitbook.io/dev/docs/apps/windows/exe-info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
