File: models.rst

package info (click to toggle)
openmw 0.50.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,076 kB
  • sloc: cpp: 380,958; xml: 2,192; sh: 1,449; python: 911; makefile: 26; javascript: 5
file content (174 lines) | stat: -rw-r--r-- 4,114 bytes parent folder | download
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
Models Settings
###############

.. omw-setting::
   :title: load unsupported nif files
   :type: boolean
   :range: true, false
   :default: false

   Allows the engine to load arbitrary NIF files that appear valid.
   Support is limited and experimental; enabling may cause crashes or memory issues.
   Do not enable unless you understand the risks.

.. omw-setting::
   :title: xbaseanim
   :type: string
   :default: meshes/xbase_anim.nif

   Path to the 3rd person base animation model file; expects a matching KF file.
   For COLLADA, use the same file for all animation entries with corresponding textkeys.

.. omw-setting::
   :title: baseanim
   :type: string
   :default: meshes/base_anim.nif

   Path to the 3rd person base model file with textkeys data.

.. omw-setting::
   :title: xbaseanim1st
   :type: string
   :default: meshes/xbase_anim.1st.nif

   Path to the 1st person base animation model file; expects a matching KF file.

.. omw-setting::
   :title: baseanimkna
   :type: string
   :default: meshes/base_animkna.nif

   Path to the 3rd person beast race base model with textkeys data.

.. omw-setting::
   :title: baseanimkna1st
   :type: string
   :default: meshes/base_animkna.1st.nif

   Path to the 1st person beast race base animation model.

.. omw-setting::
   :title: xbaseanimfemale
   :type: string
   :default: meshes/xbase_anim_female.nif

   Path to the 3rd person female base animation model.

.. omw-setting::
   :title: baseanimfemale
   :type: string
   :default: meshes/base_anim_female.nif

   Path to the 3rd person female base model with textkeys data.

.. omw-setting::
   :title: baseanimfemale1st
   :type: string
   :default: meshes/base_anim_female.1st.nif

   Path to the 1st person female base model with textkeys data.

.. omw-setting::
   :title: wolfskin
   :type: string
   :default: meshes/wolf/skin.nif

   Path to the 3rd person werewolf skin model.

.. omw-setting::
   :title: wolfskin1st
   :type: string
   :default: meshes/wolf/skin.1st.nif

   Path to the 1st person werewolf skin model.

.. omw-setting::
   :title: xargonianswimkna
   :type: string
   :default: meshes/xargonian_swimkna.nif

   Path to the Argonian swimkna model.

.. omw-setting::
   :title: xbaseanimkf
   :type: string
   :default: meshes/xbase_anim.kf

   Animation file for xbaseanim 3rd person animations.

.. omw-setting::
   :title: xbaseanim1stkf
   :type: string
   :default: meshes/xbase_anim.1st.kf

   Animation file for xbaseanim 1st person animations.

.. omw-setting::
   :title: xbaseanimfemalekf
   :type: string
   :default: meshes/xbase_anim_female.kf

   Animation file for xbaseanim female animations.

.. omw-setting::
   :title: xargonianswimknakf
   :type: string
   :default: meshes/xargonian_swimkna.kf

   Animation file for xargonianswimkna animations.

.. omw-setting::
   :title: skyatmosphere
   :type: string
   :default: meshes/sky_atmosphere.nif

   Sky atmosphere mesh for the top half of the sky.

.. omw-setting::
   :title: skyclouds
   :type: string
   :default: meshes/sky_clouds_01.nif

   Sky clouds mesh displaying scrolling cloud textures.

.. omw-setting::
   :title: skynight01
   :type: string
   :default: meshes/sky_night_01.nif

   Sky stars mesh used during night if skynight02 is not present.

.. omw-setting::
   :title: skynight02
   :type: string
   :default: meshes/sky_night_02.nif

   Sky stars mesh used during night, takes priority over skynight01.

.. omw-setting::
   :title: weatherashcloud
   :type: string
   :default: meshes/ashcloud.nif

   Ash clouds weather effect file from Morrowind (not used by OpenMW).

.. omw-setting::
   :title: weatherblightcloud
   :type: string
   :default: meshes/blightcloud.nif

   Blight clouds weather effect file from Morrowind (not used by OpenMW).

.. omw-setting::
   :title: weathersnow
   :type: string
   :default: meshes/snow.nif

   Snow falling weather effect file from Morrowind (not used by OpenMW).

.. omw-setting::
   :title: weatherblizzard
   :type: string
   :default: meshes/blizzard.nif

   Blizzard weather effect file from Morrowind (not used by OpenMW).