blob: 81874ff76154dd98fa2ca4bb77806c72a1c05a9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="그래픽 고급사항" name="Display panel 2">
<text type="string" length="1" name="Filtering:">
필터링:
</text>
<check_box label="이방성 필터링(켜질 경우 느려짐)" name="ani" />
<spinner label="감마:" name="gamma" />
<text type="string" length="1" name="(brightness, lower is brighter)">
(밝기, 낮을수록 밝음, 0=기본 설정 사용)
</text>
<spinner label="야간 밝기:" name="nighttime_brightness" />
<text type="string" length="1" name="(higher is brighter, 1.0 is default)">
(높을수록 밝음, 1.0이 기본 설정)
</text>
<text type="string" length="1" name="AGP Graphics Card:">
AGP 그래픽 카드:
</text>
<check_box label="AGP 사용(AGP 그래픽 카드를 사용할 경우 빨라짐)"
name="agp"
tool_tip="활성화할 경우 성능이 저하되고 표준 PC 그래픽 카드를 사용할 경우 더 많은 돈을 쓰게됩니다." />
<text type="string" length="1" name="Graphics Card Memory:">
그래픽 카드 메모리:
</text>
<radio_group name="video card memory radio">
<radio_item type="string" length="1" name="radio">
16MB
</radio_item>
<radio_item type="string" length="1" name="radio2">
32MB
</radio_item>
<radio_item type="string" length="1" name="radio3">
64MB
</radio_item>
<radio_item type="string" length="1" name="radio4">
128MB
</radio_item>
<radio_item type="string" length="1" name="radio5">
256MB
</radio_item>
<radio_item type="string" length="1" name="radio6">
512MB
</radio_item>
</radio_group>
<spinner label="안개 거리 비율:" name="fog" />
<spinner label="최대 조각 수:" name="particles" />
<spinner label="복장 구성 제한:" name="comp limit"
tool_tip="디스플레이할 최근 변경 복장의 수" />
<text type="string" length="1" name="(lower is faster)">
(낮을수록 빠름)
</text>
</panel>
|