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>
71 lines
1.2 KiB
Plaintext
71 lines
1.2 KiB
Plaintext
[object]
|
|
gatfile=gauge.gat
|
|
|
|
[lods]
|
|
level0=0.1
|
|
level1=1
|
|
level2=10
|
|
level3=100000
|
|
|
|
[vertices]
|
|
v0=1, 0, -4.5
|
|
v1=1, 0, 4.8
|
|
v2=-1, 0, 4.8
|
|
v3=-1, 0, -4.5
|
|
v4=-1, 0, 4
|
|
v5=-2.8, 0, 3.2
|
|
v6=-2.8, 0, -3.2
|
|
v7=-1, 0, -4
|
|
v8=2.8, 0, -3.2
|
|
v9=2.8, 0, 3.2
|
|
v10=1, 0, 4
|
|
v11=1, 0, -4
|
|
v12=-3.8, 0, -2.7
|
|
v13=-2.8, 0, -1.3
|
|
v14=-3.8, 0, -1.8
|
|
v15=-3.8, 0, -0.5
|
|
v16=-2.8, 0, -1
|
|
v17=-2.8, 0, 0.9
|
|
v18=-3.8, 0, 0.4
|
|
v19=-3.8, 0, 1.7
|
|
v20=-2.8, 0, 1.2
|
|
v21=-2.8, 0, 3.1
|
|
v22=-3.8, 0, 2.6
|
|
v23=3.8, 0, 1.7
|
|
v24=3.8, 0, 2.6
|
|
v25=2.8, 0, 3.1
|
|
v26=2.8, 0, 1.2
|
|
v27=3.8, 0, -0.5
|
|
v28=3.8, 0, 0.4
|
|
v29=2.8, 0, 0.9
|
|
v30=2.8, 0, -1
|
|
v31=3.8, 0, -2.7
|
|
v32=3.8, 0, -1.8
|
|
v33=2.8, 0, -1.3
|
|
v34=-2.8, 0, 3.5
|
|
v35=0, 0, -4.6
|
|
v36=2.6, 0, 3.5
|
|
|
|
[level0]
|
|
linelist=a_vtv v0 v1 v2 v3 v0
|
|
linelist=a_vtv v4 v5 v6 v7 v4
|
|
linelist=a_vtv v8 v9 v10 v11 v8
|
|
linelist=a_vtv v12 v6 v13 v14 v12
|
|
linelist=a_vtv v15 v16 v17 v18 v15
|
|
linelist=a_vtv v19 v20 v21 v22 v19
|
|
linelist=a_vtv v23 v24 v25 v26 v23
|
|
linelist=a_vtv v27 v28 v29 v30 v27
|
|
linelist=a_vtv v31 v32 v33 v8 v31
|
|
|
|
[level1]
|
|
linelist=a_vtv v4 v22 v12 v7 v4
|
|
linelist=a_vtv v31 v24 v10 v11 v31
|
|
linelist=a_vtv v0 v1 v2 v3 v0
|
|
|
|
[level2]
|
|
linelist=a_vtv v0 v31 v24 v1 v2 v22 v12 v3 v0
|
|
|
|
[level3]
|
|
linelist=a_vtv v34 v35 v36 v34
|
|
|