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>
552 lines
12 KiB
Plaintext
552 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 {
|
|
76;
|
|
26.000000;40.050099;50.000000;,
|
|
-26.000000;40.050099;50.000000;,
|
|
-26.000000;40.050099;-50.000000;,
|
|
26.000000;40.050099;-50.000000;,
|
|
-26.000000;30.000099;50.000000;,
|
|
26.000000;30.000099;50.000000;,
|
|
26.000000;30.000099;-50.000000;,
|
|
-26.000000;30.000099;-50.000000;,
|
|
-26.000000;40.050099;50.000000;,
|
|
-26.000000;30.000099;50.000000;,
|
|
-26.000000;30.000099;-50.000000;,
|
|
-26.000000;40.050099;-50.000000;,
|
|
26.000000;30.000099;50.000000;,
|
|
26.000000;40.050099;50.000000;,
|
|
26.000000;40.050099;-50.000000;,
|
|
26.000000;30.000099;-50.000000;,
|
|
19.750000;40.050099;48.350000;,
|
|
19.750000;30.000099;48.350000;,
|
|
26.000000;30.000099;50.000000;,
|
|
26.000000;40.050099;50.000000;,
|
|
19.750000;40.050099;44.050000;,
|
|
19.750000;30.000099;44.050000;,
|
|
26.000000;40.050099;43.400000;,
|
|
26.000000;30.000099;43.400000;,
|
|
19.750000;40.050099;15.000000;,
|
|
19.750000;30.000099;15.000000;,
|
|
26.000000;30.000099;16.650000;,
|
|
26.000000;40.050099;16.650000;,
|
|
19.750000;40.050099;10.700000;,
|
|
19.750000;30.000099;10.700000;,
|
|
26.000000;40.050099;10.050000;,
|
|
26.000000;30.000099;10.050000;,
|
|
19.750000;40.050099;-18.350000;,
|
|
19.750000;30.000099;-18.350000;,
|
|
26.000000;30.000099;-16.700000;,
|
|
26.000000;40.050099;-16.700000;,
|
|
19.750000;40.050099;-22.650000;,
|
|
19.750000;30.000099;-22.650000;,
|
|
26.000000;40.050099;-23.300000;,
|
|
26.000000;30.000099;-23.300000;,
|
|
-19.750000;40.050099;48.850000;,
|
|
-26.000000;40.050099;50.000000;,
|
|
-26.000000;30.000099;50.000000;,
|
|
-19.750000;30.000099;48.850000;,
|
|
-19.750000;30.000099;44.550000;,
|
|
-19.750000;40.050099;44.550000;,
|
|
-26.000000;30.000099;43.400000;,
|
|
-26.000000;40.050099;43.400000;,
|
|
-19.750000;40.050099;15.500000;,
|
|
-26.000000;40.050099;16.650000;,
|
|
-26.000000;30.000099;16.650000;,
|
|
-19.750000;30.000099;15.500000;,
|
|
-19.750000;30.000099;11.200000;,
|
|
-19.750000;40.050099;11.200000;,
|
|
-26.000000;30.000099;10.050000;,
|
|
-26.000000;40.050099;10.050000;,
|
|
-19.750000;40.050099;-17.850000;,
|
|
-26.000000;40.050099;-16.700000;,
|
|
-26.000000;30.000099;-16.700000;,
|
|
-19.750000;30.000099;-17.850000;,
|
|
-19.750000;30.000099;-22.150000;,
|
|
-19.750000;40.050099;-22.150000;,
|
|
-26.000000;30.000099;-23.300000;,
|
|
-26.000000;40.050099;-23.300000;,
|
|
4.000000;39.599398;-1.659800;,
|
|
4.000000;39.599398;1.340200;,
|
|
-4.000000;39.599398;1.340200;,
|
|
-4.000000;39.599398;-1.659800;,
|
|
4.000000;39.599398;-33.250000;,
|
|
4.000000;39.599398;-30.250000;,
|
|
-4.000000;39.599398;-30.250000;,
|
|
-4.000000;39.599398;-33.250000;,
|
|
4.000000;39.599398;30.180301;,
|
|
4.000000;39.599398;33.180301;,
|
|
-4.000000;39.599398;33.180301;,
|
|
-4.000000;39.599398;30.180301;;
|
|
50;
|
|
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,20,21;,
|
|
3;16,21,17;,
|
|
3;20,22,23;,
|
|
3;20,23,21;,
|
|
3;24,25,26;,
|
|
3;24,26,27;,
|
|
3;24,28,29;,
|
|
3;24,29,25;,
|
|
3;28,30,31;,
|
|
3;28,31,29;,
|
|
3;32,33,34;,
|
|
3;32,34,35;,
|
|
3;32,36,37;,
|
|
3;32,37,33;,
|
|
3;36,38,39;,
|
|
3;36,39,37;,
|
|
3;40,41,42;,
|
|
3;40,42,43;,
|
|
3;40,43,44;,
|
|
3;40,44,45;,
|
|
3;45,44,46;,
|
|
3;45,46,47;,
|
|
3;48,49,50;,
|
|
3;48,50,51;,
|
|
3;48,51,52;,
|
|
3;48,52,53;,
|
|
3;53,52,54;,
|
|
3;53,54,55;,
|
|
3;56,57,58;,
|
|
3;56,58,59;,
|
|
3;56,59,60;,
|
|
3;56,60,61;,
|
|
3;61,60,62;,
|
|
3;61,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;;
|
|
|
|
MeshTextureCoords {
|
|
76;
|
|
2.146615;3.998333;,
|
|
0.846615;3.998333;,
|
|
0.846615;0.995329;,
|
|
2.146615;0.995329;,
|
|
0.846615;3.998325;,
|
|
2.146615;3.998325;,
|
|
2.146615;0.995322;,
|
|
0.846615;0.995322;,
|
|
0.336410;1.945144;,
|
|
0.336410;1.643342;,
|
|
2.836410;1.643342;,
|
|
2.836410;1.945144;,
|
|
0.336444;1.643342;,
|
|
0.336444;1.945144;,
|
|
2.836444;1.945144;,
|
|
2.836444;1.643342;,
|
|
0.100996;1.629655;,
|
|
0.100996;1.325110;,
|
|
0.051002;1.325110;,
|
|
0.051002;1.629655;,
|
|
0.231300;1.629655;,
|
|
0.231300;1.325110;,
|
|
0.251002;1.629655;,
|
|
0.251002;1.325110;,
|
|
0.111603;1.629655;,
|
|
0.111603;1.325110;,
|
|
0.061608;1.325110;,
|
|
0.061608;1.629655;,
|
|
0.241906;1.629655;,
|
|
0.241906;1.325110;,
|
|
0.261608;1.629655;,
|
|
0.261608;1.325110;,
|
|
0.122209;1.629655;,
|
|
0.122209;1.325110;,
|
|
0.072214;1.325110;,
|
|
0.072214;1.629655;,
|
|
0.252512;1.629655;,
|
|
0.252512;1.325110;,
|
|
0.272214;1.629655;,
|
|
0.272214;1.325110;,
|
|
0.085814;1.629655;,
|
|
0.050960;1.629655;,
|
|
0.050960;1.325110;,
|
|
0.085814;1.325110;,
|
|
0.216117;1.325110;,
|
|
0.216117;1.629655;,
|
|
0.250960;1.325110;,
|
|
0.250960;1.629655;,
|
|
0.096420;1.629655;,
|
|
0.061566;1.629655;,
|
|
0.061566;1.325110;,
|
|
0.096420;1.325110;,
|
|
0.226723;1.325110;,
|
|
0.226723;1.629655;,
|
|
0.261566;1.325110;,
|
|
0.261566;1.629655;,
|
|
0.107026;1.629655;,
|
|
0.072172;1.629655;,
|
|
0.072172;1.325110;,
|
|
0.107026;1.325110;,
|
|
0.237329;1.325110;,
|
|
0.237329;1.629655;,
|
|
0.272172;1.325110;,
|
|
0.272172;1.629655;,
|
|
0.723170;0.383628;,
|
|
0.723170;0.474537;,
|
|
0.480746;0.474537;,
|
|
0.480746;0.383628;,
|
|
0.723170;0.426350;,
|
|
0.723170;0.517260;,
|
|
0.480746;0.517260;,
|
|
0.480746;0.426350;,
|
|
0.723170;1.348481;,
|
|
0.723170;1.439390;,
|
|
0.480746;1.439390;,
|
|
0.480746;1.348481;;
|
|
}
|
|
|
|
MeshNormals {
|
|
76;
|
|
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.627627;0.000000;0.483437;,
|
|
-0.627627;0.000000;0.483437;,
|
|
-0.255255;0.000000;0.966874;,
|
|
-0.255255;0.000000;0.966874;,
|
|
-0.402294;0.000000;-0.663090;,
|
|
-0.701147;0.000000;-0.331545;,
|
|
-0.103442;0.000000;-0.994635;,
|
|
-0.103442;0.000000;-0.994635;,
|
|
-0.627627;0.000000;0.483437;,
|
|
-0.627627;0.000000;0.483437;,
|
|
-0.255255;0.000000;0.966874;,
|
|
-0.255255;0.000000;0.966874;,
|
|
-0.402295;0.000000;-0.663090;,
|
|
-0.701147;0.000000;-0.331545;,
|
|
-0.103442;0.000000;-0.994635;,
|
|
-0.103442;0.000000;-0.994635;,
|
|
-0.627627;0.000000;0.483437;,
|
|
-0.627627;0.000000;0.483437;,
|
|
-0.255255;0.000000;0.966874;,
|
|
-0.255255;0.000000;0.966874;,
|
|
-0.402295;0.000000;-0.663090;,
|
|
-0.701147;0.000000;-0.331545;,
|
|
-0.103442;0.000000;-0.994635;,
|
|
-0.103442;0.000000;-0.994635;,
|
|
0.590481;0.000000;0.491745;,
|
|
0.180962;0.000000;0.983490;,
|
|
0.180962;0.000000;0.983490;,
|
|
0.590481;0.000000;0.491745;,
|
|
0.726987;0.000000;-0.327830;,
|
|
0.453975;0.000000;-0.655660;,
|
|
0.180962;0.000000;-0.983490;,
|
|
0.180962;0.000000;-0.983490;,
|
|
0.590481;0.000000;0.491745;,
|
|
0.180962;0.000000;0.983490;,
|
|
0.180962;0.000000;0.983490;,
|
|
0.590481;0.000000;0.491745;,
|
|
0.726987;0.000000;-0.327830;,
|
|
0.453975;0.000000;-0.655660;,
|
|
0.180962;0.000000;-0.983490;,
|
|
0.180962;0.000000;-0.983490;,
|
|
0.590481;0.000000;0.491745;,
|
|
0.180962;0.000000;0.983490;,
|
|
0.180962;0.000000;0.983490;,
|
|
0.590481;0.000000;0.491745;,
|
|
0.726987;0.000000;-0.327830;,
|
|
0.453975;0.000000;-0.655660;,
|
|
0.180962;0.000000;-0.983490;,
|
|
0.180962;0.000000;-0.983490;,
|
|
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;;
|
|
50;
|
|
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,20,21;,
|
|
3;16,21,17;,
|
|
3;20,22,23;,
|
|
3;20,23,21;,
|
|
3;24,25,26;,
|
|
3;24,26,27;,
|
|
3;24,28,29;,
|
|
3;24,29,25;,
|
|
3;28,30,31;,
|
|
3;28,31,29;,
|
|
3;32,33,34;,
|
|
3;32,34,35;,
|
|
3;32,36,37;,
|
|
3;32,37,33;,
|
|
3;36,38,39;,
|
|
3;36,39,37;,
|
|
3;40,41,42;,
|
|
3;40,42,43;,
|
|
3;40,43,44;,
|
|
3;40,44,45;,
|
|
3;45,44,46;,
|
|
3;45,46,47;,
|
|
3;48,49,50;,
|
|
3;48,50,51;,
|
|
3;48,51,52;,
|
|
3;48,52,53;,
|
|
3;53,52,54;,
|
|
3;53,54,55;,
|
|
3;56,57,58;,
|
|
3;56,58,59;,
|
|
3;56,59,60;,
|
|
3;56,60,61;,
|
|
3;61,60,62;,
|
|
3;61,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;;
|
|
}
|
|
|
|
MeshMaterialList {
|
|
4;
|
|
50;
|
|
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;
|
|
|
|
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";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |