-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
151 lines (118 loc) · 6.01 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
Version 2.0.8
Date: 2024-12-01
Changes:
- add localized recipe name (liquify and solidify)
Known issues:
- Quality does not support fluids in Space Age. All items with quality when liquefied will be converted to normal quality
---------------------------------------------------------------------------------------------------
Version 2.0.7
Date: 2024-11-24
Changes:
- add circuit connector to "pneumatic-intake-filtered" and "pneumatic-outtake-filtered"
Known issues:
- Quality does not support fluids in Space Age. All items with quality when liquefied will be converted to normal quality
---------------------------------------------------------------------------------------------------
Version 2.0.6
Date: 2024-11-22
Changes:
- add "Pneumatic outtake filtered"
Known issues:
- Quality does not support fluids in Space Age. All items with quality when liquefied will be converted to normal quality
---------------------------------------------------------------------------------------------------
Version 2.0.5
Date: 2024-11-20
Changes:
- add crafting speed setup
Known issues:
- Quality does not support fluids in Space Age. All items with quality when liquefied will be converted to normal quality
---------------------------------------------------------------------------------------------------
Version 2.0.4
Date: 2024-11-14
Changes:
- Random color fluids
Known issues:
- Quality does not support fluids in Space Age. All items with quality when liquefied will be converted to normal quality
---------------------------------------------------------------------------------------------------
Version 2.0.3
Date: 2024-11-11
Changes:
- Add setting to ignore bottleneck indicator
Known issues:
- Quality does not support fluids in Space Age. All items with quality when liquefied will be converted to normal quality
---------------------------------------------------------------------------------------------------
Version 2.0.2
Date: 2024-11-11
Fixes:
- Support on space ships
- Sprites are not visible in the game (pneumatic in/out buildings (or liquidation / solidification buildings)
Known issues:
- Quality does not support fluids in Space Age. All items with quality when liquefied will be converted to normal quality
---------------------------------------------------------------------------------------------------
Version 2.0.1
Date: 2024-11-06
Fixes:
- Support 2.0
Known issues:
- Quality does not support fluids in Space Age. All items with quality when liquefied will be converted to normal quality
Broken:
- Sprites are not visible in the game (pneumatic in/out buildings (or liquidation / solidification buildings). And I don't know why.
---------------------------------------------------------------------------------------------------
Version 1.1.7
Date: 2023-10-27
Fixes:
- fixed dfs search infinite loop (no longer crashing no start due to mod incompatibilities)
- rocket silo added to liquify list
- repair packs added to liquify list
- se: rocket science pack added to liquify list (as exception - cant find root cause of failure)
- updated hidden inserter flags (should no longer show up in upgrade screen)
Changes:
- set fluid storage in fluidizer/solidifier to 150 (15 items at default settings)
- added settings to vary recipe & fluid quantities (10/recipe & 10 fluid per item as defaults)
- added setting to vary hidden inserter stack size (10 default) to be able to edit buffer sizing (global)
- added 'heavy item' option (1/recipe & 100 fluid per item), currently includes only U235 & rocket silo, but you can add your own (comma delimiter)
Broken:
- Still cant figure out why K2SE is causing a bunch of issues (recipes hidden, items not fluidized, etc.) - for now K2SE isnt supported unless either I or someone else figures out whats going on.
TODO:
- changing settings (recipe/fluid quantities, hidden inserter stack size) has no impact on already placed entities. Need to add a settings-changed-check & update. For now its recommended to set the settings up and not change them during gameplay
Version: 1.1.6
Date: 2023-07-12
Fixes:
- Placement of solidifier/liquifier should now be done correctly with autobuild / nanobots / other script-based-construction
Changes:
- Added color to the fluids (@GeggsLegs)
---------------------------------------------------------------------------------------------------
Version: 1.1.5
Date: 2023-07-10
Fixes:
- Repair packs & vehicles should now be able to be fluidized
Changes:
- Limited the input of fluidizers to 2x recipe (so 20 max instead of original 100)
- Names changed to 'fluidizer' and 'solidifier' for clarity
Breaking changes:
- Input limits may mean that updating an existing save will cause item loss (100->20) in full fluidizers
---------------------------------------------------------------------------------------------------
Version: 1.1.4
Date: 2023-06-08
Fixes:
- Fixed crash related to item -> fluid conversion for items with no set 'order' value
---------------------------------------------------------------------------------------------------
Version: 1.1.3
Date: 23-06-07
Fixes:
- Compatibility with Space Exploration (no longer crashes the game after rocket launch, entities now placeable in space)
---------------------------------------------------------------------------------------------------
Version: 1.1.2
Date: 23-05-05
Fixes:
- Compatibility with picker dollies was broken unless the game was saved and loaded at least once (missing on_init trigger)
---------------------------------------------------------------------------------------------------
Version: 1.1.1
Date: 2023-05-05
Features:
- Added a non-filtered input building (and renamed original input building to 'filtered')
- Added quick-replace for pneumatic buildings
---------------------------------------------------------------------------------------------------
Version: 1.1.0
Date: 2023-05-04
Features:
- Initial release