Poste dein STRG-V - Druckversion +- Bronies.de (https://www.bronies.de) +-- Forum: Off-Topic (https://www.bronies.de/forumdisplay.php?fid=11) +--- Forum: Forenspielchen (https://www.bronies.de/forumdisplay.php?fid=16) +--- Thema: Poste dein STRG-V (/showthread.php?tid=3033) Seiten:
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
|
RE: Poste dein STRG-V - tofl - 24.07.2013, 11:22 http://i.imgur.com/i6E6p8u.png RE: Poste dein STRG-V - Rapti - 24.07.2013, 11:22 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Media; namespace XNAProject2 { public class Game1 : Microsoft.Xna.Framework.Game { GraphicsDeviceManager graphics; SpriteBatch spriteBatch; public Game1() { graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; } protected override void Initialize() { base.Initialize(); } protected override void LoadContent() { spriteBatch = new SpriteBatch(GraphicsDevice); } protected override void UnloadContent() { } protected override void Update(GameTime gameTime) { base.Update(gameTime); } protected override void Draw(GameTime gameTime) { GraphicsDevice.Clear(Color.CornflowerBlue); base.Draw(gameTime); } } } RE: Poste dein STRG-V - Eazy - 24.07.2013, 11:25 ---------------------------------------------------------------------------------- v0.7.3 - fixed the broken SCP-049-2 model ---------------------------------------------------------------------------------- v0.7.2 - the MTF now react to SCP-173 and attempt to recontain it - still working on making them react to the other SCPs - every death screen now has a short piece of text in it - some of them are excerpts from reports describing where and in what condition was your body found, and some are quotes from Foundation personnel who are cleaning up the mess left by the containment breach - a new room in the pocket dimension - some minor tweaks to the PD's background ambience and wall textures - little additions to the tesla gate rooms (a warning sign and a light that shows when the gate is active) - gave SCP-106 a glossier appearance - removed the unnecessary map.zip-file I'd forgotten in the GFX-folder - removed the "wobble effect" from 096's panic animation - updated the lever texture - a minor layout change to the room after the intro sequence - added some new sound effects - fixed the disappearing elevator button bug - the method for checking whether the player is looking at SCP-096's face is now more accurate; looking at its feet shouldn't trigger it anymore - fixed the bug that occasionally caused some rooms to overlap with each other - fixed the buttons in 008's chamber ---------------------------------------------------------------------------------- v0.7.1 - fixed the door buttons in the nuclear warhead room - fixed the lighting in the "room2Cz3" and "room4z3" -rooms - removed the duplicate "room2scps"-room - a new hallway room to the first zone ---------------------------------------------------------------------------------- v0.7 - FIVE new SCPs - improved map generation algorithm - now the map is divided into three "zones" ("light containment", "heavy containment" and an office/research zone). Due to this, the layout of the facility now makes much more sense: you won't be seeing a toilet or an office next to the containment chamber of a Keter-level SCP anymore. - lots of new rooms - plenty of new scripted events, including: - scenes where you'll witness the staff trying to escape the facility with varied success - an event where SCP-096 gets to do more than just sit on the floor - new items - ambient sounds that are played near specific objects/areas, such as the sound of dripping water near a pipe or a quiet humming sound near a ventilation shaft - some optimization to 096's AI, it shouldn't cause FPS drops as much as before - some small additions to the intro sequence - minor visual improvements to the smoke - SCP-173 model with heavily reduced polycount (from ~14,000 to ~2,200) - more security cameras placed around the facility - fixed the bug that caused the player to get stuck inside the doors - the viewable computer screens are now scaled up/down depending on the resolution - the time and date of a save file is now showed in the "Load Game"-menu - improved the layout of the in-game documents ---------------------------------------------------------------------------------- v0.6.6 - some additions to the pocket dimension - more sound clips for the MTF - minor bugfixes in MTF AI - some new prop models in the office rooms - containing 106 now works the way it should, thanks to MonocleBios - the server rooms are a bit easier to get through now - changed the "Input"-label on SCP-914 to "Intake" ---------------------------------------------------------------------------------- v0.6.5 - nex SCP-096 model - some bugfixes - new console commands ---------------------------------------------------------------------------------- v0.6.4 - new Class D models - one new SCP - fixed the bug that caused some of the doors to close after opening them - small bugfixes in SCP-096's pathfinding - the MTF shouldn't get stuck behind doors anymore - the checkboxes in the menu are now drawn properly even when using a lower resolution - the cursor is now shown in the ending screen ---------------------------------------------------------------------------------- V0.6.3 - significantly reduced loading times when loading a game after dying - SCP-173 has different poses - some changes to 096's sound clips - a 096 loading screen - S-NAV Ultimate now shows 096's location - some minor bugfixes at Gate A (can't really tell more without spoiling) - the guard in the intro no longer freezes if you go to the end of the hallway - optimized the blur effect a bit - fixed the bug that caused SCP-106 to get stuck inside its containment cell if you turned off the magnets after recontaining it. So now it's possible to release it after it has been contained. - fixed the "Femur breaker" -sign in 106's containment room - fixed the decals that appear when SCP-106 spawns (so, the "cracks" are back) - two new anomalous ducks - added some dead bodies here and there ---------------------------------------------------------------------------------- V0.6.2 - SCP-096 is now faster and easier to provoke - fixed a bug that caused severe framerate drops when SCP-096 was unable to find a path to the player - key configuration options in the main menu - putting the first aid kit in SCP-914 on Very Fine no longer crashes the game - new gunshot sound clips - some minor bugfixes ---------------------------------------------------------------------------------- v0.6.1 - fixed the bug that crashed the game when equipping a navigator or a radio ---------------------------------------------------------------------------------- v0.6 - Another exit and more endings - Crouching and hiding mechanics - Improved intro sequence (still a work in progress) - Better Class D models, although they're still just placeholders - Improved MTF AI. Now they head to the last location the player was spotted in, and start randomly searching for him. They'll also try to recontain SCP-106 when they reach it's chamber. - An injury/bloodloss system, so now it's possible (although hard) to survive being shot. Gunshot wounds make you bleed, and losing too much blood eventually kills you. Injuries can be healed with first aid kits, but it takes some time (so you can't just start bandaging a wound while you're being shot at) and a regular first aid kit won't heal you completely. The degree of the injuries depends on which part of your body got hit - headshots are still instakill. - Type "injure [0-5]" in the console if you want to check out the injury system - Ballistic vests which reduce the damage taken from gunshots - New SCP-106 model - Some new scripted events - Improved SCP-914 model - Some changes to SCP-173's AI - now it will move around the facility more actively - Some new rooms - A subtle "zoom effect" when you're looking at SCP-173 or SCP-106 - A console command for spawning items (spawnitem [the name of the item]) - An anomalous duck - A ton of small bugfixes - ...And a last minute addition, SCP-096. It's using a placeholder model made by Mirocaine until we get a better one. ---------------------------------------------------------------------------------- v0.5.5 - animated MTF models - slightly improved MTF AI (it's still quite buggy though) - Gate B works again - it's no longer possible to clip through the "ceiling" in the cylindrical tunnels ---------------------------------------------------------------------------------- v0.5.5 - fixed the save bug that caused buttons and keypads to disappear - fixed some lighting bugs ("light sprites" showing where they shouldn't) - adjusted the height of the player and the NPCs - finally fixed the access code in the burnt note ---------------------------------------------------------------------------------- v0.5.4 - fixed a bug in SCP-079's containment chamber that made SCP-079 disappear and caused random black walls and floors to appear in the chamber and other rooms. - fixed the "black wall of fog" in the intro - finding S-NAV Ultimate now affects the [REDACTED] in [REDACTED] - some waypoint bugfixes again ---------------------------------------------------------------------------------- v0.5.3 - fixed the bug that caused the player to fall through the map when loading a new game - fixed some waypoint bugs - fixed the bug that caused the player to fall through the map in the pocket dimension - added a keycard in 106's containment room ---------------------------------------------------------------------------------- v0.5.2 - fixed the save file corruption bug - optimized map rendering a bit, should help with the FPS issues - fixed the decals in the pocket dimension - fixed the bug that crashed the game when opening the doors to Harp's or Maynard's office - the lure subject can no longer appear outside 106's cell ---------------------------------------------------------------------------------- v0.5.1 - the map generator no longer makes those empty, black rooms - fixed a bug in the aiming code of the MTF, now they won't miss 90% of the time - activating the screen at Gate B shouldn't cause a memory access violation anymore - fixed a texture bug and the keypads in the hallway above the maintenance tunnel - there was a bug that caused the game to reload the sounds of the MTF every 5 or so seconds, causing annoying twitching. Now they're loaded only the moment the MTF spawns. ---------------------------------------------------------------------------------- v0.5 - GATE B and multiple endings. So now it's possible to get out and BEAT THE GAME. - Mobile Task Force groups whose job is to clear the facility of the escaped SCPs and other potential hazards (they still need some tweaking and their AI may be a bit buggy at times) - some new rooms (including the silo of the Omega Warhead) - improved map generation algorithm: - it shouldn't generate maps that are impossible to get through anymore - no more of those black "fake walls" - SCP-106 uses an A*-based pathfinding algorithm, so now it won't just float towards the player through the map - sound clips for the lure subject used in SCP-106's recall protocol - some computer screens that you can click on and read - some new ambient sounds (thanks to Peanut) - improved loading screen - better sound clips for SCP-079 - slightly improved SCP-173 model - wireframe console command - fixed some texture bugs in the map - DAT 420-J SHIT IS EVEN BETER THAN B4 MAN - a secret console command that has something to do with Halloween - plenty of small bugfixes ---------------------------------------------------------------------------------- v0.3.2 - SCP-106's recall procedure finally works (even though the voice acting is still missing) - Improved pause menu ---------------------------------------------------------------------------------- v0.3.1 - fixed the levers and buttons in 106's containment room - fixed the bug that blocked the doors of the elevators to the maintenance tunnel ---------------------------------------------------------------------------------- v0.3 - new rooms and events - more radio broadcasts - some additions to SCP-106's pocket dimension - SCP-106's containment room - SCP-079's containment room - new voice acting for the intercom person in the intro - larger inventory - the maintenance tunnel is now back, scarier than ever - some improvements to the map generation algorithm - added noclip-command to the console - the distance of the camera fog now changes depending on the amount of light - fixed the bug that stopped the player from blinking when holding a paper - the player can no longer move faster by holding two movement keys at the same time - fixed the bug in the intro sequence that prevented the guard from shooting the player ---------------------------------------------------------------------------------- v0.2.1 - replaced SCP-513 and SCP-513-1 with a new SCP - some new rooms - radio phones - fixed a bug that disabled collisions with some objects - added the options to disable the HUD and/or the bump mapping - (hopefully) fixed the black screen bug ---------------------------------------------------------------------------------- v0.2 - changed BlitzMax to Blitz3D and got an engine expansion, which made it possible to implement these: - bump and specular mapping - better lighting, moving objects are now lit properly - added SCP-106's pocket dimension - new SCP-173 model - fixed a bug that made SCP-173 "flicker" through walls at times - added some new rooms, items and sound effects - made it possible to choose the map seed - started putting stuff in the options menu - fixed a bug that prevented the screen from going black when blinking with the navigator equipped ---------------------------------------------------------------------------------- v0.1.2 - added two new rooms - modified some of the textures - added some new items - added some new sound effects - press F3 for a surprise - fixed some bugs in the saving system ---------------------------------------------------------------------------------- v0.1.1 - added the option to select the graphics- and audio device in the launcher - fixed the bug that occasionally stops the door from opening in the first room - fixed the collision problems with the containment doors (glitching through the floor when near the doors or getting stuck inside them) - fixed the bug that made it possible to walk through walls in the first room - 173 can't kill you through the walls anymore - made some of the rooms a bit brighter - fixed some bugs that occurred when starting a new game after dying - some of the items sometimes stayed in the inventory - gas mask stayed on if it was equipped in the previous game - the rapid blinking caused by smoke stayed for a while in the new game - new menu music - saving system works now, though there are still probably some bugs in it - disabled Y button from teleporting you to SCP-914 - fixed some typos in the code, not sure if they were causing any actual bugs or crashes - fixed the bug that made it possible duplicate the SCP-420-J RE: Poste dein STRG-V - Endbosspferd - 24.07.2013, 17:06 http://www.youtube.com/watch?v=4Cgi0Ns8z6Y RE: Poste dein STRG-V - Gamiehooves - 24.07.2013, 21:44 Plantronics GameCom 780 RE: Poste dein STRG-V - Endbosspferd - 24.07.2013, 21:54 [21:28:35] Endboss: Hab ich doch schon gesagt RE: Poste dein STRG-V - Midori (†) - 24.07.2013, 22:36 [22:34:14] Endboss: Mach doch RE: Poste dein STRG-V - Endbosspferd - 24.07.2013, 22:38 tonsil RE: Poste dein STRG-V - Midori (†) - 24.07.2013, 23:41 Gekijouban Mahou Shoujo Madoka Magica (Kouhen): Eien no Monogatari RE: Poste dein STRG-V - Rapti - 25.07.2013, 00:46 [00:39:09] Robbi: Für den Cattalk: Was sagt ihr hierzu, wenn ihr es noch nicht gesehen habt: http://i.imgur.com/jcF6yFe.png RE: Poste dein STRG-V - Midori (†) - 25.07.2013, 02:00 http://www.bronies.de/member.php?action=profile&uid=3605 RE: Poste dein STRG-V - tofl - 25.07.2013, 02:00 http://www.youtube.com/watch?v=Aq33DflgDu8 RE: Poste dein STRG-V - Rapti - 25.07.2013, 02:09 [24.07.2013 18:07:29] Tim: ((Was ich dann machen müsste… dazu sind wir noch nicht bereit. xD)) RE: Poste dein STRG-V - cooglephish - 25.07.2013, 02:09 http://www.youtube.com/watch?v=Kx0klv82BDA RE: Poste dein STRG-V - Rapti - 25.07.2013, 02:15 noch RE: Poste dein STRG-V - Endbosspferd - 25.07.2013, 02:17 (25.07.2013)Midori schrieb: Warum so dravenig? RE: Poste dein STRG-V - Midori (†) - 25.07.2013, 02:26 http://www.bronies.de/showthread.php?tid=5989&pid=1884511#pid1884511 RE: Poste dein STRG-V - Endbosspferd - 25.07.2013, 02:31 Ja RE: Poste dein STRG-V - Rapti - 25.07.2013, 02:36 RE: Poste dein STRG-V - Endbosspferd - 25.07.2013, 02:42 (25.07.2013)SnowDash schrieb: Wieso bist du im Forum bzw.was machst du im Forum gerne? |