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>
381 lines
7.0 KiB
Plaintext
381 lines
7.0 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 {
|
|
24;
|
|
-0.024080;37.977200;0.231821;,
|
|
1.239850;42.547600;0.231821;,
|
|
0.889666;38.007600;0.231821;,
|
|
-0.951049;42.612701;2.418140;,
|
|
-14.225400;84.474803;-0.781778;,
|
|
-12.936401;69.873299;-1.367380;,
|
|
-14.241200;79.265504;-2.767280;,
|
|
-5.201930;78.223603;2.360420;,
|
|
-2.317090;68.539494;2.344120;,
|
|
-2.280160;78.771699;0.718121;,
|
|
0.311770;70.531802;-0.367880;,
|
|
-2.014080;59.174304;2.556320;,
|
|
3.445310;60.613203;-1.381680;,
|
|
-0.466797;52.578701;3.041620;,
|
|
2.599610;53.063501;-1.545480;,
|
|
0.426757;48.247101;2.838220;,
|
|
2.023630;46.063501;0.231821;,
|
|
-2.362940;42.836499;0.231821;,
|
|
-3.082670;46.801699;1.273340;,
|
|
-0.993926;37.944899;0.231821;,
|
|
-3.730870;51.259200;0.365871;,
|
|
-6.846620;55.804698;1.755920;,
|
|
-8.061890;61.742598;1.515830;,
|
|
-9.152930;84.072198;0.978722;;
|
|
56;
|
|
3;0,1,2;,
|
|
3;0,3,1;,
|
|
3;4,5,6;,
|
|
3;4,7,5;,
|
|
3;8,9,10;,
|
|
3;8,7,9;,
|
|
3;11,10,12;,
|
|
3;11,8,10;,
|
|
3;13,12,14;,
|
|
3;13,11,12;,
|
|
3;15,14,16;,
|
|
3;15,13,14;,
|
|
3;15,17,18;,
|
|
3;15,3,17;,
|
|
3;17,0,19;,
|
|
3;17,3,0;,
|
|
3;15,1,3;,
|
|
3;15,16,1;,
|
|
3;20,15,18;,
|
|
3;20,13,15;,
|
|
3;21,13,20;,
|
|
3;21,11,13;,
|
|
3;22,11,21;,
|
|
3;22,8,11;,
|
|
3;5,8,22;,
|
|
3;5,7,8;,
|
|
3;4,9,7;,
|
|
3;4,23,9;,
|
|
3;2,1,0;,
|
|
3;1,3,0;,
|
|
3;6,5,4;,
|
|
3;5,7,4;,
|
|
3;10,9,8;,
|
|
3;9,7,8;,
|
|
3;12,10,11;,
|
|
3;10,8,11;,
|
|
3;14,12,13;,
|
|
3;12,11,13;,
|
|
3;16,14,15;,
|
|
3;14,13,15;,
|
|
3;18,17,15;,
|
|
3;17,3,15;,
|
|
3;19,0,17;,
|
|
3;0,3,17;,
|
|
3;3,1,15;,
|
|
3;1,16,15;,
|
|
3;18,15,20;,
|
|
3;15,13,20;,
|
|
3;20,13,21;,
|
|
3;13,11,21;,
|
|
3;21,11,22;,
|
|
3;11,8,22;,
|
|
3;22,8,5;,
|
|
3;8,7,5;,
|
|
3;7,9,4;,
|
|
3;9,23,4;;
|
|
|
|
MeshTextureCoords {
|
|
24;
|
|
0.666667;0.000000;,
|
|
0.333333;0.142857;,
|
|
0.333333;0.000000;,
|
|
0.666667;0.142857;,
|
|
0.666667;1.000000;,
|
|
1.000000;0.857143;,
|
|
1.000000;1.000000;,
|
|
0.666667;0.857143;,
|
|
0.666667;0.714286;,
|
|
0.333333;0.857143;,
|
|
0.333333;0.714286;,
|
|
0.666667;0.571429;,
|
|
0.333333;0.571429;,
|
|
0.666667;0.428571;,
|
|
0.333333;0.428571;,
|
|
0.666667;0.285714;,
|
|
0.333333;0.285714;,
|
|
1.000000;0.142857;,
|
|
1.000000;0.285714;,
|
|
1.000000;0.000000;,
|
|
1.000000;0.428571;,
|
|
1.000000;0.571429;,
|
|
1.000000;0.714286;,
|
|
0.333333;1.000000;;
|
|
}
|
|
|
|
MeshNormals {
|
|
24;
|
|
0.000000;0.000000;0.000000;,
|
|
0.000000;0.000000;0.000000;,
|
|
0.000000;0.000000;0.000000;,
|
|
0.000000;-0.000000;0.000000;,
|
|
-0.000000;-0.000000;0.000000;,
|
|
-0.000000;0.000000;0.000000;,
|
|
0.000000;0.000000;0.000000;,
|
|
-0.000000;0.000000;0.000000;,
|
|
0.000000;-0.000000;-0.000000;,
|
|
-0.000000;-0.000000;0.000000;,
|
|
-0.000000;-0.000000;0.000000;,
|
|
0.000000;-0.000000;0.000000;,
|
|
0.000000;0.000000;-0.000000;,
|
|
-0.000000;-0.000000;0.000000;,
|
|
0.000000;0.000000;0.000000;,
|
|
-0.000000;0.000000;-0.000000;,
|
|
0.000000;0.000000;0.000000;,
|
|
-0.000000;0.000000;0.000000;,
|
|
-0.000000;0.000000;-0.000000;,
|
|
0.000000;0.000000;0.000000;,
|
|
-0.000000;0.000000;-0.000000;,
|
|
-0.000000;-0.000000;0.000000;,
|
|
0.000000;0.000000;-0.000000;,
|
|
0.000000;0.000000;0.000000;;
|
|
56;
|
|
3;0,1,2;,
|
|
3;0,3,1;,
|
|
3;4,5,6;,
|
|
3;4,7,5;,
|
|
3;8,9,10;,
|
|
3;8,7,9;,
|
|
3;11,10,12;,
|
|
3;11,8,10;,
|
|
3;13,12,14;,
|
|
3;13,11,12;,
|
|
3;15,14,16;,
|
|
3;15,13,14;,
|
|
3;15,17,18;,
|
|
3;15,3,17;,
|
|
3;17,0,19;,
|
|
3;17,3,0;,
|
|
3;15,1,3;,
|
|
3;15,16,1;,
|
|
3;20,15,18;,
|
|
3;20,13,15;,
|
|
3;21,13,20;,
|
|
3;21,11,13;,
|
|
3;22,11,21;,
|
|
3;22,8,11;,
|
|
3;5,8,22;,
|
|
3;5,7,8;,
|
|
3;4,9,7;,
|
|
3;4,23,9;,
|
|
3;2,1,0;,
|
|
3;1,3,0;,
|
|
3;6,5,4;,
|
|
3;5,7,4;,
|
|
3;10,9,8;,
|
|
3;9,7,8;,
|
|
3;12,10,11;,
|
|
3;10,8,11;,
|
|
3;14,12,13;,
|
|
3;12,11,13;,
|
|
3;16,14,15;,
|
|
3;14,13,15;,
|
|
3;18,17,15;,
|
|
3;17,3,15;,
|
|
3;19,0,17;,
|
|
3;0,3,17;,
|
|
3;3,1,15;,
|
|
3;1,16,15;,
|
|
3;18,15,20;,
|
|
3;15,13,20;,
|
|
3;20,13,21;,
|
|
3;13,11,21;,
|
|
3;21,11,22;,
|
|
3;11,8,22;,
|
|
3;22,8,5;,
|
|
3;8,7,5;,
|
|
3;7,9,4;,
|
|
3;9,23,4;;
|
|
}
|
|
|
|
MeshMaterialList {
|
|
1;
|
|
56;
|
|
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,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0;
|
|
|
|
Material {
|
|
1.000000;1.000000;1.000000;0.800000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.000000;0.000000;0.000000;;
|
|
|
|
TextureFilename {
|
|
"flame_scr_tex_alpha.png";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |