Files
RP412/assets/RP411/VIDEO/WT2.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

529 lines
12 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 {
74;
270.499994;51.250000;-2.000000;,
5.000000;51.250000;-2.000000;,
5.000000;53.500000;-2.000000;,
270.499994;53.500000;-2.000000;,
270.499994;50.250000;0.000000;,
5.000000;50.250000;0.000000;,
5.000000;54.500000;0.000000;,
270.499994;54.500000;0.000000;,
270.499994;51.250000;2.000000;,
5.000000;51.250000;2.000000;,
5.000000;53.500000;2.000000;,
270.499994;53.500000;2.000000;,
270.499994;56.249997;-3.000000;,
5.000000;56.249997;-3.000000;,
5.000000;58.500000;-3.000000;,
270.499994;58.500000;-3.000000;,
270.499994;55.249997;-1.000000;,
5.000000;55.249997;-1.000000;,
5.000000;59.500000;-1.000000;,
270.499994;59.500000;-1.000000;,
270.499994;56.249997;1.000000;,
5.000000;56.249997;1.000000;,
5.000000;58.500000;1.000000;,
270.499994;58.500000;1.000000;,
270.499994;48.200000;-6.000000;,
270.499994;48.200000;4.500000;,
270.499994;63.000000;4.500000;,
270.499994;63.000000;-6.000000;,
270.499994;63.000000;4.500000;,
307.500006;63.000000;4.500000;,
307.500006;63.000000;-6.000000;,
270.499994;63.000000;-6.000000;,
81.500000;0.000000;11.000000;,
81.500000;61.450003;6.000000;,
67.500000;61.450003;6.000000;,
67.500000;0.000000;11.000000;,
67.500000;61.450003;6.000000;,
81.500000;61.450003;6.000000;,
81.500000;61.450003;-5.000000;,
67.500000;61.450003;-5.000000;,
81.500000;0.000000;-10.000000;,
67.500000;0.000000;-10.000000;,
67.500000;61.450003;-5.000000;,
81.500000;61.450003;-5.000000;,
150.499994;0.000000;11.000000;,
150.499994;61.450003;6.000000;,
136.499994;61.450003;6.000000;,
136.499994;0.000000;11.000000;,
136.499994;61.450003;6.000000;,
150.499994;61.450003;6.000000;,
150.499994;61.450003;-5.000000;,
136.499994;61.450003;-5.000000;,
150.499994;0.000000;-10.000000;,
136.499994;0.000000;-10.000000;,
136.499994;61.450003;-5.000000;,
150.499994;61.450003;-5.000000;,
81.500000;61.450003;6.000000;,
81.500000;0.000000;11.000000;,
81.500000;0.000000;-10.000000;,
81.500000;61.450003;-5.000000;,
67.500000;0.000000;11.000000;,
67.500000;61.450003;6.000000;,
67.500000;61.450003;-5.000000;,
67.500000;0.000000;-10.000000;,
136.499994;0.000000;11.000000;,
136.499994;61.450003;6.000000;,
136.499994;61.450003;-5.000000;,
136.499994;0.000000;-10.000000;,
307.500006;63.000000;-6.000000;,
270.499994;48.200000;-6.000000;,
270.499994;63.000000;-6.000000;,
270.499994;48.200000;4.500000;,
307.500006;63.000000;4.500000;,
270.499994;63.000000;4.500000;;
48;
3;0,1,2;,
3;0,2,3;,
3;4,5,1;,
3;4,1,0;,
3;3,2,6;,
3;3,6,7;,
3;8,9,5;,
3;8,5,4;,
3;7,6,10;,
3;7,10,11;,
3;11,10,9;,
3;11,9,8;,
3;12,13,14;,
3;12,14,15;,
3;16,17,13;,
3;16,13,12;,
3;15,14,18;,
3;15,18,19;,
3;20,21,17;,
3;20,17,16;,
3;19,18,22;,
3;19,22,23;,
3;23,22,21;,
3;23,21,20;,
3;24,25,26;,
3;24,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,33,34;,
3;32,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,43;,
3;44,45,46;,
3;44,46,47;,
3;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;52,54,55;,
3;56,57,58;,
3;56,58,59;,
3;60,61,62;,
3;60,62,63;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;71,72,73;;
MeshTextureCoords {
74;
2.486470;0.517469;,
0.787814;0.517469;,
0.787814;0.517469;,
2.486470;0.517469;,
2.486470;0.530265;,
0.787814;0.530265;,
0.787814;0.530265;,
2.486470;0.530265;,
2.486470;0.543061;,
0.787814;0.543061;,
0.787814;0.543061;,
2.486470;0.543061;,
2.486470;0.511071;,
0.787814;0.511071;,
0.787814;0.511071;,
2.486470;0.511071;,
2.486470;0.523867;,
0.787814;0.523867;,
0.787814;0.523867;,
2.486470;0.523867;,
2.486470;0.536663;,
0.787814;0.536663;,
0.787814;0.536663;,
2.486470;0.536663;,
0.403799;0.633912;,
0.403799;0.332943;,
0.003073;0.332943;,
0.003073;0.633912;,
0.738780;3.480340;,
0.738780;3.882280;,
0.626519;3.882280;,
0.626519;3.480340;,
2.475180;0.852047;,
2.475180;2.076160;,
2.196290;2.076160;,
2.196290;0.852047;,
2.345360;0.285539;,
2.653990;0.285539;,
2.653990;0.023818;,
2.345360;0.023818;,
2.475180;0.852047;,
2.196290;0.852047;,
2.196290;2.076160;,
2.475180;2.076160;,
3.849690;0.852047;,
3.849690;2.076160;,
3.570810;2.076160;,
3.570810;0.852047;,
3.866470;0.285539;,
4.175110;0.285539;,
4.175110;0.023818;,
3.866470;0.023818;,
3.849690;0.852047;,
3.570810;0.852047;,
3.570810;2.076160;,
3.849690;2.076160;,
0.656682;3.380130;,
0.549066;0.365982;,
1.001050;0.365982;,
0.893437;3.380130;,
0.549066;0.365982;,
0.656682;3.380130;,
0.893437;3.380130;,
1.001050;0.365982;,
0.549066;0.365982;,
0.656682;3.380130;,
0.893437;3.380130;,
1.001050;0.365982;,
0.619042;3.977460;,
0.777277;3.573030;,
0.619042;3.573030;,
0.777277;3.573030;,
0.619042;3.977460;,
0.619042;3.573030;;
}
MeshNormals {
74;
0.000000;-0.298142;-0.815738;,
0.000000;-0.596285;-0.631476;,
0.000000;0.298142;-0.815738;,
0.000000;0.596285;-0.631476;,
0.000000;-0.894427;-0.149071;,
0.000000;-0.894427;0.149071;,
0.000000;0.894427;-0.149071;,
0.000000;0.894427;0.149071;,
0.000000;-0.596285;0.631476;,
0.000000;-0.298142;0.815738;,
0.000000;0.596285;0.631476;,
0.000000;0.298142;0.815738;,
0.000000;-0.298142;-0.815738;,
0.000000;-0.596285;-0.631476;,
0.000000;0.298142;-0.815738;,
0.000000;0.596285;-0.631476;,
0.000000;-0.894427;-0.149071;,
0.000000;-0.894427;0.149071;,
0.000000;0.894427;-0.149071;,
0.000000;0.894427;0.149071;,
0.000000;-0.596285;0.631476;,
0.000000;-0.298142;0.815738;,
0.000000;0.596285;0.631476;,
0.000000;0.298142;0.815738;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.081099;0.996706;,
0.000000;0.081099;0.996706;,
0.000000;0.081099;0.996706;,
0.000000;0.081099;0.996706;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.081099;-0.996706;,
0.000000;0.081099;-0.996706;,
0.000000;0.081099;-0.996706;,
0.000000;0.081099;-0.996706;,
0.000000;0.081099;0.996706;,
0.000000;0.081099;0.996706;,
0.000000;0.081099;0.996706;,
0.000000;0.081099;0.996706;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.081099;-0.996706;,
0.000000;0.081099;-0.996706;,
0.000000;0.081099;-0.996706;,
0.000000;0.081099;-0.996706;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;;
48;
3;0,1,2;,
3;0,2,3;,
3;4,5,1;,
3;4,1,0;,
3;3,2,6;,
3;3,6,7;,
3;8,9,5;,
3;8,5,4;,
3;7,6,10;,
3;7,10,11;,
3;11,10,9;,
3;11,9,8;,
3;12,13,14;,
3;12,14,15;,
3;16,17,13;,
3;16,13,12;,
3;15,14,18;,
3;15,18,19;,
3;20,21,17;,
3;20,17,16;,
3;19,18,22;,
3;19,22,23;,
3;23,22,21;,
3;23,21,20;,
3;24,25,26;,
3;24,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,33,34;,
3;32,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,43;,
3;44,45,46;,
3;44,46,47;,
3;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;52,54,55;,
3;56,57,58;,
3;56,58,59;,
3;60,61,62;,
3;60,62,63;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;71,72,73;;
}
MeshMaterialList {
3;
48;
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,
2,
2,
2,
2,
2,
2,
2,
2;
Material {
0.951000;0.277210;0.275600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intD_tex.png";
}
}
Material {
0.918400;0.731145;0.678500;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intC_tex.png";
}
}
Material {
0.685700;0.542629;0.072800;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA2_tex.png";
}
}
}
}
}
}