blob: c0731ea73ece5ae960bed15fd3626cf36a6f7ac8 (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="geminifloater" title="Animation Overrider">
<view_border name="ao_notecard"/>
<view_border name="ao_notecard_vis"/>
<text name="Give inventory" tool_tip="ZHAO Notiz hier fallen lassen. Konfiguration und Animationen müssen im gleichen Inventar Ordner liegen!">
ZHAO II Konfiguration hier fallen lassen.
</text>
<view_border name="ao_notecard_disp"/>
<text name="ao_nc_text" tool_tip="">
Aktuell: ITEM
</text>
<button name="opencard" label="Laden"/>
<button name="reloadcard" label="Neuladen"/>
<button label="Mehr >>" name="more_btn" tool_tip="Erweiterte Optionen"/>
<button label="<< Weniger" name="less_btn" tool_tip="Erweiterte Optionen"/>
<check_box label="Anims übersteuern" name="EmeraldAOEnabled"/>
<check_box label="Sitzen übersteuern" name="EmeraldAOSitsEnabled"/>
<text name="buttons_desc">
Stand:
</text>
<combo_box name="stands" label=""/>
<button name="prevstand" tool_tip="vorheriger Stand" label="<<"/>
<button name="nextstand" tool_tip="nächster Stand" label=">>"/>
<check_box label="zufällige Stand Ani" name="EmeraldAOStandRandomize"/>
<check_box label="keine Stand Ani bei Mouselook" name="EmeraldAONoStandsInMouselook"/>
<spinner name="standtime" label="Stand Zeit" tool_tip="AO Stand zeit in Sekunden"/>
<tab_container label="Default" name="tabcontainer">
<panel label="Standard Anis" name="tabdefaultanims">
<text name="textdefaultwalk">
Standard Gang:
</text>
<combo_box name="walks" label=""/>
<text name="textdefaultrun">
Standard Rennen:
</text>
<combo_box name="runs" label=""/>
<text name="textdefaultjump">
Standard Sprung:
</text>
<combo_box name="jumps" label=""/>
<text name="textdefaultsit">
Standard sitzen:
</text>
<combo_box name="sits" label=""/>
<text name="textdefaultgsit">
Standard Bodensitz:
</text>
<combo_box name="gsits" label=""/>
<text name="textdefaultcrouch">
Standard geduckt:
</text>
<combo_box name="crouchs" label=""/>
<text name="textdefaultcrouchwalk">
Standard geduckt Gang:
</text>
<combo_box name="cwalks" label=""/>
<text name="textdefaultfall">
Standard fallen:
</text>
<combo_box name="falls" label=""/>
<text name="textdefaulthover">
Standard scheweben:
</text>
<combo_box name="hovers" label=""/>
<text name="textdefaultfly">
Standard fliegen:
</text>
<combo_box name="flys" label=""/>
<text name="textdefaultflyslow">
Standard langsam fliegen:
</text>
<combo_box name="flyslows" label=""/>
<text name="textdefaultflyup">
Standard aufwärts fliegen:
</text>
<combo_box name="flyups" label=""/>
<text name="textdefaultflydown">
Standard abwärts fliegen:
</text>
<combo_box name="flydowns" label=""/>
<text name="textdefaultland">
Standard landen:
</text>
<combo_box name="lands" label=""/>
<text name="textdefaultstandup">
Standard aufstehen:
</text>
<combo_box name="standups" label=""/>
<text name="textdefaultprejump">
Standard Pre-Sprung:
</text>
<combo_box name="prejumps" label=""/>
</panel>
</tab_container>
</floater>
|