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>
559 lines
13 KiB
Plaintext
559 lines
13 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 {
|
|
84;
|
|
-0.500000;0.494800;-1.328400;,
|
|
-0.500000;-0.031500;-2.300000;,
|
|
-0.500000;0.043100;-2.480000;,
|
|
-0.500000;0.670500;-1.328500;,
|
|
-0.600000;0.575900;-1.178800;,
|
|
-0.600000;-0.031500;-2.300000;,
|
|
-0.500000;-0.031500;-2.300000;,
|
|
-0.500000;-0.331500;-2.300000;,
|
|
-0.500000;-0.484900;-2.480000;,
|
|
-0.500000;0.043100;-2.480000;,
|
|
-0.500000;-0.331500;-2.300000;,
|
|
-0.500000;-0.681500;-0.500000;,
|
|
-0.500000;-0.856500;-0.500000;,
|
|
-0.500000;-0.484900;-2.480000;,
|
|
-0.600000;-0.331500;-2.300000;,
|
|
-0.500000;-0.331500;-2.300000;,
|
|
-0.500000;-0.031500;-2.300000;,
|
|
-0.600000;-0.031500;-2.300000;,
|
|
-0.600000;-0.681500;-0.500000;,
|
|
-0.600000;-0.331500;-2.300000;,
|
|
0.500000;-0.331500;-2.300000;,
|
|
-0.500000;-0.331500;-2.300000;,
|
|
-0.500000;-0.484900;-2.300000;,
|
|
0.500000;-0.484900;-2.300000;,
|
|
0.500000;-0.331500;-2.480000;,
|
|
-0.500000;-0.331500;-2.480000;,
|
|
-0.450000;0.675400;0.500000;,
|
|
-0.450000;0.675400;1.500000;,
|
|
-1.150000;-0.074600;1.050000;,
|
|
-1.150000;-0.074600;0.500000;,
|
|
0.450000;0.675400;0.500000;,
|
|
1.150000;-0.074600;0.500000;,
|
|
1.150000;-0.074600;1.050000;,
|
|
0.450000;0.675400;1.500000;,
|
|
0.500000;0.494800;-1.328400;,
|
|
0.500000;0.670500;-1.328500;,
|
|
0.500000;0.043100;-2.480000;,
|
|
0.500000;-0.031500;-2.300000;,
|
|
0.600000;0.575900;-1.178800;,
|
|
0.600000;-0.031500;-2.300000;,
|
|
0.600000;-0.331500;-2.300000;,
|
|
0.600000;-0.031500;-2.300000;,
|
|
0.500000;-0.031500;-2.300000;,
|
|
0.500000;-0.331500;-2.300000;,
|
|
0.500000;-0.331500;-2.300000;,
|
|
0.500000;-0.484900;-2.480000;,
|
|
0.500000;-0.856500;-0.500000;,
|
|
0.500000;-0.681500;-0.500000;,
|
|
0.500000;0.043100;-2.480000;,
|
|
0.500000;-0.484900;-2.480000;,
|
|
0.600000;-0.681500;-0.500000;,
|
|
0.600000;-0.331500;-2.300000;,
|
|
0.450000;0.675400;-0.450000;,
|
|
0.450000;1.175400;-0.450000;,
|
|
0.450000;1.175400;1.500000;,
|
|
0.450000;0.675400;1.500000;,
|
|
-0.450000;1.175400;-0.450000;,
|
|
-0.450000;0.675400;-0.450000;,
|
|
-0.450000;0.675400;1.500000;,
|
|
-0.450000;1.175400;1.500000;,
|
|
-0.150000;0.375400;-0.450000;,
|
|
0.150000;0.375400;-0.450000;,
|
|
0.150000;0.375400;1.500000;,
|
|
-0.150000;0.375400;1.500000;,
|
|
-0.150000;0.675400;1.700000;,
|
|
-0.150000;0.375400;1.500000;,
|
|
0.150000;0.375400;1.500000;,
|
|
0.150000;0.675400;1.700000;,
|
|
-1.150000;-0.074600;0.500000;,
|
|
-0.450000;0.825400;0.550000;,
|
|
-0.450000;0.675400;0.500000;,
|
|
0.450000;0.675400;1.500000;,
|
|
-0.450000;0.675400;1.500000;,
|
|
1.150000;-0.074600;0.500000;,
|
|
0.450000;0.675400;0.500000;,
|
|
0.450000;0.825400;0.550000;,
|
|
0.150000;0.375400;-0.450000;,
|
|
0.450000;0.675400;-0.450000;,
|
|
0.450000;0.675400;1.500000;,
|
|
0.150000;0.375400;1.500000;,
|
|
-0.450000;0.675400;-0.450000;,
|
|
-0.150000;0.375400;-0.450000;,
|
|
-0.150000;0.375400;1.500000;,
|
|
-0.450000;0.675400;1.500000;;
|
|
48;
|
|
3;0,1,2;,
|
|
3;0,2,3;,
|
|
3;4,5,1;,
|
|
3;4,1,0;,
|
|
3;6,7,8;,
|
|
3;6,8,9;,
|
|
3;10,11,12;,
|
|
3;10,12,13;,
|
|
3;14,15,16;,
|
|
3;14,16,17;,
|
|
3;18,11,10;,
|
|
3;18,10,19;,
|
|
3;20,21,22;,
|
|
3;20,22,23;,
|
|
3;20,24,25;,
|
|
3;20,25,21;,
|
|
3;26,27,28;,
|
|
3;26,28,29;,
|
|
3;30,31,32;,
|
|
3;30,32,33;,
|
|
3;34,35,36;,
|
|
3;34,36,37;,
|
|
3;38,34,37;,
|
|
3;38,37,39;,
|
|
3;40,41,42;,
|
|
3;40,42,43;,
|
|
3;44,45,46;,
|
|
3;44,46,47;,
|
|
3;42,48,49;,
|
|
3;42,49,43;,
|
|
3;50,51,44;,
|
|
3;50,44,47;,
|
|
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;67,66,71;,
|
|
3;72,65,64;,
|
|
3;73,74,75;,
|
|
3;76,77,78;,
|
|
3;76,78,79;,
|
|
3;80,81,82;,
|
|
3;80,82,83;;
|
|
|
|
MeshTextureCoords {
|
|
84;
|
|
1.846512;1.050600;,
|
|
0.750904;1.672610;,
|
|
0.625354;1.865260;,
|
|
1.925397;1.129770;,
|
|
2.091280;1.030910;,
|
|
0.826984;1.748690;,
|
|
1.306474;1.127030;,
|
|
1.027795;1.377954;,
|
|
0.801930;1.413779;,
|
|
1.292362;0.972190;,
|
|
0.615925;2.537630;,
|
|
2.049440;0.789162;,
|
|
1.970699;0.710424;,
|
|
0.387810;2.627710;,
|
|
0.097440;0.455348;,
|
|
0.027795;0.377954;,
|
|
0.306474;0.127030;,
|
|
0.376118;0.204423;,
|
|
2.125520;0.865241;,
|
|
0.692004;2.613710;,
|
|
0.955461;0.138327;,
|
|
1.839344;1.022210;,
|
|
1.927935;0.933619;,
|
|
1.044052;0.049736;,
|
|
0.835023;0.258764;,
|
|
1.718907;1.142650;,
|
|
1.381328;1.127850;,
|
|
0.886849;1.622330;,
|
|
0.738505;1.028950;,
|
|
1.010469;0.756990;,
|
|
1.381328;1.127850;,
|
|
1.010469;0.756990;,
|
|
0.738505;1.028950;,
|
|
0.886849;1.622330;,
|
|
2.085717;0.289806;,
|
|
2.164603;0.368974;,
|
|
0.864560;1.104460;,
|
|
0.990110;0.911813;,
|
|
2.178327;0.117957;,
|
|
0.914030;0.835734;,
|
|
0.261700;0.526630;,
|
|
0.540380;0.275705;,
|
|
0.610030;0.353098;,
|
|
0.331350;0.604023;,
|
|
0.855130;2.776833;,
|
|
0.627010;2.866916;,
|
|
2.209905;0.949630;,
|
|
2.288643;1.028367;,
|
|
0.595920;0.198258;,
|
|
0.105480;0.639847;,
|
|
2.212564;0.952290;,
|
|
0.779050;2.700754;,
|
|
0.243971;0.238955;,
|
|
0.434085;0.238955;,
|
|
0.434085;0.752263;,
|
|
0.243971;0.752263;,
|
|
0.434085;0.238955;,
|
|
0.243971;0.238955;,
|
|
0.243971;0.752263;,
|
|
0.434085;0.752263;,
|
|
0.129903;0.238955;,
|
|
0.129903;0.238955;,
|
|
0.129903;0.752263;,
|
|
0.129903;0.752263;,
|
|
0.501136;1.343940;,
|
|
0.501136;1.273270;,
|
|
0.607143;1.273270;,
|
|
0.607143;1.343940;,
|
|
0.964210;0.329784;,
|
|
0.942750;0.716050;,
|
|
0.964210;0.651673;,
|
|
0.713150;1.273270;,
|
|
0.395129;1.273270;,
|
|
0.964210;0.329784;,
|
|
0.964210;0.651673;,
|
|
0.942750;0.716050;,
|
|
0.981514;0.514379;,
|
|
1.247001;0.514379;,
|
|
1.247001;1.709069;,
|
|
0.981514;1.709069;,
|
|
1.247001;0.514379;,
|
|
0.981514;0.514379;,
|
|
0.981514;1.709069;,
|
|
1.247001;1.709069;;
|
|
}
|
|
|
|
MeshNormals {
|
|
84;
|
|
0.666479;-0.293095;0.158765;,
|
|
0.333145;-0.586183;0.317543;,
|
|
1.000000;0.000000;0.000000;,
|
|
1.000000;0.000000;0.000000;,
|
|
-0.000282;-0.879275;0.476314;,
|
|
0.000000;-0.879265;0.476334;,
|
|
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.500000;0.490808;0.095435;,
|
|
0.500000;0.490808;0.095435;,
|
|
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.981615;0.190870;,
|
|
0.000000;0.981615;0.190870;,
|
|
0.000000;0.500000;0.500000;,
|
|
0.000000;0.500000;0.500000;,
|
|
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.731055;-0.682318;0.000000;,
|
|
0.731055;-0.682318;0.000000;,
|
|
0.731055;-0.682318;0.000000;,
|
|
0.731055;-0.682318;0.000000;,
|
|
-0.731055;-0.682318;0.000000;,
|
|
-0.731055;-0.682318;0.000000;,
|
|
-0.731055;-0.682318;0.000000;,
|
|
-0.731055;-0.682318;0.000000;,
|
|
-0.666479;-0.293095;0.158765;,
|
|
-1.000000;0.000000;0.000000;,
|
|
-1.000000;0.000000;0.000000;,
|
|
-0.333145;-0.586183;0.317543;,
|
|
0.000282;-0.879275;0.476314;,
|
|
0.000000;-0.879265;0.476334;,
|
|
0.000000;0.000000;1.000000;,
|
|
0.000000;0.000000;1.000000;,
|
|
-0.500000;0.000000;0.500000;,
|
|
-0.500000;0.000000;0.500000;,
|
|
-0.500000;0.490808;0.095435;,
|
|
-1.000000;0.000000;0.000000;,
|
|
-1.000000;0.000000;0.000000;,
|
|
-0.500000;0.490808;0.095435;,
|
|
-1.000000;0.000000;0.000000;,
|
|
-1.000000;0.000000;0.000000;,
|
|
0.000000;0.981615;0.190870;,
|
|
0.000000;0.981615;0.190870;,
|
|
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;-1.000000;0.000000;,
|
|
0.000000;-1.000000;0.000000;,
|
|
0.000000;-1.000000;0.000000;,
|
|
0.000000;-1.000000;0.000000;,
|
|
-0.161690;-0.531491;0.797236;,
|
|
-0.242536;-0.519886;0.779829;,
|
|
0.161690;-0.531491;0.797236;,
|
|
0.242536;-0.519886;0.779829;,
|
|
-0.320897;0.299504;-0.898511;,
|
|
-0.320897;0.299504;-0.898511;,
|
|
-0.320897;0.299504;-0.898511;,
|
|
0.485071;-0.485071;0.727607;,
|
|
-0.485071;-0.485071;0.727607;,
|
|
0.320897;0.299504;-0.898511;,
|
|
0.320897;0.299504;-0.898511;,
|
|
0.320897;0.299504;-0.898511;,
|
|
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;0.000000;;
|
|
48;
|
|
3;0,1,2;,
|
|
3;0,2,3;,
|
|
3;4,5,1;,
|
|
3;4,1,0;,
|
|
3;6,7,8;,
|
|
3;6,8,9;,
|
|
3;10,11,12;,
|
|
3;10,12,13;,
|
|
3;14,15,16;,
|
|
3;14,16,17;,
|
|
3;18,11,10;,
|
|
3;18,10,19;,
|
|
3;20,21,22;,
|
|
3;20,22,23;,
|
|
3;20,24,25;,
|
|
3;20,25,21;,
|
|
3;26,27,28;,
|
|
3;26,28,29;,
|
|
3;30,31,32;,
|
|
3;30,32,33;,
|
|
3;34,35,36;,
|
|
3;34,36,37;,
|
|
3;38,34,37;,
|
|
3;38,37,39;,
|
|
3;40,41,42;,
|
|
3;40,42,43;,
|
|
3;44,45,46;,
|
|
3;44,46,47;,
|
|
3;42,48,49;,
|
|
3;42,49,43;,
|
|
3;50,51,44;,
|
|
3;50,44,47;,
|
|
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;67,66,71;,
|
|
3;72,65,64;,
|
|
3;73,74,75;,
|
|
3;76,77,78;,
|
|
3;76,78,79;,
|
|
3;80,81,82;,
|
|
3;80,82,83;;
|
|
}
|
|
|
|
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,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
2,
|
|
2,
|
|
2,
|
|
2;
|
|
|
|
Material {
|
|
0.849000;0.485841;0.000000;1.000000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.000000;0.000000;0.000000;;
|
|
|
|
TextureFilename {
|
|
"genC4_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 {
|
|
"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";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |