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>
580 lines
13 KiB
Plaintext
580 lines
13 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 {
|
|
78;
|
|
-0.610200;-0.049200;0.499600;,
|
|
-0.510200;0.000800;0.499600;,
|
|
-0.510200;0.000800;-0.350400;,
|
|
-0.610200;-0.049200;-0.350400;,
|
|
-1.010000;-0.249100;0.499600;,
|
|
-0.760200;-0.124200;0.499600;,
|
|
-0.760200;-0.124200;-0.350400;,
|
|
-1.010000;-0.249100;-0.500400;,
|
|
-0.360200;0.075800;0.499600;,
|
|
-0.260200;0.125800;0.499600;,
|
|
-0.260200;0.125800;-0.350400;,
|
|
-0.360200;0.075800;-0.350400;,
|
|
-0.110200;0.200800;-0.350400;,
|
|
-0.010000;0.250900;-0.500400;,
|
|
-0.110200;0.200800;0.499600;,
|
|
-0.010000;0.250900;0.499600;,
|
|
-0.010000;0.250900;0.499600;,
|
|
-1.010000;-0.249100;0.499600;,
|
|
-0.010000;-0.249100;0.999600;,
|
|
-0.010000;-0.249100;-0.950400;,
|
|
0.000000;0.170000;-0.250000;,
|
|
0.000000;0.170000;0.300000;,
|
|
0.000000;-0.050000;0.400000;,
|
|
0.000000;-0.280000;0.300000;,
|
|
0.000000;-0.280000;-0.250000;,
|
|
0.000000;-0.050000;-0.350000;,
|
|
-0.760200;-0.124200;0.499600;,
|
|
-0.610200;-0.049200;0.499600;,
|
|
-0.610200;-0.049200;-0.350400;,
|
|
-0.760200;-0.124200;-0.350400;,
|
|
-0.510200;0.000800;0.499600;,
|
|
-0.360200;0.075800;0.499600;,
|
|
-0.360200;0.075800;-0.350400;,
|
|
-0.510200;0.000800;-0.350400;,
|
|
-0.260200;0.125800;0.499600;,
|
|
-0.110200;0.200800;0.499600;,
|
|
-0.110200;0.200800;-0.350400;,
|
|
-0.260200;0.125800;-0.350400;,
|
|
-1.010000;-0.749100;-0.467000;,
|
|
-1.010000;-0.249100;-0.500400;,
|
|
-0.010000;-0.249100;-0.500000;,
|
|
-0.010000;-0.999100;-0.450400;,
|
|
-0.760000;-0.999100;-0.450400;,
|
|
-0.760000;-0.999100;0.449600;,
|
|
-0.010000;-0.999100;0.449600;,
|
|
-0.010000;-0.249100;0.500000;,
|
|
-1.010000;-0.249100;0.499600;,
|
|
-1.010000;-0.749100;0.466300;,
|
|
-0.010000;-0.249100;0.500000;,
|
|
-0.010000;-0.300700;0.403100;,
|
|
-0.010000;-0.300700;-0.403800;,
|
|
-0.010000;-0.249100;-0.500000;,
|
|
-0.010000;-0.999100;0.449600;,
|
|
-0.010000;-0.999100;-0.450400;,
|
|
-0.010000;-0.249100;0.500000;,
|
|
-0.010000;-0.249100;0.999600;,
|
|
-1.010000;-0.249100;0.499600;,
|
|
-0.010000;-0.249100;-0.500000;,
|
|
-1.010000;-0.249100;-0.500400;,
|
|
-0.010000;-0.249100;-0.950400;,
|
|
-0.010000;-0.999100;-0.450400;,
|
|
-0.010000;-0.300700;-0.403800;,
|
|
-1.010000;-0.249100;-0.400400;,
|
|
-1.010000;-0.749100;-0.433700;,
|
|
-0.760000;-0.999100;-0.450400;,
|
|
-1.010000;-0.749100;0.433000;,
|
|
-1.010000;-0.249100;0.399600;,
|
|
-0.010000;-0.300700;0.403100;,
|
|
-0.010000;-0.999100;0.449600;,
|
|
-0.760000;-0.999100;0.449600;,
|
|
-0.021600;-0.171000;-0.269300;,
|
|
-0.654000;-0.133300;-0.262600;,
|
|
-0.654000;-0.133300;0.261900;,
|
|
-0.021600;-0.171000;0.269100;,
|
|
-0.010000;-0.249100;-0.950400;,
|
|
-0.010000;0.250900;-0.500400;,
|
|
-0.010000;0.250900;0.499600;,
|
|
-0.010000;-0.249100;0.999600;;
|
|
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;6,12,13;,
|
|
3;6,13,7;,
|
|
3;12,14,15;,
|
|
3;12,15,13;,
|
|
3;16,17,18;,
|
|
3;13,19,7;,
|
|
3;20,21,22;,
|
|
3;20,22,23;,
|
|
3;20,23,24;,
|
|
3;20,24,25;,
|
|
3;26,27,28;,
|
|
3;26,28,29;,
|
|
3;30,31,32;,
|
|
3;30,32,33;,
|
|
3;34,35,36;,
|
|
3;34,36,37;,
|
|
3;38,39,40;,
|
|
3;38,40,41;,
|
|
3;38,41,42;,
|
|
3;43,44,45;,
|
|
3;43,45,46;,
|
|
3;43,46,47;,
|
|
3;48,49,50;,
|
|
3;48,50,51;,
|
|
3;48,52,49;,
|
|
3;50,53,51;,
|
|
3;54,55,56;,
|
|
3;57,58,59;,
|
|
3;60,61,62;,
|
|
3;60,62,63;,
|
|
3;60,63,64;,
|
|
3;65,66,67;,
|
|
3;65,67,68;,
|
|
3;65,68,69;,
|
|
3;62,61,70;,
|
|
3;62,70,71;,
|
|
3;66,62,71;,
|
|
3;66,71,72;,
|
|
3;67,66,72;,
|
|
3;67,72,73;,
|
|
3;70,73,72;,
|
|
3;70,72,71;,
|
|
3;74,75,76;,
|
|
3;74,76,77;;
|
|
|
|
MeshTextureCoords {
|
|
78;
|
|
0.285363;0.212333;,
|
|
0.327609;0.212333;,
|
|
0.327609;0.715985;,
|
|
0.285363;0.715985;,
|
|
0.116460;0.212333;,
|
|
0.221993;0.212333;,
|
|
0.221993;0.715985;,
|
|
0.116460;0.804865;,
|
|
0.390978;0.212333;,
|
|
0.433224;0.212333;,
|
|
0.433224;0.715985;,
|
|
0.390978;0.715985;,
|
|
0.496594;0.715985;,
|
|
0.538922;0.804865;,
|
|
0.496594;0.212333;,
|
|
0.538922;0.212333;,
|
|
0.538922;1.212333;,
|
|
0.116460;1.212333;,
|
|
0.538922;0.916064;,
|
|
0.538922;1.071510;,
|
|
0.447429;1.023220;,
|
|
0.447429;1.569191;,
|
|
0.267092;1.668459;,
|
|
0.078558;1.569191;,
|
|
0.078558;1.023220;,
|
|
0.267092;0.923953;,
|
|
0.083059;0.057611;,
|
|
0.170436;0.057611;,
|
|
0.170436;0.973092;,
|
|
0.083059;0.973092;,
|
|
0.994689;0.091978;,
|
|
1.104156;0.091978;,
|
|
1.104156;1.126640;,
|
|
0.994689;1.126640;,
|
|
0.172897;0.978379;,
|
|
0.259456;0.978379;,
|
|
0.259456;2.013040;,
|
|
0.172897;2.013040;,
|
|
0.456564;0.432161;,
|
|
0.456564;0.216831;,
|
|
0.025904;0.216831;,
|
|
0.025904;0.539825;,
|
|
0.348899;0.539826;,
|
|
0.348899;0.539826;,
|
|
0.025904;0.539825;,
|
|
0.025904;0.216831;,
|
|
0.456564;0.216831;,
|
|
0.456564;0.432161;,
|
|
0.635099;0.360625;,
|
|
0.614127;0.371779;,
|
|
0.439555;0.371779;,
|
|
0.418744;0.360625;,
|
|
0.624201;0.522892;,
|
|
0.429481;0.522892;,
|
|
0.029731;0.828256;,
|
|
0.029731;0.163252;,
|
|
0.500980;0.828750;,
|
|
0.029731;1.159240;,
|
|
0.500980;1.159730;,
|
|
0.029731;1.758680;,
|
|
0.500072;0.789292;,
|
|
0.489297;0.795615;,
|
|
0.341721;0.796081;,
|
|
0.349435;0.791555;,
|
|
0.389987;0.789292;,
|
|
0.349435;0.909231;,
|
|
0.341721;0.904705;,
|
|
0.489297;0.905172;,
|
|
0.500072;0.911494;,
|
|
0.389987;0.911494;,
|
|
0.485593;0.813872;,
|
|
0.392193;0.814784;,
|
|
0.392193;0.886006;,
|
|
0.485593;0.886986;,
|
|
3.441340;0.007777;,
|
|
2.659088;0.453401;,
|
|
0.920770;0.453401;,
|
|
0.051590;0.007777;;
|
|
}
|
|
|
|
MeshNormals {
|
|
78;
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.403878;0.807757;-0.234969;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.414712;0.829425;-0.176227;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.333333;0.666667;0.666667;,
|
|
-0.333333;0.666667;0.666667;,
|
|
-0.333333;0.666667;0.666667;,
|
|
-0.317208;0.634417;-0.704907;,
|
|
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.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
-0.447214;0.894427;0.000000;,
|
|
0.000155;-0.066298;-0.997800;,
|
|
0.000399;-0.066651;-0.997776;,
|
|
0.000233;-0.066320;-0.997798;,
|
|
0.000033;-0.066122;-0.997811;,
|
|
0.000000;-0.066254;-0.997803;,
|
|
-0.000067;-0.066718;0.997772;,
|
|
0.000000;-0.067049;0.997750;,
|
|
-0.000200;-0.066850;0.997763;,
|
|
-0.000100;-0.066552;0.997783;,
|
|
0.000200;-0.066453;0.997790;,
|
|
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.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.000002;-0.066560;0.997782;,
|
|
-0.017444;-0.393737;0.844973;,
|
|
0.047809;-0.504597;0.676553;,
|
|
0.000025;-0.066552;0.997783;,
|
|
0.000000;-0.066651;0.997776;,
|
|
0.000003;-0.066446;-0.997790;,
|
|
0.146010;-0.671873;-0.422998;,
|
|
-0.017416;-0.392907;-0.845819;,
|
|
-0.000023;-0.066344;-0.997797;,
|
|
0.000000;-0.066254;-0.997803;,
|
|
-0.047327;-0.858865;0.346799;,
|
|
0.130925;-0.904561;0.173758;,
|
|
0.024128;-0.877191;-0.277542;,
|
|
-0.047256;-0.858921;-0.346746;,
|
|
1.000000;0.000000;0.000000;,
|
|
1.000000;0.000000;0.000000;,
|
|
1.000000;0.000000;0.000000;,
|
|
1.000000;0.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;6,12,13;,
|
|
3;6,13,7;,
|
|
3;12,14,15;,
|
|
3;12,15,13;,
|
|
3;16,17,18;,
|
|
3;13,19,7;,
|
|
3;20,21,22;,
|
|
3;20,22,23;,
|
|
3;20,23,24;,
|
|
3;20,24,25;,
|
|
3;26,27,28;,
|
|
3;26,28,29;,
|
|
3;30,31,32;,
|
|
3;30,32,33;,
|
|
3;34,35,36;,
|
|
3;34,36,37;,
|
|
3;38,39,40;,
|
|
3;38,40,41;,
|
|
3;38,41,42;,
|
|
3;43,44,45;,
|
|
3;43,45,46;,
|
|
3;43,46,47;,
|
|
3;48,49,50;,
|
|
3;48,50,51;,
|
|
3;48,52,49;,
|
|
3;50,53,51;,
|
|
3;54,55,56;,
|
|
3;57,58,59;,
|
|
3;60,61,62;,
|
|
3;60,62,63;,
|
|
3;60,63,64;,
|
|
3;65,66,67;,
|
|
3;65,67,68;,
|
|
3;65,68,69;,
|
|
3;62,61,70;,
|
|
3;62,70,71;,
|
|
3;66,62,71;,
|
|
3;66,71,72;,
|
|
3;67,66,72;,
|
|
3;67,72,73;,
|
|
3;70,73,72;,
|
|
3;70,72,71;,
|
|
3;74,75,76;,
|
|
3;74,76,77;;
|
|
}
|
|
|
|
MeshMaterialList {
|
|
6;
|
|
50;
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
2,
|
|
2,
|
|
2,
|
|
2,
|
|
2,
|
|
2,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
4,
|
|
5,
|
|
5;
|
|
|
|
Material {
|
|
0.428600;0.346789;0.428600;1.000000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.000000;0.000000;0.000000;;
|
|
|
|
TextureFilename {
|
|
"vrsun8_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 {
|
|
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 {
|
|
0.171400;0.110284;0.171400;1.000000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.000000;0.000000;0.000000;;
|
|
|
|
TextureFilename {
|
|
"vtv6_tex.png";
|
|
}
|
|
}
|
|
|
|
Material {
|
|
1.000000;0.091022;0.000000;1.000000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
1.000000;0.400000;0.100000;;
|
|
|
|
TextureFilename {
|
|
"vtv1_tex.png";
|
|
}
|
|
}
|
|
|
|
Material {
|
|
0.141200;0.083882;0.142900;1.000000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.000000;0.000000;0.000000;;
|
|
|
|
TextureFilename {
|
|
"vtv4_tex.png";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |