-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtest.json5
More file actions
67 lines (64 loc) · 1.33 KB
/
test.json5
File metadata and controls
67 lines (64 loc) · 1.33 KB
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
// ModelExtras config
{
metadata: {
author: "KaiQ",
desc: "Revamped Vehicles Project Resmoothed",
creationtime: "2025-08-26",
minver: 10700, // minimum version
},
sirens: {
states: {
"1. emergency": {
1: {
color: {
red: 255,
green: 149,
blue: 0,
alpha: 160,
},
type: "rotator",
rotator: {
time: 800,
radius: 360,
direction: "clockwise",
type: "linear",
},
},
},
},
},
lights: {
light_n: {
corona: {
color: { red: 255, green: 255, blue: 255, alpha: 200 },
size: 0.5,
type: "directional",
},
shadow: {
color: { red: 255, green: 255, blue: 255, alpha: 200 },
offsetx: 0.0,
offsety: 0.0,
angleoffset: 0,
width: 1.0,
length: 1.0,
texture: "comet",
},
},
light_n2: {
corona: {
color: { red: 255, green: 255, blue: 255, alpha: 200 },
size: 0.5,
type: "Inversed",
},
shadow: {
color: { red: 255, green: 255, blue: 255, alpha: 200 },
offsetx: 0.0,
offsety: 0.0,
angleoffset: 0,
width: 1.0,
length: 1.0,
texture: "comet",
},
},
},
}