# 게임 설정

## 개요

게임 설정에서 크리에이터가 게임을 만드는 데 필요한 옵션을 설정할 수 있습니다. 게임의 물리적 환경과 캐릭터의 이동 속도 등 다양한 옵션을 자유롭게 설정해 자신만의 게임 환경을 만들어 보세요!

## 사용 방법

OVERDARE Studio로 작업한 월드를 열고, 우측 상단 버튼을 클릭하면 나오는 메뉴에서 **Game Settings**를 클릭합니다.

<figure><img src="/files/RQt9gYxbmHaIL3pZR6x0" alt=""><figcaption></figcaption></figure>

Game Settings에서 **게임**이나 **보안**과 관련된 옵션을 설정할 수 있습니다.

<figure><img src="/files/QduNtOTmT9KayeYE81NL" alt=""><figcaption></figcaption></figure>

## 기능 구성

### World

<table><thead><tr><th width="206">기능</th><th width="342">설명</th><th>비고</th></tr></thead><tbody><tr><td>Max Player</td><td>게임에서 접속할 수 있는 최대 인원 수를 설정할 수 있습니다.</td><td></td></tr><tr><td>Gravity</td><td>전체 세계의 중력을 초당 제곱 미터 단위로 설정합니다.</td><td>n meter/second^2</td></tr><tr><td>Jump Height</td><td>캐릭터의 점프 높이를 설정합니다.</td><td><p>n meter</p><p>(최소 0 ~ 최대 무한대)</p></td></tr><tr><td>Jump Power</td><td>캐릭터의 점프력을 설정합니다.</td><td></td></tr><tr><td>Walk Speed</td><td>캐릭터의 보행 속도를 초당 미터 단위로 설정합니다.</td><td>n meters/second</td></tr><tr><td>Max Jump Distance</td><td>사용자가 설정한 Gravity, Jump 설정에 영향을 받아 산출됩니다.</td><td>n meters</td></tr><tr><td>Max Slope Angle</td><td>캐릭터가 걸을 수 있는 경사의 최대 기울기를 설정 설정합니다.</td><td></td></tr></tbody></table>

### Security

<table><thead><tr><th width="206">기능</th><th width="342">설명</th><th>비고</th></tr></thead><tbody><tr><td>Allow HTTP Requests</td><td><p>서버가 HttpService을(를) 통해 원격 서버에 요청을 하도록 허용합니다.</p><p>(기본적으로 비활성화되어 있습니다.)</p></td><td></td></tr></tbody></table>


---

# 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://docs.overdare.com/korean/manual/studio-manual/game-development/game-settings.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.
