road stage
This commit is contained in:
parent
0e8d89aa5f
commit
6b962d4437
46 changed files with 1928 additions and 14 deletions
|
@ -56,6 +56,14 @@ var GenericProtoRoadStage = {
|
|||
"stage": Stages.ProtoRoadStage,
|
||||
}
|
||||
|
||||
var GenericRoadStage = {
|
||||
"name": "Generic Road Stage",
|
||||
"scene": "res://Scenes/FreeRoam/Generic/GenericRoadStage.tscn",
|
||||
"description": "A generic showroom featuring the Road Stage.\nInstalled from 1991-1992.",
|
||||
"thumbnail": "res://UI/FreeroamThumbnails/GenericRoadStage.png",
|
||||
"stage": Stages.RoadStage,
|
||||
}
|
||||
|
||||
var GenericCStage = {
|
||||
"name": "Generic C-Stage",
|
||||
"scene": "res://Scenes/FreeRoam/Generic/GenericCStage.tscn",
|
||||
|
@ -90,5 +98,6 @@ var MapIndex = {
|
|||
"Generic Prototype Road Stage": GenericProtoRoadStage,
|
||||
"Generic C-Stage": GenericCStage,
|
||||
"Generic Balcony Stage": GenericBalconyStage,
|
||||
"Generic Road Stage": GenericRoadStage,
|
||||
"Knoxville TN (8225 Kingston Pike) 2010s": KnoxvilleTN8225KingstonPike2010s
|
||||
}
|
||||
|
|
|
@ -916,6 +916,96 @@ var Turntable1Stage = {
|
|||
"cosmetic_defaults": [ 1, 2, 1, 1, 1, 0, 1, 2, 2, 2, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 3, 0, 0, 0 ]
|
||||
}
|
||||
|
||||
var RoadStage = {
|
||||
"bits": 65,
|
||||
"scene": "res://Scenes/EditorStages/RoadStage.tscn",
|
||||
"scene_ref_base": "SubViewport/RoadStage/",
|
||||
"camera_count": 5,
|
||||
|
||||
"ust_type": "Cyberamics",
|
||||
"curtains": { },
|
||||
|
||||
"bit_mapping":
|
||||
{
|
||||
1: { "bot": "Chuck", "movement": "Mouth", "flow_in": 7.5, "flow_out": 6.0 },
|
||||
2: { "bot": "Chuck", "movement": "Head Left", "flow_in": 1.5, "flow_out": 1.5 },
|
||||
3: { "bot": "Chuck", "movement": "Head Right", "flow_in": 1.5, "flow_out": 1.5 },
|
||||
4: { "bot": "Chuck", "movement": "Head Up", "flow_in": 2.0, "flow_out": 1.0 },
|
||||
5: { "bot": "Chuck", "movement": "Eyes Left", "flow_in": 4.0, "flow_out": 3.0 },
|
||||
6: { "bot": "Chuck", "movement": "Eyes Right", "flow_in": 4.0, "flow_out": 3.0 },
|
||||
7: { "bot": "Chuck", "movement": "Eyelids", "flow_in": 7.5, "flow_out": 5.0 },
|
||||
8: { "bot": "Chuck", "movement": "Right Arm", "flow_in": 2.0, "flow_out": 1.0 },
|
||||
9: { "bot": "Helen", "movement": "Mouth", "flow_in": 7.5, "flow_out": 6.0 },
|
||||
10: { "bot": "Helen", "movement": "Head Left", "flow_in": 1.5, "flow_out": 1.5 },
|
||||
11: { "bot": "Helen", "movement": "Head Right", "flow_in": 1.5, "flow_out": 1.5 },
|
||||
12: { "bot": "Helen", "movement": "Head Up", "flow_in": 2.0, "flow_out": 1.0 },
|
||||
13: { "bot": "Helen", "movement": "Eyes Left", "flow_in": 4.0, "flow_out": 3.0 },
|
||||
14: { "bot": "Helen", "movement": "Eyes Right", "flow_in": 4.0, "flow_out": 3.0 },
|
||||
15: { "bot": "Helen", "movement": "Eyelids", "flow_in": 7.5, "flow_out": 5.0 },
|
||||
16: { "bot": "Helen", "movement": "Right Arm", "flow_in": 2.0, "flow_out": 1.0 },
|
||||
17: { "bot": "Munch", "movement": "Mouth", "flow_in": 7.5, "flow_out": 6.0 },
|
||||
18: { "bot": "Munch", "movement": "Head Left", "flow_in": 1.5, "flow_out": 1.5 },
|
||||
19: { "bot": "Munch", "movement": "Head Right", "flow_in": 1.5, "flow_out": 1.5 },
|
||||
20: { "bot": "Munch", "movement": "Eyes Left", "flow_in": 4.0, "flow_out": 3.0 },
|
||||
21: { "bot": "Munch", "movement": "Eyes Right", "flow_in": 4.0, "flow_out": 3.0 },
|
||||
22: { "bot": "Munch", "movement": "Eyelids", "flow_in": 7.5, "flow_out": 5.0 },
|
||||
23: { "bot": "Munch", "movement": "Right Arm", "flow_in": 2.0, "flow_out": 1.0 },
|
||||
24: { "bot": "Munch", "movement": "Left Arm", "flow_in": 2.0, "flow_out": 1.0 },
|
||||
25: { "bot": "Jasper", "movement": "Mouth", "flow_in": 7.5, "flow_out": 6.0 },
|
||||
26: { "bot": "Jasper", "movement": "Head Left", "flow_in": 1.5, "flow_out": 1.5 },
|
||||
27: { "bot": "Jasper", "movement": "Head Right", "flow_in": 1.5, "flow_out": 1.5 },
|
||||
28: { "bot": "Jasper", "movement": "Head Up", "flow_in": 2.0, "flow_out": 1.0 },
|
||||
29: { "bot": "Jasper", "movement": "Eyes Left", "flow_in": 4.0, "flow_out": 3.0 },
|
||||
30: { "bot": "Jasper", "movement": "Eyes Right", "flow_in": 4.0, "flow_out": 3.0 },
|
||||
31: { "bot": "Jasper", "movement": "Eyelids", "flow_in": 7.5, "flow_out": 5.0 },
|
||||
32: { "bot": "Jasper", "movement": "Strum", "flow_in": 2.0, "flow_out": 1.0 },
|
||||
33: { "bot": "Pasqually", "movement": "Mouth", "flow_in": 7.5, "flow_out": 6.0 },
|
||||
34: { "bot": "Pasqually", "movement": "Head Left", "flow_in": 1.5, "flow_out": 1.5 },
|
||||
35: { "bot": "Pasqually", "movement": "Head Right", "flow_in": 1.5, "flow_out": 1.5 },
|
||||
36: { "bot": "Pasqually", "movement": "Eyes Left", "flow_in": 4.0, "flow_out": 3.0 },
|
||||
37: { "bot": "Pasqually", "movement": "Eyes Right", "flow_in": 4.0, "flow_out": 3.0 },
|
||||
38: { "bot": "Pasqually", "movement": "Eyelids", "flow_in": 7.5, "flow_out": 5.0 },
|
||||
39: { "bot": "Pasqually", "movement": "Right Arm", "flow_in": 2.0, "flow_out": 1.0 },
|
||||
40: { "bot": "Pasqually", "movement": "Left Arm", "flow_in": 2.0, "flow_out": 1.0 },
|
||||
50: { "bot": "Spots", "movement": "Chuck", "flow_in": "None", "flow_out": "None" },
|
||||
51: { "bot": "Spots", "movement": "Helen", "flow_in": "None", "flow_out": "None" },
|
||||
52: { "bot": "Spots", "movement": "Munch", "flow_in": "None", "flow_out": "None" },
|
||||
53: { "bot": "Spots", "movement": "Jasper", "flow_in": "None", "flow_out": "None" },
|
||||
54: { "bot": "Spots", "movement": "Pasqually", "flow_in": "None", "flow_out": "None" },
|
||||
65: { "bot": "Floods", "movement": "CEC Red", "flow_in": "None", "flow_out": "None" },
|
||||
66: { "bot": "Floods", "movement": "CEC Amber", "flow_in": "None", "flow_out": "None" },
|
||||
67: { "bot": "Floods", "movement": "CEC Blue", "flow_in": "None", "flow_out": "None" },
|
||||
68: { "bot": "Floods", "movement": "Main Red", "flow_in": "None", "flow_out": "None" },
|
||||
69: { "bot": "Floods", "movement": "Main Amber", "flow_in": "None", "flow_out": "None" },
|
||||
70: { "bot": "Floods", "movement": "Main Blue", "flow_in": "None", "flow_out": "None" },
|
||||
71: { "bot": "Backdrop", "movement": "Red", "flow_in": "None", "flow_out": "None" },
|
||||
72: { "bot": "Backdrop", "movement": "Amber", "flow_in": "None", "flow_out": "None" },
|
||||
73: { "bot": "Backdrop", "movement": "Blue", "flow_in": "None", "flow_out": "None" },
|
||||
74: { "bot": "Building", "movement": "Organ Face", "flow_in": "None", "flow_out": "None" },
|
||||
76: { "bot": "Building", "movement": "Helen", "flow_in": "None", "flow_out": "None" },
|
||||
77: { "bot": "Building", "movement": "Organ Legs", "flow_in": "None", "flow_out": "None" },
|
||||
78: { "bot": "Building", "movement": "Jasper", "flow_in": "None", "flow_out": "None" },
|
||||
79: { "bot": "Special", "movement": "CEC Neon Sign", "flow_in": "None", "flow_out": "None" },
|
||||
80: { "bot": "Special", "movement": "CEC Star", "flow_in": "None", "flow_out": "None" },
|
||||
82: { "bot": "Special", "movement": "Fiber Curtain", "flow_in": "None", "flow_out": "None" },
|
||||
83: { "bot": "Special", "movement": "Band Sign", "flow_in": "None", "flow_out": "None" },
|
||||
84: { "bot": "Building", "movement": "Pasqually", "flow_in": "None", "flow_out": "None" },
|
||||
85: { "bot": "Special", "movement": "Gobo Light", "flow_in": "None", "flow_out": "None" },
|
||||
86: { "bot": "Special Helicopter", "movement": "Light", "flow_in": 15.0, "flow_out": 6.0 },
|
||||
},
|
||||
|
||||
"cosmetics":
|
||||
[
|
||||
Cosmetics.CyberChuck,
|
||||
Cosmetics.CyberHelen,
|
||||
Cosmetics.CyberMunch,
|
||||
Cosmetics.CyberJasper,
|
||||
Cosmetics.CyberPasqually,
|
||||
Cosmetics.Valence
|
||||
],
|
||||
"cosmetic_defaults": [ 1, 2, 1, 1, 1, 0, 0, 1, 2, 2, 0, 1, 0, 0, 0, 2, 2, 1, 1, 1, 0, 0, 0, 2, 2 ]
|
||||
}
|
||||
|
||||
var stages_info = {
|
||||
"Helen House": HelenHouse,
|
||||
"Chuck E's Corner": ChuckEsCorner,
|
||||
|
@ -928,6 +1018,7 @@ var stages_info = {
|
|||
"Turntable 1-Stage": Turntable1Stage,
|
||||
"2-Stage": Cyber2Stage,
|
||||
"Cyberamic 3-Stage": Cyber3Stage,
|
||||
"Road Stage": RoadStage,
|
||||
}
|
||||
|
||||
var loaded_mods = { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue