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>
37 lines
520 B
INI
37 lines
520 B
INI
;
|
|
; VESA SVGA mode summary
|
|
;
|
|
[misc]
|
|
timeStamp=Tue Mar 3 16:47:06 1996
|
|
manufacturer=STB Horizon+ PCI 1.2
|
|
|
|
[640x480x8]
|
|
mode=257 ;0101h
|
|
width=640
|
|
height=480
|
|
sizeInKB=64
|
|
granularityInKB=4
|
|
bytesPerLine=1280
|
|
pageFcnPtr=794632 ;C000:2008
|
|
special=1
|
|
|
|
[640x480x16]
|
|
mode=273 ;0111h
|
|
width=640
|
|
height=480
|
|
sizeInKB=64
|
|
granularityInKB=4
|
|
bytesPerLine=1280
|
|
pageFcnPtr=796182 ;C000:2616
|
|
special=0
|
|
|
|
[800x600x16]
|
|
mode=276 ;0114h
|
|
width=800
|
|
height=600
|
|
sizeInKB=64
|
|
granularityInKB=4
|
|
bytesPerLine=1600
|
|
pageFcnPtr=796182 ;C000:2616
|
|
special=0
|