Files
RP412/assets/RP411/VIDEO/BN1.X
T
CydandClaude Opus 4.8 3b8b729ecb Add complete game working copy under assets/ (runtime data + binaries)
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>
2026-07-01 10:11:47 -05:00

633 lines
14 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 {
92;
-3.330700;5.569400;-3.119300;,
-4.175100;5.269400;-3.719300;,
-4.175100;5.269400;3.147100;,
-3.330700;5.569400;2.547100;,
-3.330700;5.569400;2.547100;,
-4.175100;5.269400;3.147100;,
-4.175100;6.986000;3.147100;,
-3.330700;5.569400;-3.119300;,
-4.175100;6.986000;-3.719300;,
-4.175100;5.269400;-3.719300;,
-4.175100;6.986000;-3.719300;,
2.691400;6.986000;-3.719300;,
2.691400;0.119600;-3.719300;,
-4.175100;0.119600;-3.719300;,
2.691400;6.986000;-3.719300;,
2.691400;6.986000;3.147100;,
2.691400;0.119600;3.147100;,
2.691400;0.119600;-3.719300;,
2.691400;0.119600;3.147100;,
2.691400;6.986000;3.147100;,
-4.175100;6.986000;3.147100;,
-4.175100;0.119600;3.147100;,
-4.175100;6.986000;3.147100;,
2.691400;6.986000;3.147100;,
2.691400;6.986000;-3.719300;,
-4.175100;6.986000;-3.719300;,
-4.175100;0.119600;3.147100;,
-4.175100;5.269400;3.147100;,
-4.175100;5.269400;-3.719300;,
-4.175100;0.119600;-3.719300;,
-4.315100;1.264000;0.286100;,
-4.315100;1.836200;0.286100;,
-4.315100;1.836200;-3.147100;,
-4.315100;1.264000;-3.147100;,
-3.330700;5.569400;2.547100;,
-4.175100;6.986000;3.147100;,
-4.175100;6.986000;-3.719300;,
-3.330700;5.569400;-3.119300;,
2.691400;6.986000;-0.858300;,
4.175100;6.986000;-0.858300;,
4.175100;0.119600;-0.858300;,
2.691400;0.119600;-0.858300;,
4.175100;0.119600;2.002700;,
4.175100;6.986000;2.002700;,
2.691400;6.986000;2.002700;,
2.691400;0.119600;2.002700;,
4.175100;8.130400;-0.858300;,
4.175100;8.130400;2.002700;,
4.175100;0.119600;2.002700;,
4.175100;0.119600;-0.858300;,
4.175100;6.986000;2.002700;,
4.175100;8.130400;2.002700;,
-0.741900;8.130400;2.002700;,
-1.886300;6.986000;2.002700;,
-0.741900;8.130400;-0.858300;,
4.175100;8.130400;-0.858300;,
4.175100;6.986000;-0.858300;,
-1.886300;6.986000;-0.858300;,
-1.886300;6.986000;2.002700;,
-0.741900;8.130400;2.002700;,
-0.741900;8.130400;-0.858300;,
-1.886300;6.986000;-0.858300;,
4.175100;8.130400;2.002700;,
4.175100;8.130400;-0.858300;,
-0.169600;0.119600;3.719300;,
-0.169600;4.697200;3.719300;,
-0.169600;5.269400;3.147100;,
-0.169600;0.119600;3.147100;,
0.402600;4.697200;3.719300;,
0.402600;5.269400;3.147100;,
-0.169600;5.269400;3.147100;,
-0.169600;4.697200;3.719300;,
0.402600;5.269400;3.147100;,
0.402600;4.697200;3.719300;,
0.402600;0.119600;3.719300;,
0.402600;0.119600;3.147100;,
-1.314100;0.119600;3.719300;,
-1.314100;4.697200;3.719300;,
-1.314100;5.269400;3.147100;,
-1.314100;0.119600;3.147100;,
-0.741900;0.119600;3.719300;,
-0.741900;4.697200;3.719300;,
-0.741900;4.697200;3.719300;,
-0.741900;5.269400;3.147100;,
-1.314100;5.269400;3.147100;,
-1.314100;4.697200;3.719300;,
-0.741900;5.269400;3.147100;,
-0.741900;0.119600;3.147100;,
-4.315100;0.119600;2.002700;,
-4.315100;1.836200;2.002700;,
-4.315100;1.836200;0.858300;,
-4.315100;0.119600;0.858300;;
50;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;7,8,9;,
3;10,11,12;,
3;10,12,13;,
3;14,15,16;,
3;14,16,17;,
3;18,19,20;,
3;18,20,21;,
3;22,23,24;,
3;22,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;42,43,44;,
3;42,44,45;,
3;46,47,48;,
3;46,48,49;,
3;50,51,52;,
3;50,52,53;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;59,62,63;,
3;59,63,60;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;68,70,71;,
3;72,73,74;,
3;72,74,75;,
3;74,73,65;,
3;74,65,64;,
3;76,77,78;,
3;76,78,79;,
3;80,81,77;,
3;80,77,76;,
3;82,83,84;,
3;82,84,85;,
3;86,81,80;,
3;86,80,87;,
3;88,89,90;,
3;88,90,91;;
MeshTextureCoords {
92;
2.346050;0.530112;,
2.508790;0.759139;,
0.646411;0.759139;,
0.809151;0.530112;,
0.640124;0.410163;,
0.383226;0.318892;,
0.383226;0.841144;,
0.640124;0.410163;,
0.383226;0.841144;,
0.383226;0.318892;,
1.001550;0.994791;,
0.139763;0.994791;,
0.139763;0.213353;,
1.001550;0.213353;,
0.994039;0.994253;,
0.357486;0.994253;,
0.357486;0.357701;,
0.994039;0.357701;,
0.139763;0.213353;,
0.139763;0.994791;,
1.001550;0.994791;,
1.001550;0.213353;,
0.301802;0.958580;,
0.301802;0.256987;,
1.003390;0.256987;,
1.003390;0.958580;,
2.009820;0.300189;,
2.009820;1.058980;,
0.998108;1.058980;,
0.998108;0.300189;,
1.466903;0.786593;,
1.466903;0.969316;,
0.506843;0.969316;,
0.506843;0.786593;,
2.125099;0.217506;,
2.319465;0.676401;,
0.095150;0.676401;,
0.289510;0.217506;,
0.108855;1.610250;,
0.405064;1.610250;,
0.405064;0.627497;,
0.108855;0.627497;,
0.405064;0.627497;,
0.405064;1.610250;,
0.108855;1.610250;,
0.108855;0.627497;,
0.628843;1.930290;,
0.134449;1.930290;,
0.134449;0.545994;,
0.628843;0.545994;,
0.834228;0.551293;,
0.834228;0.668225;,
0.204575;0.668225;,
0.058024;0.551293;,
0.204575;0.668225;,
0.834228;0.668225;,
0.834228;0.551293;,
0.058024;0.551293;,
0.204158;1.214740;,
0.204158;0.989415;,
0.780837;0.989415;,
0.780837;1.214740;,
0.204159;0.021325;,
0.780837;0.021325;,
0.898781;0.119551;,
1.918996;0.119551;,
2.046520;0.247077;,
0.898781;0.247077;,
0.918996;0.119551;,
1.046520;0.247077;,
1.046520;0.247077;,
0.918996;0.119551;,
2.046520;0.247077;,
1.918996;0.119551;,
0.898781;0.119551;,
0.898781;0.247077;,
0.898781;0.119551;,
1.918996;0.119551;,
2.046520;0.247077;,
0.898781;0.247077;,
0.898781;0.119551;,
1.918996;0.119551;,
0.918996;0.119551;,
1.046520;0.247077;,
1.046520;0.247077;,
0.918996;0.119551;,
2.046520;0.247077;,
0.898781;0.247077;,
2.011760;0.971280;,
2.011760;1.988860;,
0.977836;1.988860;,
0.977836;0.971280;;
}
MeshNormals {
92;
-0.334780;0.942296;0.000000;,
-0.334780;0.942296;0.000000;,
-0.334780;0.942296;0.000000;,
-0.334780;0.942296;0.000000;,
-0.579227;0.000000;-0.815166;,
-0.579227;0.000000;-0.815166;,
-0.579227;0.000000;-0.815166;,
-0.579227;0.000000;0.815166;,
-0.579227;0.000000;0.815166;,
-0.579227;0.000000;0.815166;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.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;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.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;,
-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.858977;-0.512015;0.000000;,
-0.858977;-0.512015;0.000000;,
-0.858977;-0.512015;0.000000;,
-0.858977;-0.512014;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.000000;1.000000;,
0.000000;0.000000;1.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;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.707107;0.707107;0.000000;,
-0.235702;0.902369;0.000000;,
-0.471404;0.804738;0.000000;,
-0.707107;0.707107;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
-0.666667;0.000000;0.333333;,
-0.333333;0.000000;0.666667;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
1.000000;0.000000;0.000000;,
0.500000;0.000000;0.500000;,
0.500000;0.000000;0.500000;,
1.000000;0.000000;0.000000;,
-0.666667;0.000000;0.333333;,
-0.333333;0.000000;0.666667;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
0.500000;0.000000;0.500000;,
0.500000;0.000000;0.500000;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
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;;
50;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;7,8,9;,
3;10,11,12;,
3;10,12,13;,
3;14,15,16;,
3;14,16,17;,
3;18,19,20;,
3;18,20,21;,
3;22,23,24;,
3;22,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;42,43,44;,
3;42,44,45;,
3;46,47,48;,
3;46,48,49;,
3;50,51,52;,
3;50,52,53;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;59,62,63;,
3;59,63,60;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;68,70,71;,
3;72,73,74;,
3;72,74,75;,
3;74,73,65;,
3;74,65,64;,
3;76,77,78;,
3;76,78,79;,
3;80,81,77;,
3;80,77,76;,
3;82,83,84;,
3;82,84,85;,
3;86,81,80;,
3;86,80,87;,
3;88,89,90;,
3;88,90,91;;
}
MeshMaterialList {
7;
50;
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
6,
6;
Material {
0.489800;0.372563;0.415800;1.000000;;
39.100000;
0.208200;0.192488;0.208200;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA6_tex.png";
}
}
Material {
0.918400;0.731145;0.678500;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intC_tex.png";
}
}
Material {
0.816500;0.790553;0.412600;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.800000;0.750000;0.700000;;
TextureFilename {
"genB1_tex.png";
}
}
Material {
0.298000;0.083121;0.097400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA3_tex.png";
}
}
Material {
0.197900;0.355000;0.217400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA6_tex.png";
}
}
Material {
0.440800;0.126350;0.120600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA4_tex.png";
}
}
Material {
0.893900;0.348307;0.299200;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC3_tex.png";
}
}
}
}
}
}