forked from pamods/pamods.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodlist.json
1014 lines (1014 loc) · 33 KB
/
modlist.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
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
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"alertsManager": {
"display_name": "Alerts Manager",
"description": "Filter what alerts you want to see. Also provides a Framework for a unified, easy to use alerts API that does not create conflicts between mods.",
"author": "Cola_Colin",
"version": "1.3.1",
"forum": "https://forums.uberent.com/threads/rel-alertsmanager-58772.55590/",
"category": [
"Framework"
],
"date": "2014/02/27",
"build": "59549",
"url": "http://pamods.github.io/user_mods/alertsManager_v1.3.1.zip"
},
"bAnchorButtons": {
"display_name": "Anchor Buttons",
"description": "Click once to set camera anchor, and again to snap back there.",
"description_nl": "Sla Cameraposities op met een knop en klik nog eens om terug te keren.",
"author": "burntcustard, proeleert, cptconundrum",
"version": "1.6",
"build": "62110",
"date": "2014/03/01",
"forum": "https://forums.uberent.com/threads/rel-anchor-buttons-v1-0-57703.54563/",
"category": [
"in-game",
"ui"
],
"icon": "http://pamods.github.io/icons/bAnchorButtons.png",
"requires": [
"rFloatFrame",
"rSettingsManager"
],
"url": "http://pamods.github.io/user_mods/bAnchorButtons.zip"
},
"blackscreenfix": {
"display_name": "No Blackscreens",
"description": "Experimental stuff for PA v.61450",
"author": "Cola_Colin",
"version": "3.0",
"build": "62110",
"forum": "https://forums.uberent.com/threads/rel-possible-fix-for-blackscreen-issues.56735/",
"category": [
"Bugfix"
],
"date": "2014/02/28",
"url": "http://pamods.github.io/user_mods/blackscreenfix_v3.0.zip"
},
"bShowSecondaryColour": {
"display_name": "Show Secondary Colour",
"description": "Adds a border around the colour selection box in the lobby, showing the secondary colour.",
"author": "burntcustard, DeathByDenim",
"version": "1.0",
"build": "62168",
"date": "2014/03/03",
"category": [
"in-game",
"ui"
],
"forum": "https://forums.uberent.com/threads/rel-show-secondary-colour-v1-0-62168.57305/",
"icon": "http://pamods.github.io/icons/bShowSecondaryColour.png",
"url": "http://pamods.github.io/user_mods/bShowSecondaryColour_v1.0.zip"
},
"BuildPower": {
"display_name": "Build Power",
"description": "Shows the fabrication rate and energy consumption of the selected units and factories",
"author": "ORFJackal",
"version": "1.1.1",
"build": "61250",
"date": "2014/02/20",
"forum": "https://forums.uberent.com/threads/build-power.54974/",
"icon": "http://pamods.github.io/icons/BuildPower.png",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/BuildPower_v1.1.1.zip"
},
"cDraggablePip": {
"display_name": "Draggable Picture in Picture",
"description": "Makes the PiP window draggable.",
"author": "Captain Conundrum",
"version": "1.1.4",
"build": "62225",
"date": "2014/03/04",
"forum": "https://forums.uberent.com/threads/rel-draggable-picture-in-picture.56738/",
"category": [
"in-game",
"ui"
],
"requires": [
"rFloatFrame"
],
"url": "http://pamods.github.io/user_mods/cDraggablePip_v1.1.4.zip"
},
"cEnhancedSystemPreview": {
"display_name": "Enhanced System Preview",
"description": "Improves the system selection screen so that you can see every planet in a system.",
"author": "Captain Conundrum",
"version": "1.1.0",
"build": "59607",
"date": "2014/02/16",
"forum": "https://forums.uberent.com/threads/rel-enhanced-system-preview.56205/",
"category": [
"ui"
],
"url": "http://pamods.github.io/user_mods/cEnhancedSystemPreview_v1.1.0.zip"
},
"cGGButton": {
"display_name": "Auto GG Button",
"description": "Plays the GG Button sound every time someone types GG in chat.",
"author": "Captain Conundrum",
"version": "1.0.2",
"build": "61450",
"date": "2014/03/04",
"forum": "https://forums.uberent.com/threads/rel-auto-gg-button.56861/",
"icon": "",
"category": [
"in-game",
"ui",
"taunts",
"sound"
],
"requires": [
"rSettingsManager"
],
"url": "http://pamods.github.io/user_mods/cGGButton_v1.0.2.zip"
},
"circleToLine": {
"display_name": "Circle to Line mod",
"description": "Changes all the circle builds to line build (metal+energy storage)",
"author": "ZaphodX, iceDrop",
"version": "1.1",
"build": "61450",
"date": "2014/02/21",
"url": "http://pamods.github.io/user_mods/circleToLine_v1.1.zip"
},
"cLobbyRenamer": {
"display_name": "Lobby Renamer",
"description": "Lets you change the game lobby name that shows in the server browser.",
"author": "Captain Conundrum",
"version": "1.0",
"build": "62225",
"date": "2014/03/04",
"forum": "https://forums.uberent.com/threads/rel-lobby-renamer.57414/",
"icon": "",
"category": [
"ui"
],
"url": "http://pamods.github.io/user_mods/cLobbyRenamer_v1.0.0.zip"
},
"corBetterBuildBar": {
"display_name": "Better Build Bar",
"description": "Transparent Build Bar that takes up less space - Toggle Tansparency at the bottom of the build bar",
"author": "Corang",
"version": "3.0",
"build": "62168",
"date": "2014/03/02",
"forum": "https://forums.uberent.com/threads/rel-better-build-bar.57183/",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/corBetterBuildBar_v3.0.zip"
},
"cPlanetNameThemes": {
"display_name": "Planet Name Themes",
"description": "Replaces Uber's random names with planet names from Star Wars, Stargate, Star Trek or Legacy (Names from TA and SupCom). Pick the theme from the settings menu.",
"author": "Captain Conundrum",
"version": "1.1.2",
"build": "59607",
"date": "2014/02/02",
"forum": "https://forums.uberent.com/threads/rel-planet-name-themes.56008/",
"category": [
"ui"
],
"icon": "http://pamods.github.io/icons/cPlanetNameThemes.png",
"requires": [
"rSettingsManager"
],
"url": "http://pamods.github.io/user_mods/cPlanetNameThemes_v1.1.2.zip"
},
"cShareSystems": {
"display_name": "System Sharing",
"description": "Share your favorite systems with other users. Enhanced System Preview is recommended with this mod.",
"author": "Captain Conundrum",
"version": "1.1.2",
"build": "62110",
"date": "2014/02/28",
"forum": "https://forums.uberent.com/threads/rel-system-sharing.56319/",
"category": [
"ui"
],
"url": "http://pamods.github.io/user_mods/cShareSystems_v1.1.2.zip"
},
"CustomSkybox": {
"display_name": "Custom Skybox",
"description": "Use and import different skyboxes. The file contains many pictures files, please be patient during the download",
"author": "superouman",
"version": "1.1",
"build": "61694",
"date": "2014/02/26",
"forum": "https://forums.uberent.com/threads/rel-custom-skybox.56562/",
"category": [
"In-game"
],
"url": "http://pamods.github.io/user_mods/CustomSkybox_v1.1.zip"
},
"dBetterSystemView": {
"display_name": "Better System View",
"description": "Adds a Metal Spot count to the System View and makes it show all the time.",
"author": "danzel",
"version": "1.2",
"build": "62225",
"date": "2014/03/04",
"forum": "https://forums.uberent.com/threads/rel-better-system-view-55089.52922/",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/dBetterSystemView_v1.2.zip"
},
"dFavouriteColour": {
"author": "DeathByDenim",
"build": "62168",
"category": [
"ui"
],
"date": "2014/03/03",
"description": "Automatically selects your favourite colour in the lobby.",
"description_nl": "Kiest automatisch uw favoriete kleur in de lobby.",
"description_de": "Wählt automatisch Ihre Lieblingsfarbe in der Lobby aus.",
"description_fr": "Choisit automatiquement vorte couleur préférée dans le foyer.",
"display_name": "Favourite Colour",
"display_name_nl": "Lievelingskleur",
"display_name_de": "Lieblingsfarbe",
"display_name_fr": "Couleur préférée",
"forum": "https://forums.uberent.com/threads/rel-favourite-colour-v1-2.55782/",
"icon": "http://pamods.github.io/icons/dFavouriteColour.png",
"requires": [
"rSettingsManager"
],
"version": "1.3.1",
"url": "http://pamods.github.io/user_mods/dFavouriteColour_v1.3.1.zip"
},
"dNotes": {
"author": "DeathByDenim",
"build": "58772",
"category": [
"ui"
],
"date": "2014/01/16",
"description": "Keep notes on players for future reference.",
"description_fr": "Notez joueurs pour l'utilisation future",
"description_nl": "Houd notities over spelers bij voor toekomstig gebruik.",
"display_name": "Notes",
"display_name_de": "Notizen",
"display_name_fr": "Notes",
"display_name_nl": "Notities",
"forum": "https://forums.uberent.com/threads/rel-notes-v1-0.55281/",
"icon": "http://pamods.github.io/icons/dNotes.png",
"requires": [
"rFloatFrame"
],
"version": "1.2",
"url": "http://pamods.github.io/user_mods/dNotes_v1.2.1.zip"
},
"dReminderTimer": {
"display_name": "In Game Reminders Timer",
"description": "Provides a timer to show how long the current match has been running",
"author": "danzel",
"version": "1.2.1",
"build": "58772",
"date": "2014/01/13",
"forum": "https://forums.uberent.com/threads/rel-reminder-timer-v1-0.53625/",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/dReminderTimer_v1.2.1.zip"
},
"dTimer": {
"display_name": "In Game Timer",
"description": "Provides a timer to show how long the current match is running",
"author": "danzel",
"version": "1.3.2",
"build": "61450",
"date": "2014/02/22",
"forum": "https://forums.uberent.com/threads/rel-in-game-timer-v1-1.52704/",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/dTimer_v1.3.2.zip"
},
"eco_manager": {
"display_name": "Eco Manager",
"description": "Adds eco-management buttons to ui",
"author": "trialq",
"version": "1.1.1",
"build": "59607",
"date": "2014/02/10",
"forum": "https://forums.uberent.com/threads/rel-eco-manager-58772.55618/",
"icon": "http://pamods.github.io/icons/eco_manager.png",
"category": [
"in-game",
"ui"
],
"requires": [
"rFloatFrame"
],
"url": "http://pamods.github.io/user_mods/eco_manager_v1.1.1.zip"
},
"EcoEff": {
"display_name": "Economy Efficiency",
"description": "Improves the Eco Information bars",
"author": "stan_petit_cul",
"version": "1.2",
"build": "61250",
"date": "2014/02/19",
"forum": "https://forums.uberent.com/threads/rel-economic-efficiency-ui-mod.52613/",
"category": [
"in-game",
"ui"
],
"icon": "http://pamods.github.io/icons/EcoEff.png",
"url": "http://pamods.github.io/user_mods/EcoEff_v1.2.zip"
},
"fabulous_selections": {
"author": "wondible",
"build": "62110",
"category": [
"in-game",
"ui"
],
"date": "2014/03/01",
"description": "Highlight commanders and fabulous fabbers in the selected unit icons.",
"display_name": "Fabulous Selections",
"forum": "https://forums.uberent.com/threads/wip-selected-commander.56931/",
"icon": "http://pamods.github.io/icons/fabulous_selections.png",
"requires": [],
"version": "0.0.0",
"url": "http://pamods.github.io/user_mods/fabulous_selections_v1.0.zip"
},
"favCommander": {
"display_name": "Favorite Commander",
"description": "Automatically chooses the commander selected in the armory",
"author": "SideSplitter",
"version": "1.0.1",
"build": "62037",
"date": "2014/03/03",
"forum": "https://forums.uberent.com/threads/rel-favorite-commander-and-color-v1-0-0-62037.57278/",
"icon": "http://pamods.github.io/icons/favComColor.png",
"category": [
"in-game",
"ui",
"lobby",
"automatic"
],
"requires": [],
"url": "http://pamods.github.io/user_mods/favCommander_v1.0.1.zip"
},
"gross_economy": {
"author": "wondible",
"build": "62037",
"category": [
"in-game",
"ui"
],
"date": "2014/02/28",
"description": "Status bar that emphasises income and expense so that they can be visually compared.",
"display_name": "Gross Economy",
"forum": "https://forums.uberent.com/threads/rel-gross-economy-v1-0.56640/",
"requires": null,
"version": "2.0.0",
"url": "http://pamods.github.io/user_mods/gross_economy_v2.0.zip"
},
"hotbuild2": {
"display_name": "Hotbuild2",
"description": "Map 1 Key to multiple build actions and more... (See forum link for screenshots and instructions.)",
"description_nl": "Kies een toetsenbordknop om meerdere gebouwen te bouwen en meer... (bekijk forum voor screenshots en instructies.)",
"author": "proeleert,tripax,cola_colin",
"version": "1.9.9.9.5",
"build": "62165",
"date": "2014/03/02",
"forum": "https://forums.uberent.com/threads/rel-hotbuild2-57703.54561/",
"category": [
"in-game",
"ui"
],
"icon": "http://pamods.github.io/icons/hotbuild2.png",
"requires": [
"rFloatFrame",
"rSettingsManager",
"rBlueprintInfoFramework"
],
"url": "http://pamods.github.io/user_mods/hotbuild2_v1.9.9.9.5.zip"
},
"inGameBrowser": {
"display_name": "inGameBrowser",
"description": "Adds an in game web browser",
"author": "someonewhoisnobody",
"version": "1.0",
"build": "62168",
"date": "2014/3/2",
"forum": "https://forums.uberent.com/threads/rel-in-game-browser-v1-0.57290/",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/inGameBrowser_v1.0.zip"
},
"keymapper": {
"display_name": "Hotbuild 1",
"description": "Basic hotbuild",
"author": "Cola_Colin",
"version": "1337+4",
"build": "57164",
"date": "2013/12/27",
"forum": "https://forums.uberent.com/threads/rel-hotbuild-51853.50260/",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/keymapper_v1337.4.zip"
},
"LavaSnakes_CustomInGameTimers": {
"display_name": "Customizable In-Game Timers",
"description": "Three customizable in-game timers for reminders and other events. (See forum link for screenshots and instructions.)",
"author": "LavaSnake",
"version": "1.6",
"build": "62110",
"date": "2014/01/30",
"forum": "https://forums.uberent.com/threads/rel-customizable-in-game-timers-56387.53544/",
"category": [
"in-game",
"ui"
],
"requires": [
"rFloatFrame"
],
"url": "http://pamods.github.io/user_mods/LavaSnakes_CustomInGameTimers_v1-6.zip"
},
"LavaSnakes_CustomUnitNames": {
"display_name": "Custom Unit Names",
"description": "Lets you set your own custom names for each unit and building in the settings menu.",
"author": "LavaSnake",
"version": "1.2",
"build": "62168",
"date": "2014/03/02",
"forum": "https://forums.uberent.com/threads/rel-custom-unit-names-59549.56124/",
"category": [
"in-game",
"ui"
],
"requires": [
"rSettingsManager"
],
"icon": "http://pamods.github.io/icons/UnitRenamer.png",
"url": "http://pamods.github.io/user_mods/LavaSnakes_CustomUnitNames_v1-2.zip"
},
"LavaSnakes_ProfilePicFixer": {
"display_name": "Profile Pic Fixer",
"description": "A simple mod that makes it easy to change the placeholder profile picture in PA's main menu. Can also add info from PA Stats Ladder to the main menu. (See forum link for setup instructions)",
"author": "LavaSnake",
"version": "1.67",
"build": "61694",
"date": "2014/02/28",
"forum": "https://forums.uberent.com/threads/rel-profile-pic-fixer-56387.53531/",
"category": [
"Main Menu",
"ui"
],
"icon": "http://pamods.github.io/icons/ProfilePicFixer.png",
"url": "http://pamods.github.io/user_mods/LavaSnakes_ProfilePicFixer_v1-67.zip"
},
"LavaSnakes_StargateBugFix": {
"display_name": "Stargate Name Bug Fix",
"description": "PA has a bug that prevents it from displaying the Stargate's proper name; this mod fixes that.",
"author": "LavaSnake",
"version": "1.0",
"build": "62110",
"date": "2014/01/20",
"forum": "https://forums.uberent.com/threads/rel-stargate-name-bug-fix-59549.55850/",
"category": [
"In-game",
"ui"
],
"icon": "http://pamods.github.io/icons/StargateBugFix.png",
"url": "http://pamods.github.io/user_mods/LavaSnakes_StargateBugFix_v1.zip"
},
"linger": {
"author": "wondible",
"build": "62110",
"category": [
"in-game",
"ui"
],
"date": "2014/02/28",
"description": "Prevent the game from existing immediately, and provides a button to go to game over.",
"display_name": "Linger",
"forum": "https://forums.uberent.com/threads/wip-linger.56944/",
"requires": [
"rFloatFrame"
],
"version": "1.0.0",
"url": "http://pamods.github.io/user_mods/linger_v1.0.zip"
},
"modbatch": {
"display_name": "Mod BatchSize",
"description": "Change Batchsize from 5 to 100",
"author": "Cola_Colin",
"version": "1.1",
"build": "58772",
"date": "2013/12/23",
"forum": "https://forums.uberent.com/threads/rel-modbatch-52168.50897/",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/modbatch_v1.1.zip"
},
"MushroomarsRainbow": {
"display_name": "Rainbow Fab Shader",
"description": "Factory fab shader that makes you taste the rainbow!",
"author": "MushrooMars",
"version": "1",
"build": "62168",
"date": "2014/03/03",
"forum": "https://forums.uberent.com/threads/rel-rainbow-fab-shader-50355.49052/",
"icon": "https://dl.dropboxusercontent.com/u/22720750/new.jpg",
"category": [
"Fab-Shader",
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/MushrooMarsRainbow_2.zip"
},
"nScreens": {
"display_name": "n Screens",
"description": "Mod tries to make it easier to configure multiscreen pip setups. Best used together with some sort of fullscreen script",
"author": "Cola_Colin",
"version": "1.1",
"forum": "",
"category": [
"Framework"
],
"date": "2014/02/23",
"build": "61450",
"url": "http://pamods.github.io/user_mods/nScreens_v1.1.zip"
},
"pa_stats_online": {
"display_name": "PA Stats Online",
"description": "Track your statistics",
"author": "Cola_Colin, Gunshin",
"version": "Autoupdating",
"build": "will_be_kept_up_to_date",
"date": "2013/12/27",
"forum": "https://forums.uberent.com/threads/rel-pa-stats-52168.50690/",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/pa_stats_online.zip"
},
"PAMentor": {
"display_name": "PA Mentor",
"description": "Shows how your in-game stats compare to other players, to help in learning how fast to expand",
"author": "ORFJackal",
"version": "0.3.1",
"build": "61250",
"date": "2014/02/19",
"forum": "https://forums.uberent.com/threads/rel-pa-mentor.55399/",
"icon": "http://pamods.github.io/icons/PAMentor.png",
"category": [
"in-game",
"ui"
],
"requires": [
"rFloatFrame"
],
"url": "http://pamods.github.io/user_mods/PAMentor_v0.3.1.zip"
},
"planetpreview": {
"author": "Dementiurge",
"build": "61649",
"date": "2014/02/25",
"description": "Shows advanced planet details in the New Game and Lobby screens.",
"display_name": "Advanced Planet Details",
"forum": "https://forums.uberent.com/threads/rel-advanced-planet-details-61649.54290/",
"version": "1.3.1",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/planetpreview_v1.3.1.zip"
},
"rAlertsFilter": {
"display_name": "Alerts Filter",
"description": "Allows selection of which unit types display alerts when built, under attack or destroyed",
"author": "Raevn",
"version": "1.0.0",
"forum": "https://forums.uberent.com/threads/rel-alerts-filter-v1-0-0-58772.55472/",
"category": [
"in-game",
"ui"
],
"requires": [
"rSettingsManager"
],
"date": "2014/01/08",
"build": "58772",
"url": "http://pamods.github.io/user_mods/rAlertsFilter_v1.0.0.zip"
},
"rBiggerArmoryImages": {
"display_name": "Armory Commander Preview",
"description": "Adds a large preview image of the selected Commander in the Armoury",
"author": "Raevn",
"version": "1.1.0",
"forum": "https://forums.uberent.com/threads/rel-bigger-armory-images-62037.56963/",
"category": [
"armory",
"ui"
],
"date": "2014/03/02",
"build": "62165",
"url": "http://pamods.github.io/user_mods/rBiggerArmoryImages_v1.1.0.zip"
},
"rBlueprintInfoFramework": {
"display_name": "Blueprint Info Framework",
"description": "A Framework for obtaining unit, tool and ammo data",
"author": "Raevn",
"version": "1.4.0",
"forum": "https://forums.uberent.com/threads/wip-blueprint-info-framework.56213/",
"category": [
"framework"
],
"date": "2014/03/03",
"build": "62168",
"url": "http://pamods.github.io/user_mods/rBlueprintInfoFramework_v1.4.0.zip"
},
"rChatPlayerColour": {
"display_name": "Chat Player Colours",
"description": "Changes the colour of player names in the in-game chat to match their team colour",
"author": "raevn",
"version": "1.2.1",
"build": "58772",
"date": "2013/12/29",
"forum": "https://forums.uberent.com/threads/rel-chat-player-colours.50750/",
"category": [
"in-game"
],
"url": "http://pamods.github.io/user_mods/rChatPlayerColour_v1.2.1.zip"
},
"rChronoClick": {
"display_name": "Chrono Click",
"description": "Set Chrono time by clicking any point on the chrono bar",
"author": "Raevn",
"version": "1.0.0",
"forum": "https://forums.uberent.com/threads/rel-chrono-click-v1-0-0-58772.55477/",
"category": [
"chrono-cam",
"in-game",
"ui"
],
"date": "2014/01/08",
"build": "58772",
"url": "http://pamods.github.io/user_mods/rChronoClick_v1.0.0.zip"
},
"rCommanderHP": {
"display_name": "Commander Health Display",
"description": "Adds a display to the UI that tracks your commander's health",
"author": "raevn, danzel, burntcustard",
"version": "2.7.4",
"build": "61250",
"date": "2014/02/20",
"forum": "https://forums.uberent.com/threads/rel-commander-health-display-v2.50584/",
"category": [
"in-game",
"ui"
],
"requires": [
"rFloatFrame",
"rSettingsManager"
],
"url": "http://pamods.github.io/user_mods/rCommanderHP_v2.7.4.zip"
},
"rFloatFrame": {
"display_name": "Floating Framework",
"description": "Framework for creating draggable UI containers",
"author": "raevn",
"version": "1.2.3",
"build": "58772",
"date": "2014/01/11",
"forum": "https://forums.uberent.com/threads/rel-floating-framework-v1-0-58197.54586/",
"category": [
"framework",
"ui"
],
"requires": [
"rSettingsManager"
],
"url": "http://pamods.github.io/user_mods/rFloatFrame_v1.2.3.zip"
},
"rModsList": {
"display_name": "Installed Mods List",
"description": "Adds a 'Mods' button to the main menu which shows a list of currently enabled mods",
"author": "Raevn",
"version": "2.0.0",
"build": "58772",
"date": "2014/01/06",
"forum": "https://forums.uberent.com/threads/rel-installed-mods-list-v1-2-1-58197.54645/",
"category": [
"modding",
"ui"
],
"requires": [
"rFloatFrame",
"rPAMM"
],
"url": "http://pamods.github.io/user_mods/rModsList_v2.0.0.zip"
},
"rSettingsManager": {
"display_name": "Settings Manager",
"description": "Framework for adding new settings",
"author": "Raevn",
"version": "1.5.2",
"forum": "https://forums.uberent.com/threads/rel-settings-manager-v1-0-58197.54588/",
"category": [
"Framework"
],
"date": "2014/01/28",
"build": "59607",
"url": "http://pamods.github.io/user_mods/rSettingsManager_v1.5.2.zip"
},
"rUnitDatabase": {
"display_name": "Unit Database",
"description": "View details on all PA units",
"author": "Raevn",
"version": "1.2.0",
"forum": "https://forums.uberent.com/threads/wip-unit-database.56261/",
"category": [
"reference",
"ui"
],
"requires": [
"rBlueprintInfoFramework"
],
"date": "2014/03/03",
"build": "62168",
"url": "http://pamods.github.io/user_mods/rUnitDatabase_v1.2.0.zip"
},
"SCicons": {
"display_name": "Sup Com icons",
"description": "Forged Alliance Forever-inspired icons",
"author": "tatsu",
"version": "9",
"build": "62168",
"date": "2014/03/03",
"forum": "https://forums.uberent.com/threads/rel-sup-com-strategic-icons.48554/",
"icon": "https://dl.dropboxusercontent.com/u/22720750/d.jpg",
"category": [
"Strategic Icons",
"in-game",
"ui"
],
"requires": [
"teamBuildColor",
"EcoEff",
"corBetterBuildBar",
"dTimer",
"linger",
"rCommanderHP",
"modbatch",
"rChronoClick"
],
"url": "http://pamods.github.io/user_mods/tatsuicons_V9.zip"
},
"SpacedOutDefenceTowers": {
"display_name": "Spaced-out Defence Towers",
"description": "Puts more space between dragged turret lines",
"author": "superouman",
"version": "1.1",
"build": "62110",
"date": "2014/02/20",
"forum": "https://forums.uberent.com/threads/notyet",
"category": [
"In-game"
],
"url": "http://pamods.github.io/user_mods/SpacedOutDefenceTowers_v1.1.zip"
},
"staticmenu": {
"display_name": "Staticmenu",
"description": "Faster main menu",
"author": "Cola_Colin",
"version": "2",
"build": "58772",
"date": "2013/12/27",
"forum": "https://forums.uberent.com/threads/rel-static-menu-58197.54758/",
"category": [
"ui"
],
"url": "http://pamods.github.io/user_mods/staticmenu_v2.zip"
},
"SupremeCommanderIcons": {
"author": "nuketf",
"build": "59607",
"category": [
"ui",
"in-game"
],
"date": "2014/02/11",
"description": "Supreme Commander icons in PA!",
"description_nl": "Supreme Commander iconen in PA!",
"display_name": "Supreme Commander icons",
"display_name_nl": "Supreme Commander iconen",
"forum": "https://forums.uberent.com/threads/supcom-icons-fixed.56373/",
"version": "1.0",
"url": "http://pamods.github.io/user_mods/SupremeCommanderIcons_v1.0.zip"
},
"tauntMod": {
"display_name": "TauntMod",
"description": "Adds Age Of Empires II Taunts to Planetary Annihilation",
"author": "SideSplitter",
"version": "1.1.0",
"build": "62037",
"date": "2014/03/03",
"forum": "https://forums.uberent.com/threads/rel-tauntmod-v1-0-1-59607-adds-aoe-ii-taunts.56026/",
"icon": "http://pamods.github.io/icons/tauntMod.png",
"category": [
"in-game",
"ui",
"taunts",
"sound",
"aoe"
],
"requires": [
"rSettingsManager"
],
"url": "http://pamods.github.io/user_mods/tauntMod_v1.1.0.zip"
},
"tAutoFactory": {
"display_name": "Auto Factory",
"description": "Automatically build units with idle factories, when eco would otherwise be wasted",
"author": "trialq",
"version": "1.5.1",
"build": "61450",
"date": "2014/02/22",
"forum": "https://forums.uberent.com/threads/rel-auto-factory.55995/",
"icon": "http://pamods.github.io/icons/tAutoFactory.png",
"category": [
"in-game",
"ui"
],
"requires": [
"rFloatFrame",
"rSettingsManager"
],
"url": "http://pamods.github.io/user_mods/tAutoFactory_v1.5.1.zip"
},
"tBuildingWriter": {
"display_name": "Building Writer",
"description": "Use buildings to write text. See forum for details",
"author": "trialq",
"version": "1.1.1",
"build": "59607",
"date": "2014/02/10",
"forum": "https://forums.uberent.com/threads/rel-building-writer.55793/",
"icon": "http://pamods.github.io/icons/tBuildingWriter.png",
"category": [
"in-game",
"ui"
],
"requires": [
"rFloatFrame"
],
"url": "http://pamods.github.io/user_mods/tBuildingWriter_v1.1.1.zip"
},
"tCustomBuildBar": {
"display_name": "Custom Build Bar",
"description": "Adds a custom tab to the build bar",
"author": "trialq",
"version": "0.1",
"build": "59607",
"date": "2014/02/10",
"forum": "https://forums.uberent.com/threads/rel-custom-build-bar.56383/",
"icon": "http://pamods.github.io/icons/tCustomBuildBar.png",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/tCustomBuildBar_v0.1.zip"
},
"tDoxCommMode": {
"display_name": "Dox Comm Camo Mode",
"description": "Replaces commander graphics with dox (build a dox army and play hide-and-seek). Gentlemen's rules, everyone must enable it and use the tank commander.",
"author": "trialq",
"version": "1.0",
"build": "61450",
"date": "2014/02/24",
"icon": "http://pamods.github.io/icons/tDoxCommMode.png",
"forum": "https://forums.uberent.com/threads/rel-dox-comm-camo-mode.56820/",
"category": [
"in-game",
"ui",
"gentleman",
"commander"
],
"url": "http://pamods.github.io/user_mods/tDoxCommMode_v1.0.zip"
},
"teamBuildColor": {
"display_name": "Team Build Color",
"description": "Changes the Build Color to your Team Color instead of green",
"author": "rcix",
"version": "1.0.0",
"build": "58772",
"date": "2013/12/28",
"forum": "https://forums.uberent.com/threads/rel-modified-fab-shader.47691/",
"category": [
"in-game"
],
"url": "http://pamods.github.io/user_mods/teamBuildColor_v1.0.zip"
},
"teamspeak": {
"display_name": "TeamSpeak overlay",
"description": "Shows a overlay for TeamSpeak chat. Requires TeamSpeak3 WebSockets plugin (see forum thread)",
"author": "danzel",
"version": "1.0.1",
"build": "59607",
"date": "2014/02/15",
"forum": "https://forums.uberent.com/threads/teamspeak-overlay.56469/",
"category": [
"in-game",
"ui"
],
"requires": [
"rFloatFrame"
],
"url": "http://pamods.github.io/user_mods/teamspeak_v1.0.1.zip"
},
"transicons": {
"display_name": "Transparent Strategic Icons",
"description": "Transparent Strategic Icons",
"author": "Moldez",
"version": "3.2",
"icon": "http://pamods.github.io/icons/transicons.png",
"forum": "https://forums.uberent.com/threads/rel-transparent-uniticons.55376/",
"category": [
"Strategic Icons"
],
"date": "2014/03/03",
"build": "62168",
"url": "http://pamods.github.io/user_mods/transicons_v3.2.zip"
},
"tSystemEditorFix": {
"display_name": "System Editor Fix",
"description": "Adds input validation in system editor, so editor crashes less",
"author": "trialq",
"version": "1.0.1",
"build": "59607",
"date": "2014/02/10",
"forum": "https://forums.uberent.com/threads/rel-system-editor-fix-59549.55732/",
"icon": "http://pamods.github.io/icons/tSystemEditorFix.png",
"category": [
"ui"
],
"url": "http://pamods.github.io/user_mods/tSystemEditorFix_v1.0.1.zip"
},
"VipezTrees": {
"display_name": "Christmas Trees",
"description": "Christmas Spirit in PA!",
"author": "vipez",
"version": "3",
"build": "61694",
"date": "2014/02/27",
"forum": "https://forums.uberent.com/threads/rel-christmas-trees.50033/",
"icon": "https://dl.dropboxusercontent.com/u/22720750/df.jpg",
"category": [
"christmas",
"trees",
"in-game"
],
"url": "http://pamods.github.io/user_mods/VipezTrees_v3.zip"
},
"wModPing": {
"display_name": "Mod Ping",
"description": "Can ping your enabled mods into ingame chat.",
"author": "The Magnificent Werty",
"version": "0.1.0",
"build": "61450",
"date": "2014/03/03",
"forum": "https://forums.uberent.com/threads/rel-mod-ping-v0-1-0-share-your-mod-selection-in-chat.57378/",
"icon": "",
"category": [
"in-game",
"ui"
],
"url": "http://pamods.github.io/user_mods/wModPing_v0.1.0.zip"
},
"wScriptSource": {
"display_name": "wScriptSource",