Search found 10 matches
- Mon Jan 20, 2025 7:22 am
- Forum: Modding interface requests
- Topic: API request: Module ghost events
- Replies: 8
- Views: 915
Re: API request: Module ghost events
I use Constructron Continued extensively for base building, and the mod like most others cannot pick up module change events. It'd be great if the event were to be re-added in 2.0.
- Sat Nov 04, 2023 9:38 pm
- Forum: Pending
- Topic: [1.1.94] surface.upgrade_area missing event?
- Replies: 1
- Views: 737
[1.1.94] surface.upgrade_area missing event?
I'm using Module Inserter Extended along with Constructron Continued , and I'm seeing weird behavior. Module inserter is building an upgrade planner, then using surface.upgrade_area to add the new module requests. I expect this to fire off an on_marked_for_upgrade event, but the event doesn't appear ...
- Sun Oct 22, 2023 8:22 pm
- Forum: Modding help
- Topic: Barrel reordering
- Replies: 1
- Views: 581
Barrel reordering
Py has too damn many fluid types in barrels, so I'm trying to reorder them to the end of the tab they're in.
I used data-final-fixes to change their subgroup:
for k, v in pairs(data.raw["item"]) do
if v.subgroup == "barrel" then
v.subgroup = 'wrecks'
end
end
This puts them in the environment ...
I used data-final-fixes to change their subgroup:
for k, v in pairs(data.raw["item"]) do
if v.subgroup == "barrel" then
v.subgroup = 'wrecks'
end
end
This puts them in the environment ...
- Thu Jan 06, 2022 12:44 am
- Forum: Angels Mods
- Topic: Bugs & FAQ
- Replies: 3893
- Views: 1651008
Re: Bugs & FAQ
Using Industries with component and tech overhaul on, the research for Puffers 2 seems broken. I can't insert Alien Plant Samples into Exploration Lab 2.

I'd attach the savegame, but it's 170 MB. 
- Wed Sep 15, 2021 9:07 pm
- Forum: PyMods
- Topic: Yotoi Aloe Mk2 Uncraftable?
- Replies: 3
- Views: 2032
Re: Yotoi Aloe Mk2 Uncraftable?
Thank you. I didn't see the produce barrels directly.
- Mon Sep 13, 2021 1:53 pm
- Forum: PyMods
- Topic: Yotoi Aloe Mk2 Uncraftable?
- Replies: 3
- Views: 2032
Yotoi Aloe Mk2 Uncraftable?
In setting up production for Yotoi Aloe Mk2 plants/modules, I found that the production of the initial 2 Mk2 fruits requires Arqad Jelly, which does not seem to be craftable. Mk3 and Mk4 are more like the other animal modules - small chance of receiving the upgraded item.
- Fri Jan 22, 2021 3:36 am
- Forum: Logistic Train Network
- Topic: Rich Text in LTN stops?
- Replies: 22
- Views: 11926
Re: Option for image version of icon picker
I'll admit some icons are close in appearance. I envision a checkbox to let you choose if you want the item= version or the img= version.
- Thu Jan 21, 2021 11:40 pm
- Forum: Logistic Train Network
- Topic: Rich Text in LTN stops?
- Replies: 22
- Views: 11926
Option for image version of icon picker
TL;DR
The rich text from the icon picker is ugly in LTN notifications
What ?
ltn icon.png
In the LTN notification shown, the first station tag was made with the icon picker, and looks like [item=copper-ore]. The second station tag is img=item.copper-ore (brackets omitted). I don't like seeing ...
The rich text from the icon picker is ugly in LTN notifications
What ?
ltn icon.png
In the LTN notification shown, the first station tag was made with the icon picker, and looks like [item=copper-ore]. The second station tag is img=item.copper-ore (brackets omitted). I don't like seeing ...
- Wed Jun 03, 2020 9:35 pm
- Forum: Angels Mods
- Topic: About Stone...
- Replies: 10
- Views: 5335
Re: About Stone...
You could do water electrolysis for slag, to make into stone. Probably power hungry, but that's not a concern in end game.
- Sun Dec 01, 2019 4:03 am
- Forum: PyMods
- Topic: pY Coal Processing - Discussion
- Replies: 1787
- Views: 762462
Re: pY Coal Processing - Discussion
The Ralesia Plantation Mark 02 shows as using 300 of the Mark 01 as an ingredient. I believe that this is probably more expensive than intended. Most other tier buildings use one of the previous tier as an ingredient.