-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathchangelog.txt
967 lines (966 loc) · 46.6 KB
/
changelog.txt
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
---------------------------------------------------------------------------------------------------
Version: 3.0.27
Date: 2025-1-2
Changes:
- Fixed the borax mine getting stuck on itself with certain levels of belt stacking. Resolves https://github.com/pyanodon/pybugreports/issues/779
- Fixed one of the borax item variations being too small. Resolves https://github.com/pyanodon/pybugreports/issues/775
- Fixed DiscoScience integration. Resolves https://github.com/pyanodon/pybugreports/issues/774
- Fixed 1,800,000/s max flow rate instead of 30,000/s. Resolves https://github.com/pyanodon/pybugreports/issues/772
- Fixed that the fish turbine could not be hand-craftable through the log route. Resolves https://github.com/pyanodon/pybugreports/issues/667
- Align wood processing unit output to a grid square.
- Adjusted cliff settings in the default Py preset so they actually show up again.
---------------------------------------------------------------------------------------------------
Version: 3.0.26
Date: 2024-11-29
Changes:
- Fixed various loader outputs would always output to the left side of the belt.
- Decreased min factorio version from 2.0.22 to 2.0.21
---------------------------------------------------------------------------------------------------
Version: 3.0.25
Date: 2024-11-29
Changes:
- Fixed various loader outputs not working in north or east facing directions.
---------------------------------------------------------------------------------------------------
Version: 3.0.24
Date: 2024-11-29
Changes:
- Removed hyphens from various alloy and nuclear product names in order to aid in itemsearch qol.
- Renamed "High-pressure furnace" to "High pressure furnace".
- Fixed wrong results in the nexelit cartridge cleaning recipes. Resolves https://github.com/pyanodon/pybugreports/issues/744
- The crystal mine now scales resource_drain_rate_percent with MK level. 100%, 50%, 25%, 12.5% for MK1, MK2, MK3, MK4 respectively.
- [space-age] Decreased the base richness of borax ore in order account for the new scaling resource drain rate.
- The WPU, soil extractor, sand extractor, ground borer, and classifier now have inbuilt loader outputs. Works with belt stacking technologies.
Migration notice: Existing versions of these five machines will not have the loader output and be marked with the (Legacy) tag. Remove this tag by simply mining the machine and re-building it.
- Adjusted the soil recipe. Reduced speed by 60% and increased output by 60%. This is effectively the same recipe however the new ratio is more friendly to belt stacking with stack inserters.
- Implemented FSM animations for the soil extractor.
- Added hard mod dependancy on the base mod.
---------------------------------------------------------------------------------------------------
Version: 3.0.23
Date: 2024-11-20
Changes:
- [space-age] Stack inserters are now unlocked at late logistics science instead of early logistics science.
- [space-age] Added iron-niobium alloy to the stack inserter recipe.
- [space-age] Added fast-inserter to the stack inserter recipe.
- [space-age] Removed intermetallics from the stack inserter recipe.
- [space-age] Increased the energy consumption of the stack inserter from 780 kW -> 1.5 MW.
- [space-age] Added an idle drain of 800kW to the stack inserter.
- [space-age] Buffed the swing speed of the stack inserter by 15%.
- Fixed various issues in the tech tree. Resolves https://github.com/pyanodon/pybugreports/issues/634
---------------------------------------------------------------------------------------------------
Version: 3.0.22
Date: 2024-11-14
Changes:
- Fixed Yellow sci softlock outside PyShort. Resolves https://github.com/pyanodon/pybugreports/issues/713
- Fixed crash on creating a new game with Short Py.
- Fixed that the quality of an AM;FM beacon would be wiped to normal when changing the dials.
---------------------------------------------------------------------------------------------------
Version: 3.0.21
Date: 2024-11-14
Changes:
- Added support for PyBlock mapgen warning (PyBlock needs to be updated)
- Rotated niobium mine pipe connection to match 1.1 direction.
- Fixed Yellow sci softlock in PyShort. Resolves https://github.com/pyanodon/pybugreports/issues/701
- Fixed possible crash when entities get destroyed.
- Fixed crash while modifying ghost beacon dials.
- Migrated the (now deleted) rocket control unit item into speed module 1s.
- Added migration from "destablilized-toxirus" to "destabilized-toxirus"
---------------------------------------------------------------------------------------------------
Version: 3.0.20
Date: 2024-11-9
Changes:
- Fixed deadlocks in modpack configurations without Alien Life because 2.0 put the electric mining drill behind automation science.
- Adjusted alt-mode icon sizes for fluids inside of pipes. Resolves https://github.com/pyanodon/pybugreports/issues/689
- Increased the max fluid transfer between 2 fluidboxes from 6000/s to 30000/s
---------------------------------------------------------------------------------------------------
Version: 3.0.19
Date: 2024-11-8
Changes:
- Fixed green circuit recipe being unlocked at the start in fullpy.
---------------------------------------------------------------------------------------------------
Version: 3.0.18
Date: 2024-11-8
Changes:
- Standardized alt-mode icon scale across all tiers of pipes and pipe to ground.
- Fixed progression deadlock with green circuits and science when PyHT is not installed.
---------------------------------------------------------------------------------------------------
Version: 3.0.17
Date: 2024-11-8
Changes:
- Fixed a save corruption bug caused by the pycodex.
---------------------------------------------------------------------------------------------------
Version: 3.0.16
Date: 2024-11-7
Changes:
- [space-age] Added new pYwiki page listing all spoilable items, their spoil times, and unlocked science packs.
- Fixed Caravan task list missing scroll bar. Resolves https://github.com/pyanodon/pybugreports/issues/683
- Removed incompatibility with the (now deprecated) 248k mod.
- Updated Ukrainian translation (bootseller).
- Adjusted pywiki inserter descriptions to account for the slight buff to mechanical inserters swing speed from 2.0
- Fixed that steam engines and turbines were 2x as efficent compared to 1.1. Resolves https://github.com/pyanodon/pybugreports/issues/643
- Updated Russian translation (Shadow_man).
- Fixed a bug in the pycodex spreadsheet pages causing the "Unlocked at" field to be incorrect.
---------------------------------------------------------------------------------------------------
Version: 3.0.15
Date: 2024-11-7
Changes:
- The selector combinator now requires py science pack 1 instead of logistics science.
- The selector combinator now requires solid solder instead of molten solder.
- The selector combinator technology no longer depends on solder processing MK 02
- The oil extraction technology no longer has a trigger depending on vanilla oil
- Made most crafting machines flippable
- Fixed menu simulation script for Factorio 2.0
- Minor locale fix for the "Crafting machine overfill multiplier" mod setting
---------------------------------------------------------------------------------------------------
Version: 3.0.14
Date: 2024-11-02
Changes:
- Added warning on game load if quality is enabled.
- Base game main menu simulations are now correctly disabled (they got renamed).
- Changed name of bricks from rich clay recipe to match ingredients.
- Added initial Ukrainian translation (by bootseller)
- Fixed a softlock in shortpy related to labs being uncraftable. Resolves https://github.com/pyanodon/pybugreports/issues/635
- Removed certain confusing or legacy item localised names from the English translation that were made visible in 2.0. Resolves https://github.com/pyanodon/pybugreports/issues/665 Resolves https://github.com/pyanodon/pybugreports/issues/664
---------------------------------------------------------------------------------------------------
Version: 3.0.13
Date: 2024-10-29
Changes:
- Added quality efffect to all buildings module effects
---------------------------------------------------------------------------------------------------
Version: 3.0.12
Date: 2024-10-29
Changes:
- The circuit network is now unlocked with the steam power technology instead of copper processing 1.
- Removed ash.
---------------------------------------------------------------------------------------------------
Version: 3.0.11
Date: 2024-10-29
Changes:
- Fixed tailings ponds not overflowing but for real this time.
- Removed ash.
---------------------------------------------------------------------------------------------------
Version: 3.0.10
Date: 2024-10-27
Changes:
- Made resource rocks spawn closer to spawn in py recommended preset.
- Fixed nuclear research technology.
- Fixed tailings ponds losing liquids over time when connected to pipes.
- Fixed niobium pipe technology prerequisites.
---------------------------------------------------------------------------------------------------
Version: 3.0.9
Date: 2024-10-24
Changes:
- Updated Russian translation.
- Fixed typos in the inital spawn message.
---------------------------------------------------------------------------------------------------
Version: 3.0.8
Date: 2024-10-23
Changes:
- Fixed not having chests at the start. (https://github.com/pyanodon/pybugreports/issues/622)
- Fixed innaccuracies in the inserter pywiki page.
---------------------------------------------------------------------------------------------------
Version: 3.0.7
Date: 2024-10-21
Changes:
- Fixed softlock caused by blue chips in the cargo landing pad recipe.
- Pyified the cargo landing pad recipe.
- Added a new infinite tech that lets you place as many cargo landing pads as you want.
---------------------------------------------------------------------------------------------------
Version: 3.0.6
Date: 2024-10-21
Changes:
- Restructured the early game tech tree to make use of trigger techs.
- Fixed lamps were not researchable.
- Fixed the green circuit recipe being unlocked earlier than intended.
---------------------------------------------------------------------------------------------------
Version: 3.0.5
Date: 2024-10-21
Changes:
- Fix crashes related to ninja trees and pollution tiles.
---------------------------------------------------------------------------------------------------
Version: 3.0.4
Date: 2024-10-21
Changes:
- Fixed softlock due to lack of access to the iron stick recipe.
---------------------------------------------------------------------------------------------------
Version: 3.0.3
Date: 2024-10-21
Changes:
- Fixed a crash related to tailings ponds.
---------------------------------------------------------------------------------------------------
Version: 3.0.2
Date: 2024-10-21
Changes:
- The selector combinator is now craftable at logistics science. (previously chemical science)
---------------------------------------------------------------------------------------------------
Version: 3.0.1
Date: 2024-10-21
Changes:
- Fixed ralesia missing with pyalienlife broke quality
---------------------------------------------------------------------------------------------------
Version: 3.0.0
Date: 2024-10-20
Changes:
- Fixed fawogae stock pipe connection not matching the graphics
- Engine units can now be hand-crafted (https://github.com/pyanodon/pybugreports/issues/576)
- Renamed "Barrel" back to "Empty barrel" so that you can search for it in factoriopedia without seeing all the other barrels.
---------------------------------------------------------------------------------------------------
Version: 2.1.31
Date: 2024-9-7
Changes:
- Hardened startup warnings to work with mods like Omni
---------------------------------------------------------------------------------------------------
Version: 2.1.30
Date: 2024-8-26
Changes:
- Added French translation.
- Adjusted crafting machine overfill multiplier startup setting to not include mass produced items like lamps
- Fixed crash when adjusting beacon dials
- Un-fixed that tailings pond spills would overwrite water
- A warning is now printed on starting a new map if you are not using the Py default map gen preset
---------------------------------------------------------------------------------------------------
Version: 2.1.29
Date: 2024-6-18
Changes:
- Fixed that tailings ponds spills created 16x too much pollution in certain cases.
- Fixed that tailings ponds spills would overwrite water
- Added tailings pond to the squeak through blacklist. (https://github.com/pyanodon/pybugreports/issues/525)
- Fixed beacon interference not updating properly (https://github.com/pyanodon/pybugreports/issues/528)
- Added german translation.
---------------------------------------------------------------------------------------------------
Version: 2.1.28
Date: 2024-6-6
Changes:
- Fixed bug that kept crafting machine overload multiplyer from working
---------------------------------------------------------------------------------------------------
Version: 2.1.27
Date: 2024-6-3
Changes:
- Added 'mod-name' localization to pymods. Step 1 of compatibility with recipe book 4.0
- Fix that tailings pond sometimes failed to overflow
- Fixed performance issues from an excess amount of very stealthy trees around previously-overflowed tailings ponds
- Fixed a crash when closing the pycodex while recipe book 4.0 was open. (https://github.com/pyanodon/pybugreports/issues/491)
- Fixed that the washer pipe connections displayed as two way even though they were one way.
- Russian translation of achievements (by Shadow_Man)
- Properly defined drawing_box for beacons and diet beacons. Fixes clipping issues in their GUI. (https://github.com/pyanodon/pybugreports/issues/494)
---------------------------------------------------------------------------------------------------
Version: 2.1.26
Date: 2024-4-25
Changes:
- Fixed that soil extractor passthrough fluidbox couldn't pass fluid to pipes
---------------------------------------------------------------------------------------------------
Version: 2.1.25
Date: 2024-4-1
Changes:
- Added pY achievements
- Fix crash with pycodex (https://github.com/pyanodon/pybugreports/issues/398)
- Added custom pY milestones preset for full pYAE suite
- Fixed mispelling of trasmission as transmission in the AM:FM beacon page (https://github.com/pyanodon/pybugreports/issues/422)
- added passthrough pipe connection to soil extractor
---------------------------------------------------------------------------------------------------
Version: 2.1.24
Date: 2024-3-13
Changes:
- Added custom pY milestones preset for full pYAE suite
- Fixed that niobium plate prod was disabled with pyph active
---------------------------------------------------------------------------------------------------
Version: 2.1.23
Date: 2024-2-17
Changes:
- Fixed some issues with the future beacons setting (https://github.com/pyanodon/pycoalprocessing/pull/353)
---------------------------------------------------------------------------------------------------
Version: 2.1.22
Date: 2024-2-14
Changes:
- Uh, we had a slight weapons malfunction, but uh... everything's perfectly all right now. We're fine. We're all fine here now, thank you.
---------------------------------------------------------------------------------------------------
Version: 2.1.21
Date: 2024-2-14
Changes:
- Fixed that if an inserter had a filter set on any slot other than 1 it would get reset to blacklist
---------------------------------------------------------------------------------------------------
Version: 2.1.20
Date: 2024-2-7
Changes:
- Fixed Fusion menu simulations not running under Alternative Energy
- Fixed that the requester paste modifier setting wasnt correctly catching all entities due to mod load order issues
---------------------------------------------------------------------------------------------------
Version: 2.1.19
Date: 2024-1-31
Changes:
- Fixed that the fix that beacon and diet beacon would override farms being disabled without modules would break the ability to start new save files
---------------------------------------------------------------------------------------------------
Version: 2.1.18
Date: 2024-1-31
Changes:
- Fixed that beacon and diet beacon would override farms being disabled without modules
---------------------------------------------------------------------------------------------------
Version: 2.1.17
Date: 2024-1-22
Changes:
- Fixed tailings pond crash when used with the "mouse over construction mod"
- Updated Russian translation (by Shadow_Man)
---------------------------------------------------------------------------------------------------
Version: 2.1.16
Date: 2024-1-22
Changes:
- Added a migration to kill some invisible ninjas. Each ninja was causing 0.0001 pollution per second, which adds up!
- Updated the tailings pond wiki pages to reflect changes made in 2.1.15
---------------------------------------------------------------------------------------------------
Version: 2.1.15
Date: 2024-1-22
Changes:
- Added an incompatiblity with the "Big bags" mod due to crashes on startup and not being maintained
- Fixed that water would create pollution tiles in the tailings pond
- Increased the tile/pollution tile ratio from 300/1 -> 500/1
- Forced tailings ponds to overfill only when they have exactly 100% fill level instead of >99%
- Fixed that tailings did not create tailings tiles in the tailings pond
- Replaced filter and stack filter inserters in all recipes with fast and stack inserters
- Reverted any pollution tiles created by the previous update
---------------------------------------------------------------------------------------------------
Version: 2.1.14
Date: 2024-1-19
Changes:
- Fixed a crash when loading a save where the pycodex was left open
---------------------------------------------------------------------------------------------------
Version: 2.1.13
Date: 2024-1-19
Changes:
- Made the inserter migration really actually work for real this time
---------------------------------------------------------------------------------------------------
Version: 2.1.12
Date: 2024-1-19
Changes:
- Made the inserter migration really work for real this time
---------------------------------------------------------------------------------------------------
Version: 2.1.11
Date: 2024-1-19
Changes:
- In order to prep for Factorio 2.0: Removed all filter inserters and filter stack inserters. Gave filter slots to all other inserters. A migration will automatically transform existing filter inserters in your base.
- Add compatibility for Better Victory Screen (stringweasel).
- Updated the Russian translation
Pycodex:
- Fixed pycodex search (https://github.com/pyanodon/pybugreports/issues/370)
- Fixed a rare crash when trying to close the pycodex
- Pycodex gui is now bigger
- The pycodex homepage statistics are now compressiscrunchified
- Rewrote the pycodex page for inserters.
- Rewrote the pycodex page for tailings ponds.
- Added tooltips for most GUI elements in the pycodex spreadsheet pages
- Added the py bug reports website URL to the pycodex front page
Tailings pond:
- Tailings pond spillage event is slightly more dramatic.
- Added a linear relationship between # of fluid spilled and # of pollution tiles created (300 fluid = 1 tile). note that this also means that the rate of change in the radius is now negative instead of 0
- Fixed constant redraws of the tailings pond fluid sprite
- To give that nice authentic oil spill experience: Tailings pond pollution tiles will now burn for way longer (hours)
- Added purest-nitrogen-gas, hot air, pressurized air, vacuum, and neon to the non polluting gasses list.
- Fixed graphical error when polluted tiles were placed next to burnt polluted tiles
- Tailings pond ALT-mode icons are now scaled to the building size instead of being microscopic
- Improved UPS of tailings ponds
- Fixed the exploit where you could void neutrons in a tailings pond.
- Tailings pond now works with your production statistics graph
Beacons:
- INFO: The following 2 changes are toggleable in the mod settings.
- Changed the beacon interference criteria from requiring the exact same AM and FM frequencies to instead requiring either overlapping AM or FM. This effectively reduces the max number of beacons per entity from 25 to 5.
- Nerfed beacon (not diet beacon) transmission efficiency from 0.5*am*fm to 0.2*am*fm. This helps prevent the insane cases of +65536% speed that were possible previously and also fixes the bug that full beacons were 2.5X more energy efficent than diet beacons.
- If two beacons interfere on a single entity, it will now only disable that entity instead of disabling the entire beacon.
- Fixed that you could stack 25 diet beacons with 25 regular beacons for 50 total.
- Fixed certain exploits where you could get around the interference mechanic
---------------------------------------------------------------------------------------------------
Version: 2.1.9
Date: 2024-1-8
Changes:
- Fixed a crash when configuring AMFM beacons (https://github.com/pyanodon/pybugreports/issues/349)
- Removed burner assembling machine wiki page. It's info was outdated after previous patch which removed the ingredient limit.
- Fixed a crash when viewing a wiki page that doesn't exist
- updated chinese translation (翻译:aotix,基于咸鱼拓展而来。)
- made py codex look better
- Fixed that bitumen seep tips had outdated info
- optimized the mod startup time by caching some common functions and libraries
---------------------------------------------------------------------------------------------------
Version: 2.1.8
Date: 2023-11-21
Changes:
- Fixed a error in results replacer function
- Moved pyae codex files to pyae
---------------------------------------------------------------------------------------------------
Version: 2.1.7
Date: 2023-11-2
Changes:
- Replaced explosives with gunpowder in cannon shell recipe
- Changed explosive cannon shell recipe to be 1 cannon shell plus 5 explosives
---------------------------------------------------------------------------------------------------
Version: 2.1.6
Date: 2023-10-31
Changes:
- added decentralised PyPP cache file
- burner assembling machine 1 and 2 no longer have an ingredient limit
---------------------------------------------------------------------------------------------------
Version: 2.1.5
Date: 2023-9-23
Changes:
- removed incompatiblity with angelsrefining. A PyCoalTBaA compatibility patch is now available: https://github.com/kingarthur91/PyCoalTBaA
---------------------------------------------------------------------------------------------------
Version: 2.1.4
Date: 2023-9-3
Changes:
- Fix crash with fluid fluid fuel value formatting. (https://github.com/pyanodon/pybugreports/issues/307)
- Added circuit connector for niobium mine (JStMorgan)
- new graphics for logistic science pack
- Added menu simulations (requires PyIndustry)
- allowed crafting of menu simulation logo item
- improved tile transitions for tailings pond spillage tiles
---------------------------------------------------------------------------------------------------
Version: 2.1.3
Date: 2023-7-25
Changes:
- Fix some techs missing the chemical science pack
- Update RU locale
- Added circuit connector for crystal mines (JStMorgan)
- Increase vanilla ore richness, especially in starting area
- update chinese translation. credit sdqwo
- improved wiki pages for ash, assemblers, and big mines. (JStMorgan)
- changed the technology description for the syngas tech
- allow many entities to work with the upgrade planner
- improve wiki page for aerial turbines. (dominis)
- fixed that the textfields for beacons and diet beacons would sometimes not take your inputs
- added tile transitions for tailings pond overfill tiles
---------------------------------------------------------------------------------------------------
Version: 2.1.2
Date: 2023-4-16
Changes:
- fix crash with py science packs being added to diet beacon when they are not added without pyalienlife
---------------------------------------------------------------------------------------------------
Version: 2.1.1
Date: 2023-4-16
Changes:
- fix crash with ghost entities and beacon script
- added diet beacons. smaller, low strength beacons that are avalible at py science pack 2.
- fixed conflicts with py beacons and other mod added beacons
---------------------------------------------------------------------------------------------------
Version: 2.0.9
Date: 2023-3-29
Changes:
- updated AM:FM beacon wiki page
- fixed that the pY codex could become unopenable in certain scenarios
- fixed issue with beacons not disabling if placed before crafting machines
---------------------------------------------------------------------------------------------------
Version: 2.0.8
Date: 2023-3-28
Changes:
- reworked beacons to use an AM/FM frequency system
- boosted productivity on productivity modules to 10/20/30 respectively
- added ne Py Beacon entity to replace vanilla beacon. old beacon entity will remain so as to not break saves
- fixed that the microwave receiver wiki page had no text
---------------------------------------------------------------------------------------------------
Version: 2.0.7
Date: 2023-1-31
Changes:
- reworked the pywiki
- fixed that certain machines were blocking prod modules, even though they had prod recipes
---------------------------------------------------------------------------------------------------
Version: 2.0.6
Date: 2023-1-5
Changes:
- fixed co2 absorber accepting plant/animal modules from pYAL
- Lubricant recipe from nexelit plates is no longer hidden
- Fixed artillery 2 tech not having any prereqs
- Increased amount of tailings needed in nexelit ore 1
- Increased amount of nexelit ore needed to make nexelit plate
- Moved artillery tech down to military science
- Lower artillery range down signifigantly to match lower tech status
- Added earlier and extra artillery range techs before infinite tech
- fixed gasifiers having different pipe connection points between tiers 1 and 2. added pipe connection to tiers 2,3, and 4
- moved tailings sorting to seperation tech
---------------------------------------------------------------------------------------------------
Version: 2.0.5
Date: 2022-12-19
Changes:
- adjusted creosote and aromatics recipe fluid colors in tpu.
- increased crafting time from 2.8 to 10 on aromatic from fawogae and ralesia recipe.
- tweaked ore density graphics swap weights.
- updated methanol canister refined syngas to not add prod to empty cans.
- moved gate technology to red science.
- increased energy usage on borax mine mk04.
- added fuel value to gunpowder.
---------------------------------------------------------------------------------------------------
Version: 2.0.4
Date: 2022-11-29
Changes:
- fixed advanced foundry mk02-mk04 had outdated crafting speeds.
- added migration file.
---------------------------------------------------------------------------------------------------
Version: 2.0.3
Date: 2022-11-28
Changes:
- added gun powder and adjusted firearm magazine.
- moved several recipes around to unlock gunpowder in military tech.
- redid the sprites for the high pressure furnace.
- adjusted high pressure furnace 1 to be cheaper and unlocked earlier.
- boosted the speed of logs to wood recipe in wood processing unit.
---------------------------------------------------------------------------------------------------
Version: 2.0.2
Date: 2022-11-03
Changes:
- Changed tailings pond icons to not scale with building size.
- Fixed typo in changelog.
- remodeled tar processing unit with new sprite and larger collision box.
- tailings pond fell into a sink hole and now holds more fluid.
- fixed script error that disabled tailings pond overflow and venting mechanics. might only work on newly placed entities.
- added russian translation.
- added missing saturated nexelit cartridge to co2 filtraion recipe.
- fixed internal code error related to ingredient replace with normal and expensive mode. thanks to @matjojo.
- nerfed landfill from 50 to 30 stone, gravel and soil.
---------------------------------------------------------------------------------------------------
Version: 2.0.1
Date: 2022-10-20
Changes:
- fix error with fluid canister icons.
- set up a recommended preset for freeplay
- changed destructive distillation column pipe placement so that they arent right next to each other.
- fixed that destructive distillation column mk02-mk04 couldnt use some recipes due to missing pipe
---------------------------------------------------------------------------------------------------
Version: 2.0.0
Date: 2022-10-14
Changes:
- Tech tree rewritten from the ground up.
- Electricity generation revamped.
- Boiler/ Steam engine ratio changed.
- Combustion turbine power generation tweaked.
- vanilla assemblers are now burner based and have increased crafting speeds.
- burner miners have increased mining area.
- burner inserter no longer requires fuel.
- burner inserter renamed to mechanical inserter.
- mechanical and yellow inserters have a single filter slot now.
- some burnt items return ash now.
---------------------------------------------------------------------------------------------------
Version: 1.9.3
Date: 2021-02-02
Changes:
- Moved some fluids to new places in the menu to eliminate the fluid tab.
- Updated russian locale
---------------------------------------------------------------------------------------------------
Version: 1.9.2
Date: 2021-01-09
Changes:
- Added two tabs to the pyinfo button that lists which fluids go in the sink hole and which ones go in the gas vent.
- Changed niobium ore stack size from 100 to 500.
---------------------------------------------------------------------------------------------------
Version: 1.9.1
Date: 2021-01-01
Changes:
- fixed "tab" crash caused by invalid gui element.
---------------------------------------------------------------------------------------------------
Version: 1.9.0
Date: 2020-12-28
Changes:
- Fixed deadlock with chemical science when pyrawores isnt active.
---------------------------------------------------------------------------------------------------
Version: 1.8.9
Date: 2020-12-27
Changes:
- Added TURD shortcut key to py info panel.
---------------------------------------------------------------------------------------------------
Version: 1.8.8
Date: 2020-11-24
Changes:
- Updated to factorio version 1.1.
---------------------------------------------------------------------------------------------------
Version: 1.8.7
Date: 2020-11-20
Changes:
- Fixed tailing pond graphics to correctly render behind other entities.
- Removed the power needs from cooling tower mk1 and mk2.
---------------------------------------------------------------------------------------------------
Version: 1.8.6
Date: 2020-11-08
Changes:
- Updated wiki
- Updated mk building check and testing steam engines.
- Balanced glass.
- Removed ingredient count in all buildings.
- Fixed nexelit deadlock.
---------------------------------------------------------------------------------------------------
Version: 1.8.5
Date: 2020-10-06
Changes:
- removed outdated mining hardness code.
- reordered ores in new game menu.
---------------------------------------------------------------------------------------------------
Version: 1.8.4
Date: 2020-10-03
Changes:
- Added new icon for soil.
- Fixed nexelit deadlock in games without parts of the suite.
- Some adjustments in ore generation.
- Removed ore generation script.
---------------------------------------------------------------------------------------------------
Version: 1.8.3
Date: 2020-07-30
Changes:
- Adjusted fluid inputs of Glassworks so all recipes with fluid should work.
---------------------------------------------------------------------------------------------------
Version: 1.8.2
Date: 2020-07-17
Changes:
- Adjusted fuel need of glassworks.
---------------------------------------------------------------------------------------------------
Version: 1.8.1
Date: 2020-07-07
Changes:
- Added solid items fuel value tab to pywiki
- Fixed bug with wiki close button closing GUI windows of other mods.
---------------------------------------------------------------------------------------------------
Version: 1.8.0
Date: 2020-07-05
Changes:
- Added extra input to glassworks for molten glass
---------------------------------------------------------------------------------------------------
Version: 1.7.9
Date: 2020-07-05
Changes:
- Added extra output to glassworks for molten glass
---------------------------------------------------------------------------------------------------
Version: 1.7.8
Date: 2020-06-14
Changes:
- Updated and bug fix in the Wiki.
- Rebalanced methanol recipe.
- Fixes in tailings pond.
---------------------------------------------------------------------------------------------------
Version: 1.7.7
Date: 2020-04-22
Changes:
- Added more entity types to be effected the requester paste adjustment setting for entities.
---------------------------------------------------------------------------------------------------
Version: 1.7.6
Date: 2020-04-22
Changes:
- Added settings to adjust the number of items pasted to requester for a recipe.
- Balanced biofilm.
---------------------------------------------------------------------------------------------------
Version: 1.7.5
Date: 2020-04-15
Changes:
- Fixed another load error with the wiki.
---------------------------------------------------------------------------------------------------
Version: 1.7.4
Date: 2020-04-14
Changes:
- Fixed load error with the wiki.
---------------------------------------------------------------------------------------------------
Version: 1.7.3
Date: 2020-04-14
Changes:
- Added wiki button with currently one page listing all fluids that have fuel values and what the value is.
---------------------------------------------------------------------------------------------------
Version: 1.7.2
Date: 2020-04-13
Changes:
- Fixed error with fawogae plantation mk02 when pyAL isn't active.
---------------------------------------------------------------------------------------------------
Version: 1.7.1
Date: 2020-04-13
Changes:
- Fixed error with ralesia plantation mk02 entity return result when pyAL isn't active.
---------------------------------------------------------------------------------------------------
Version: 1.7.0
Date: 2020-04-13
Changes:
- Fixed error with ralesia plantation mk02 recipe when pyAL isn't active.
---------------------------------------------------------------------------------------------------
Version: 1.6.9
Date: 2020-04-13
Changes:
- Improved drill heads fuel value.
---------------------------------------------------------------------------------------------------
Version: 1.6.8
Date: 2020-04-02
Changes:
- Balanced Glassworks
---------------------------------------------------------------------------------------------------
Version: 1.6.7
Date: 2020-04-01
Changes:
- Fixed Glassworks unlock issue.
- Added fuel values to fluids for glassworks.
---------------------------------------------------------------------------------------------------
Version: 1.6.6
Date: 2020-03-31
Changes:
- Added ground borer levels.
- Added Glassworks building.
- Adapted recipes to the new building.
- Buffed diesel combustion mixture.
- Buffed pollution absorption in CO2 absorber
- Reduced ash production by tar gasification
- Fixed tech energy.
---------------------------------------------------------------------------------------------------
Version: 1.6.5
Date: 2020-03-20
Changes:
- Added initial resources for a start game.
---------------------------------------------------------------------------------------------------
Version: 1.6.4
Date: 2020-03-18
Changes:
- Fixed issue with black background image.
---------------------------------------------------------------------------------------------------
Version: 1.6.3
Date: 2020-03-18
Changes:
- Added background in main menu.
- Increased optical fiber consuption in blue science.
- Increased tar consuption in quenching tar.
- Increased pollution absorption in all organic pyCP version buildings.
- Acid gas buff
- Grammar changes.
---------------------------------------------------------------------------------------------------
Version: 1.6.2
Changes:
- Adapted fawogae to new recipes
---------------------------------------------------------------------------------------------------
Version: 1.6.1
Changes:
- Grammar check.
- Active carbon now uses coal dust.
---------------------------------------------------------------------------------------------------
Version: 1.6.0
Changes:
- Drill heads balance
---------------------------------------------------------------------------------------------------
Version: 1.5.9
Changes:
- Increased plastic consuption
---------------------------------------------------------------------------------------------------
Version: 1.5.8
Changes:
- Fixed wood icon
---------------------------------------------------------------------------------------------------
Version: 1.5.7
Changes:
- Fixed icons
---------------------------------------------------------------------------------------------------
Version: 1.5.6
Changes:
- Preparing for pyAL
---------------------------------------------------------------------------------------------------
Version: 1.5.5
Changes:
- Preparing for pyAL
---------------------------------------------------------------------------------------------------
Version: 1.5.4
Changes:
- Fixed typo
---------------------------------------------------------------------------------------------------
Version: 1.5.3
Changes:
- Rebalanced some combustion mixture recipes
- Prepared mukmoux pasture for pyAL
---------------------------------------------------------------------------------------------------
Version: 1.5.2
Changes:
- Fixed chemical plant tech unlock
---------------------------------------------------------------------------------------------------
Version: 1.5.1
Changes:
- Oleochemicals balance.
---------------------------------------------------------------------------------------------------
Version: 1.5.0
Changes:
- Small changes in science packs.
---------------------------------------------------------------------------------------------------
Version: 1.4.9
Changes:
- Cosmetics for pyAL
---------------------------------------------------------------------------------------------------
Version: 1.4.8
Changes:
- Preparation for pyAL
---------------------------------------------------------------------------------------------------
Version: 1.4.7
Changes:
- Preparation for pyAL
---------------------------------------------------------------------------------------------------
Version: 1.4.6
Changes:
- Fixed module settings.
---------------------------------------------------------------------------------------------------
Version: 1.4.4
Changes:
- Added module settings.
---------------------------------------------------------------------------------------------------
Version: 1.4.3
Changes:
- Cosmetics adjustment.
---------------------------------------------------------------------------------------------------
Version: 1.4.2
Changes:
- Cosmetics adjustment.
---------------------------------------------------------------------------------------------------
Version: 1.4.1
Changes:
- Cosmetics adjustment.
- Fixed Washers, now they can be put side-by-side.
---------------------------------------------------------------------------------------------------
Version: 1.4.0
Changes:
- Removed hability to add modules in buildings recipes. v 2.0
---------------------------------------------------------------------------------------------------
Version: 1.3.9
Changes:
- Removed hability to add modules in buildings recipes.
---------------------------------------------------------------------------------------------------
Version: 1.3.8
Changes:
- Balanced ground borer.
- Added evaporation to tailings pond.
---------------------------------------------------------------------------------------------------
Version: 1.3.7
Changes:
- Fixed lubricant tech back to usual.
---------------------------------------------------------------------------------------------------
Version: 1.3.6
Changes:
- Rebalanced ore generation.
- Adapted ralesia plantation to pyAL.
- Nerfed tailings dust separation.
---------------------------------------------------------------------------------------------------
Version: 1.3.5
Changes:
- Migration fix
---------------------------------------------------------------------------------------------------
Version: 1.3.4
Changes:
- Speed up cooling towers.
---------------------------------------------------------------------------------------------------
Version: 1.3.3
Changes:
- Added polluted water to avoid creation of land using tailings pond.
---------------------------------------------------------------------------------------------------
Version: 1.3.2
Changes:
- Speed up Jaw-crushers.
- Tailings ponds now overflow with almost all fluids, spread with time if kept filled and the ground is now flamable.
---------------------------------------------------------------------------------------------------
Version: 1.3.1
Balances:
- Adaptation for pycoaltbaa.
- Balanced stone bricks.
---------------------------------------------------------------------------------------------------
Version: 1.3.0
Bug fixes:
- Fixed ore generation.
---------------------------------------------------------------------------------------------------
Version: 1.2.9
Bug fixes:
- Fixed some mineral graphics.
---------------------------------------------------------------------------------------------------
Version: 1.2.8
Bug fixes:
- Worked over the crash bug.
- Added option to choose which resource generation you wanna use.
---------------------------------------------------------------------------------------------------
Version: 1.2.7
Bug fixes:
- Worked over the crash bug.
---------------------------------------------------------------------------------------------------
Version: 1.2.6
Balances:
- Added new graphics for Borax and Niobium.
---------------------------------------------------------------------------------------------------
Version: 1.2.5
Bugfixes:
- Fixed tailing ponds.
---------------------------------------------------------------------------------------------------
Version: 1.2.4
Balances:
- Added new ore distrubution system.
- Added tailings pond to the new rendering system.
---------------------------------------------------------------------------------------------------
Version: 1.2.3
Balances:
- Balanced saline water.
---------------------------------------------------------------------------------------------------
Version: 1.2.2
Balances:
- Ball mill buff.
- Updated Russian locale.
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Balances:
- Balanced iron-oxide.
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Balances:
- Balanced fuelrods.
---------------------------------------------------------------------------------------------------
Version: 1.1.9
Balances:
- Fixed fuels.
- Fixed gasifier recipe.
- Fixed tailings names.
---------------------------------------------------------------------------------------------------
Version: 1.1.8
Balances:
- Fixed classifier recipe for pYPH.
---------------------------------------------------------------------------------------------------
Version: 1.1.7
Balances:
- Fixed ball mill recipe.
---------------------------------------------------------------------------------------------------
Version: 1.1.6
Balances:
- Balanced pollution.
---------------------------------------------------------------------------------------------------
Version: 1.1.5
Balances:
- Readjusted building speed.
- Added coal dust gasification.
---------------------------------------------------------------------------------------------------
Version: 1.1.4
Balances:
- Readjusted poles.
---------------------------------------------------------------------------------------------------
Version: 1.1.2
Balances:
- Stack inserter reworked.
---------------------------------------------------------------------------------------------------
Version: 1.1.1
Balances:
- Removed support of modules in energy generation.
---------------------------------------------------------------------------------------------------
Version: 1.1.0
Balances:
- Added new sprite for distilator.
- Fixed sprite for olefin plant.
- Recipes now accept modules.
---------------------------------------------------------------------------------------------------
Version: 1.0.19
Bugfixes:
- Fixed techtree.
Balances:
- Lots of balances.
---------------------------------------------------------------------------------------------------
Version: 1.0.17
Bugfixes:
- Fixed techtree.
Balances:
---------------------------------------------------------------------------------------------------
Version: 1.0.16
Bugfixes:
- Experimental Update to 0.17.
Balances:
---------------------------------------------------------------------------------------------------
Version: 1.0.15
Bugfixes:
Balances:
- Wood now cost 10s.
- Added extra pipes to advanced foundry.
- Added extra recipes for combustion mixture.
- Prepare Advanced foundry to receive pYPH.
---------------------------------------------------------------------------------------------------
Version: 1.0.14
Bugfixes:
- Fixed some tech-tree missing links.
Balances:
- Balanced some GB recipes.