-
Notifications
You must be signed in to change notification settings - Fork 0
/
installable_modules.json
714 lines (714 loc) · 26 KB
/
installable_modules.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
[
{
"Author": "",
"Description": "Provides access to hook common functions used in the game.",
"FolderName": "Syati_CommonFunctionHooks",
"InstallType": "git",
"InstallUrl": "https://github.com/SMGCommunity/Syati_CommonFunctionHooks",
"Name": "Syati Common Functions"
},
{
"Author": "",
"Description": "Provides functionality to have layouts that are always loaded",
"FolderName": "Syati_GlobalLayouts",
"InstallType": "git",
"InstallUrl": "https://github.com/SMGCommunity/Syati_GlobalLayouts",
"Name": "Syati Global Layouts"
},
{
"Author": "",
"Description": "Required to make Syati Modules run properly",
"FolderName": "Syati_Init",
"InstallType": "git",
"InstallUrl": "https://github.com/SMGCommunity/Syati_Init",
"Name": "Syati Initilizer Module"
},
{
"Author": "",
"Description": "Provides Object Creation factories that other modules can register to. This allows new objects to be recognized by the game.",
"FolderName": "Syati_ObjectFactories",
"InstallType": "git",
"InstallUrl": "https://github.com/SMGCommunity/Syati_ObjectFactories",
"Name": "Syati Object Factories"
},
{
"Author": "Aurum",
"Description": "SMG1 Enemy Port: Swimming Gringill",
"FolderName": "Anagon",
"InstallType": "lginc_module",
"InstallUrl": "Anagon",
"Name": "Anagon"
},
{
"Author": "Aurum",
"Description": "SMG1 Enemy Port: Ring Beamer",
"FolderName": "BallBeamer",
"InstallType": "lginc_module",
"InstallUrl": "BallBeamer",
"Name": "BallBeamer"
},
{
"Author": "Aurum",
"Description": "Blue Star Chips",
"FolderName": "BlueChip",
"InstallType": "lginc_module",
"InstallUrl": "BlueChip",
"Name": "BlueChip"
},
{
"Author": "Evanbowl and LordGiganticus",
"Description": "PTD: Full Blue Coin System",
"FolderName": "BlueCoinSystem",
"InstallType": "lginc_module",
"InstallUrl": "BlueCoinSystem",
"Name": "BlueCoinSystem"
},
{
"Author": "AwesomeTMC",
"Description": "PTD: ChildSwitchArea",
"FolderName": "ChildSwitchArea",
"InstallType": "lginc_module",
"InstallUrl": "ChildSwitchArea",
"Name": "ChildSwitchArea"
},
{
"Author": "Aurum",
"Description": "SMG1 Class Port: ChooChooTrain",
"FolderName": "ChooChooTrain",
"InstallType": "lginc_module",
"InstallUrl": "ChooChooTrain",
"Name": "ChooChooTrain"
},
{
"Author": "Aurum",
"Description": "SMG1 Enemy Port: CocoSambo",
"FolderName": "CocoSambo",
"InstallType": "lginc_module",
"InstallUrl": "CocoSambo",
"Name": "CocoSambo"
},
{
"Author": "Evanbowl",
"Description": "PTD: CollapsePlane Custom Behaviors",
"FolderName": "CollapsePlaneExt",
"InstallType": "lginc_module",
"InstallUrl": "CollapsePlaneExt",
"Name": "CollapsePlaneExt"
},
{
"Author": "Aurum and Evanbowl",
"Description": "PT: CollectSwitchCtrl",
"FolderName": "CollectSwitchCtrl",
"InstallType": "lginc_module",
"InstallUrl": "CollectSwitchCtrl",
"Name": "CollectSwitchCtrl"
},
{
"Author": "Evanbowl",
"Description": "PTD: Comet Timer Creator",
"FolderName": "CometTimerObj",
"InstallType": "lginc_module",
"InstallUrl": "CometTimerObj",
"Name": "CometTimerObj"
},
{
"Author": "Evanbowl",
"Description": "PTD: CrystalBox",
"FolderName": "CrystalBox",
"InstallType": "lginc_module",
"InstallUrl": "CrystalBox",
"Name": "Crystal Box"
},
{
"Author": "Original PT Developers",
"Description": "SMG1 Actor Port: CrystalSwitch",
"FolderName": "CrystalSwitch",
"InstallType": "lginc_module",
"InstallUrl": "CrystalSwitch",
"Name": "Crystal Switch"
},
{
"Author": "AwesomeTMC",
"Description": "Allows you to change what icons are on the File Select.",
"FolderName": "CustomFileIcons",
"InstallType": "lginc_module",
"InstallUrl": "CustomFileIcons",
"Name": "Custom File Select Icons"
},
{
"Author": "Aurum",
"Description": "SMG1 Enemy Port: DharmaSambo",
"FolderName": "DharmaSambo",
"InstallType": "lginc_module",
"InstallUrl": "DharmaSambo",
"Name": "DharmaSambo"
},
{
"Author": "Aurum and Evanbowl",
"Description": "PTD: DummyDisplayModelTable",
"FolderName": "DummyDisplayModelTable",
"InstallType": "lginc_module",
"InstallUrl": "DummyDisplayModelTable",
"Name": "Dummy Display Model Table"
},
{
"Author": "Evanbowl",
"Description": "PTD: AreaObjMgr Creation Table Extension",
"FolderName": "ExtAreaObjMgr",
"InstallType": "lginc_module",
"InstallUrl": "ExtAreaObjMgr",
"Name": "Area Manager Extensions (Codegen)"
},
{
"Author": "Aurum",
"Description": "PT: Restored QuakeEffectArea",
"FolderName": "ExtQuakeEffectArea",
"InstallType": "lginc_module",
"InstallUrl": "ExtQuakeEffectArea",
"Name": "ExtQuakeEffectArea"
},
{
"Author": "Aurum",
"Description": "PT: Extended Shellfish Items",
"FolderName": "ExtShellfishItems",
"InstallType": "lginc_module",
"InstallUrl": "ExtShellfishItems",
"Name": "ExtShellfishItems"
},
{
"Author": "Aurum",
"Description": "Aurum's Syati: GSTRecord",
"FolderName": "GSTRecord",
"InstallType": "lginc_module",
"InstallUrl": "GSTRecord",
"Name": "GSTRecord"
},
{
"Author": "Aurum",
"Description": "SMG1 Enemy Port: JumpGuarder",
"FolderName": "JumpGuarder",
"InstallType": "lginc_module",
"InstallUrl": "JumpGuarder",
"Name": "JumpGuarder"
},
{
"Author": "Someone, Aurum",
"Description": "PT: JumpSwitchArea",
"FolderName": "JumpSwitchArea",
"InstallType": "lginc_module",
"InstallUrl": "JumpSwitchArea",
"Name": "JumpSwitchArea"
},
{
"Author": "Aurum",
"Description": "PT: LavaBallRisingPlanetLava/ScaleMapObj Class",
"FolderName": "LavaBallRisingPlanetLava",
"InstallType": "lginc_module",
"InstallUrl": "LavaBallRisingPlanetLava",
"Name": "LavaBallRisingPlanetLava"
},
{
"Author": "Evanbowl",
"Description": "Misc: Minor patches (PTD)",
"FolderName": "MinorPatches",
"InstallType": "lginc_module",
"InstallUrl": "MinorPatches",
"Name": "MinorPatches"
},
{
"Author": "Aurum",
"Description": "SMG1 Enemy Port: Mogu",
"FolderName": "Mogu",
"InstallType": "lginc_module",
"InstallUrl": "Mogu",
"Name": "Mogu"
},
{
"Author": "Aurum and Evanbowl",
"Description": "PT/PTD Utility Functions",
"FolderName": "PTUtils",
"InstallType": "lginc_module",
"InstallUrl": "PTUtils",
"Name": "PTUtils"
},
{
"Author": "Evanbowl",
"Description": "Restart Stage Button",
"FolderName": "PauseMenuNewButton",
"InstallType": "lginc_module",
"InstallUrl": "PauseMenuNewButton",
"Name": "PauseMenuNewButton"
},
{
"Author": "Aurum",
"Description": "Aurum's Syati: PADRecord",
"FolderName": "PADRecord",
"InstallType": "lginc_module",
"InstallUrl": "PADRecord",
"Name": "PADRecord"
},
{
"Author": "Aurum",
"Description": "SMG1 Enemy Port: Poihana",
"FolderName": "Poihana",
"InstallType": "lginc_module",
"InstallUrl": "Poihana",
"Name": "Poihana"
},
{
"Author": "Someone",
"Description": "SMG1 Actor Port: PomponPlant",
"FolderName": "PomponPlant",
"InstallType": "lginc_module",
"InstallUrl": "PomponPlant",
"Name": "PomponPlant"
},
{
"Author": "Evanbowl",
"Description": "PTD: PowerStarAppearPoint Custom Behaviors",
"FolderName": "PowerStarAppearPointExt",
"InstallType": "lginc_module",
"InstallUrl": "PowerStarAppearPointExt",
"Name": "PowerStarAppearPointExt"
},
{
"Author": "Aurum and Evanbowl",
"Description": "PTD: Power Star Spawner",
"FolderName": "PowerStarSpawner",
"InstallType": "lginc_module",
"InstallUrl": "PowerStarSpawner",
"Name": "PowerStarSpawner"
},
{
"Author": "Aurum",
"Description": "PT: New ProductMapObjDataTable Classes",
"FolderName": "ProductMapObjDataTableClasses",
"InstallType": "lginc_module",
"InstallUrl": "ProductMapObjDataTableClasses",
"Name": "ProductMapObjDataTableClasses"
},
{
"Author": "Evanbowl",
"Description": "PTD: Red Coin System",
"FolderName": "RedCoinSystem",
"InstallType": "lginc_module",
"InstallUrl": "RedCoinSystem",
"Name": "Red Coin System"
},
{
"Author": "Aurum, Evanbowl, LordGiganticus",
"Description": "PTD: Custom Launch Star Colors",
"FolderName": "SuperSpinDriverCustomColors",
"InstallType": "lginc_module",
"InstallUrl": "SuperSpinDriverCustomColors",
"Name": "Custom Launch Star Colors"
},
{
"Author": "Aurum",
"Description": "SMG1 Class Port: TransparentWall",
"FolderName": "TransparentWall",
"InstallType": "lginc_module",
"InstallUrl": "TransparentWall",
"Name": "TransparentWall"
},
{
"Author": "Aurum",
"Description": "PT: Miscellaneous Vanilla Bugfixes",
"FolderName": "VanillaBugfixes",
"InstallType": "lginc_module",
"InstallUrl": "VanillaBugfixes",
"Name": "Vanilla Bugfixes"
},
{
"Author": "Aurum, Someone, Shibboleet",
"Description": "SMG1 Actor Port: WatchTowerRotateStep",
"FolderName": "WatchTowerRotateStep",
"InstallType": "lginc_module",
"InstallUrl": "WatchTowerRotateStep",
"Name": "WatchTowerRotateStep"
},
{
"Author": "Bavario",
"Description": "PTD: A Switch that raises the water level to its position.",
"FolderName": "WaterRiseSwitch",
"InstallType": "lginc_module",
"InstallUrl": "WaterRiseSwitch",
"Name": "WaterRiseSwitch"
},
{
"Author": "Super Hackio",
"Description": "That one planet from Space Junk...",
"FolderName": "SMG2_ExterminationCounter",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2_ExterminationCounter",
"Name": "Extermination Counter"
},
{
"Author": "Bavario",
"Description": "A module that plays SMG2_title_strm.ast after pressing A + B on FileSelect, similar to SMG1.",
"FolderName": "FileSelectMusic2",
"InstallType": "git",
"InstallUrl": "https://github.com/Lord-G-INC/FileSelectMusic2/",
"Name": "FileSelect Music 2"
},
{
"Author": "Bavario",
"Description": "A module that plays SMG2_galaxy08_strm.ast after selecting a star on ScenarioSelect, instead of the standard Intro Music.",
"FolderName": "ScenarioSelectAST",
"InstallType": "git",
"InstallUrl": "https://github.com/Lord-G-INC/ScenarioSelectAST",
"Name": "ScenarioSelect Music 2"
},
{
"Author": "Super Hackio",
"Description": "Cosmic Races in SMG2",
"FolderName": "SMG2_OpenGhost",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2_OpenGhost",
"Name": "SMG2 OpenGhost"
},
{
"Author": "Super Hackio",
"Description": "An FPS Counter for Super Mario Galaxy",
"FolderName": "SMG2-FPSCounterLayout",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2-FPSCounterLayout",
"Name": "SMG2 FPS Layout"
},
{
"Author": "Super Hackio, SY24",
"Description": "A Layout that shows what inputs are being recieved by the game.",
"FolderName": "SMG2_WPadDisplayLayout",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2_WPadDisplayLayout",
"Name": "SMG2 WPad input display layout"
},
{
"Author": "Bavario",
"Description": "Adds the Dive from Super Mario 64. Simply press C while mid-air to perform it.",
"FolderName": "DiveMove",
"InstallType": "git",
"InstallUrl": "https://github.com/Lord-G-INC/DiveMove",
"Name": "Dive Move"
},
{
"Author": "Bavario, Evanbowl",
"Description": "Adds the Ground Pound Jump move from Super Mario Odyssey. Simply Ground Pound and Jump after landing.",
"FolderName": "GroundPoundJump",
"InstallType": "git",
"InstallUrl": "https://github.com/Lord-G-INC/GroundPoundJump",
"Name": "Ground Pound Jump"
},
{
"Author": "Bavario",
"Description": "Provides a 360\u00b0 Camera like in Super Mario Odyssey. You can hold D-Pad Left or Right to circle it around, or D-Pad Up and Down to change the FoV.",
"FolderName": "360Camera",
"InstallType": "git",
"InstallUrl": "https://github.com/Lord-G-INC/360Camera",
"Name": "360\u00b0 Camera"
},
{
"Author": "Aurum",
"Description": "This is the swinging vine from Beach Bowl Galaxy. This actor was left unused in SMG2's code, though. Its constructor is lost, but it can be easily restored. Other than that, all of its functionality is fully intact.",
"FolderName": "SwingRope",
"InstallType": "lginc_module",
"InstallUrl": "SwingRope",
"Name": "SMG2 SwingRope Patch"
},
{
"Author": "Bavario",
"Description": "PTD: Breaks the current GCapture bubble when entered.",
"FolderName": "GCaptureBreakArea",
"InstallType": "lginc_module",
"InstallUrl": "GCaptureBreakArea",
"Name": "GCaptureBreakArea"
},
{
"Author": "Aurum",
"Description": "PTD: The leaking water pipe from Freezeflame Galaxy and Deep Dark Galaxy.",
"FolderName": "WaterLeakPipe",
"InstallType": "lginc_module",
"InstallUrl": "WaterLeakPipe",
"Name": "WaterLeakPipe"
},
{
"Author": "Super Hackio",
"Description": "Kingfin makes his grand return...",
"FolderName": "SMG2_SkeletalFishBossReturns",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2_SkeletalFishBossReturns",
"Name": "Kingfin in SMG2"
},
{
"Author": "Gabbo",
"Description": "PTD: NumberedSwitchArea",
"FolderName": "NumberedSwitchArea",
"InstallType": "lginc_module",
"InstallUrl": "NumberedSwitchArea",
"Name": "NumberedSwitchArea"
},
{
"Author": "EterSky",
"Description": "PTD: 3-Up Moon from SMW",
"FolderName": "BenefitItemMoon",
"InstallType": "lginc_module",
"InstallUrl": "BenefitItemMoon",
"Name": "BenefitItemMoon"
},
{
"Author": "EterSky",
"Description": "PTD: Controller that checks for morph-related stuff",
"FolderName": "MorphSwitchCtrl",
"InstallType": "lginc_module",
"InstallUrl": "MorphSwitchCtrl",
"Name": "MorphSwitchCtrl"
},
{
"Author": "Aurum",
"Description": "A throwable dice cube with four red circles and two blue crosses on its sides. It activates a different switch depending on the side that it lands on.",
"FolderName": "MultipleChoiceDice",
"InstallType": "lginc_module",
"InstallUrl": "MultipleChoiceDice",
"Name": "MultipleChoiceDice"
},
{
"Author": "Aurum",
"Description": "PTD: The screwable screws from Toy Time Galaxy",
"FolderName": "ScrewSwitchBase",
"InstallType": "lginc_module",
"InstallUrl": "ScrewSwitchBase",
"Name": "ScrewSwitchBase"
},
{
"Author": "Bavario",
"Description": "Adds Metal Mario from SM64 through the Metal Mushroom to SMG2.",
"FolderName": "MetalMario",
"InstallType": "git",
"InstallUrl": "https://github.com/Lord-G-INC/MetalMario",
"Name": "Metal Mario"
},
{
"Author": "Super Hackio",
"Description": "Fresh from the Assembly Line",
"FolderName": "SMG2_MechanicKoopaPack",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2_MechanicKoopaPack",
"Name": "Mecha Bowser Mapparts in SMG2"
},
{
"Author": "Super Hackio",
"Description": "He's here for his revenge...",
"FolderName": "SMG2_BossBegomanFactory",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2_BossBegomanFactory",
"Name": "Topmaniac in SMG2"
},
{
"Author": "Aurum",
"Description": "PT: Red Star and Ice Flower",
"FolderName": "MorphFooAndIce",
"InstallType": "lginc_module",
"InstallUrl": "MorphFooAndIce",
"Name": "Red Star and Ice Flower"
},
{
"Author": "Aurum",
"Description": "The yellow spring dudes from Boo's Boneyard",
"FolderName": "Banekiti",
"InstallType": "lginc_module",
"InstallUrl": "Banekiti",
"Name": "Banekiti"
},
{
"Author": "Aurum",
"Description": "Gold Koopa Shell",
"FolderName": "GoldenTurtle",
"InstallType": "lginc_module",
"InstallUrl": "GoldenTurtle",
"Name": "GoldenTurtle"
},
{
"Author": "Super Hackio",
"Description": "Ehehehe... so you're after it too?",
"FolderName": "SMG2_OpenBoo",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2_OpenBoo",
"Name": "Spooky Speedster in SMG2"
},
{
"Author": "Aurum",
"Description": "A pile of autumn leaves from Gold Leaf Galaxy.",
"FolderName": "DeadLeaves",
"InstallType": "lginc_module",
"InstallUrl": "DeadLeaves",
"Name": "Dead Leaves"
},
{
"Author": "AwesomeTMC",
"Description": "Adds customizable music to the Star Ball.",
"FolderName": "ExtTamakoro",
"InstallType": "lginc_module",
"InstallUrl": "ExtTamakoro",
"Name": "ExtTamakoro"
},
{
"Author": "Aurum",
"Description": "PTD: One of the many unused switch controllers from SMG1 that is activated by attacking the purple button",
"FolderName": "HitWallTimerSwitch",
"InstallType": "lginc_module",
"InstallUrl": "HitWallTimerSwitch",
"Name": "HitWallTimerSwitch"
},
{
"Author": "Evanbowl, Aurum",
"Description": "PTD: A controller switch that de/activates when the player has selected the specified character",
"FolderName": "PlayerSwitchCtrl",
"InstallType": "lginc_module",
"InstallUrl": "PlayerSwitchCtrl",
"Name": "PlayerSwitchCtrl"
},
{
"Author": "Evanbowl",
"Description": "PTD: A switch that can be jumped on.",
"FolderName": "PTimerSwitch",
"InstallType": "lginc_module",
"InstallUrl": "PTimerSwitch",
"Name": "PTimerSwitch"
},
{
"Author": "Someone, Evanbowl",
"Description": "PTD: An object that detects if the specified message is in the sensor's range",
"FolderName": "SensorDetector",
"InstallType": "lginc_module",
"InstallUrl": "SensorDetector",
"Name": "SensorDetector"
},
{
"Author": "Someone, Aurum",
"Description": "Adds back the Bowser Land Mines that were unused in SMG1",
"FolderName": "Jiraira",
"InstallType": "lginc_module",
"InstallUrl": "Jiraira",
"Name": "SMG1: Unused Bowser Land Mines"
},
{
"Author": "BlueXD",
"Description": "Adds the unused Pull Star UFO that was unused in SMG1's Game Files",
"FolderName": "UFOBlueStarCupsule",
"InstallType": "lginc_module",
"InstallUrl": "UFOBlueStarCupsule",
"Name": "SMG1: Unused Pull Star UFO"
},
{
"Author": "Aurum",
"Description": "Adds the \"FirePressureRadiate\" actor from SMG1.",
"FolderName": "FirePressureRadiate",
"InstallType": "lginc_module",
"InstallUrl": "FirePressureRadiate",
"Name": "FirePressureRadiate"
},
{
"Author": "BjornGmr",
"Description": "A controller for a repeatable cycle.",
"FolderName": "CycleSystem",
"InstallType": "lginc_module",
"InstallUrl": "CycleSystem",
"Name": "Cycle Controller"
},
{
"Author": "Evanbowl",
"Description": "Custom Coin Spawns\n\nCurrently Supported (Blue Coin)\nKuribo (Obj_arg2)\nSamboHead (Obj_arg1)\nTeresa (Obj_arg6 and Obj_arg7)\n\nCurrently Supported (Red Coin)\nKuribo (Obj_arg3)\nSamboHead (Obj_arg2)\nTeresa (Obj_arg7)",
"FolderName": "CustomCoinSpawns",
"InstallType": "lginc_module",
"InstallUrl": "CustomCoinSpawns",
"Name": "Custom Coin Spawns"
},
{
"Author": "VTXG, Bavario",
"Description": "The Toxic Gas from SM64 makes its way into SMG2!",
"FolderName": "ToxicArea",
"InstallType": "lginc_module",
"InstallUrl": "ToxicArea",
"Name": "Toxic Area"
},
{
"Author": "Super Hackio",
"Description": "The star pointer bell from SMG1",
"FolderName": "SMG2_MagicBell",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2_MagicBell/",
"Name": "SMG2 MagicBell Port"
},
{
"Author": "Super Hackio",
"Description": "The Note Counter from E3 SMG1",
"FolderName": "SMG2_NoteCounterRestored",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2_NoteCounterRestored",
"Name": "SMG2 NoteCounter Restored"
},
{
"Author": "Super Hackio",
"Description": "A Simple way to add new NPCs to the game",
"FolderName": "SMG2_SimpleNPC",
"InstallType": "git",
"InstallUrl": "https://github.com/SuperHackio/SMG2_SimpleNPC/",
"Name": "SimpleNPC"
},
{
"Author": "Bavario",
"Description": "A very basic object that when placed, allows you to store the player's position by pressing 1.\nThen you can warp to that stored position by pressing 2.\n\nShoutouts to PKSMG2 for the idea!",
"FolderName": "PosWarpCtrl",
"InstallType": "lginc_module",
"InstallUrl": "PosWarpCtrl",
"Name": "Position Warp Controller"
},
{
"Author": "Bavario",
"Description": "Provides two areas to interact with the Co-Star Luma.\nSupportTicoSwitchArea: Turns on its SW_A when the player enters the area with 2-Player mode active. The SW_A will turn off either when when the player leaves the area or when 2-Player mode gets disabled.\nNoSupportTicoArea: Fully disables the second controller (and therefore the Co-Star Luma) as long as the player is inside the area.",
"FolderName": "SupportTicoAreas",
"InstallType": "lginc_module",
"InstallUrl": "SupportTicoAreas",
"Name": "SupportTico Areas"
},
{
"Author": "Bavario",
"Description": "An area that can activate its SW_A based on the controller inputs.",
"FolderName": "ButtonSwitchArea",
"InstallType": "lginc_module",
"InstallUrl": "ButtonSwitchArea",
"Name": "ButtonSwitchArea"
},
{
"Author": "Evanbowl",
"Description": "Extends the list of files that are always loaded in memory.",
"FolderName": "ExtStationedFileTable",
"InstallType": "lginc_module",
"InstallUrl": "ExtStationedFileTable",
"Name": "Extended Stationed File List"
},
{
"Author": "Bavario",
"Description": "Meant as a silly joke. Entering this area will perform one of the following actions:\n\n- Obj_arg0 = -1: Crashes the game.\n- Obj_arg0 = 0: Shuts down the console.\n- Obj_arg0 = 1: Exits to the Home Menu.\n- Obj_arg0 = 2: Very strongly rumbles the Wiimote.\n- Obj_arg0 = 3: Play a random sound effect every frame.",
"FolderName": "TrollArea",
"InstallType": "git",
"InstallUrl": "https://github.com/bavario-lginc/TrollArea",
"Name": "Troll Area"
},
{
"Author": "Gabbo",
"Description": "A Controller that lets you change the color of some Matter Splatter objects when its SW_A is activated.\nWhen the switch is turned off, the color returns to normal.\n- Obj_arg0: Red (0 to 255), Default 0.\n- Obj_arg1: Blue (0 to 255), Default 0.\n- Obj_arg2: Green (0 to 255), Default 0.\n- Obj_arg3: Alpha (0 to 255), Default 255.",
"FolderName": "ClipAreaColorController",
"InstallType": "lginc_module",
"InstallUrl": "ClipAreaColorController",
"Name": "Matter Splatter Color Controller"
},
{
"Author": "Gabbo",
"Description": "A custom lantern that evokes a spherical matter splatter when it is selected with the player's cursor, and disappears after a chosen amount of time.\nA matter splatter setup is needed to make it work.\n- Obj_arg0: The size of the sphere, Default 750.\n- Obj_arg1: The time in frames it takes for the sphere to grow until it reaches its specified size in Obj_arg0, Default 30.\n- Obj_arg2: The time in frames it stays at full size before it shrinks down, Default 180.\n- Obj_arg3: the time in frames it takes for the sphere to shrink down to 0, Default 120.",
"FolderName": "LanternClipArea",
"InstallType": "lginc_module",
"InstallUrl": "LanternClipArea",
"Name": "Matter Splatter Lantern"
}
]