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

651 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 {
90;
1.000000;-0.550000;-0.050000;,
-1.000000;-0.550000;-0.050000;,
-1.750000;0.000000;0.500000;,
-1.250000;0.250000;0.750000;,
1.250000;0.250000;0.750000;,
1.750000;0.000000;0.500000;,
1.250000;0.250000;3.500000;,
1.750000;0.000000;3.750000;,
-1.250000;0.250000;3.500000;,
1.250000;0.250000;3.500000;,
1.250000;0.250000;0.750000;,
-1.250000;0.250000;0.750000;,
-1.750000;0.000000;3.750000;,
-1.750000;0.000000;0.500000;,
2.850000;-0.550000;1.300000;,
2.450000;-0.350000;1.300000;,
1.750000;0.000000;1.600000;,
2.850000;-0.550000;1.600000;,
2.450000;-0.350000;1.300000;,
2.450000;-0.350000;-1.050000;,
1.750000;0.000000;-1.400000;,
1.750000;0.000000;1.600000;,
2.850000;-0.550000;-1.050000;,
2.850000;-0.550000;-1.400000;,
-2.850000;-0.550000;-1.050000;,
-2.450000;-0.350000;-1.050000;,
-1.750000;0.000000;-1.400000;,
-2.850000;-0.550000;-1.400000;,
-2.450000;-0.350000;1.300000;,
-1.750000;0.000000;1.600000;,
-1.750000;0.000000;1.600000;,
-2.450000;-0.350000;1.300000;,
-2.850000;-0.550000;1.300000;,
-2.850000;-0.550000;1.600000;,
1.750000;-0.550000;2.100000;,
1.750000;-0.550000;-1.950000;,
-1.750000;-0.550000;-1.950000;,
-1.750000;-0.550000;2.100000;,
2.850000;-0.550000;-1.050000;,
2.450000;-0.350000;-1.050000;,
2.450000;-0.350000;1.300000;,
2.850000;-0.550000;1.300000;,
-2.450000;-0.350000;1.300000;,
-2.450000;-0.350000;-1.050000;,
-2.850000;-0.550000;-1.050000;,
-2.850000;-0.550000;1.300000;,
2.850000;-0.550000;-1.150000;,
2.850000;-0.550000;0.850000;,
4.600000;0.016500;0.850000;,
4.600000;0.016500;-0.900000;,
-4.600000;0.016500;-0.900000;,
-4.600000;0.016500;0.850000;,
-2.850000;-0.550000;0.850000;,
-2.850000;-0.550000;-1.150000;,
2.845600;-0.879100;-1.400000;,
2.845600;-0.879100;1.600000;,
-2.845600;-0.879100;-1.400000;,
-2.845600;-0.879100;1.600000;,
0.350000;-0.550000;-1.400000;,
0.350000;-0.550000;-4.300000;,
0.100000;-0.300000;-4.300000;,
0.100000;-0.300000;-1.400000;,
-0.100000;-0.300000;-4.300000;,
-0.100000;-0.300000;-1.400000;,
-0.350000;-0.550000;-1.400000;,
-0.350000;-0.550000;-4.300000;,
1.000000;-0.550000;-0.050000;,
1.750000;0.000000;0.500000;,
1.750000;0.000000;-4.300000;,
1.000000;-0.550000;-4.300000;,
-1.750000;0.000000;0.500000;,
-1.000000;-0.550000;-0.050000;,
-1.000000;-0.550000;-4.300000;,
-1.750000;0.000000;-4.300000;,
1.000000;-0.550000;-1.400000;,
0.600000;-0.150000;-1.400000;,
0.600000;-0.150000;0.350000;,
1.000000;-0.550000;-0.050000;,
-1.000000;-0.550000;-0.050000;,
-0.600000;-0.150000;0.350000;,
-0.600000;-0.150000;-1.400000;,
-1.000000;-0.550000;-1.400000;,
0.850000;0.079500;0.557300;,
1.400000;0.079500;0.557300;,
1.400000;-0.146000;0.331800;,
0.850000;-0.146000;0.331800;,
-0.700000;0.079500;0.557300;,
-0.700000;-0.146000;0.331800;,
-1.250000;-0.146000;0.331800;,
-1.250000;0.079500;0.557300;;
58;
3;0,1,2;,
3;0,2,3;,
3;0,3,4;,
3;0,4,5;,
3;6,7,5;,
3;6,5,4;,
3;8,9,10;,
3;8,10,11;,
3;12,8,11;,
3;12,11,13;,
3;14,15,16;,
3;14,16,17;,
3;18,19,20;,
3;18,20,21;,
3;22,23,20;,
3;22,20,19;,
3;24,25,26;,
3;24,26,27;,
3;28,29,26;,
3;28,26,25;,
3;30,31,32;,
3;30,32,33;,
3;17,16,34;,
3;35,20,23;,
3;27,26,36;,
3;37,30,33;,
3;38,39,40;,
3;38,40,41;,
3;42,43,44;,
3;42,44,45;,
3;46,47,48;,
3;46,48,49;,
3;50,51,52;,
3;50,52,53;,
3;54,46,49;,
3;48,47,55;,
3;50,53,56;,
3;57,52,51;,
3;58,59,60;,
3;58,60,61;,
3;61,60,62;,
3;61,62,63;,
3;64,63,62;,
3;64,62,65;,
3;66,67,68;,
3;66,68,69;,
3;70,71,72;,
3;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;80,79,76;,
3;80,76,75;,
3;82,83,84;,
3;82,84,85;,
3;86,87,88;,
3;86,88,89;;
MeshTextureCoords {
90;
1.218830;1.191669;,
1.218830;1.811252;,
1.044720;2.043600;,
0.965574;1.888700;,
0.965574;1.114222;,
1.044720;0.959326;,
0.095017;1.114222;,
0.015875;0.959326;,
0.095017;0.888700;,
0.095017;0.114222;,
0.965574;0.114222;,
0.965574;0.888700;,
0.015875;1.043600;,
1.044720;1.043600;,
0.458565;0.025216;,
0.458565;0.109515;,
0.512736;0.257037;,
0.512736;0.025216;,
1.458565;0.109515;,
1.034228;0.109514;,
0.971028;0.257037;,
1.512736;0.257037;,
1.034228;0.025216;,
0.971028;0.025216;,
1.038010;0.983619;,
1.038010;0.899320;,
0.974811;0.751797;,
0.974811;0.983619;,
1.462348;0.899320;,
1.516518;0.751797;,
0.516518;0.751797;,
0.462348;0.899320;,
0.462348;0.983619;,
0.516518;0.983619;,
0.603020;0.257037;,
0.871715;0.257037;,
0.875498;0.751797;,
0.606803;0.751797;,
0.365228;1.905711;,
0.171159;1.905711;,
0.171159;0.982012;,
0.365228;0.982012;,
0.376994;0.989017;,
0.376994;1.912717;,
0.182925;1.912717;,
0.182925;0.989017;,
0.997015;0.899795;,
0.997015;0.345777;,
0.512249;0.345777;,
0.512249;0.830543;,
0.513660;0.824848;,
0.513660;0.340082;,
0.998426;0.340082;,
0.998426;0.894100;,
0.998242;0.969047;,
0.998242;0.138020;,
0.999653;0.963352;,
0.999653;0.132325;,
0.475162;0.340925;,
1.531920;0.340925;,
1.531920;0.453309;,
0.475162;0.453309;,
1.531920;0.543216;,
0.475162;0.543216;,
0.475162;0.655600;,
1.531920;0.655600;,
0.609439;1.073067;,
0.503601;0.953375;,
0.503601;1.997961;,
0.609439;1.997961;,
0.997511;0.953375;,
0.891673;1.073067;,
0.891673;1.997961;,
0.997511;1.997961;,
0.631876;0.660488;,
0.631876;0.596540;,
0.994684;0.596540;,
0.911756;0.660488;,
0.911756;0.340748;,
0.994684;0.404696;,
0.631876;0.404696;,
0.631876;0.340748;,
0.321636;0.966663;,
0.321636;0.705330;,
0.513664;0.705330;,
0.513664;0.966663;,
0.321636;0.703145;,
0.513664;0.703145;,
0.513664;0.964478;,
0.321636;0.964478;;
}
MeshNormals {
90;
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.149071;0.769547;-0.471404;,
0.298142;0.831987;-0.235702;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
-0.149071;0.964809;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
-0.298142;0.929618;0.000000;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;0.000001;,
0.404405;0.808810;0.233778;,
0.383001;0.766002;0.350667;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;-0.000000;,
0.424438;0.848875;-0.133333;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;-0.000000;,
0.390274;0.780547;-0.333333;,
-0.447214;0.894427;-0.000000;,
-0.447214;0.894427;-0.000000;,
-0.424438;0.848875;-0.133333;,
-0.390274;0.780547;-0.333333;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
-0.404405;0.808810;0.233778;,
-0.447214;0.894427;0.000001;,
-0.447214;0.894427;0.000000;,
-0.383001;0.766002;0.350667;,
0.318788;0.637577;0.701334;,
0.333333;0.666667;-0.666667;,
-0.333333;0.666667;-0.666667;,
-0.318788;0.637577;0.701334;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
-0.232681;0.835449;-0.264360;,
-0.296185;0.914957;0.191913;,
-0.300116;0.927102;0.127942;,
-0.195032;0.777476;-0.396541;,
0.232681;0.835449;-0.264360;,
0.296185;0.914957;0.191913;,
0.300116;0.927102;0.127942;,
0.195032;0.777476;-0.396541;,
-0.082084;0.603560;-0.793081;,
-0.284390;0.878521;0.383827;,
0.082084;0.603560;-0.793081;,
0.284390;0.878521;0.383827;,
0.707107;0.707107;0.000000;,
0.707107;0.707107;0.000000;,
0.471405;0.804738;0.000000;,
0.235702;0.902369;0.000000;,
-0.353553;0.853553;0.000000;,
-0.353553;0.853553;0.000000;,
-0.707107;0.707107;0.000000;,
-0.707107;0.707107;0.000000;,
-0.591364;0.806405;0.000000;,
-0.591364;0.806405;0.000000;,
-0.591364;0.806405;0.000000;,
-0.591364;0.806405;0.000000;,
0.591364;0.806405;0.000000;,
0.591364;0.806405;0.000000;,
0.591364;0.806405;0.000000;,
0.591364;0.806405;0.000000;,
0.707107;0.707107;0.000000;,
0.353553;0.853553;0.000000;,
0.353553;0.853553;0.000000;,
0.707107;0.707107;0.000000;,
-0.707107;0.707107;0.000000;,
-0.353553;0.853553;0.000000;,
-0.353553;0.853553;0.000000;,
-0.707107;0.707107;0.000000;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;;
58;
3;0,1,2;,
3;0,2,3;,
3;0,3,4;,
3;0,4,5;,
3;6,7,5;,
3;6,5,4;,
3;8,9,10;,
3;8,10,11;,
3;12,8,11;,
3;12,11,13;,
3;14,15,16;,
3;14,16,17;,
3;18,19,20;,
3;18,20,21;,
3;22,23,20;,
3;22,20,19;,
3;24,25,26;,
3;24,26,27;,
3;28,29,26;,
3;28,26,25;,
3;30,31,32;,
3;30,32,33;,
3;17,16,34;,
3;35,20,23;,
3;27,26,36;,
3;37,30,33;,
3;38,39,40;,
3;38,40,41;,
3;42,43,44;,
3;42,44,45;,
3;46,47,48;,
3;46,48,49;,
3;50,51,52;,
3;50,52,53;,
3;54,46,49;,
3;48,47,55;,
3;50,53,56;,
3;57,52,51;,
3;58,59,60;,
3;58,60,61;,
3;61,60,62;,
3;61,62,63;,
3;64,63,62;,
3;64,62,65;,
3;66,67,68;,
3;66,68,69;,
3;70,71,72;,
3;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;80,79,76;,
3;80,76,75;,
3;82,83,84;,
3;82,84,85;,
3;86,87,88;,
3;86,88,89;;
}
MeshMaterialList {
7;
58;
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,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
5,
5,
5,
5,
5,
5,
6,
6,
6,
6;
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv6_tex.png";
}
}
Material {
0.171400;0.110284;0.171400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv2_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv5_tex.png";
}
}
Material {
0.171400;0.110284;0.171400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv6_tex.png";
}
}
Material {
0.338800;0.258481;0.338800;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv1_tex.png";
}
}
Material {
0.363300;0.168158;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv6_tex.png";
}
}
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
1.000000;1.000000;1.000000;;
TextureFilename {
"vtv1_tex.png";
}
}
}
}
}
}