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>
405 lines
8.6 KiB
Plaintext
405 lines
8.6 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 {
|
|
48;
|
|
1.618000;1.175600;0.000000;,
|
|
2.000000;0.000000;-50.000000;,
|
|
1.618000;1.175600;-50.000000;,
|
|
2.000000;0.000000;0.000000;,
|
|
0.618000;1.902100;0.000000;,
|
|
0.618000;1.902100;-50.000000;,
|
|
-0.618000;1.902100;0.000000;,
|
|
-0.618000;1.902100;-50.000000;,
|
|
-1.618000;1.175600;0.000000;,
|
|
-0.618000;1.902100;-50.000000;,
|
|
-1.618000;1.175600;-50.000000;,
|
|
-0.618000;1.902100;0.000000;,
|
|
-2.000000;0.000000;0.000000;,
|
|
-2.000000;0.000000;-50.000000;,
|
|
-1.618000;-1.175600;0.000000;,
|
|
-1.618000;-1.175600;-50.000000;,
|
|
-0.618000;-1.902100;0.000000;,
|
|
-0.618000;-1.902100;-50.000000;,
|
|
0.618000;-1.902100;0.000000;,
|
|
0.618000;-1.902100;-50.000000;,
|
|
1.618000;-1.175600;0.000000;,
|
|
1.618000;-1.175600;-50.000000;,
|
|
1.618000;-1.175600;-50.000000;,
|
|
1.618000;-1.175600;0.000000;,
|
|
1.618000;1.175600;0.000000;,
|
|
2.000000;0.000000;50.000000;,
|
|
2.000000;0.000000;0.000000;,
|
|
1.618000;1.175600;50.000000;,
|
|
0.618000;1.902100;0.000000;,
|
|
0.618000;1.902100;50.000000;,
|
|
-0.618000;1.902100;0.000000;,
|
|
-0.618000;1.902100;50.000000;,
|
|
-1.618000;1.175600;0.000000;,
|
|
-0.618000;1.902100;50.000000;,
|
|
-0.618000;1.902100;0.000000;,
|
|
-1.618000;1.175600;50.000000;,
|
|
-2.000000;0.000000;0.000000;,
|
|
-2.000000;0.000000;50.000000;,
|
|
-1.618000;-1.175600;0.000000;,
|
|
-1.618000;-1.175600;50.000000;,
|
|
-1.618000;-1.175600;50.000000;,
|
|
-0.618000;-1.902100;50.000000;,
|
|
0.618000;-1.902100;50.000000;,
|
|
1.618000;-1.175600;0.000000;,
|
|
1.618000;-1.175600;50.000000;,
|
|
0.618000;-1.902100;50.000000;,
|
|
1.618000;-1.175600;50.000000;,
|
|
1.618000;-1.175600;0.000000;;
|
|
40;
|
|
3;0,1,2;,
|
|
3;0,3,1;,
|
|
3;4,2,5;,
|
|
3;4,0,2;,
|
|
3;6,5,7;,
|
|
3;6,4,5;,
|
|
3;8,9,10;,
|
|
3;8,11,9;,
|
|
3;12,10,13;,
|
|
3;12,8,10;,
|
|
3;14,13,15;,
|
|
3;14,12,13;,
|
|
3;16,15,17;,
|
|
3;16,14,15;,
|
|
3;18,17,19;,
|
|
3;18,16,17;,
|
|
3;20,19,21;,
|
|
3;20,18,19;,
|
|
3;3,22,1;,
|
|
3;3,23,22;,
|
|
3;24,25,26;,
|
|
3;24,27,25;,
|
|
3;28,27,24;,
|
|
3;28,29,27;,
|
|
3;30,29,28;,
|
|
3;30,31,29;,
|
|
3;32,33,34;,
|
|
3;32,35,33;,
|
|
3;36,35,32;,
|
|
3;36,37,35;,
|
|
3;38,37,36;,
|
|
3;38,39,37;,
|
|
3;16,40,14;,
|
|
3;16,41,40;,
|
|
3;18,41,16;,
|
|
3;18,42,41;,
|
|
3;20,42,18;,
|
|
3;43,44,45;,
|
|
3;26,46,47;,
|
|
3;26,25,46;;
|
|
|
|
MeshTextureCoords {
|
|
48;
|
|
0.028415;1.000000;,
|
|
0.024753;0.285714;,
|
|
0.028424;0.285715;,
|
|
0.024744;1.000000;,
|
|
0.021233;1.000001;,
|
|
0.021242;0.285715;,
|
|
0.005940;1.000001;,
|
|
0.005950;0.285715;,
|
|
0.988379;1.000000;,
|
|
1.005950;0.285715;,
|
|
0.988388;0.285715;,
|
|
1.005940;1.000001;,
|
|
0.975256;1.000000;,
|
|
0.975266;0.285714;,
|
|
0.971585;1.000000;,
|
|
0.971595;0.285714;,
|
|
0.978767;0.999999;,
|
|
0.978777;0.285713;,
|
|
0.994060;0.999999;,
|
|
0.994069;0.285713;,
|
|
1.011621;1.000000;,
|
|
1.011631;0.285714;,
|
|
0.011631;0.285714;,
|
|
0.011621;1.000000;,
|
|
0.028415;0.000000;,
|
|
0.024734;0.714286;,
|
|
0.024744;0.000000;,
|
|
0.028405;0.714286;,
|
|
0.021233;0.000001;,
|
|
0.021223;0.714286;,
|
|
0.005940;0.000001;,
|
|
0.005931;0.714286;,
|
|
0.988379;0.000000;,
|
|
1.005931;0.714286;,
|
|
1.005940;0.000001;,
|
|
0.988369;0.714286;,
|
|
0.975256;0.000000;,
|
|
0.975247;0.714286;,
|
|
0.971585;0.000000;,
|
|
0.971576;0.714285;,
|
|
0.971576;1.714285;,
|
|
0.978758;1.714285;,
|
|
0.994050;1.714285;,
|
|
1.011621;0.000000;,
|
|
1.011612;0.714285;,
|
|
0.994050;0.714285;,
|
|
0.011612;0.714285;,
|
|
0.011621;0.000000;;
|
|
}
|
|
|
|
MeshNormals {
|
|
48;
|
|
0.829955;0.475701;0.000000;,
|
|
0.951051;0.103012;0.000000;,
|
|
0.708859;0.642367;0.000000;,
|
|
0.951051;-0.103012;0.000000;,
|
|
0.391842;0.872689;0.000000;,
|
|
0.195921;0.936344;0.000000;,
|
|
0.000000;1.000000;0.000000;,
|
|
0.000000;1.000000;0.000000;,
|
|
-0.708859;0.642367;0.000000;,
|
|
-0.587763;0.809033;0.000000;,
|
|
-0.829955;0.475701;0.000000;,
|
|
-0.587763;0.809033;0.000000;,
|
|
-0.951051;0.103012;0.000000;,
|
|
-0.951051;-0.103012;0.000000;,
|
|
-0.769407;-0.559034;0.000000;,
|
|
-0.708859;-0.642367;0.000000;,
|
|
-0.391842;-0.872689;0.000000;,
|
|
-0.195921;-0.936344;0.000000;,
|
|
0.195921;-0.936344;0.000000;,
|
|
0.391842;-0.872689;0.000000;,
|
|
0.587763;-0.809033;0.000000;,
|
|
0.587763;-0.809033;0.000000;,
|
|
0.951051;-0.309035;0.000000;,
|
|
0.951051;-0.309035;0.000000;,
|
|
0.829955;0.475701;0.000000;,
|
|
0.951051;0.103012;0.000000;,
|
|
0.951051;-0.103012;0.000000;,
|
|
0.708859;0.642367;0.000000;,
|
|
0.391842;0.872689;0.000000;,
|
|
0.195921;0.936344;0.000000;,
|
|
0.000000;1.000000;0.000000;,
|
|
0.000000;1.000000;0.000000;,
|
|
-0.708859;0.642367;0.000000;,
|
|
-0.587763;0.809033;0.000000;,
|
|
-0.587763;0.809033;0.000000;,
|
|
-0.829955;0.475701;0.000000;,
|
|
-0.951051;0.103012;0.000000;,
|
|
-0.951051;-0.103012;0.000000;,
|
|
-0.951051;-0.309035;0.000000;,
|
|
-0.951051;-0.309035;0.000000;,
|
|
-0.587763;-0.809033;0.000000;,
|
|
-0.195921;-0.936344;0.000000;,
|
|
0.293881;-0.904517;0.000000;,
|
|
0.587763;-0.809033;0.000000;,
|
|
0.587763;-0.809033;0.000000;,
|
|
0.587763;-0.809033;0.000000;,
|
|
0.951051;-0.309035;0.000000;,
|
|
0.951051;-0.309035;0.000000;;
|
|
40;
|
|
3;0,1,2;,
|
|
3;0,3,1;,
|
|
3;4,2,5;,
|
|
3;4,0,2;,
|
|
3;6,5,7;,
|
|
3;6,4,5;,
|
|
3;8,9,10;,
|
|
3;8,11,9;,
|
|
3;12,10,13;,
|
|
3;12,8,10;,
|
|
3;14,13,15;,
|
|
3;14,12,13;,
|
|
3;16,15,17;,
|
|
3;16,14,15;,
|
|
3;18,17,19;,
|
|
3;18,16,17;,
|
|
3;20,19,21;,
|
|
3;20,18,19;,
|
|
3;3,22,1;,
|
|
3;3,23,22;,
|
|
3;24,25,26;,
|
|
3;24,27,25;,
|
|
3;28,27,24;,
|
|
3;28,29,27;,
|
|
3;30,29,28;,
|
|
3;30,31,29;,
|
|
3;32,33,34;,
|
|
3;32,35,33;,
|
|
3;36,35,32;,
|
|
3;36,37,35;,
|
|
3;38,37,36;,
|
|
3;38,39,37;,
|
|
3;16,40,14;,
|
|
3;16,41,40;,
|
|
3;18,41,16;,
|
|
3;18,42,41;,
|
|
3;20,42,18;,
|
|
3;43,44,45;,
|
|
3;26,46,47;,
|
|
3;26,25,46;;
|
|
}
|
|
|
|
MeshMaterialList {
|
|
1;
|
|
40;
|
|
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 {
|
|
0.567300;0.094206;0.129700;1.000000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.000000;0.000000;0.000000;;
|
|
|
|
TextureFilename {
|
|
"intA_tex.png";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |