Files
RP412/assets/RP411/VIDEO/MED.X
T
CydandClaude Opus 4.8 3b8b729ecb Add complete game working copy under assets/ (runtime data + binaries)
Imports the full shipped working copy of Red Planet v4.10 so the repo is
self-contained: buildable (source) and runnable (data). ~110 MB, committed
directly to git per project decision.

Contents (assets/RP411/):
- AUDIO/  (~97 MB) 223 .wav + audio config/res
- VIDEO/  (~10 MB) .X meshes, .SKL/.det/.sph geometry, .met materials,
          .pcc/.png/.pcx textures, .vsh/.psh shaders, material tables
- GAUGE/  (~0.8 MB) HUD .GIM images, .PCC/.PCX bitmaps, gauge config
- SPOOLS/ runtime replay output dir (kept via .gitkeep)
- Root config/launch: environ.ini, RPDPL.INI, JOYSTICK.INI, TEST.EGG,
  RPL4.RES, *.bat launchers
- Runtime binaries: rpl4opt.exe (shipped reference build), libsndfile-1.dll,
  oalinst.exe (OpenAL redist installer), sleep.exe

Housekeeping:
- .gitignore: re-include assets/**/*.exe and *.dll (global rules skip them);
  keep Thumbs.db and runtime *.spl out.
- .gitattributes: mark asset media (.wav/.png/.pcc/.gim/.x/.skl/... ) binary.
- docs/ASSETS.md: runtime layout, config chain (environ.ini -> RPDPL.INI ->
  video/audio/gauge paths), launch args, and per-directory asset inventory.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 10:11:47 -05:00

656 lines
15 KiB
Plaintext

xof 0303txt 0032
template Frame {
<3d82ab46-62da-11cf-ab39-0020af71e433>
[...]
}
template Matrix4x4 {
<f6f23f45-7686-11cf-8f52-0040333594a3>
array FLOAT matrix[16];
}
template FrameTransformMatrix {
<f6f23f41-7686-11cf-8f52-0040333594a3>
Matrix4x4 frameMatrix;
}
template Vector {
<3d82ab5e-62da-11cf-ab39-0020af71e433>
FLOAT x;
FLOAT y;
FLOAT z;
}
template MeshFace {
<3d82ab5f-62da-11cf-ab39-0020af71e433>
DWORD nFaceVertexIndices;
array DWORD faceVertexIndices[nFaceVertexIndices];
}
template Mesh {
<3d82ab44-62da-11cf-ab39-0020af71e433>
DWORD nVertices;
array Vector vertices[nVertices];
DWORD nFaces;
array MeshFace faces[nFaces];
[...]
}
template Coords2d {
<f6f23f44-7686-11cf-8f52-0040333594a3>
FLOAT u;
FLOAT v;
}
template MeshTextureCoords {
<f6f23f40-7686-11cf-8f52-0040333594a3>
DWORD nTextureCoords;
array Coords2d textureCoords[nTextureCoords];
}
template MeshNormals {
<f6f23f43-7686-11cf-8f52-0040333594a3>
DWORD nNormals;
array Vector normals[nNormals];
DWORD nFaceNormals;
array MeshFace faceNormals[nFaceNormals];
}
template ColorRGBA {
<35ff44e0-6c7c-11cf-8f52-0040333594a3>
FLOAT red;
FLOAT green;
FLOAT blue;
FLOAT alpha;
}
template ColorRGB {
<d3e16e81-7835-11cf-8f52-0040333594a3>
FLOAT red;
FLOAT green;
FLOAT blue;
}
template Material {
<3d82ab4d-62da-11cf-ab39-0020af71e433>
ColorRGBA faceColor;
FLOAT power;
ColorRGB specularColor;
ColorRGB emissiveColor;
[...]
}
template MeshMaterialList {
<f6f23f42-7686-11cf-8f52-0040333594a3>
DWORD nMaterials;
DWORD nFaceIndexes;
array DWORD faceIndexes[nFaceIndexes];
[Material <3d82ab4d-62da-11cf-ab39-0020af71e433>]
}
template TextureFilename {
<a42790e1-7810-11cf-8f52-0040333594a3>
STRING filename;
}
Frame SCENE_ROOT {
FrameTransformMatrix {
1.000000,0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.000000,0.000000,0.000000,1.000000;;
}
Frame MESH_ROOT {
FrameTransformMatrix {
1.000000,0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.000000,0.000000,0.000000,1.000000;;
}
Mesh {
102;
2.050000;5.450000;6.000000;,
2.250000;6.050000;5.750000;,
0.450000;13.550000;5.750000;,
0.100000;13.850000;6.000000;,
2.050000;5.450000;5.000000;,
2.250000;6.050000;5.250000;,
2.250000;6.050000;5.750000;,
2.250000;6.050000;5.250000;,
0.450000;13.550000;5.250000;,
0.450000;13.550000;5.750000;,
0.450000;13.550000;5.750000;,
0.450000;13.550000;5.250000;,
0.100000;13.850000;5.000000;,
0.100000;13.850000;6.000000;,
0.100000;13.850000;5.000000;,
0.450000;13.550000;5.250000;,
2.050000;5.450000;3.250000;,
2.250000;6.050000;3.000000;,
0.450000;13.550000;3.000000;,
0.100000;13.850000;3.250000;,
2.050000;5.450000;2.250000;,
2.250000;6.050000;2.500000;,
2.250000;6.050000;3.000000;,
2.250000;6.050000;2.500000;,
0.450000;13.550000;2.500000;,
0.450000;13.550000;3.000000;,
0.450000;13.550000;3.000000;,
0.450000;13.550000;2.500000;,
0.100000;13.850000;2.250000;,
0.100000;13.850000;3.250000;,
0.100000;13.850000;2.250000;,
0.450000;13.550000;2.500000;,
2.050000;5.450000;0.500000;,
2.250000;6.050000;0.250000;,
0.450000;13.550000;0.250000;,
0.100000;13.850000;0.500000;,
2.050000;5.450000;-0.500000;,
2.250000;6.050000;-0.250000;,
2.250000;6.050000;0.250000;,
2.250000;6.050000;-0.250000;,
0.450000;13.550000;-0.250000;,
0.450000;13.550000;0.250000;,
0.450000;13.550000;0.250000;,
0.450000;13.550000;-0.250000;,
0.100000;13.850000;-0.500000;,
0.100000;13.850000;0.500000;,
0.100000;13.850000;-0.500000;,
0.450000;13.550000;-0.250000;,
2.050000;5.450000;-2.250000;,
2.250000;6.050000;-2.500000;,
0.450000;13.550000;-2.500000;,
0.100000;13.850000;-2.250000;,
2.050000;5.450000;-3.250000;,
2.250000;6.050000;-3.000000;,
2.250000;6.050000;-2.500000;,
2.250000;6.050000;-3.000000;,
0.450000;13.550000;-3.000000;,
0.450000;13.550000;-2.500000;,
0.450000;13.550000;-2.500000;,
0.450000;13.550000;-3.000000;,
0.100000;13.850000;-3.250000;,
0.100000;13.850000;-2.250000;,
0.100000;13.850000;-3.250000;,
0.450000;13.550000;-3.000000;,
0.450000;13.550000;-5.250000;,
0.450000;13.550000;-5.750000;,
0.100000;13.850000;-6.000000;,
0.100000;13.850000;-5.000000;,
2.250000;6.050000;-5.250000;,
2.250000;6.050000;-5.750000;,
0.450000;13.550000;-5.750000;,
0.450000;13.550000;-5.250000;,
2.050000;5.450000;-5.000000;,
2.050000;5.450000;-6.000000;,
2.250000;6.050000;-5.750000;,
2.250000;6.050000;-5.250000;,
0.450000;13.550000;-5.250000;,
0.100000;13.850000;-5.000000;,
0.100000;13.850000;-6.000000;,
0.450000;13.550000;-5.750000;,
2.050000;5.450000;9.000000;,
2.050000;5.450000;7.000000;,
2.250000;6.050000;7.250000;,
2.250000;6.050000;9.000000;,
0.450000;13.550000;7.250000;,
0.450000;13.550000;9.000000;,
0.450000;13.550000;9.000000;,
0.450000;13.550000;7.250000;,
0.100000;13.850000;7.000000;,
0.100000;13.850000;9.000000;,
0.100000;13.850000;7.000000;,
0.450000;13.550000;-7.250000;,
0.450000;13.550000;-9.000000;,
0.100000;13.850000;-9.000000;,
0.100000;13.850000;-7.000000;,
2.250000;6.050000;-7.250000;,
2.250000;6.050000;-9.000000;,
0.450000;13.550000;-9.000000;,
0.450000;13.550000;-7.250000;,
2.050000;5.450000;-7.000000;,
2.050000;5.450000;-9.000000;,
0.100000;13.850000;-7.000000;;
66;
3;0,1,2;,
3;0,2,3;,
3;0,4,5;,
3;0,5,1;,
3;6,7,8;,
3;6,8,9;,
3;10,11,12;,
3;10,12,13;,
3;4,14,15;,
3;4,15,5;,
3;16,17,18;,
3;16,18,19;,
3;16,20,21;,
3;16,21,17;,
3;22,23,24;,
3;22,24,25;,
3;26,27,28;,
3;26,28,29;,
3;20,30,31;,
3;20,31,21;,
3;32,33,34;,
3;32,34,35;,
3;32,36,37;,
3;32,37,33;,
3;38,39,40;,
3;38,40,41;,
3;42,43,44;,
3;42,44,45;,
3;36,46,47;,
3;36,47,37;,
3;48,49,50;,
3;48,50,51;,
3;48,52,53;,
3;48,53,49;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;52,62,63;,
3;52,63,53;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;68,70,71;,
3;72,73,74;,
3;72,74,75;,
3;72,75,76;,
3;72,76,77;,
3;73,78,79;,
3;73,79,74;,
3;80,81,82;,
3;80,82,83;,
3;83,82,84;,
3;83,84,85;,
3;86,87,88;,
3;86,88,89;,
3;81,90,84;,
3;81,84,82;,
3;91,92,93;,
3;91,93,94;,
3;95,96,97;,
3;95,97,98;,
3;99,100,96;,
3;99,96,95;,
3;99,95,98;,
3;99,98,101;;
MeshTextureCoords {
102;
0.089539;0.873290;,
0.149062;1.016151;,
0.149065;2.801864;,
0.089539;2.873292;,
0.327634;0.873290;,
0.268110;1.016151;,
0.149062;0.016151;,
0.268110;0.016151;,
0.268112;1.801864;,
0.149065;1.801864;,
0.149065;0.801864;,
0.268112;0.801864;,
0.327634;0.873292;,
0.089539;0.873292;,
0.327634;2.873292;,
0.268112;2.801864;,
0.744300;0.873290;,
0.803824;1.016151;,
0.803826;2.801864;,
0.744300;2.873292;,
0.982395;0.873290;,
0.922871;1.016151;,
0.803824;0.016151;,
0.922871;0.016151;,
0.922873;1.801864;,
0.803826;1.801864;,
0.803826;0.801864;,
0.922873;0.801864;,
0.982395;0.873292;,
0.744300;0.873292;,
0.982395;2.873292;,
0.922873;2.801864;,
1.399060;0.873290;,
1.458580;1.016151;,
1.458590;2.801864;,
1.399060;2.873292;,
1.637160;0.873290;,
1.577630;1.016151;,
1.458580;0.016151;,
1.577630;0.016151;,
1.577630;1.801864;,
1.458590;1.801864;,
1.458590;0.801864;,
1.577630;0.801864;,
1.637160;0.873292;,
1.399060;0.873292;,
1.637160;2.873292;,
1.577630;2.801864;,
2.053820;0.873290;,
2.113350;1.016151;,
2.113350;2.801864;,
2.053820;2.873292;,
2.291920;0.873290;,
2.232390;1.016151;,
2.113350;0.016151;,
2.232390;0.016151;,
2.232400;1.801864;,
2.113350;1.801864;,
2.113350;0.801864;,
2.232400;0.801864;,
2.291920;0.873292;,
2.053820;0.873292;,
2.291920;2.873292;,
2.232400;2.801864;,
2.768110;0.801864;,
2.887160;0.801864;,
2.946680;0.873292;,
2.708580;0.873292;,
2.768110;0.016151;,
2.887150;0.016151;,
2.887160;1.801864;,
2.768110;1.801864;,
2.708580;0.873290;,
2.946680;0.873290;,
2.887150;1.016151;,
2.768110;1.016151;,
2.768110;2.801864;,
2.708580;2.873292;,
2.946680;2.873292;,
2.887160;2.801864;,
0.213793;0.903037;,
0.357678;0.903037;,
0.339692;0.946203;,
0.213793;0.946203;,
0.339693;1.485771;,
0.213793;1.485771;,
0.213793;0.485771;,
0.339693;0.485771;,
0.357678;0.507354;,
0.213793;0.507354;,
0.357678;1.507354;,
1.382860;0.485771;,
1.508760;0.485771;,
1.508760;0.507354;,
1.364870;0.507354;,
1.382860;0.946203;,
1.508760;0.946203;,
1.508760;1.485771;,
1.382860;1.485771;,
1.364870;0.903037;,
1.508760;0.903037;,
1.364870;1.507354;;
}
MeshNormals {
102;
0.784308;-0.085014;0.384653;,
0.765405;-0.088259;0.400503;,
0.619933;0.146200;0.769307;,
0.657739;0.152689;0.737608;,
0.729516;-0.007943;-0.512871;,
0.826498;-0.164248;-0.267002;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.657739;0.152689;-0.737608;,
0.619933;0.146200;-0.769307;,
0.784308;-0.085014;0.384653;,
0.765405;-0.088259;0.400503;,
0.619933;0.146200;0.769307;,
0.657739;0.152689;0.737608;,
0.729516;-0.007943;-0.512871;,
0.826498;-0.164248;-0.267002;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.657739;0.152689;-0.737608;,
0.619933;0.146200;-0.769307;,
0.784308;-0.085014;0.384653;,
0.765405;-0.088259;0.400503;,
0.619933;0.146200;0.769307;,
0.657739;0.152689;0.737608;,
0.729516;-0.007943;-0.512871;,
0.826498;-0.164248;-0.267002;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.657739;0.152689;-0.737608;,
0.619933;0.146200;-0.769307;,
0.784308;-0.085014;0.384653;,
0.765405;-0.088259;0.400503;,
0.619933;0.146200;0.769307;,
0.657739;0.152689;0.737608;,
0.729516;-0.007943;-0.512871;,
0.826498;-0.164248;-0.267002;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.657739;0.152689;-0.737608;,
0.619933;0.146200;-0.769307;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.972387;0.233373;0.000000;,
0.784308;-0.085014;0.384653;,
0.729516;-0.007943;-0.512871;,
0.826498;-0.164248;-0.267002;,
0.765405;-0.088259;0.400503;,
0.619933;0.146200;0.769307;,
0.657739;0.152689;0.737608;,
0.657739;0.152689;-0.737608;,
0.619933;0.146200;-0.769307;,
0.948683;-0.316228;0.000000;,
0.729516;-0.007943;-0.512871;,
0.862970;-0.064843;-0.200251;,
0.964486;0.050173;0.000000;,
0.796160;0.189786;-0.384653;,
0.972387;0.233373;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.657739;0.152689;-0.737608;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.650792;0.759256;0.000000;,
0.868896;0.072557;0.200251;,
0.956585;-0.133027;0.000000;,
0.972387;0.233373;0.000000;,
0.737418;0.175258;0.512871;,
0.784308;-0.085014;0.384653;,
0.948683;-0.316228;0.000000;,
0.657739;0.152689;0.737608;;
66;
3;0,1,2;,
3;0,2,3;,
3;0,4,5;,
3;0,5,1;,
3;6,7,8;,
3;6,8,9;,
3;10,11,12;,
3;10,12,13;,
3;4,14,15;,
3;4,15,5;,
3;16,17,18;,
3;16,18,19;,
3;16,20,21;,
3;16,21,17;,
3;22,23,24;,
3;22,24,25;,
3;26,27,28;,
3;26,28,29;,
3;20,30,31;,
3;20,31,21;,
3;32,33,34;,
3;32,34,35;,
3;32,36,37;,
3;32,37,33;,
3;38,39,40;,
3;38,40,41;,
3;42,43,44;,
3;42,44,45;,
3;36,46,47;,
3;36,47,37;,
3;48,49,50;,
3;48,50,51;,
3;48,52,53;,
3;48,53,49;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;52,62,63;,
3;52,63,53;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;68,70,71;,
3;72,73,74;,
3;72,74,75;,
3;72,75,76;,
3;72,76,77;,
3;73,78,79;,
3;73,79,74;,
3;80,81,82;,
3;80,82,83;,
3;83,82,84;,
3;83,84,85;,
3;86,87,88;,
3;86,88,89;,
3;81,90,84;,
3;81,84,82;,
3;91,92,93;,
3;91,93,94;,
3;95,96,97;,
3;95,97,98;,
3;99,100,96;,
3;99,96,95;,
3;99,95,98;,
3;99,98,101;;
}
MeshMaterialList {
2;
66;
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1;
Material {
0.714300;0.413313;0.177900;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC2_tex.png";
}
}
Material {
0.657100;0.187357;0.150200;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA5_tex.png";
}
}
}
}
}
}