Initial public release of PSX Adventure Engine
Browser reference stack for PSX-era third-person adventure: fixed cameras, inventory puzzles, Box3D physics, host-authoritative P2P co-op, and a modular character harness. Ships the Ashgrove Precinct Level 1 investigation demo with a full cast and nine linked rooms.
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"id": "groundskeeper",
|
||||
"name": "Ellis",
|
||||
"body": "male",
|
||||
"height": 1.75,
|
||||
"bodyStyle": {
|
||||
"mass": 0.2,
|
||||
"muscle": 0.1,
|
||||
"fat": 0.35
|
||||
},
|
||||
"headStyle": {
|
||||
"length": -0.5,
|
||||
"jaw": 0.3,
|
||||
"brow": 0.1
|
||||
},
|
||||
"styleNotes": "faded rust-brown work coat, heavy tan canvas trousers, oil stains at the knees and cuffs, worn steel-toe boots",
|
||||
"palette": {
|
||||
"primary": {
|
||||
"r": 120,
|
||||
"g": 78,
|
||||
"b": 48
|
||||
},
|
||||
"secondary": {
|
||||
"r": 70,
|
||||
"g": 72,
|
||||
"b": 78
|
||||
},
|
||||
"accent": {
|
||||
"r": 100,
|
||||
"g": 80,
|
||||
"b": 50
|
||||
},
|
||||
"metal": {
|
||||
"r": 140,
|
||||
"g": 140,
|
||||
"b": 145
|
||||
},
|
||||
"leather": {
|
||||
"r": 55,
|
||||
"g": 45,
|
||||
"b": 35
|
||||
},
|
||||
"skin": {
|
||||
"r": 145,
|
||||
"g": 105,
|
||||
"b": 78
|
||||
},
|
||||
"hair": {
|
||||
"r": 90,
|
||||
"g": 70,
|
||||
"b": 50
|
||||
}
|
||||
},
|
||||
"parts": {
|
||||
"hair": "hair.messy",
|
||||
"upper": "upper.workcoat",
|
||||
"lower": "lower.cargo",
|
||||
"feet": "feet.boots",
|
||||
"accessory": "accessory.satchel"
|
||||
},
|
||||
"stats": {
|
||||
"vertices": 1206,
|
||||
"triangles": 2098,
|
||||
"bones": 22,
|
||||
"clips": 5,
|
||||
"skinHidden": 564,
|
||||
"skinRecessed": 262
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user