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": "civilian-m",
|
||||
"name": "Townsman",
|
||||
"body": "male",
|
||||
"height": 1.76,
|
||||
"bodyStyle": {
|
||||
"mass": 0.05,
|
||||
"muscle": 0,
|
||||
"fat": 0.15
|
||||
},
|
||||
"headStyle": {
|
||||
"length": 0.1,
|
||||
"jaw": -0.2,
|
||||
"brow": -0.35
|
||||
},
|
||||
"styleNotes": "charcoal two-piece business suit, white dress shirt, burgundy tie, polished black oxfords, slightly rumpled after a long day",
|
||||
"palette": {
|
||||
"primary": {
|
||||
"r": 95,
|
||||
"g": 90,
|
||||
"b": 85
|
||||
},
|
||||
"secondary": {
|
||||
"r": 55,
|
||||
"g": 55,
|
||||
"b": 60
|
||||
},
|
||||
"accent": {
|
||||
"r": 120,
|
||||
"g": 100,
|
||||
"b": 60
|
||||
},
|
||||
"metal": {
|
||||
"r": 140,
|
||||
"g": 140,
|
||||
"b": 145
|
||||
},
|
||||
"leather": {
|
||||
"r": 65,
|
||||
"g": 48,
|
||||
"b": 38
|
||||
},
|
||||
"skin": {
|
||||
"r": 200,
|
||||
"g": 160,
|
||||
"b": 130
|
||||
},
|
||||
"hair": {
|
||||
"r": 70,
|
||||
"g": 60,
|
||||
"b": 50
|
||||
}
|
||||
},
|
||||
"parts": {
|
||||
"hair": "hair.short",
|
||||
"upper": "upper.shirt",
|
||||
"lower": "lower.pants",
|
||||
"feet": "feet.shoes",
|
||||
"accessory": "accessory.belt"
|
||||
},
|
||||
"stats": {
|
||||
"vertices": 1171,
|
||||
"triangles": 2044,
|
||||
"bones": 22,
|
||||
"clips": 5,
|
||||
"skinHidden": 540,
|
||||
"skinRecessed": 262
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user