Files
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

606 lines
14 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 {
88;
25.000000;6.100100;50.000000;,
-25.000000;6.100100;50.000000;,
-25.000000;6.100100;-50.000000;,
25.000000;6.100100;-50.000000;,
-25.000000;0.000100;50.000000;,
25.000000;0.000100;50.000000;,
25.000000;0.000100;-50.000000;,
-25.000000;0.000100;-50.000000;,
-25.000000;6.100100;50.000000;,
-25.000000;0.000100;50.000000;,
-25.000000;0.000100;-50.000000;,
-25.000000;6.100100;-50.000000;,
25.000000;0.000100;50.000000;,
25.000000;6.100100;50.000000;,
25.000000;6.100100;-50.000000;,
25.000000;0.000100;-50.000000;,
22.750000;6.100100;48.850000;,
22.750000;6.100100;44.550000;,
22.750000;0.000100;44.550000;,
22.750000;0.000100;48.850000;,
25.000000;0.000100;50.000000;,
25.000000;6.100100;50.000000;,
25.000000;6.100100;43.400000;,
25.000000;0.000100;43.400000;,
22.750000;6.100100;15.500000;,
22.750000;6.100100;11.200000;,
22.750000;0.000100;11.200000;,
22.750000;0.000100;15.500000;,
25.000000;0.000100;16.650000;,
25.000000;6.100100;16.650000;,
25.000000;6.100100;10.050000;,
25.000000;0.000100;10.050000;,
22.750000;6.100100;-17.850000;,
22.750000;6.100100;-22.150000;,
22.750000;0.000100;-22.150000;,
22.750000;0.000100;-17.850000;,
25.000000;0.000100;-16.700000;,
25.000000;6.100100;-16.700000;,
25.000000;6.100100;-23.300000;,
25.000000;0.000100;-23.300000;,
-22.750000;6.100100;48.850000;,
-22.750000;0.000100;48.850000;,
-22.750000;0.000100;44.550000;,
-22.750000;6.100100;44.550000;,
-25.000000;6.100100;50.000000;,
-25.000000;0.000100;50.000000;,
-25.000000;0.000100;43.400000;,
-25.000000;6.100100;43.400000;,
-22.750000;6.100100;15.500000;,
-22.750000;0.000100;15.500000;,
-22.750000;0.000100;11.200000;,
-22.750000;6.100100;11.200000;,
-25.000000;6.100100;16.650000;,
-25.000000;0.000100;16.650000;,
-25.000000;0.000100;10.050000;,
-25.000000;6.100100;10.050000;,
-22.750000;6.100100;-17.850000;,
-22.750000;0.000100;-17.850000;,
-22.750000;0.000100;-22.150000;,
-22.750000;6.100100;-22.150000;,
-25.000000;6.100100;-16.700000;,
-25.000000;0.000100;-16.700000;,
-25.000000;0.000100;-23.300000;,
-25.000000;6.100100;-23.300000;,
4.000000;6.041200;0.340200;,
4.000000;6.041200;1.340200;,
-4.000000;6.041200;1.340200;,
-4.000000;6.041200;0.340200;,
4.000000;6.041200;-1.659800;,
4.000000;6.041200;-0.659800;,
-4.000000;6.041200;-0.659800;,
-4.000000;6.041200;-1.659800;,
4.000000;6.041200;-31.250000;,
4.000000;6.041200;-30.250000;,
-4.000000;6.041200;-30.250000;,
-4.000000;6.041200;-31.250000;,
4.000000;6.041200;-33.250000;,
4.000000;6.041200;-32.250000;,
-4.000000;6.041200;-32.250000;,
-4.000000;6.041200;-33.250000;,
4.000000;6.041200;32.180301;,
4.000000;6.041200;33.180301;,
-4.000000;6.041200;33.180301;,
-4.000000;6.041200;32.180301;,
4.000000;6.041200;30.180301;,
4.000000;6.041200;31.180301;,
-4.000000;6.041200;31.180301;,
-4.000000;6.041200;30.180301;;
56;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;4,6,7;,
3;8,9,10;,
3;8,10,11;,
3;12,13,14;,
3;12,14,15;,
3;16,17,18;,
3;16,18,19;,
3;16,19,20;,
3;16,20,21;,
3;17,22,23;,
3;17,23,18;,
3;24,25,26;,
3;24,26,27;,
3;24,27,28;,
3;24,28,29;,
3;25,30,31;,
3;25,31,26;,
3;32,33,34;,
3;32,34,35;,
3;32,35,36;,
3;32,36,37;,
3;33,38,39;,
3;33,39,34;,
3;40,41,42;,
3;40,42,43;,
3;40,44,45;,
3;40,45,41;,
3;43,42,46;,
3;43,46,47;,
3;48,49,50;,
3;48,50,51;,
3;48,52,53;,
3;48,53,49;,
3;51,50,54;,
3;51,54,55;,
3;56,57,58;,
3;56,58,59;,
3;56,60,61;,
3;56,61,57;,
3;59,58,62;,
3;59,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;;
MeshTextureCoords {
88;
2.209970;4.032990;,
0.797540;4.032990;,
0.797540;0.970570;,
2.209970;0.970570;,
0.797540;4.032990;,
2.209970;4.032990;,
2.209970;0.970570;,
0.797540;0.970570;,
0.091320;0.944928;,
0.091320;0.701900;,
4.075390;0.701900;,
4.075390;0.944928;,
0.091320;0.701900;,
0.091320;0.944928;,
4.075390;0.944928;,
4.075390;0.701900;,
0.767220;0.906864;,
0.952560;0.906864;,
0.952560;0.643933;,
0.767220;0.643933;,
0.717650;0.643933;,
0.717650;0.906864;,
1.002130;0.906864;,
1.002130;0.643933;,
0.204719;0.906864;,
0.390064;0.906864;,
0.390064;0.643933;,
0.204719;0.643933;,
0.155150;0.643933;,
0.155150;0.906864;,
0.439633;0.906864;,
0.439633;0.643933;,
0.642220;0.906864;,
0.827565;0.906864;,
0.827565;0.643933;,
0.642220;0.643933;,
0.592651;0.643933;,
0.592651;0.906864;,
0.877134;0.906864;,
0.877134;0.643933;,
0.767220;0.906864;,
0.767220;0.643933;,
0.952560;0.643933;,
0.952560;0.906864;,
0.717650;0.906864;,
0.717650;0.643933;,
1.002130;0.643933;,
1.002130;0.906864;,
0.204719;0.906864;,
0.204719;0.643933;,
0.390064;0.643933;,
0.390064;0.906864;,
0.155150;0.906864;,
0.155150;0.643933;,
0.439633;0.643933;,
0.439633;0.906864;,
0.642220;0.906864;,
0.642220;0.643933;,
0.827565;0.643933;,
0.827565;0.906864;,
0.592651;0.906864;,
0.592651;0.643933;,
0.877134;0.643933;,
0.877134;0.906864;,
0.616750;0.512197;,
0.616750;0.542821;,
0.390761;0.542821;,
0.390761;0.512197;,
0.616750;0.450948;,
0.616750;0.481573;,
0.390761;0.481573;,
0.390761;0.450948;,
0.616750;0.544775;,
0.616750;0.575399;,
0.390761;0.575399;,
0.390761;0.544775;,
0.616750;0.483526;,
0.616750;0.514150;,
0.390761;0.514150;,
0.390761;0.483526;,
0.616750;1.487270;,
0.616750;1.517900;,
0.390761;1.517900;,
0.390761;1.487270;,
0.616750;1.426030;,
0.616750;1.456650;,
0.390761;1.456650;,
0.390761;1.426030;;
}
MeshNormals {
88;
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;,
-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.727556;0.000000;0.445217;,
-0.636740;0.000000;-0.593623;,
-0.818370;0.000000;-0.296812;,
-0.727556;0.000000;0.445217;,
-0.455112;0.000000;0.890434;,
-0.455112;0.000000;0.890434;,
-0.455110;0.000000;-0.890435;,
-0.455110;0.000000;-0.890435;,
-0.727555;0.000000;0.445217;,
-0.636741;0.000000;-0.593623;,
-0.818370;0.000000;-0.296812;,
-0.727555;0.000000;0.445217;,
-0.455111;0.000000;0.890435;,
-0.455111;0.000000;0.890435;,
-0.455111;0.000000;-0.890435;,
-0.455111;0.000000;-0.890435;,
-0.727555;0.000000;0.445217;,
-0.636741;0.000000;-0.593623;,
-0.818370;0.000000;-0.296812;,
-0.727555;0.000000;0.445217;,
-0.455111;0.000000;0.890435;,
-0.455111;0.000000;0.890435;,
-0.455111;0.000000;-0.890435;,
-0.455111;0.000000;-0.890435;,
0.727556;0.000000;0.445217;,
0.727556;0.000000;0.445217;,
0.818370;0.000000;-0.296812;,
0.636740;0.000000;-0.593623;,
0.455112;0.000000;0.890434;,
0.455112;0.000000;0.890434;,
0.455110;0.000000;-0.890435;,
0.455110;0.000000;-0.890435;,
0.727555;0.000000;0.445217;,
0.727555;0.000000;0.445217;,
0.818370;0.000000;-0.296812;,
0.636741;0.000000;-0.593623;,
0.455111;0.000000;0.890435;,
0.455111;0.000000;0.890435;,
0.455111;0.000000;-0.890435;,
0.455111;0.000000;-0.890435;,
0.727555;0.000000;0.445217;,
0.727555;0.000000;0.445217;,
0.818370;0.000000;-0.296812;,
0.636741;0.000000;-0.593623;,
0.455111;0.000000;0.890435;,
0.455111;0.000000;0.890435;,
0.455111;0.000000;-0.890435;,
0.455111;0.000000;-0.890435;,
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;-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;-1.000000;0.000000;;
56;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;4,6,7;,
3;8,9,10;,
3;8,10,11;,
3;12,13,14;,
3;12,14,15;,
3;16,17,18;,
3;16,18,19;,
3;16,19,20;,
3;16,20,21;,
3;17,22,23;,
3;17,23,18;,
3;24,25,26;,
3;24,26,27;,
3;24,27,28;,
3;24,28,29;,
3;25,30,31;,
3;25,31,26;,
3;32,33,34;,
3;32,34,35;,
3;32,35,36;,
3;32,36,37;,
3;33,38,39;,
3;33,39,34;,
3;40,41,42;,
3;40,42,43;,
3;40,44,45;,
3;40,45,41;,
3;43,42,46;,
3;43,46,47;,
3;48,49,50;,
3;48,50,51;,
3;48,52,53;,
3;48,53,49;,
3;51,50,54;,
3;51,54,55;,
3;56,57,58;,
3;56,58,59;,
3;56,60,61;,
3;56,61,57;,
3;59,58,62;,
3;59,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;;
}
MeshMaterialList {
4;
56;
0,
0,
0,
0,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3;
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intE_tex.png";
}
}
Material {
0.330600;0.209058;0.285900;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intG_tex.png";
}
}
Material {
0.685700;0.260486;0.243500;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intG_tex.png";
}
}
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.900000;0.800000;0.700000;;
TextureFilename {
"NULL.png";
}
}
}
}
}
}