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

741 lines
17 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 {
124;
-0.218400;0.126800;0.000000;,
-0.155900;0.001800;0.062500;,
-0.155900;0.001800;1.187500;,
-0.218400;0.126800;1.250000;,
-0.343400;0.189300;1.187500;,
-0.343400;0.189300;0.062500;,
0.156600;0.001800;0.062500;,
0.156600;0.001800;1.187500;,
-0.155900;0.001800;1.187500;,
-0.155900;0.001800;0.062500;,
0.219100;0.126800;1.250000;,
0.156600;0.001800;1.187500;,
0.156600;0.001800;0.062500;,
0.219100;0.126800;0.000000;,
0.344100;0.189300;0.062500;,
0.344100;0.189300;1.187500;,
0.344100;1.314300;0.062500;,
0.344100;1.314300;1.187500;,
0.219100;0.126800;1.250000;,
0.344100;0.189300;1.187500;,
0.344100;1.314300;1.187500;,
0.219100;1.376800;1.250000;,
-0.218400;0.126800;1.250000;,
-0.155900;0.001800;1.187500;,
0.156600;0.001800;1.187500;,
-0.218400;1.376800;1.250000;,
-0.343400;1.314300;1.187500;,
-0.343400;0.189300;1.187500;,
-0.218400;0.126800;1.250000;,
-0.343400;1.314300;1.187500;,
-0.343400;1.314300;0.062500;,
-0.218400;1.376800;1.250000;,
-0.218400;0.126800;0.000000;,
-0.343400;0.189300;0.062500;,
-0.343400;1.314300;0.062500;,
-0.218400;1.376800;0.000000;,
0.219100;0.126800;0.000000;,
0.156600;0.001800;0.062500;,
-0.155900;0.001800;0.062500;,
-0.218400;0.126800;0.000000;,
0.219100;1.376800;0.000000;,
0.344100;1.314300;0.062500;,
0.344100;0.189300;0.062500;,
0.219100;1.376800;1.250000;,
0.219100;1.376800;0.000000;,
-0.218400;1.376800;0.000000;,
-0.218400;1.376800;1.250000;,
0.156600;1.501800;1.187500;,
-0.155900;1.501800;1.187500;,
-0.218400;1.376800;0.000000;,
0.156600;1.501800;0.062500;,
0.156600;1.501800;1.187500;,
-0.155900;1.501800;1.187500;,
0.156600;1.501800;1.187500;,
0.156600;1.501800;0.062500;,
-0.155900;1.501800;0.062500;,
-0.155900;1.501800;1.187500;,
-0.155900;1.501800;0.062500;,
-0.155900;1.501800;0.062500;,
0.156600;1.501800;0.062500;,
0.481600;0.848500;0.150000;,
0.481600;0.848500;0.600000;,
0.331600;0.848500;0.600000;,
0.331600;0.848500;0.150000;,
0.331600;1.201800;0.150000;,
0.481600;1.201800;0.150000;,
0.481600;0.848500;0.150000;,
0.331600;0.848500;0.150000;,
0.481600;1.201800;0.150000;,
0.481600;1.201800;0.600000;,
0.481600;0.848500;0.600000;,
0.481600;0.848500;0.150000;,
0.481600;1.201800;0.600000;,
0.331600;1.201800;0.600000;,
0.331600;0.848500;0.600000;,
0.481600;0.848500;0.600000;,
0.331600;1.201800;0.600000;,
0.481600;1.201800;0.600000;,
0.481600;1.201800;0.150000;,
0.331600;1.201800;0.150000;,
0.431600;0.848500;0.950000;,
0.431600;0.848500;1.550000;,
0.231600;0.848500;1.550000;,
0.231600;0.848500;0.950000;,
0.231600;1.201800;1.550000;,
0.231600;1.201800;0.950000;,
0.231600;0.848500;0.950000;,
0.231600;0.848500;1.550000;,
0.231600;1.201800;0.950000;,
0.431600;1.201800;0.950000;,
0.431600;0.848500;0.950000;,
0.231600;0.848500;0.950000;,
0.431600;1.201800;0.950000;,
0.431600;1.201800;1.550000;,
0.431600;0.848500;1.550000;,
0.431600;0.848500;0.950000;,
0.431600;1.201800;1.550000;,
0.231600;1.201800;1.550000;,
0.231600;0.848500;1.550000;,
0.431600;0.848500;1.550000;,
0.231600;1.201800;1.550000;,
0.431600;1.201800;1.550000;,
0.431600;1.201800;0.950000;,
0.231600;1.201800;0.950000;,
-0.168400;1.151800;0.400000;,
-0.168400;1.151800;0.650000;,
-0.468400;1.151800;0.650000;,
-0.468400;1.151800;0.400000;,
-0.468400;1.451800;0.650000;,
-0.468400;1.451800;0.400000;,
-0.468400;1.151800;0.400000;,
-0.468400;1.151800;0.650000;,
-0.168400;1.451800;0.650000;,
-0.468400;1.451800;0.650000;,
-0.468400;1.151800;0.650000;,
-0.168400;1.151800;0.650000;,
-0.468400;1.451800;0.400000;,
-0.168400;1.451800;0.400000;,
-0.168400;1.151800;0.400000;,
-0.468400;1.151800;0.400000;,
-0.468400;1.451800;0.650000;,
-0.168400;1.451800;0.650000;,
-0.168400;1.451800;0.400000;,
-0.468400;1.451800;0.400000;;
76;
3;0,1,2;,
3;0,2,3;,
3;3,4,5;,
3;3,5,0;,
3;6,7,8;,
3;6,8,9;,
3;10,11,12;,
3;10,12,13;,
3;13,14,15;,
3;13,15,10;,
3;16,17,15;,
3;16,15,14;,
3;18,19,20;,
3;18,20,21;,
3;22,23,24;,
3;22,24,18;,
3;25,26,27;,
3;25,27,28;,
3;29,30,5;,
3;29,5,4;,
3;21,31,22;,
3;21,22,18;,
3;32,33,34;,
3;32,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,36;,
3;43,17,16;,
3;43,16,44;,
3;45,30,29;,
3;45,29,46;,
3;21,47,48;,
3;21,48,31;,
3;49,40,36;,
3;49,36,39;,
3;44,50,51;,
3;44,51,43;,
3;52,53,54;,
3;52,54,55;,
3;46,56,57;,
3;46,57,45;,
3;49,58,59;,
3;49,59,40;,
3;60,61,62;,
3;60,62,63;,
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;76,77,78;,
3;76,78,79;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;100,101,102;,
3;100,102,103;,
3;104,105,106;,
3;104,106,107;,
3;108,109,110;,
3;108,110,111;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;120,121,122;,
3;120,122,123;;
MeshTextureCoords {
124;
0.231643;0.397661;,
0.293125;0.329828;,
1.399800;0.329828;,
1.461280;0.397661;,
1.399800;0.431578;,
0.293125;0.431578;,
0.293125;0.379852;,
1.399800;0.379852;,
1.399800;0.379852;,
0.293125;0.379852;,
1.461280;0.397661;,
1.399800;0.329828;,
0.293125;0.329828;,
0.231643;0.397661;,
0.293125;0.431578;,
1.399800;0.431578;,
0.293125;1.042080;,
1.399800;1.042080;,
0.821649;0.219382;,
1.005190;0.267092;,
1.005190;1.125870;,
0.821649;1.173580;,
0.179261;0.219382;,
0.271031;0.123962;,
0.729880;0.123962;,
1.179261;1.173580;,
0.995721;1.125870;,
0.995721;0.267092;,
1.179261;0.219382;,
1.399800;1.042080;,
0.293125;1.042080;,
0.179261;1.173580;,
1.179261;0.219382;,
0.995721;0.267092;,
0.995721;1.125870;,
1.179261;1.173580;,
0.821649;0.219382;,
0.729880;0.123962;,
0.271031;0.123962;,
0.179261;0.219382;,
0.821649;1.173580;,
1.005190;1.125870;,
1.005190;0.267092;,
1.461280;1.076000;,
0.231643;1.076000;,
0.231643;1.076000;,
1.461280;1.076000;,
0.729880;1.269000;,
0.271031;1.269000;,
0.179261;1.173580;,
0.293125;1.143830;,
1.399800;1.143830;,
1.399800;0.954565;,
1.399800;0.954565;,
0.293125;0.954565;,
0.293125;0.954565;,
1.399800;1.143830;,
0.293125;1.143830;,
0.271031;1.269000;,
0.729880;1.269000;,
0.379200;0.704240;,
0.821871;0.704240;,
0.821871;0.704240;,
0.379200;0.704240;,
0.986835;1.039990;,
1.207080;1.039990;,
1.207080;0.770261;,
0.986835;0.770261;,
0.379200;0.981029;,
0.821871;0.981029;,
0.821871;0.789278;,
0.379200;0.789278;,
1.207080;1.039990;,
0.986835;1.039990;,
0.986835;0.770261;,
1.207080;0.770261;,
0.821871;0.839623;,
0.821871;0.839623;,
0.379200;0.839623;,
0.379200;0.839623;,
1.166170;0.704240;,
1.756400;0.704240;,
1.756400;0.704240;,
1.166170;0.704240;,
1.756400;0.981029;,
1.166170;0.981029;,
1.166170;0.789278;,
1.756400;0.789278;,
0.840003;1.039990;,
1.133670;1.039990;,
1.133670;0.770261;,
0.840003;0.770261;,
1.166170;0.981029;,
1.756400;0.981029;,
1.756400;0.789278;,
1.166170;0.789278;,
1.133670;1.039990;,
0.840003;1.039990;,
0.840003;0.770261;,
1.133670;0.770261;,
1.756400;0.839623;,
1.756400;0.839623;,
1.166170;0.839623;,
1.166170;0.839623;,
0.625128;0.820466;,
0.871057;0.820466;,
0.871057;0.820466;,
0.625128;0.820466;,
0.871057;1.116700;,
0.625128;1.116700;,
0.625128;0.953895;,
0.871057;0.953895;,
1.252677;1.230830;,
0.812182;1.230830;,
0.812182;1.001820;,
1.252677;1.001820;,
0.812182;1.230830;,
1.252677;1.230830;,
1.252677;1.001820;,
0.812182;1.001820;,
0.871057;0.935408;,
0.871057;0.935408;,
0.625128;0.935408;,
0.625128;0.935408;;
}
MeshNormals {
124;
-0.745356;-0.596285;0.000000;,
-0.894427;-0.447214;0.000000;,
-0.894427;-0.447214;0.000000;,
-0.596285;-0.745356;0.000000;,
-0.723607;-0.447214;0.000000;,
-0.723607;-0.447214;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.745356;-0.596285;0.000000;,
0.894427;-0.447214;0.000000;,
0.894427;-0.447214;0.000000;,
0.596285;-0.745356;0.000000;,
0.723607;-0.447214;0.000000;,
0.723607;-0.447214;0.000000;,
0.723607;0.447214;0.000000;,
0.723607;0.447214;0.000000;,
0.223607;-0.111803;0.920820;,
0.447214;0.000000;0.894427;,
0.447214;0.000000;0.894427;,
0.089443;0.178885;0.936656;,
0.000000;-0.223607;0.947214;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;0.894427;,
-0.447214;0.000000;0.894427;,
-0.447214;0.000000;0.894427;,
-0.447214;0.000000;0.894427;,
-0.447214;0.000000;0.894427;,
-0.723607;0.447214;0.000000;,
-0.723607;0.447214;0.000000;,
0.000000;0.223607;0.947214;,
-0.447214;0.000000;-0.894427;,
-0.447214;0.000000;-0.894427;,
-0.447214;0.000000;-0.894427;,
-0.447214;0.000000;-0.894427;,
0.089443;-0.178885;-0.936656;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.223607;-0.947214;,
0.223607;0.111803;-0.920820;,
0.447214;0.000000;-0.894427;,
0.447214;0.000000;-0.894427;,
0.596285;0.745356;0.000000;,
0.745356;0.596285;0.000000;,
-0.596285;0.745356;0.000000;,
-0.745356;0.596285;0.000000;,
0.000000;0.447214;0.894427;,
0.000000;0.447214;0.894427;,
0.000000;0.223607;-0.947214;,
0.894427;0.447214;0.000000;,
0.894427;0.447214;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.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
0.000000;0.447214;-0.894427;,
0.000000;0.447214;-0.894427;,
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;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.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;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;,
-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;,
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;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;,
-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;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.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;;
76;
3;0,1,2;,
3;0,2,3;,
3;3,4,5;,
3;3,5,0;,
3;6,7,8;,
3;6,8,9;,
3;10,11,12;,
3;10,12,13;,
3;13,14,15;,
3;13,15,10;,
3;16,17,15;,
3;16,15,14;,
3;18,19,20;,
3;18,20,21;,
3;22,23,24;,
3;22,24,18;,
3;25,26,27;,
3;25,27,28;,
3;29,30,5;,
3;29,5,4;,
3;21,31,22;,
3;21,22,18;,
3;32,33,34;,
3;32,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,36;,
3;43,17,16;,
3;43,16,44;,
3;45,30,29;,
3;45,29,46;,
3;21,47,48;,
3;21,48,31;,
3;49,40,36;,
3;49,36,39;,
3;44,50,51;,
3;44,51,43;,
3;52,53,54;,
3;52,54,55;,
3;46,56,57;,
3;46,57,45;,
3;49,58,59;,
3;49,59,40;,
3;60,61,62;,
3;60,62,63;,
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;76,77,78;,
3;76,78,79;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;100,101,102;,
3;100,102,103;,
3;104,105,106;,
3;104,106,107;,
3;108,109,110;,
3;108,110,111;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;120,121,122;,
3;120,122,123;;
}
MeshMaterialList {
1;
76;
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,
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;
Material {
0.367300;0.259913;0.265300;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA4_tex.png";
}
}
}
}
}
}