forked from domuk/Arma3-404Wasteland-Stratis
-
Notifications
You must be signed in to change notification settings - Fork 7
/
briefing.sqf
236 lines (222 loc) · 6.62 KB
/
briefing.sqf
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
waitUntil {!isNull player && isPlayer player};
player createDiarySubject ["404games", "404 Info"];
player createDiarySubject ["changelog", "Changelog"];
player createDiarySubject ["GoT2DayZ", "GoT2DayZ Info"];
player createDiaryRecord["changelog",
[
"1.01(404)",
"
<br/>
[Fixed] - Gun Stores<br/>
[Fixed] - Missions<br/>
[Fixed] - General UI<br/>
[Fixed] - Lots of other fixes<br/>
"
]
];
player createDiaryRecord["changelog",
[
"1.02(404)",
"
<br/>
[Fixed] - Respawning Vehicles<br/>
[Fixed] - Deserted Vehicles (20Mins)<br/>
"
]
];
player createDiaryRecord["changelog",
[
"1.03(404)",
"
<br/>
[Added] - Light Armed Vehicle Mission (All armed cars).<br/>
[Removed] - All armed cars from initial spawn for balance.<br/>
"
]
];
player createDiaryRecord["changelog",
[
"1.05(404)",
"
<br/>
[Added] Uniforms,Hats and Vests to the gunstore.<br/>
[Added] Players now spawn with a backpack.<br/>
[Fixed] Not able to get weapons out of vehicle.<br/>
[Fixed] R3F Loading into vehicles.<br/>
[Fixed] Gunstore locations so they can't be ran down by vehicles.<br/>
[Fixed] Health Icon.<br/>
[Fixed] Static helicopter spawning and no more explosions.<br/>
[Fixed] Weapon crates can now be loaded into vehicles.<br/>
"
]
];
player createDiaryRecord["changelog",
[
"1.06(404)",
"
<br/>
[Fixed] Fix to make Ammo boxes moveable.(thanks to meat147).<br/>
[Fixed] missing disabled color for money input error.(thanks to Sanjo).<br/>
[Fixed] NV Goggles in cars and boxes.(thanks to Sanjo).<br/>
"
]
];
player createDiaryRecord["changelog",
[
"1.07(GoT)",
"
<br/>
[Fixed] Fixed the Sound Counter error on first spawn.<br/>
[Fixed] Re-Added the LightArmed-Vehicle mission.<br/>
[Fixed] Fixed the description issue for the LightArmed-Vehicle mission.<br/>
[Removed] Scaffolding and other useless objectspawns to improve ability to build bases.<br/>
[Changed] Starting money to 200.<br/>
[Changed] Added our own strings and some other changes.<br/>
"
]
];
player createDiaryRecord["changelog",
[
"1.08d(GoT)",
"
<br/>
*Revision:a*<br/>
[Added] New main mission (Convoy) By Sanjo.<br/>
[Added] MiniConvoy Sidemission (JoSchaap) Tnx Sanjo<br/>
[Added] Posibility to move and airlift small bunkers<br/>
[Added] More baseparts to be taken from all over the map<br/>
[Added] Food,Water,Fuel sources and the refuel option<br/>
[Fixed] Fixed misc font errors.<br/>
[Fixed] one of the weap boxes could not be moved.<br/>
[Fixed] Survival system now active again!<br/>
[Fixed] Now posible to get food,water,fuel !<br/>
[Fixed] Ifrit spawn and mission issue's<br/>
[Fixed] Vehicle content window missing an image/icon<br/>
[Fixed] Admin-Provinggrounds missing an image/icon<br>
<br/>
*Revision:b*<br/>
[Added] More variaty of basebuilding parts (+new parts!)<br/>
[Added] 20mm and 40mm flare rounds to Gunstore<br/>
[Added] You can study and build improvised roofs!<br/>
[Added] Cargo Containers with 30slots space for parts<br/>
[Changed] Cargo Containers can only be Towed or airlifted!<br/>
[Changed] Lamp-class for basebuilding due to placement bugs<br/>
[Changed] Significantly increased the ammount of objects<br/>
[Fixed] Font errors on some rare occasions<br/>
[Fixed] Desync issues<br/>
[Fixed] Bug that enabled players to take map-bound objects<br/>
[Fixed] Typo's in stringtables<br/>
[Fixed] Dropping food and water through playermenu<br/>
[Removed] The metal bunker for basebuilding<br/>
[Removed] Funtionality to drop your Jerrycan (not in arma3)<br/>
<br/>
*Revision:d (c was skipped intentionally)<br/>
[Added] Different reward crate contents for the convoys<br/>
[Added] New objects to the list of basebuilding parts<br/>
[Added] Sanjo's mission select (prevents recurring missions)<br/>
[Added] Mission intel and author info to the splash screen<br/>
[Added] Gunstore radars are back!<br/>
[Added] New side mission Hostile Helicopter<br/>
[Added] New main mission Hostile Helicopter-Squad<br/>
[Changed] Weapon and item prizes in the gunstore<br/>
[Changed] death sequence when killed<br/>
[Changed] baseparts that kept falling over<br/>
[Changed] Logisitic checks on init (caused long waiting times)<br/>
[Changed] Enabled groups in Blufor/Opfor <br/>
[Fixed] Flare rounds in gunstore not possible to buy<br/>
[Fixed] AI and Vehicles from convoy missions not despawning<br/>
[Fixed] Slow respawn dialog on first spawn<br/>
[Removed] Some more GoT2DayZ.nl references where removed<br/>
<br/>
*Revision:e<br/>
[Added] The location ticker is back (BIS Fixed it!)<br/>
[Fixed] Vehicles not spawning since update to alpha<br/>
[Fixed] Ammoboxes not spawning since update to alpha<br/>
[Fixed] Moving objects caused loss of weapon attachments<br/>
[Removed] Deprecated function calls<br/>
<br/>
*Revision:f<br/>
[Added] More spawns for objects and vehicles<br/>
[Added] Random loot inside buildings all over the map<br/>
[Added] Backpacks to gunstore<br/>
[Changed] Starting backpack<br/>
[Changed] Armed/Civil Heli missions no longer spawn broken<br/>
[Fixed] Vehicles not respawning<br/>
[Fixed] Not being able to buy 7.62mm ammo<br/>
[Fixed] Gunstore now properly checks your inventory space<br/>
[Fixed] Various broken admin-features<br/>
<br/>
"
]
];
player createDiaryRecord["404games",
[
"Credits",
"
<br/>
404 Team:<br/><br/>
Deadbeat<br/>
Costlyy<br/>
Pulse<br/>
Domuk<br/>
<br/>
Others:<br/>
Sanjo (GitHub)<br/>
Ed! (404forums)<br/>
AgentREV (GitHub)<br/>
SPJESTER (404forums)<br/>
Hub (404forums)<br/>
Tonic-_- (BIS-forums)<br/><br/>
*Thanks ALOT guys!!<br/>
<br/>
"
]
];
player createDiaryRecord["GoT2DayZ",
[
"Who what where?",
"
<br/>
What is GoT/GoT2DayZ?<br/><br/>
GoT2DayZ started as a DayZ community for Tweakers.Net<br/>
As time passed on we also started playing wasteland.<br/>
Now we run some public servers.<br/>
And also modify Wasteland missions for them.<br/>
<br/>Our website: www.got2dayz.nl<br/><br>
our servers:<br/>
* DayZ Celle (Whitelisted)<br/>
* ArmA2 Wasteland on Utes (Customized by us)<br/>
* ArmA3 Alpha Wasteland on Stratis (Costomized by us)<br/>
<br/>
I cant urge enough that all credits for this mission go<br/>
to the original makers at 404Games.co.uk!<br/>
<br/>
"
]
];
player createDiaryRecord["GoT2DayZ",
[
"Contact Admin",
"
<br/>
The Server Hoster can provide admin info here! <br/>
"
]
];
player createDiaryRecord["GoT2DayZ",
[
"Credits",
"
<br/>
Wasteland Middion edit-credits:<br/><br/>
- JoSchaap<br/>
- Sanjo (GitHub)<br/>
- AgentREV (GitHub)<br/>
- Ed! (404forums)<br/>
- SPJESTER (404forums)<br/>
- Hub (404forums)<br/>
- Tonic-_- (BIS-forums)<br/>
- Also Anyone who files issues or pull requests!<br/>
"
]
];