Search found 5 matches

by hlship
Thu Nov 30, 2023 5:34 am
Forum: Modding help
Topic: Localization not found
Replies: 3
Views: 336

Re: Localization not found

... and that worked! Thought I had already tried it, but I guess not. Thanks for the little push.
by hlship
Thu Nov 30, 2023 2:47 am
Forum: Modding help
Topic: Localization not found
Replies: 3
Views: 336

Localization not found

I'm trying to localize my little mod. Mod structure: β”œβ”€β”€ control.lua β”œβ”€β”€ info.json └── locale └── en └── en.cfg This is in my en.cfg: [hls-qol] filter-added=Filter: __1__ limit-set=__1__ < __2__ But my code, which accesses this as: player.create_local_flying_text({text = {"hls-qol.limit-set&quo...
by hlship
Tue Nov 28, 2023 3:49 pm
Forum: Modding help
Topic: Help w/ inserters, drop target, etc.
Replies: 4
Views: 544

Re: Help w/ inserters, drop target, etc.

Thanks for confirming some of my intuitions. Ghosts: this QoL is when I upgrade all the chests in my hub from iron or steel chests into storage containers (or passive providers perhaps). I have a manual process where I wire up the inserter with a limit, update the container with a filter, and remove...
by hlship
Mon Nov 27, 2023 11:01 pm
Forum: Modding help
Topic: Help w/ inserters, drop target, etc.
Replies: 4
Views: 544

Re: Help w/ inserters, drop target, etc.

The goal here is not to change the insert's target, but identify which inserter's target is the newly dropped storage container, then work backwards to the assembler (if any) that's the source for the inserter, and finally to the recipe/item, to make that the filter for the storage container. On my ...
by hlship
Mon Nov 27, 2023 1:13 am
Forum: Modding help
Topic: Help w/ inserters, drop target, etc.
Replies: 4
Views: 544

Help w/ inserters, drop target, etc.

I'm working on a quality-of-life mod; first Factorio mod, not very experienced on Lua. Goal: When you drop a logistic storage container (over an existing chest) it will check to see if there's an inserter for the container, and if that inserter takes from an assembler. If so, the mod will set the fi...

Go to advanced search