19,721
edits
m (link fix) |
m (updated usage of Template:Tree list) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
==File structure== | ==File structure== | ||
{{Tree list}} | |||
*DOOR | |||
**OFGA | |||
***M3GM (holds <Texture> TXMP link to external file) | |||
****PNTA <Points> | |||
****VCRA <VertexNormals> | |||
****VCRA <FaceNormals> | |||
****TXCA <TextureCoordinates> | |||
****IDXA <TriangleStrips> | |||
****IDXA <FaceNormalIndices> | |||
{{Tree list|end}} | |||
==XML tags== | ==XML tags== | ||
| Line 159: | Line 158: | ||
==Making a new door class== | ==Making a new door class== | ||
Before importing doors via the "[[XML | Before importing doors via the "[[Creating a level#The master XML file|master file]]", you must place the door class and its TXMP(s) inside the "shared" folder. | ||
After level creation, the new door class and its animation must be placed in level 0. | After level creation, the new door class and its animation must be placed in level 0. | ||