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": "officer",
|
||||
"name": "Sgt. Marrow",
|
||||
"body": "male",
|
||||
"height": 1.82,
|
||||
"bodyStyle": {
|
||||
"mass": 0.35,
|
||||
"muscle": 0.45,
|
||||
"fat": 0.1
|
||||
},
|
||||
"headStyle": {
|
||||
"length": -0.35,
|
||||
"jaw": 0.8,
|
||||
"brow": 0.65
|
||||
},
|
||||
"styleNotes": "dark slate police uniform, brass buttons and a gold shoulder flash, black duty belt, polished black boots, crisp and pressed",
|
||||
"palette": {
|
||||
"primary": {
|
||||
"r": 38,
|
||||
"g": 50,
|
||||
"b": 46
|
||||
},
|
||||
"secondary": {
|
||||
"r": 32,
|
||||
"g": 36,
|
||||
"b": 40
|
||||
},
|
||||
"accent": {
|
||||
"r": 160,
|
||||
"g": 140,
|
||||
"b": 50
|
||||
},
|
||||
"metal": {
|
||||
"r": 140,
|
||||
"g": 140,
|
||||
"b": 145
|
||||
},
|
||||
"leather": {
|
||||
"r": 35,
|
||||
"g": 30,
|
||||
"b": 28
|
||||
},
|
||||
"skin": {
|
||||
"r": 145,
|
||||
"g": 105,
|
||||
"b": 78
|
||||
},
|
||||
"hair": {
|
||||
"r": 28,
|
||||
"g": 28,
|
||||
"b": 30
|
||||
}
|
||||
},
|
||||
"parts": {
|
||||
"hair": "hair.undercut",
|
||||
"upper": "upper.uniform",
|
||||
"lower": "lower.pants",
|
||||
"feet": "feet.boots",
|
||||
"accessory": "accessory.belt"
|
||||
},
|
||||
"stats": {
|
||||
"vertices": 1171,
|
||||
"triangles": 2044,
|
||||
"bones": 22,
|
||||
"clips": 5,
|
||||
"skinHidden": 616,
|
||||
"skinRecessed": 262
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user