forked from opengaming/osgameclones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
l.yaml
819 lines (773 loc) · 19.2 KB
/
l.yaml
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
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
- name: l-echo
langs:
- C++
licenses:
- GPL3
development: halted
originals:
- Echochrome
repo: https://code.google.com/archive/p/l-echo/source/default/source
type: remake
updated: 2020-08-25
url: https://code.google.com/archive/p/l-echo/
- name: LAB3D/SDL
images:
- https://icculus.org/LAB3D/captur00.png
- https://icculus.org/LAB3D/captur04.png
- https://icculus.org/LAB3D/captur02.png
- https://icculus.org/LAB3D/captur03.png
langs:
- C
frameworks:
- SDL
licenses:
- Custom
content: free
development: halted
originals:
- Ken's Labyrinth
status: playable
repo: https://svn.icculus.org/LAB3D/
type: remake
updated: 2022-03-19
url: https://icculus.org/LAB3D/
- name: LAB3D/SDL (ktpanda)
originals:
- Ken's Labyrinth
type: remake
repo: 'https://gitlab.com/ktpanda/lab3d-sdl/'
url: 'https://ktpanda.org/software/lab3d_sdl/'
development: halted
status: playable
content: free
langs:
- C
frameworks:
- SDL2
licenses:
- Custom
info: >-
This is an enhanced version of LAB3D-SDL which includes hi-res texture support
and other enhancements.
updated: '2022-05-24'
images:
- 'https://ktpanda.org/software/lab3d_sdl/images/shot00.jpeg'
- 'https://ktpanda.org/software/lab3d_sdl/images/shot01.jpeg'
- 'https://ktpanda.org/software/lab3d_sdl/images/shot02.jpeg'
- 'https://ktpanda.org/software/lab3d_sdl/images/shot03.jpeg'
- 'https://ktpanda.org/software/lab3d_sdl/images/shot04.jpeg'
- name: Ladder
info: (source inside JAR file)
langs:
- Java
licenses:
- GPL2
originals:
- Ladder
repo: http://ostermiller.org/ladder/ladder.jar
type: remake
updated: 2015-05-10
url: http://ostermiller.org/ladder/
- name: ladder
images:
- https://raw.githubusercontent.com/SmallRoomLabs/ladder/master/images/GameRunning1.png
langs:
- Go
licenses:
- MIT
development: active
originals:
- Ladder
repo: https://github.com/SmallRoomLabs/ladder
type: remake
updated: 2016-02-26
- name: LastNinja
images:
- http://lastninja.sourceforge.net/images/lvl1.png
langs:
- C++
licenses:
- GPL3
development: halted
originals:
- The Last Ninja
repo: https://sourceforge.net/projects/lastninja/
status: playable
type: remake
updated: 2018-10-05
url: http://lastninja.sourceforge.net/
- name: LastTry
frameworks:
- LibGDX
langs:
- Java
licenses:
- MIT
development: halted
originals:
- Terraria
repo: https://github.com/egordorichev/LastTry
type: remake
updated: 2021-11-20
- name: LBA1 Classic (Community)
originals:
- Little Big Adventure
type: remake
repo: https://github.com/2point21/lba1-classic-community
status: unplayable
langs:
- Assembly
licenses:
- GPL2
content: commercial
info: >-
Official source code of the original game's engine (not a remake). This is
the community-enhanced version of the repository.
updated: 2021-10-28
- name: LBA2 Classic (Community)
originals:
- Little Big Adventure 2
type: remake
repo: https://github.com/2point21/lba2-classic-community
status: unplayable
langs:
- Assembly
licenses:
- GPL2
content: commercial
info: >-
Official source code of the original game's engine (not a remake). This is
the community-enhanced version of the repository.
updated: 2021-10-28
- name: LBA2 Remake
originals:
- Little Big Adventure 2
type: remake
repo: 'https://github.com/agrande/lba2remake'
development: very active
status: semi-playable
content: commercial
langs:
- TypeScript
frameworks:
- three.js
- React
licenses:
- MIT
updated: 2020-11-24
images:
- >-
https://raw.githubusercontent.com/agrande/lba2remake/master/doc/images/screenshot_game.jpeg
- >-
https://raw.githubusercontent.com/agrande/lba2remake/master/doc/images/screenshot_editor.jpeg
- name: LBreakoutHD
originals:
- Breakout
type: clone
repo: https://sourceforge.net/projects/lgames/
url: 'http://lgames.sourceforge.net/LBreakoutHD/'
development: sporadic
status: playable
content: open
langs:
- C++
licenses:
- GPL3
info: >-
LBreakoutHD is a scaleable 16:9 remake of LBreakout2. You try to clear levels
full of different types of bricks and extras by using your paddle to aim balls
at the bricks. All LBreakout2 themes and levelsets work. New themes can be of
any resolution.
updated: '2019-11-29'
images:
- 'http://lgames.sourceforge.net/LBreakoutHD/ss0.jpg'
- 'http://lgames.sourceforge.net/LBreakoutHD/ss1.jpg'
- 'http://lgames.sourceforge.net/LBreakoutHD/ss2.jpg'
- name: The Legend Of Zelda - Navi's Quest
frameworks:
- SDL
images:
- http://www.zeldaroth.fr/images/nsq/s1.png
langs:
- C++
licenses:
- As-is
development: complete
originals:
- Legend of Zelda
type: clone
updated: 2015-09-27
url: http://www.zeldaroth.fr/us/dlnsq.php
- name: 'The Legend of Zelda: Ocarina of Time'
originals:
- 'The Legend of Zelda: Ocarina of Time'
type: remake
repo: 'https://github.com/zeldaret/oot'
url: 'https://zelda64.dev/'
images:
- https://thenerdstash.com/wp-content/uploads/2021/11/Legend-of-Zelda-Ocarina-of-Time-Decompile.jpg
development: active
status: playable
licenses:
- As-is
content: commercial
langs:
- C
updated: '2021-12-12'
- name: The Legend Of Zelda - Oni Link Begins
images:
- http://www.zeldaroth.fr/images/olb/s1.JPG
- http://www.zeldaroth.fr/images/olb/s5.JPG
- http://www.zeldaroth.fr/images/olb/s10.JPG
langs:
- C++
licenses:
- As-is
development: complete
originals:
- Legend of Zelda
type: clone
updated: 2015-09-27
url: http://www.zeldaroth.fr/us/zolb.php
- name: The Legend Of Zelda - Picross
images:
- http://www.zeldaroth.fr/images/picross/s1.png
langs:
- C++
licenses:
- As-is
development: complete
originals:
- Legend of Zelda
type: clone
updated: 2015-09-27
url: http://www.zeldaroth.fr/us/dlpicross.php
- name: The Legend Of Zelda - Return Of The Hylian
images:
- http://www.zeldaroth.fr/images/roth/s14.png
- http://www.zeldaroth.fr/images/roth/s1.png
- http://www.zeldaroth.fr/images/roth/s13.png
langs:
- C++
licenses:
- As-is
development: complete
originals:
- Legend of Zelda
type: clone
updated: 2015-09-27
url: http://www.zeldaroth.fr/us/zroth.php
- name: The Legend Of Zelda - Time To Triumph
images:
- http://www.zeldaroth.fr/images/3t/s1.png
- http://www.zeldaroth.fr/images/3t/s12.png
- http://www.zeldaroth.fr/images/3t/s6.png
langs:
- C++
licenses:
- As-is
development: complete
originals:
- Legend of Zelda
type: clone
updated: 2015-09-27
url: http://www.zeldaroth.fr/us/z3t.php
- name: legion
frameworks:
- Irrlicht
langs:
- C++
licenses:
- Custom
development: halted
originals:
- Legion
repo: https://github.com/mahho/legion
type: remake
updated: 2015-06-22
- name: LegionGame
type: remake
originals:
- Legion
repo: https://github.com/bsoja/LegionGame
development: sporadic
status: unplayable
langs:
- C#
licenses:
- GPL3
content: open
updated: 2019-03-21
images:
- https://raw.githubusercontent.com/bsoja/LegionGame/master/data/screenshots/legion-debug.png
- https://raw.githubusercontent.com/bsoja/LegionGame/master/data/screenshots/legion-info-pl.png
- https://raw.githubusercontent.com/bsoja/LegionGame/master/data/screenshots/legion-info-en.png
- https://raw.githubusercontent.com/bsoja/LegionGame/master/data/screenshots/legion-terrain.png
- name: Lemmings.ts
images:
- https://raw.githubusercontent.com/tomsoftware/Lemmings.ts/master/docu/examples/demo_01.png
- https://raw.githubusercontent.com/tomsoftware/Lemmings.ts/master/docu/examples/demo_02.png
langs:
- TypeScript
licenses:
- MIT
development: active
originals:
- Lemmings
repo: https://github.com/tomsoftware/Lemmings.ts
status: playable
type: clone
updated: 2017-10-22
- name: Lemmini
images:
- http://lemmini.de/lemmini_screenshot_win.png
langs:
- Java
licenses:
- Apache
development: active
originals:
- Lemmings
repo: https://bitbucket.org/fade0ff/lemmini
status: playable
type: clone
updated: 2017-10-15
url: http://lemmini.de/
- name: Lemmix
langs:
- Delphi
licenses:
- Custom
development: halted
originals:
- Lemmings
repo: https://github.com/ericlangedijk/Lemmix
status: playable
type: clone
updated: 2020-08-25
- name: LGeneral
images:
- http://lgames.sourceforge.net/LGeneral/ss0.jpg
- http://lgames.sourceforge.net/LGeneral/ss1.jpg
langs:
- C
licenses:
- GPL2
development: halted
originals:
- Panzer General
repo: http://sourceforge.net/p/lgeneral/code/HEAD/tree/trunk/lgeneral/
status: playable
type: remake
updated: 2019-08-27
url: http://lgames.sourceforge.net/LGeneral/
- name: LibDay
originals:
- Liberation Day
type: remake
repo: https://github.com/gitter-badger/LibDay
url: https://gamesnippets.wordpress.com/
development: halted
status: unplayable
content: commercial
langs:
- C#
frameworks:
- Unity
licenses:
- MIT
updated: 2020-08-25
images:
- https://gamesnippets.files.wordpress.com/2017/04/11.png
- name: libRealSpace
images:
- https://raw.githubusercontent.com/fabiensanglard/libRealSpace/master/pics/nice_sc_scene.png
- https://raw.githubusercontent.com/fabiensanglard/libRealSpace/master/pics/F-22.png
- https://raw.githubusercontent.com/fabiensanglard/libRealSpace/master/pics/face.png
langs:
- C++
frameworks:
- SDL2
licenses:
- As-is
development: halted
originals:
- Strike Commander
repo: https://github.com/fabiensanglard/libRealSpace
type: tool
content: commercial
updated: 2019-04-15
url: http://fabiensanglard.net/reverse_engineering_strike_commander/index.php
info: Tools to parse and render Origin Systems RealSpace engine assets.
- name: Librelancer
frameworks:
- OpenGL
images:
- https://librelancer.net/assets/images/slideshow1.jpeg
- https://librelancer.net/assets/images/slideshow2.jpeg
- https://librelancer.net/assets/images/slideshow3.jpeg
- https://librelancer.net/assets/images/slideshow4.jpeg
- https://librelancer.net/assets/images/slideshow5.jpeg
langs:
- C#
licenses:
- MIT
development: active
status: semi-playable
originals:
- Freelancer
type: remake
updated: 2022-04-18
repo: https://github.com/Librelancer/Librelancer
url: https://librelancer.net/
- name: LibreMines
frameworks:
- Qt
images:
- https://raw.githubusercontent.com/Bollos00/LibreMines/master/share/Screenshots/Screenshot0.png
- https://raw.githubusercontent.com/Bollos00/LibreMines/master/share/Screenshots/Screenshot1.png
- https://raw.githubusercontent.com/Bollos00/LibreMines/master/share/Screenshots/Screenshot2.png
- https://raw.githubusercontent.com/Bollos00/LibreMines/master/share/Screenshots/Screenshot3.png
- https://raw.githubusercontent.com/Bollos00/LibreMines/master/share/Screenshots/Screenshot4.png
- https://raw.githubusercontent.com/Bollos00/LibreMines/master/share/Screenshots/Screenshot5.png
- https://raw.githubusercontent.com/Bollos00/LibreMines/master/share/Screenshots/Screenshot6.png
- https://raw.githubusercontent.com/Bollos00/LibreMines/master/share/Screenshots/Screenshot7.png
- https://raw.githubusercontent.com/Bollos00/LibreMines/master/share/Screenshots/Screenshot8.png
langs:
- C++
licenses:
- GPL3
development: active
status: playable
content: open
originals:
- Minesweeper
type: clone
updated: 2021-09-25
repo: https://github.com/Bollos00/LibreMines
url: https://bollos00.github.io/LibreMines/
- name: LibreQuake
originals:
- Quake
type: remake
repo: 'https://github.com/MissLav/LibreQuake'
development: active
status: semi-playable
content: open
langs:
- Python
licenses:
- Custom
info: >-
A project to create a libre game data replacement for the Quake engine, based
on Lovecraftian aesthetic.
images:
- https://raw.githubusercontent.com/MissLav/LibreQuake/master/screenshots/textures_example.png
- https://raw.githubusercontent.com/MissLav/LibreQuake/master/screenshots/weapons_example.png
updated: 2021-08-25
- name: Librerama
frameworks:
- Godot
images:
- https://codeberg.org/Yeldham/librerama/raw/branch/master/export/screenshots/punchbag_wallop.png
- https://codeberg.org/Yeldham/librerama/raw/branch/master/export/screenshots/carnival_shootout.png
- https://codeberg.org/Yeldham/librerama/raw/branch/master/export/screenshots/rope_hop.png
- https://codeberg.org/Yeldham/librerama/raw/branch/master/export/screenshots/neo_highway.png
- https://codeberg.org/Yeldham/librerama/raw/branch/master/export/screenshots/anagogic_clock.png
- https://codeberg.org/Yeldham/librerama/raw/branch/master/export/screenshots/void_avoider.png
langs:
- GDScript
licenses:
- GPL3
development: active
status: playable
content: open
originals:
- WarioWare
repo: https://codeberg.org/Yeldham/librerama
type: clone
updated: 2020-06-26
url: https://yeldham.itch.io/librerama
- name: Lincity
images:
- http://lincity.sourceforge.net/screenshots/power.png
- http://lincity.sourceforge.net/screenshots/power+pollution.png
- http://lincity.sourceforge.net/screenshots/fire.png
langs:
- C
licenses:
- GPL2
development: halted
status: playable
originals:
- SimCity
repo: https://sourceforge.net/projects/lincity/
type: clone
url: http://lincity.sourceforge.net/
updated: 2021-02-08
- name: LinCity-NG
images:
- https://a.fsdn.com/con/app/proj/lincity-ng.berlios/screenshots/Lincity-ng-2.0.png
- https://a.fsdn.com/con/app/proj/lincity-ng.berlios/screenshots/NewSolar.png
langs:
- C++
frameworks:
- SDL
licenses:
- GPL2
development: halted
status: playable
originals:
- SimCity
repo: https://github.com/lincity-ng/lincity-ng
type: clone
url: https://www.berlios.de/software/lincity-ng/
updated: 2021-03-12
video:
youtube: kub1cBPqe6o
- name: LinWarrior
images:
- http://www.hackcraft.de/games/linwarrior_3d/screenshots/20110417.jpg
langs:
- C++
licenses:
- Apache
development: halted
originals:
- MechWarrior
repo: https://github.com/hackcraft-de/linwarrior
type: clone
updated: 2019-05-04
url: http://www.hackcraft.de/games/linwarrior_3d/index.htm
status: playable
content: free
video:
youtube: JcakGQ6X3sU
- name: Lionheart Remake
images:
- http://www.b3dgs.com/v7/projects/lionheart_remake/screens/1.png
- http://www.b3dgs.com/v7/projects/lionheart_remake/screens/2.png
- http://www.b3dgs.com/v7/projects/lionheart_remake/screens/3.png
langs:
- Java
licenses:
- GPL3
development: active
originals:
- Lionheart
repo: https://github.com/b3dgs/lionheart-remake
type: remake
updated: 2021-11-20
url: http://www.b3dgs.com/
- name: Lix
frameworks:
- Allegro
langs:
- C++
licenses:
- CC0
development: halted
originals:
- Lemmings
repo: https://github.com/SimonN/Lix
status: playable
type: clone
updated: 2018-01-15
url: http://www.lixgame.com
video:
youtube: dWXXK8QlnME
- name: LixD
development: active
frameworks:
- Allegro
images:
- http://www.lixgame.com/img/lix-d-screenshot.png
info: Updated port of Lix to D and Allegro 5
langs:
- D
licenses:
- CC0
multiplayer:
- Online
content: open
originals:
- Lemmings
repo: https://github.com/SimonN/LixD
status: playable
type: clone
updated: 2018-01-15
url: http://www.lixgame.com/
- name: LMarbles
originals:
- Atomix
type: clone
repo: 'https://sourceforge.net/projects/lgames/'
url: 'http://lgames.sourceforge.net/LMarbles/'
feed: 'https://sourceforge.net/p/lgames/activity/feed'
development: complete
status: playable
content: open
langs:
- C
frameworks:
- SDL
licenses:
- GPL2
updated: '2019-12-04'
images:
- 'http://lgames.sourceforge.net/LMarbles/ss0.jpg'
- 'http://lgames.sourceforge.net/LMarbles/ss1.jpg'
- 'http://lgames.sourceforge.net/LMarbles/ss2.jpg'
video:
youtube: pSdXftkK7M0
- name: Lode Runner - Total Recall
licenses:
- As-is
development: active
originals:
- Lode Runner
repo: https://github.com/SimonHung/LodeRunner_TotalRecall
type: remake
updated: 2015-08-15
url: http://loderunnerwebgame.com/LodeRunner/
- name: Lode Runner 2020
originals:
- Lode Runner
type: remake
repo: 'https://github.com/Ma-Pe-Ma/Lode-Runner-2020'
development: sporadic
status: playable
langs:
- C++
frameworks:
- GLFW
licenses:
- MIT
content: commercial
images:
- https://raw.githubusercontent.com/Ma-Pe-Ma/Lode-Runner-2020/master/Screenshots/Original.png
- https://raw.githubusercontent.com/Ma-Pe-Ma/Lode-Runner-2020/master/Screenshots/Championship.png
- https://raw.githubusercontent.com/Ma-Pe-Ma/Lode-Runner-2020/master/Screenshots/Original-Gameplay.png
- https://raw.githubusercontent.com/Ma-Pe-Ma/Lode-Runner-2020/master/Screenshots/Championship-Gameplay.png
updated: 2022-01-04
- name: Lose Your Marbles
langs:
- JavaScript
frameworks:
- Phaser
licenses:
- MIT
development: halted
originals:
- Lose Your Marbles
status: playable
repo: https://github.com/eguneys/lose-your-marbles
type: remake
updated: 2022-05-23
- name: LOZ
originals:
- Legend of Zelda
type: remake
repo: 'https://github.com/aldonunez/Loz'
development: sporadic
status: playable
content: commercial
langs:
- C++
- 'C#'
frameworks:
- Allegro
licenses:
- Apache
updated: 2022-01-06
- name: LTJS
frameworks:
- SDL2
langs:
- C++
development: sporadic
status: unplayable
originals:
- No One Lives Forever 2
repo: https://github.com/bibendovsky/ltjs
type: remake
licenses:
- As-is
content: commercial
updated: 2022-02-15
- name: lttp-phaser
frameworks:
- WebGL
- Phaser
langs:
- JavaScript
licenses:
- MIT
development: active
originals:
- Legend of Zelda - A Link to the Past
repo: https://github.com/englercj/lttp
type: remake
updated: 2020-08-31
- name: Lugaru
langs:
- C++
licenses:
- GPL2
development: active
originals:
- "Lugaru: The Rabbit's Foot"
repo: https://gitlab.com/osslugaru/lugaru
type: official
updated: 2017-03-02
url: https://osslugaru.gitlab.io
- name: luminesk5
langs:
- Objective-C
licenses:
- GPL3
development: halted
originals:
- Lumines
status: unplayable
repo: https://github.com/kaikai2/luminesk5
type: remake
updated: 2022-06-16
- name: Lyon
type: remake
originals:
- Super ZZT
- ZZT
repo: https://github.com/SaxxonPike/roton
development: halted
status: playable
langs:
- C#
licenses:
- ISC
updated: 2020-06-26
video:
youtube: foy-KsLk7Vk
- name: LZWolf
originals:
- Wolfenstein 3D
type: remake
repo: 'https://bitbucket.org/linuxwolf6/lzwolf/src/master/'
url: 'http://wolf3d.net/lzwolf/'
development: active
status: playable
content: commercial
langs:
- C++
frameworks:
- SDL2
licenses:
- Custom
info: >-
An enhanced version of ECWolf with extra features and more graphical
potential.
updated: '2021-11-04'
images:
- https://media.moddb.com/cache/images/mods/1/48/47972/thumb_620x2000/2020-11-05_06-58-19.mov_snapshot_13.30_2020.11.05_21.11.07.png
- https://media.moddb.com/cache/images/mods/1/48/47972/thumb_620x2000/2020-11-05_06-58-19.mov_snapshot_10.02_2020.11.05_21.10.02.png
- https://media.moddb.com/cache/images/mods/1/48/47972/thumb_620x2000/2020-11-05_06-58-19.mov_snapshot_08.38_2020.11.05_21.09.22.png