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>
484 lines
11 KiB
Plaintext
484 lines
11 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 {
|
|
60;
|
|
-1.300000;0.450000;-1.670000;,
|
|
-0.850000;0.450000;-1.670000;,
|
|
-0.850000;0.100000;-1.670000;,
|
|
-1.300000;0.100000;-1.670000;,
|
|
1.300000;0.450000;-1.670000;,
|
|
1.300000;0.100000;-1.670000;,
|
|
0.850000;0.100000;-1.670000;,
|
|
0.850000;0.450000;-1.670000;,
|
|
0.389600;0.600000;-1.650000;,
|
|
1.400000;0.600000;-1.650000;,
|
|
1.400000;-0.500000;-1.650000;,
|
|
0.389600;-0.500000;-1.650000;,
|
|
0.250000;-0.050000;0.450000;,
|
|
0.250000;-0.050000;1.500000;,
|
|
0.400000;-0.300000;1.850000;,
|
|
0.400000;-0.300000;0.300000;,
|
|
-0.400000;-0.300000;0.300000;,
|
|
-0.250000;-0.050000;0.450000;,
|
|
-0.400000;-0.300000;1.850000;,
|
|
-0.250000;-0.050000;1.500000;,
|
|
-1.400000;0.600000;-1.650000;,
|
|
-0.389600;0.600000;-1.650000;,
|
|
-0.389600;-0.500000;-1.650000;,
|
|
-1.400000;-0.500000;-1.650000;,
|
|
0.389600;-0.500000;-1.650000;,
|
|
1.400000;-0.500000;-1.650000;,
|
|
1.300000;-0.900000;-1.450000;,
|
|
0.412500;-0.900000;-1.450000;,
|
|
-0.389600;-0.500000;-1.650000;,
|
|
-0.412500;-0.900000;-1.450000;,
|
|
-1.300000;-0.900000;-1.450000;,
|
|
-1.400000;-0.500000;-1.650000;,
|
|
-0.750000;0.050000;-3.150000;,
|
|
-0.800000;0.050000;-3.250000;,
|
|
-1.400000;0.050000;-1.650000;,
|
|
-1.300000;0.050000;-1.650000;,
|
|
-1.300000;-0.150000;-1.650000;,
|
|
-0.750000;-0.150000;-3.150000;,
|
|
-0.800000;0.050000;-3.250000;,
|
|
-0.750000;0.050000;-3.150000;,
|
|
0.800000;0.050000;-3.150000;,
|
|
0.850000;0.050000;-3.250000;,
|
|
-0.750000;-0.150000;-3.150000;,
|
|
0.800000;-0.150000;-3.150000;,
|
|
0.850000;0.050000;-3.250000;,
|
|
0.800000;0.050000;-3.150000;,
|
|
1.300000;0.050000;-1.650000;,
|
|
1.400000;0.050000;-1.650000;,
|
|
0.800000;-0.150000;-3.150000;,
|
|
1.300000;-0.150000;-1.650000;,
|
|
0.250000;-0.050000;0.450000;,
|
|
-0.250000;-0.050000;0.450000;,
|
|
-0.250000;-0.050000;1.500000;,
|
|
0.250000;-0.050000;1.500000;,
|
|
-0.850000;-0.300000;-0.600000;,
|
|
-0.850000;-0.300000;0.850000;,
|
|
-0.450000;-0.300000;1.850000;,
|
|
0.450000;-0.300000;1.850000;,
|
|
0.850000;-0.300000;0.850000;,
|
|
0.850000;-0.300000;-0.600000;;
|
|
36;
|
|
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;15,16,17;,
|
|
3;15,17,12;,
|
|
3;17,16,18;,
|
|
3;17,18,19;,
|
|
3;20,21,22;,
|
|
3;20,22,23;,
|
|
3;24,25,26;,
|
|
3;24,26,27;,
|
|
3;28,29,30;,
|
|
3;28,30,31;,
|
|
3;32,33,34;,
|
|
3;32,34,35;,
|
|
3;32,35,36;,
|
|
3;32,36,37;,
|
|
3;38,39,40;,
|
|
3;38,40,41;,
|
|
3;40,39,42;,
|
|
3;40,42,43;,
|
|
3;44,45,46;,
|
|
3;44,46,47;,
|
|
3;46,45,48;,
|
|
3;46,48,49;,
|
|
3;50,51,52;,
|
|
3;50,52,53;,
|
|
3;54,55,56;,
|
|
3;54,56,57;,
|
|
3;54,57,58;,
|
|
3;54,58,59;;
|
|
|
|
MeshTextureCoords {
|
|
60;
|
|
0.318861;0.965584;,
|
|
0.318861;0.700829;,
|
|
0.494511;0.700829;,
|
|
0.494511;0.965584;,
|
|
0.318861;0.672750;,
|
|
0.494510;0.672750;,
|
|
0.494510;0.937505;,
|
|
0.318861;0.937505;,
|
|
1.539221;1.311034;,
|
|
1.539221;0.820908;,
|
|
0.990324;0.820908;,
|
|
0.990324;1.311034;,
|
|
0.034576;0.575202;,
|
|
0.196364;0.575202;,
|
|
0.250293;0.642613;,
|
|
0.011464;0.642613;,
|
|
0.011464;0.642613;,
|
|
0.034576;0.575202;,
|
|
0.250293;0.642613;,
|
|
0.196364;0.575202;,
|
|
1.539221;1.179090;,
|
|
1.539221;0.688965;,
|
|
0.990324;0.688965;,
|
|
0.990324;1.179090;,
|
|
0.008646;0.822532;,
|
|
0.008646;1.401998;,
|
|
0.128067;1.344649;,
|
|
0.128067;0.835673;,
|
|
0.008646;1.375712;,
|
|
0.128067;1.362571;,
|
|
0.128067;0.853590;,
|
|
0.008646;0.796250;,
|
|
2.217560;0.153949;,
|
|
2.274300;0.106335;,
|
|
1.366400;0.868153;,
|
|
1.366400;0.868153;,
|
|
1.271170;0.754665;,
|
|
2.122330;0.040461;,
|
|
0.874118;2.190630;,
|
|
0.921258;2.143490;,
|
|
2.382610;0.682136;,
|
|
2.429750;0.634995;,
|
|
0.732697;1.954926;,
|
|
2.194050;0.493574;,
|
|
2.274300;0.106335;,
|
|
2.217560;0.153948;,
|
|
1.366400;0.868153;,
|
|
1.366400;0.868153;,
|
|
2.122330;0.040461;,
|
|
1.271170;0.754665;,
|
|
0.003433;1.372800;,
|
|
0.301166;1.372800;,
|
|
0.301166;0.746102;,
|
|
0.003432;0.746102;,
|
|
1.297500;0.986689;,
|
|
0.816313;0.986689;,
|
|
0.484459;0.757059;,
|
|
0.484459;0.240393;,
|
|
0.816313;0.010763;,
|
|
1.297500;0.010763;;
|
|
}
|
|
|
|
MeshNormals {
|
|
60;
|
|
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.571662;0.514496;-0.285831;,
|
|
0.857493;0.514496;0.000000;,
|
|
0.857493;0.514496;0.000000;,
|
|
0.285831;0.514496;-0.571662;,
|
|
-0.428746;0.514496;-0.428746;,
|
|
-0.428746;0.514496;-0.428746;,
|
|
-0.857493;0.514496;0.000000;,
|
|
-0.857493;0.514496;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.447213;-0.894427;,
|
|
0.000000;-0.447213;-0.894427;,
|
|
0.000000;-0.447213;-0.894427;,
|
|
0.000000;-0.447213;-0.894427;,
|
|
0.000000;-0.447213;-0.894427;,
|
|
0.000000;-0.447213;-0.894427;,
|
|
0.000000;-0.447213;-0.894427;,
|
|
0.000000;-0.447213;-0.894427;,
|
|
0.469438;0.500000;0.172127;,
|
|
0.000000;1.000000;0.000000;,
|
|
0.000000;1.000000;0.000000;,
|
|
0.469438;0.500000;0.172127;,
|
|
0.938876;0.000000;0.344255;,
|
|
0.938876;0.000000;0.344255;,
|
|
0.000000;1.000000;0.000000;,
|
|
0.000000;0.500000;0.500000;,
|
|
0.000000;0.500000;0.500000;,
|
|
0.000000;1.000000;0.000000;,
|
|
0.000000;0.000000;1.000000;,
|
|
0.000000;0.000000;1.000000;,
|
|
0.000000;1.000000;0.000000;,
|
|
-0.474342;0.500000;0.158114;,
|
|
-0.474342;0.500000;0.158114;,
|
|
0.000000;1.000000;0.000000;,
|
|
-0.948683;0.000000;0.316228;,
|
|
-0.948683;0.000000;0.316228;,
|
|
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;;
|
|
36;
|
|
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;15,16,17;,
|
|
3;15,17,12;,
|
|
3;17,16,18;,
|
|
3;17,18,19;,
|
|
3;20,21,22;,
|
|
3;20,22,23;,
|
|
3;24,25,26;,
|
|
3;24,26,27;,
|
|
3;28,29,30;,
|
|
3;28,30,31;,
|
|
3;32,33,34;,
|
|
3;32,34,35;,
|
|
3;32,35,36;,
|
|
3;32,36,37;,
|
|
3;38,39,40;,
|
|
3;38,40,41;,
|
|
3;40,39,42;,
|
|
3;40,42,43;,
|
|
3;44,45,46;,
|
|
3;44,46,47;,
|
|
3;46,45,48;,
|
|
3;46,48,49;,
|
|
3;50,51,52;,
|
|
3;50,52,53;,
|
|
3;54,55,56;,
|
|
3;54,56,57;,
|
|
3;54,57,58;,
|
|
3;54,58,59;;
|
|
}
|
|
|
|
MeshMaterialList {
|
|
6;
|
|
36;
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
2,
|
|
2,
|
|
2,
|
|
2,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
4,
|
|
4,
|
|
5,
|
|
5,
|
|
5,
|
|
5;
|
|
|
|
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";
|
|
}
|
|
}
|
|
|
|
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 {
|
|
"genC4_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 {
|
|
1.000000;0.193997;0.000000;1.000000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.000000;0.000000;0.000000;;
|
|
|
|
TextureFilename {
|
|
"vtgrs8_tex.png";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |