Files
RP412/assets/RP411/VIDEO/PLT.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

525 lines
11 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 {
65;
-0.950000;0.900000;-0.596400;,
-0.950000;-0.900000;-0.650000;,
-0.950000;-0.900000;0.309800;,
-0.950000;0.180500;0.750000;,
-0.950000;0.819700;0.750000;,
-0.950000;0.900000;0.696400;,
-0.950000;0.819700;-0.650000;,
0.000000;0.900000;-0.596400;,
0.000000;0.819700;0.750000;,
0.000000;0.180500;0.750000;,
0.000000;-0.900000;0.309800;,
0.000000;-0.900000;-0.650000;,
0.000000;0.819700;-0.650000;,
-0.100000;1.275000;-0.700000;,
-0.100000;1.275000;0.800000;,
0.000000;0.900000;0.696400;,
0.000000;0.900000;-0.596400;,
-0.850000;1.275000;-0.700000;,
-0.850000;0.975000;-0.900000;,
-0.950000;0.819700;-0.650000;,
-0.950000;0.900000;-0.596400;,
-0.850000;1.275000;-0.700000;,
-0.100000;1.275000;-0.700000;,
-0.100000;0.975000;-0.900000;,
-0.850000;0.975000;-0.900000;,
-0.850000;0.975000;-0.900000;,
-0.850000;-1.275000;-0.900000;,
-0.950000;-0.900000;-0.650000;,
-0.950000;0.819700;-0.650000;,
-0.100000;-1.275000;-0.900000;,
-0.850000;-1.275000;-0.900000;,
-0.100000;0.975000;1.000000;,
0.000000;0.819700;0.750000;,
-0.100000;0.075000;1.000000;,
0.000000;0.180500;0.750000;,
-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.850000;-1.275000;0.450000;,
-0.950000;-0.900000;0.309800;,
-0.850000;0.075000;1.000000;,
-0.950000;0.180500;0.750000;,
-0.850000;0.075000;1.000000;,
-0.850000;0.975000;1.000000;,
-0.950000;0.819700;0.750000;,
-0.950000;0.180500;0.750000;,
-0.850000;1.275000;0.800000;,
-0.950000;0.900000;0.696400;,
-0.850000;-1.275000;0.450000;,
-0.100000;-1.275000;0.450000;,
-0.100000;0.075000;1.000000;,
-0.850000;0.075000;1.000000;,
-0.100000;0.975000;1.000000;,
-0.850000;0.975000;1.000000;,
-0.850000;1.275000;0.800000;,
-0.100000;1.275000;0.800000;,
-0.100000;1.275000;-0.700000;,
-0.850000;1.275000;-0.700000;,
-0.850000;-1.275000;-0.900000;,
-0.100000;-1.275000;-0.900000;,
-0.100000;-1.275000;0.450000;,
-0.850000;-1.275000;0.450000;;
52;
3;0,1,2;,
3;0,2,3;,
3;0,3,4;,
3;0,4,5;,
3;1,0,6;,
3;7,8,9;,
3;7,9,10;,
3;7,10,11;,
3;7,11,12;,
3;13,14,15;,
3;13,15,16;,
3;17,18,19;,
3;17,19,20;,
3;21,22,23;,
3;21,23,24;,
3;25,26,27;,
3;25,27,28;,
3;24,23,29;,
3;24,29,30;,
3;14,31,32;,
3;14,32,15;,
3;31,33,34;,
3;31,34,32;,
3;35,36,10;,
3;35,10,9;,
3;36,37,11;,
3;36,11,10;,
3;37,38,12;,
3;37,12,11;,
3;39,13,16;,
3;39,16,40;,
3;26,41,42;,
3;26,42,27;,
3;41,43,44;,
3;41,44,42;,
3;45,46,47;,
3;45,47,48;,
3;46,49,50;,
3;46,50,47;,
3;49,17,20;,
3;49,20,50;,
3;32,16,15;,
3;51,52,53;,
3;51,53,54;,
3;54,53,55;,
3;54,55,56;,
3;57,58,59;,
3;57,59,60;,
3;56,55,58;,
3;56,58,57;,
3;61,62,63;,
3;61,63,64;;
MeshTextureCoords {
65;
0.058959;2.016000;,
0.023375;0.819990;,
0.661110;0.819990;,
0.953608;1.537935;,
0.953608;1.962625;,
0.918025;2.016000;,
0.023375;1.962625;,
1.566157;0.704369;,
1.537600;0.349273;,
1.310385;0.349273;,
0.926272;0.465368;,
0.926272;0.718493;,
1.537600;0.718493;,
0.699466;0.730850;,
0.699466;0.335257;,
0.566157;0.363396;,
0.566157;0.704369;,
0.699466;0.724634;,
0.592819;0.777380;,
0.537600;0.710619;,
0.566157;0.696496;,
0.661025;0.956500;,
0.661025;0.762148;,
0.589131;0.762148;,
0.589131;0.956500;,
1.592819;0.777380;,
0.792963;0.777380;,
0.926272;0.710619;,
1.537600;0.710619;,
0.049925;0.762148;,
0.049925;0.956500;,
0.592819;0.282512;,
0.537600;0.349273;,
0.272876;0.282512;,
0.310385;0.349273;,
1.272876;0.282512;,
0.792963;0.427562;,
0.792963;0.783596;,
1.592819;0.783596;,
0.592819;0.783596;,
0.537600;0.718493;,
0.792963;0.421346;,
0.926272;0.457495;,
1.272876;0.276296;,
1.310385;0.341399;,
0.272876;0.276296;,
0.592819;0.276296;,
0.537600;0.341399;,
0.310385;0.341399;,
0.699466;0.329041;,
0.566157;0.355523;,
0.049925;0.954683;,
0.049925;0.760331;,
0.373449;0.760331;,
0.373449;0.954683;,
0.589132;0.760331;,
0.589132;0.954683;,
0.661026;0.954683;,
0.661026;0.760331;,
0.661026;0.760331;,
0.661026;0.954683;,
0.322273;0.971162;,
0.322273;0.667984;,
0.495651;0.667984;,
0.495651;0.971162;;
}
MeshNormals {
65;
-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.979434;-0.043492;0.106753;,
0.968567;-0.103723;0.128105;,
0.972189;-0.103065;-0.074278;,
0.952318;0.000000;-0.247594;,
0.959758;0.231278;-0.089254;,
0.953291;0.204927;0.178449;,
0.969831;0.173477;0.066885;,
0.964956;0.153716;-0.133868;,
-0.953291;0.204927;-0.178449;,
-0.946786;0.178538;-0.267807;,
-0.946820;0.178560;-0.267673;,
-0.959774;0.231302;-0.089180;,
0.000000;0.554700;-0.832050;,
0.000000;0.554700;-0.832050;,
0.000000;0.369800;-0.888033;,
0.000000;0.184900;-0.944017;,
-0.928477;0.000000;-0.371391;,
-0.953649;-0.171775;-0.123797;,
-0.941063;-0.085888;-0.247594;,
-0.928477;0.000000;-0.371391;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.934580;0.059513;0.336863;,
0.955529;0.089280;0.226684;,
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.947612;-0.172872;0.213508;,
-0.956923;-0.215267;0.106755;,
-0.938302;-0.130476;0.320260;,
-0.938301;-0.130477;0.320262;,
-0.928477;0.000000;0.371391;,
-0.940689;0.119067;0.302287;,
-0.934579;0.059565;0.336830;,
-0.928477;0.000000;0.371391;,
-0.959758;0.231278;0.089254;,
-0.953275;0.204955;0.178490;,
0.000000;-0.377297;0.926092;,
0.000000;-0.377297;0.926092;,
0.000000;-0.251531;0.950728;,
0.000000;-0.125766;0.975364;,
0.000000;0.184900;0.944017;,
0.000000;0.369800;0.888033;,
0.000000;0.851567;0.277350;,
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;,
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;1,0,6;,
3;7,8,9;,
3;7,9,10;,
3;7,10,11;,
3;7,11,12;,
3;13,14,15;,
3;13,15,16;,
3;17,18,19;,
3;17,19,20;,
3;21,22,23;,
3;21,23,24;,
3;25,26,27;,
3;25,27,28;,
3;24,23,29;,
3;24,29,30;,
3;14,31,32;,
3;14,32,15;,
3;31,33,34;,
3;31,34,32;,
3;35,36,10;,
3;35,10,9;,
3;36,37,11;,
3;36,11,10;,
3;37,38,12;,
3;37,12,11;,
3;39,13,16;,
3;39,16,40;,
3;26,41,42;,
3;26,42,27;,
3;41,43,44;,
3;41,44,42;,
3;45,46,47;,
3;45,47,48;,
3;46,49,50;,
3;46,50,47;,
3;49,17,20;,
3;49,20,50;,
3;32,16,15;,
3;51,52,53;,
3;51,53,54;,
3;54,53,55;,
3;54,55,56;,
3;57,58,59;,
3;57,59,60;,
3;56,55,58;,
3;56,58,57;,
3;61,62,63;,
3;61,63,64;;
}
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";
}
}
}
}
}
}