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>
64 lines
894 B
Plaintext
64 lines
894 B
Plaintext
;
|
|
; gauge.gat - gauge attribute file
|
|
;
|
|
[colors]
|
|
; special meaning colors
|
|
default=0
|
|
colorteam1=1
|
|
colorteam2=2
|
|
colorteam3=3
|
|
colorteam4=4
|
|
colorteam5=5
|
|
colorteam6=6
|
|
colorteam7=7
|
|
colorteam8=8
|
|
|
|
; pallet index colors
|
|
blue=58
|
|
red=57
|
|
yellow=56
|
|
gray=55
|
|
lightgray=51
|
|
darkgray=60
|
|
white=54
|
|
cyan=50
|
|
brightred=49
|
|
green=41
|
|
|
|
; additional colors based on pallet indexes
|
|
;canaledge=31
|
|
canaledge=51
|
|
redpipe=30
|
|
;concrete=29
|
|
concrete=51
|
|
machine=28
|
|
;tunnel=27
|
|
tunnel=51
|
|
door=26
|
|
drop=25
|
|
warning=24
|
|
mine=23
|
|
police=22
|
|
|
|
[attributes]
|
|
unscaled = 1 ; shape will not be scaled: 1 meter = 1 pixel
|
|
|
|
[groups]
|
|
a_body=red
|
|
a_wings=yellow
|
|
a_cab=white
|
|
a_rock=canaledge
|
|
a_pipe=redpipe
|
|
a_concrete=concrete
|
|
a_machine=machine
|
|
a_tunnel=tunnel
|
|
a_redrock=canaledge
|
|
a_door=door
|
|
a_drop=drop
|
|
a_warning=warning
|
|
a_mine=mine
|
|
a_demo=yellow
|
|
a_police=police
|
|
a_vtv=default
|
|
a_sting=green
|