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>
440 lines
9.2 KiB
Plaintext
440 lines
9.2 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;
|
|
0.100000;-0.173200;0.000000;,
|
|
0.200000;0.000000;0.000000;,
|
|
0.200000;0.000000;-50.000000;,
|
|
0.100000;-0.173200;-50.000000;,
|
|
-0.100000;-0.173200;0.000000;,
|
|
-0.100000;-0.173200;-50.000000;,
|
|
-0.200000;0.000000;0.000000;,
|
|
-0.200000;0.000000;-50.000000;,
|
|
-0.100000;0.173200;0.000000;,
|
|
-0.100000;0.173200;-50.000000;,
|
|
0.100000;0.173200;0.000000;,
|
|
0.100000;0.173200;-50.000000;,
|
|
0.200000;0.000000;-50.000000;,
|
|
0.200000;0.000000;-100.000000;,
|
|
0.100000;-0.173200;-100.000000;,
|
|
0.100000;-0.173200;-50.000000;,
|
|
-0.100000;-0.173200;-100.000000;,
|
|
-0.100000;-0.173200;-50.000000;,
|
|
-0.200000;0.000000;-100.000000;,
|
|
-0.200000;0.000000;-50.000000;,
|
|
-0.100000;0.173200;-100.000000;,
|
|
-0.100000;0.173200;-50.000000;,
|
|
0.100000;0.173200;-100.000000;,
|
|
0.100000;0.173200;-50.000000;,
|
|
0.187500;-0.324800;0.000000;,
|
|
0.375000;0.000000;0.000000;,
|
|
0.375000;0.000000;-50.000000;,
|
|
0.187500;-0.324800;-50.000000;,
|
|
-0.187500;-0.324800;0.000000;,
|
|
-0.187500;-0.324800;-50.000000;,
|
|
-0.375000;0.000000;0.000000;,
|
|
-0.375000;0.000000;-50.000000;,
|
|
-0.187500;0.324800;0.000000;,
|
|
-0.187500;0.324800;-50.000000;,
|
|
0.187500;0.324800;0.000000;,
|
|
0.187500;0.324800;-50.000000;,
|
|
0.375000;0.000000;-50.000000;,
|
|
0.375000;0.000000;-100.000000;,
|
|
0.187500;-0.324800;-100.000000;,
|
|
0.187500;-0.324800;-50.000000;,
|
|
-0.187500;-0.324800;-100.000000;,
|
|
-0.187500;-0.324800;-50.000000;,
|
|
-0.375000;0.000000;-100.000000;,
|
|
-0.375000;0.000000;-50.000000;,
|
|
-0.187500;0.324800;-100.000000;,
|
|
-0.187500;0.324800;-50.000000;,
|
|
0.187500;0.324800;-100.000000;,
|
|
0.187500;0.324800;-50.000000;;
|
|
48;
|
|
3;0,1,2;,
|
|
3;0,2,3;,
|
|
3;4,0,3;,
|
|
3;4,3,5;,
|
|
3;6,4,5;,
|
|
3;6,5,7;,
|
|
3;8,6,7;,
|
|
3;8,7,9;,
|
|
3;10,8,9;,
|
|
3;10,9,11;,
|
|
3;1,10,11;,
|
|
3;1,11,2;,
|
|
3;12,13,14;,
|
|
3;12,14,15;,
|
|
3;15,14,16;,
|
|
3;15,16,17;,
|
|
3;17,16,18;,
|
|
3;17,18,19;,
|
|
3;19,18,20;,
|
|
3;19,20,21;,
|
|
3;21,20,22;,
|
|
3;21,22,23;,
|
|
3;23,22,13;,
|
|
3;23,13,12;,
|
|
3;24,25,26;,
|
|
3;24,26,27;,
|
|
3;28,24,27;,
|
|
3;28,27,29;,
|
|
3;30,28,29;,
|
|
3;30,29,31;,
|
|
3;32,30,31;,
|
|
3;32,31,33;,
|
|
3;34,32,33;,
|
|
3;34,33,35;,
|
|
3;25,34,35;,
|
|
3;25,35,26;,
|
|
3;36,37,38;,
|
|
3;36,38,39;,
|
|
3;39,38,40;,
|
|
3;39,40,41;,
|
|
3;41,40,42;,
|
|
3;41,42,43;,
|
|
3;43,42,44;,
|
|
3;43,44,45;,
|
|
3;45,44,46;,
|
|
3;45,46,47;,
|
|
3;47,46,37;,
|
|
3;47,37,36;;
|
|
|
|
MeshTextureCoords {
|
|
48;
|
|
0.451679;0.999987;,
|
|
0.466810;0.999987;,
|
|
0.466983;1.775525;,
|
|
0.451851;1.775525;,
|
|
0.451680;0.999987;,
|
|
0.451853;1.775525;,
|
|
0.466813;0.999987;,
|
|
0.466985;1.775525;,
|
|
0.481944;0.999986;,
|
|
0.482117;1.775524;,
|
|
0.481943;0.999986;,
|
|
0.482115;1.775524;,
|
|
0.466983;0.775525;,
|
|
0.467155;1.551063;,
|
|
0.452024;1.551063;,
|
|
0.451851;0.775525;,
|
|
0.452026;1.551063;,
|
|
0.451853;0.775525;,
|
|
0.467158;1.551063;,
|
|
0.466985;0.775525;,
|
|
0.482289;1.551062;,
|
|
0.482117;0.775524;,
|
|
0.482288;1.551062;,
|
|
0.482115;0.775524;,
|
|
0.628626;0.999979;,
|
|
0.669304;0.999977;,
|
|
0.669552;2.301698;,
|
|
0.628874;2.301699;,
|
|
0.628630;0.999979;,
|
|
0.628877;2.301699;,
|
|
0.669312;0.999977;,
|
|
0.669559;2.301698;,
|
|
0.709990;0.999976;,
|
|
0.710237;2.301697;,
|
|
0.709986;0.999976;,
|
|
0.710234;2.301697;,
|
|
0.669552;1.301698;,
|
|
0.669800;2.603418;,
|
|
0.629121;2.603420;,
|
|
0.628874;1.301699;,
|
|
0.629125;2.603420;,
|
|
0.628877;1.301699;,
|
|
0.669807;2.603418;,
|
|
0.669559;1.301698;,
|
|
0.710485;2.603417;,
|
|
0.710237;1.301697;,
|
|
0.710481;2.603417;,
|
|
0.710234;1.301697;;
|
|
}
|
|
|
|
MeshNormals {
|
|
48;
|
|
-0.577346;0.666674;0.000000;,
|
|
-0.866019;-0.166670;0.000000;,
|
|
-0.866019;0.166670;0.000000;,
|
|
-0.288673;0.833337;0.000000;,
|
|
0.288673;0.833337;0.000000;,
|
|
0.577346;0.666674;0.000000;,
|
|
0.866019;0.166670;0.000000;,
|
|
0.866019;-0.166670;0.000000;,
|
|
0.577346;-0.666674;0.000000;,
|
|
0.288673;-0.833337;0.000000;,
|
|
-0.288673;-0.833337;0.000000;,
|
|
-0.577346;-0.666674;0.000000;,
|
|
-0.866019;0.166670;0.000000;,
|
|
-0.866019;-0.166670;0.000000;,
|
|
-0.577346;0.666674;0.000000;,
|
|
-0.288673;0.833337;0.000000;,
|
|
0.288673;0.833337;0.000000;,
|
|
0.577346;0.666674;0.000000;,
|
|
0.866019;0.166670;0.000000;,
|
|
0.866019;-0.166670;0.000000;,
|
|
0.577346;-0.666674;0.000000;,
|
|
0.288673;-0.833337;0.000000;,
|
|
-0.288673;-0.833337;0.000000;,
|
|
-0.577346;-0.666674;0.000000;,
|
|
-0.577368;0.666636;0.000000;,
|
|
-0.866052;-0.166651;0.000000;,
|
|
-0.866052;0.166651;0.000000;,
|
|
-0.288684;0.833318;0.000000;,
|
|
0.288684;0.833318;0.000000;,
|
|
0.577368;0.666636;0.000000;,
|
|
0.866052;0.166651;0.000000;,
|
|
0.866052;-0.166651;0.000000;,
|
|
0.577368;-0.666636;0.000000;,
|
|
0.288684;-0.833318;0.000000;,
|
|
-0.288684;-0.833318;0.000000;,
|
|
-0.577368;-0.666636;0.000000;,
|
|
-0.866052;0.166651;0.000000;,
|
|
-0.866052;-0.166651;0.000000;,
|
|
-0.577368;0.666636;0.000000;,
|
|
-0.288684;0.833318;0.000000;,
|
|
0.288684;0.833318;0.000000;,
|
|
0.577368;0.666636;0.000000;,
|
|
0.866052;0.166651;0.000000;,
|
|
0.866052;-0.166651;0.000000;,
|
|
0.577368;-0.666636;0.000000;,
|
|
0.288684;-0.833318;0.000000;,
|
|
-0.288684;-0.833318;0.000000;,
|
|
-0.577368;-0.666636;0.000000;;
|
|
48;
|
|
3;0,1,2;,
|
|
3;0,2,3;,
|
|
3;4,0,3;,
|
|
3;4,3,5;,
|
|
3;6,4,5;,
|
|
3;6,5,7;,
|
|
3;8,6,7;,
|
|
3;8,7,9;,
|
|
3;10,8,9;,
|
|
3;10,9,11;,
|
|
3;1,10,11;,
|
|
3;1,11,2;,
|
|
3;12,13,14;,
|
|
3;12,14,15;,
|
|
3;15,14,16;,
|
|
3;15,16,17;,
|
|
3;17,16,18;,
|
|
3;17,18,19;,
|
|
3;19,18,20;,
|
|
3;19,20,21;,
|
|
3;21,20,22;,
|
|
3;21,22,23;,
|
|
3;23,22,13;,
|
|
3;23,13,12;,
|
|
3;24,25,26;,
|
|
3;24,26,27;,
|
|
3;28,24,27;,
|
|
3;28,27,29;,
|
|
3;30,28,29;,
|
|
3;30,29,31;,
|
|
3;32,30,31;,
|
|
3;32,31,33;,
|
|
3;34,32,33;,
|
|
3;34,33,35;,
|
|
3;25,34,35;,
|
|
3;25,35,26;,
|
|
3;36,37,38;,
|
|
3;36,38,39;,
|
|
3;39,38,40;,
|
|
3;39,40,41;,
|
|
3;41,40,42;,
|
|
3;41,42,43;,
|
|
3;43,42,44;,
|
|
3;43,44,45;,
|
|
3;45,44,46;,
|
|
3;45,46,47;,
|
|
3;47,46,37;,
|
|
3;47,37,36;;
|
|
}
|
|
|
|
MeshMaterialList {
|
|
2;
|
|
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,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1;
|
|
|
|
Material {
|
|
1.000000;1.000000;1.000000;1.000000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.500000;0.700000;1.000000;;
|
|
|
|
TextureFilename {
|
|
"insaber_scr_tex.png";
|
|
}
|
|
}
|
|
|
|
Material {
|
|
0.338800;0.279242;1.000000;0.500000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.200000;0.200000;1.000000;;
|
|
|
|
TextureFilename {
|
|
"outsaber_scr_tex.png";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |