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>
40 lines
655 B
Plaintext
40 lines
655 B
Plaintext
[object]
|
|
gatfile=gauge.gat
|
|
|
|
[lods]
|
|
level0=2
|
|
level1=50000
|
|
|
|
[vertices]
|
|
v0=-30, 0, 55
|
|
v1=-155, 0, 5
|
|
v2=-145, 0, -20
|
|
v3=-20, 0, 30
|
|
v4=50, 0, -40
|
|
v5=-135, 0, -115
|
|
v6=-120, 0, -150
|
|
v7=65, 0, -75
|
|
v8=100, 0, 15
|
|
v9=-10, 0, -30
|
|
v10=25, 0, -115
|
|
v11=135, 0, -70
|
|
v12=40, 0, 90
|
|
v13=-70, 0, 45
|
|
v14=-25, 0, -65
|
|
v15=85, 0, -20
|
|
v16=-170, 0, 5
|
|
v17=-125, 0, -105
|
|
v18=-80, 0, -55
|
|
v19=-45, 0, -140
|
|
|
|
[level0]
|
|
linelist=a_machine v0 v1 v2 v3 v0
|
|
linelist=a_machine v4 v5 v6 v7 v4
|
|
linelist=a_machine v8 v9 v10 v11 v8
|
|
linelist=a_machine v12 v13 v14 v15 v12
|
|
|
|
[level1]
|
|
linelist=a_machine v12 v16 v17 v15 v12
|
|
linelist=a_machine v8 v18 v19 v11 v8
|
|
|