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,70 @@
|
||||
{
|
||||
"id": "civilian-f",
|
||||
"name": "Civilian",
|
||||
"body": "female",
|
||||
"height": 1.64,
|
||||
"bodyStyle": {
|
||||
"mass": 0,
|
||||
"muscle": -0.05,
|
||||
"fat": 0.1
|
||||
},
|
||||
"headStyle": {
|
||||
"length": -0.15,
|
||||
"jaw": 0.1,
|
||||
"brow": 0.15
|
||||
},
|
||||
"styleNotes": "muted plum wool overcoat, dark knee-length skirt, black tights, simple low-heeled shoes, everyday and unremarkable",
|
||||
"palette": {
|
||||
"skin": {
|
||||
"r": 200,
|
||||
"g": 160,
|
||||
"b": 130
|
||||
},
|
||||
"hair": {
|
||||
"r": 55,
|
||||
"g": 35,
|
||||
"b": 28
|
||||
},
|
||||
"primary": {
|
||||
"r": 90,
|
||||
"g": 70,
|
||||
"b": 95
|
||||
},
|
||||
"secondary": {
|
||||
"r": 50,
|
||||
"g": 48,
|
||||
"b": 55
|
||||
},
|
||||
"accent": {
|
||||
"r": 120,
|
||||
"g": 100,
|
||||
"b": 60
|
||||
},
|
||||
"metal": {
|
||||
"r": 140,
|
||||
"g": 140,
|
||||
"b": 145
|
||||
},
|
||||
"leather": {
|
||||
"r": 80,
|
||||
"g": 55,
|
||||
"b": 45
|
||||
}
|
||||
},
|
||||
"parts": {
|
||||
"hair": "hair.long",
|
||||
"upper": "upper.coat",
|
||||
"lower": "lower.skirt",
|
||||
"feet": "feet.shoes",
|
||||
"accessory": "accessory.none"
|
||||
},
|
||||
"stats": {
|
||||
"vertices": 1189,
|
||||
"triangles": 2112,
|
||||
"bones": 22,
|
||||
"clips": 5,
|
||||
"skinHidden": 448,
|
||||
"skinRecessed": 310
|
||||
},
|
||||
"textured": true
|
||||
}
|
||||
Reference in New Issue
Block a user