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>
531 lines
12 KiB
Plaintext
531 lines
12 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 {
|
|
67;
|
|
0.950000;0.900000;-0.596400;,
|
|
0.950000;0.900000;0.696400;,
|
|
0.950000;0.819700;0.750000;,
|
|
0.950000;0.180500;0.750000;,
|
|
0.950000;-0.900000;0.309800;,
|
|
0.950000;-0.900000;-0.650000;,
|
|
0.950000;-0.900000;-0.650000;,
|
|
0.950000;0.819700;-0.650000;,
|
|
0.950000;0.900000;-0.596400;,
|
|
0.000000;0.900000;-0.596400;,
|
|
0.000000;0.819700;-0.650000;,
|
|
0.000000;-0.900000;-0.650000;,
|
|
0.000000;-0.900000;0.309800;,
|
|
0.000000;0.180500;0.750000;,
|
|
0.000000;0.819700;0.750000;,
|
|
0.100000;1.275000;-0.700000;,
|
|
0.000000;0.900000;-0.596400;,
|
|
0.000000;0.900000;0.696400;,
|
|
0.100000;1.275000;0.800000;,
|
|
0.850000;1.275000;-0.700000;,
|
|
0.950000;0.900000;-0.596400;,
|
|
0.950000;0.819700;-0.650000;,
|
|
0.850000;0.975000;-0.900000;,
|
|
0.850000;1.275000;-0.700000;,
|
|
0.850000;0.975000;-0.900000;,
|
|
0.100000;0.975000;-0.900000;,
|
|
0.100000;1.275000;-0.700000;,
|
|
0.850000;0.975000;-0.900000;,
|
|
0.950000;0.819700;-0.650000;,
|
|
0.950000;-0.900000;-0.650000;,
|
|
0.850000;-1.275000;-0.900000;,
|
|
0.850000;-1.275000;-0.900000;,
|
|
0.100000;-1.275000;-0.900000;,
|
|
0.000000;0.819700;0.750000;,
|
|
0.100000;0.975000;1.000000;,
|
|
0.000000;0.180500;0.750000;,
|
|
0.100000;0.075000;1.000000;,
|
|
0.100000;0.075000;1.000000;,
|
|
0.100000;-1.275000;0.450000;,
|
|
0.100000;-1.275000;-0.900000;,
|
|
0.100000;0.975000;-0.900000;,
|
|
0.100000;0.975000;-0.900000;,
|
|
0.000000;0.819700;-0.650000;,
|
|
0.950000;-0.900000;0.309800;,
|
|
0.850000;-1.275000;0.450000;,
|
|
0.950000;0.180500;0.750000;,
|
|
0.850000;0.075000;1.000000;,
|
|
0.850000;0.075000;1.000000;,
|
|
0.950000;0.180500;0.750000;,
|
|
0.950000;0.819700;0.750000;,
|
|
0.850000;0.975000;1.000000;,
|
|
0.950000;0.900000;0.696400;,
|
|
0.850000;1.275000;0.800000;,
|
|
0.850000;-1.275000;0.450000;,
|
|
0.850000;0.075000;1.000000;,
|
|
0.100000;0.075000;1.000000;,
|
|
0.100000;-1.275000;0.450000;,
|
|
0.850000;0.975000;1.000000;,
|
|
0.100000;0.975000;1.000000;,
|
|
0.850000;1.275000;0.800000;,
|
|
0.850000;1.275000;-0.700000;,
|
|
0.100000;1.275000;-0.700000;,
|
|
0.100000;1.275000;0.800000;,
|
|
0.850000;-1.275000;-0.900000;,
|
|
0.850000;-1.275000;0.450000;,
|
|
0.100000;-1.275000;0.450000;,
|
|
0.100000;-1.275000;-0.900000;;
|
|
52;
|
|
3;0,1,2;,
|
|
3;0,2,3;,
|
|
3;0,3,4;,
|
|
3;0,4,5;,
|
|
3;6,7,8;,
|
|
3;9,10,11;,
|
|
3;9,11,12;,
|
|
3;9,12,13;,
|
|
3;9,13,14;,
|
|
3;15,16,17;,
|
|
3;15,17,18;,
|
|
3;19,20,21;,
|
|
3;19,21,22;,
|
|
3;23,24,25;,
|
|
3;23,25,26;,
|
|
3;27,28,29;,
|
|
3;27,29,30;,
|
|
3;24,31,32;,
|
|
3;24,32,25;,
|
|
3;18,17,33;,
|
|
3;18,33,34;,
|
|
3;34,33,35;,
|
|
3;34,35,36;,
|
|
3;37,13,12;,
|
|
3;37,12,38;,
|
|
3;38,12,11;,
|
|
3;38,11,39;,
|
|
3;39,11,10;,
|
|
3;39,10,40;,
|
|
3;41,42,16;,
|
|
3;41,16,15;,
|
|
3;30,29,43;,
|
|
3;30,43,44;,
|
|
3;44,43,45;,
|
|
3;44,45,46;,
|
|
3;47,48,49;,
|
|
3;47,49,50;,
|
|
3;50,49,51;,
|
|
3;50,51,52;,
|
|
3;52,51,20;,
|
|
3;52,20,19;,
|
|
3;33,17,16;,
|
|
3;53,54,55;,
|
|
3;53,55,56;,
|
|
3;54,57,58;,
|
|
3;54,58,55;,
|
|
3;59,60,61;,
|
|
3;59,61,62;,
|
|
3;57,59,62;,
|
|
3;57,62,58;,
|
|
3;63,64,65;,
|
|
3;63,65,66;;
|
|
|
|
MeshTextureCoords {
|
|
67;
|
|
1.851579;2.008545;,
|
|
0.992514;2.008545;,
|
|
0.956930;1.955169;,
|
|
0.956930;1.530480;,
|
|
1.249428;0.812530;,
|
|
1.887163;0.812530;,
|
|
0.887163;0.812530;,
|
|
0.887163;1.955169;,
|
|
0.851579;2.008545;,
|
|
1.566157;0.704369;,
|
|
1.537600;0.718493;,
|
|
0.926272;0.718493;,
|
|
0.926272;0.465368;,
|
|
1.310385;0.349273;,
|
|
1.537600;0.349273;,
|
|
0.699466;0.732508;,
|
|
0.566157;0.704369;,
|
|
0.566157;0.363396;,
|
|
0.699466;0.336915;,
|
|
0.699466;0.738724;,
|
|
0.566157;0.712243;,
|
|
0.537600;0.726366;,
|
|
0.592819;0.791469;,
|
|
0.664386;0.052586;,
|
|
0.592492;0.052586;,
|
|
0.592492;0.246938;,
|
|
0.664386;0.246938;,
|
|
1.592819;0.791469;,
|
|
1.537600;0.726366;,
|
|
0.926272;0.726366;,
|
|
0.792963;0.791469;,
|
|
0.053286;0.052586;,
|
|
0.053286;0.246938;,
|
|
0.537600;0.349273;,
|
|
0.592819;0.284169;,
|
|
0.310385;0.349273;,
|
|
0.272876;0.284169;,
|
|
1.272876;0.284169;,
|
|
0.792963;0.429220;,
|
|
0.792963;0.785253;,
|
|
1.592819;0.785253;,
|
|
0.592819;0.785253;,
|
|
0.537600;0.718493;,
|
|
0.926272;0.473242;,
|
|
0.792963;0.435436;,
|
|
1.310385;0.357146;,
|
|
1.272876;0.290385;,
|
|
0.272876;0.290385;,
|
|
0.310385;0.357146;,
|
|
0.537600;0.357146;,
|
|
0.592819;0.290385;,
|
|
0.566157;0.371270;,
|
|
0.699466;0.343131;,
|
|
0.053286;0.052586;,
|
|
0.376810;0.052586;,
|
|
0.376810;0.246938;,
|
|
0.053286;0.246938;,
|
|
0.592493;0.052586;,
|
|
0.592493;0.246938;,
|
|
0.664387;0.052586;,
|
|
0.664387;0.052586;,
|
|
0.664387;0.246938;,
|
|
0.664387;0.246938;,
|
|
0.322184;0.666646;,
|
|
0.495563;0.666646;,
|
|
0.495563;0.969824;,
|
|
0.322184;0.969824;;
|
|
}
|
|
|
|
MeshNormals {
|
|
67;
|
|
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;,
|
|
-0.952318;0.000000;-0.247594;,
|
|
-0.972189;-0.103065;-0.074278;,
|
|
-0.968567;-0.103723;0.128105;,
|
|
-0.979434;-0.043492;0.106753;,
|
|
-1.000000;0.000000;0.000000;,
|
|
-0.959758;0.231278;-0.089254;,
|
|
-0.964956;0.153716;-0.133868;,
|
|
-0.969831;0.173477;0.066885;,
|
|
-0.953291;0.204927;0.178449;,
|
|
0.953291;0.204927;-0.178449;,
|
|
0.959774;0.231302;-0.089180;,
|
|
0.946820;0.178560;-0.267673;,
|
|
0.946786;0.178538;-0.267807;,
|
|
0.000000;0.554700;-0.832050;,
|
|
0.000000;0.184900;-0.944017;,
|
|
0.000000;0.369800;-0.888033;,
|
|
0.000000;0.554700;-0.832050;,
|
|
0.928477;0.000000;-0.371391;,
|
|
0.928477;0.000000;-0.371391;,
|
|
0.941063;-0.085888;-0.247594;,
|
|
0.953649;-0.171775;-0.123797;,
|
|
0.000000;0.000000;-1.000000;,
|
|
0.000000;0.000000;-1.000000;,
|
|
-0.955529;0.089280;0.226684;,
|
|
-0.934580;0.059513;0.336863;,
|
|
-0.928477;0.000000;0.371391;,
|
|
-0.928477;0.000000;0.371391;,
|
|
-0.938301;-0.130476;0.320262;,
|
|
-0.956923;-0.215268;0.106754;,
|
|
-0.941063;-0.085888;-0.247594;,
|
|
-0.928477;0.000000;-0.371391;,
|
|
-0.946794;0.178601;-0.267735;,
|
|
-0.946784;0.178695;-0.267709;,
|
|
0.956923;-0.215267;0.106755;,
|
|
0.947612;-0.172872;0.213508;,
|
|
0.938301;-0.130477;0.320262;,
|
|
0.938302;-0.130476;0.320260;,
|
|
0.928477;0.000000;0.371391;,
|
|
0.928477;0.000000;0.371391;,
|
|
0.934579;0.059565;0.336830;,
|
|
0.940689;0.119067;0.302287;,
|
|
0.953275;0.204955;0.178490;,
|
|
0.959758;0.231278;0.089254;,
|
|
0.000000;-0.377297;0.926092;,
|
|
0.000000;-0.125766;0.975364;,
|
|
0.000000;-0.251531;0.950728;,
|
|
0.000000;-0.377297;0.926092;,
|
|
0.000000;0.369800;0.888033;,
|
|
0.000000;0.184900;0.944017;,
|
|
0.000000;0.851567;0.277350;,
|
|
0.000000;1.000000;0.000000;,
|
|
0.000000;1.000000;0.000000;,
|
|
0.000000;0.703133;0.554700;,
|
|
0.000000;-1.000000;0.000000;,
|
|
0.000000;-1.000000;0.000000;,
|
|
0.000000;-1.000000;0.000000;,
|
|
0.000000;-1.000000;0.000000;;
|
|
52;
|
|
3;0,1,2;,
|
|
3;0,2,3;,
|
|
3;0,3,4;,
|
|
3;0,4,5;,
|
|
3;6,7,8;,
|
|
3;9,10,11;,
|
|
3;9,11,12;,
|
|
3;9,12,13;,
|
|
3;9,13,14;,
|
|
3;15,16,17;,
|
|
3;15,17,18;,
|
|
3;19,20,21;,
|
|
3;19,21,22;,
|
|
3;23,24,25;,
|
|
3;23,25,26;,
|
|
3;27,28,29;,
|
|
3;27,29,30;,
|
|
3;24,31,32;,
|
|
3;24,32,25;,
|
|
3;18,17,33;,
|
|
3;18,33,34;,
|
|
3;34,33,35;,
|
|
3;34,35,36;,
|
|
3;37,13,12;,
|
|
3;37,12,38;,
|
|
3;38,12,11;,
|
|
3;38,11,39;,
|
|
3;39,11,10;,
|
|
3;39,10,40;,
|
|
3;41,42,16;,
|
|
3;41,16,15;,
|
|
3;30,29,43;,
|
|
3;30,43,44;,
|
|
3;44,43,45;,
|
|
3;44,45,46;,
|
|
3;47,48,49;,
|
|
3;47,49,50;,
|
|
3;50,49,51;,
|
|
3;50,51,52;,
|
|
3;52,51,20;,
|
|
3;52,20,19;,
|
|
3;33,17,16;,
|
|
3;53,54,55;,
|
|
3;53,55,56;,
|
|
3;54,57,58;,
|
|
3;54,58,55;,
|
|
3;59,60,61;,
|
|
3;59,61,62;,
|
|
3;57,59,62;,
|
|
3;57,62,58;,
|
|
3;63,64,65;,
|
|
3;63,65,66;;
|
|
}
|
|
|
|
MeshMaterialList {
|
|
4;
|
|
52;
|
|
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,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
1,
|
|
2,
|
|
2,
|
|
2,
|
|
2,
|
|
2,
|
|
2,
|
|
2,
|
|
2,
|
|
3,
|
|
3;
|
|
|
|
Material {
|
|
0.134300;0.110284;0.783700;1.000000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.000000;0.000000;0.000000;;
|
|
|
|
TextureFilename {
|
|
"genC6_tex.png";
|
|
}
|
|
}
|
|
|
|
Material {
|
|
0.000000;0.001498;0.677600;1.000000;;
|
|
1.000000;
|
|
0.000000;0.000000;0.000000;;
|
|
0.000000;0.000000;0.000000;;
|
|
|
|
TextureFilename {
|
|
"vtv6_tex.png";
|
|
}
|
|
}
|
|
|
|
Material {
|
|
0.755100;0.629326;0.690400;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";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |