-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.project.json
165 lines (151 loc) · 4.41 KB
/
default.project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "your-project-name",
"tree": {
"$className": "DataModel",
"HttpService": {
"$properties": {
"HttpEnabled": true
}
},
"Workspace": {
"$properties": {
"Scale": 1,
"AllowThirdPartySales": false,
"ClientAnimatorThrottling": "Default",
"FallenPartsDestroyHeight": -500,
"FluidForces": "Default",
"GlobalWind": [0, 0, 0],
"Gravity": 196.2,
"IKControlConstraintSupport": "Default",
"MeshPartHeadsAndAccessories": "Default",
"PhysicsSteppingMethod": "Default",
"PlayerCharacterDestroyBehavior": "Default",
"Retargeting": "Default",
"SignalBehavior": "Default",
"TouchesUseCollisionGroups": false,
"AirDensity": 0.001,
"RejectCharacterDeletions": "Default",
"EditorLiveScripting": "Disabled",
"StreamingEnabled": true,
"ModelStreamingBehavior": "Default",
"StreamingIntegrityMode": "Default",
"StreamingMinRadius": 64,
"StreamingTargetRadius": 1024,
"StreamOutBehavior": "Default"
},
"Map": {
"$path": "assets/models/Baseplate.rbxm"
}
},
"Players": {
"$properties": {
"RespawnTime": 0,
"CharacterAutoLoads": true,
"UseStrafingAnimations": false
}
},
"Lighting": {
"$className": "Lighting",
"$properties": {
"Ambient": [0.014285714285714285, 0.014285714285714285, 0.014285714285714285],
"Brightness": 3,
"ColorShift_Bottom": [0, 0, 0],
"ColorShift_Top": [0, 0, 0],
"EnvironmentDiffuseScale": 1,
"EnvironmentSpecularScale": 1,
"GlobalShadows": true,
"OutdoorAmbient": [0.014285714285714285, 0.014285714285714285, 0.014285714285714285],
"ShadowSoftness": 1,
"Technology": "ShadowMap",
"ClockTime": 14.5,
"GeographicLatitude": 41.733,
"ExposureCompensation": 0
}
},
"ReplicatedFirst": {
"$path": "src/ReplicatedFirst",
"LightingEffects": {
"$path": "assets/models/LightingEffects.rbxm"
}
},
"ReplicatedStorage": {
"$path": "src/ReplicatedStorage",
"Packages": {
"$path": "Packages",
"Custom": {
"$className": "Folder",
"fusion": {
"$path": "CustomPackages/Fusion/src"
}
}
}
},
"ServerScriptService": {
"$path": "src/ServerScriptService",
"$properties": {
"LoadStringEnabled": false
}
},
"ServerStorage": {
"$path": "src/ServerStorage"
},
"StarterGui": {
"$properties": {
"ScreenOrientation": "LandscapeSensor",
"ShowDevelopmentGui": true,
"RtlTextSupport": "Default",
"VirtualCursorMode": "Default"
}
},
"StarterPlayer": {
"$properties": {
"HealthDisplayDistance": 100,
"NameDisplayDistance": 100,
"CameraMaxZoomDistance": 400,
"CameraMinZoomDistance": 0.5,
"CameraMode": "Classic",
"DevCameraOcclusionMode": "Zoom",
"DevComputerCameraMovementMode": "UserChoice",
"DevTouchCameraMovementMode": "UserChoice",
"CharacterMaxSlopeAngle": 89,
"CharacterWalkSpeed": 16,
"EnableDynamicHeads": "Default",
"LoadCharacterAppearance": true,
"LoadCharacterLayeredClothing": "Default",
"UserEmotesEnabled": true,
"CharacterJumpPower": 50,
"CharacterUseJumpPower": true,
"DevComputerMovementMode": "UserChoice",
"DevTouchMovementMode": "UserChoice",
"EnableMouseLockOption": true,
"AutoJumpEnabled": true
},
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"$path": "src/StarterCharacterScripts"
},
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "src/StarterPlayerScripts"
}
},
"SoundService": {
"$properties": {
"AmbientReverb": "NoReverb",
"DistanceFactor": 3.33,
"DopplerScale": 1,
"RespectFilteringEnabled": true,
"RolloffScale": 1,
"VolumetricAudio": "Automatic"
}
},
"TextChatService": {
"$properties": {
"ChatTranslationEnabled": false,
"ChatVersion": "TextChatService",
"CreateDefaultCommands": true,
"CreateDefaultTextChannels": true
}
}
}
}