Hello,
would be nice to get a better explanation of ProductionHealthEffect https://lua-api.factorio.com/latest/types/ProductionHealthEffect.html by adding:
producing/not-producing (float): damage amounts per tick
Maybe a few words in https://lua-api.factorio.com/latest/prototypes ...
Search found 48 matches
- Thu Aug 06, 2026 9:40 am
- Forum: Documentation Improvement Requests
- Topic: Explain ProductionHealthEffect
- Replies: 0
- Views: 134
- Mon Jul 20, 2026 6:53 am
- Forum: Duplicates
- Topic: [2.1.11] Personal robots stuck in a loop
- Replies: 1
- Views: 187
[2.1.11] Personal robots stuck in a loop
Hi,
I think this is a bug but needs further investigation.
Issue : personal robots enter/exit player's inventory quickly and are stuck in a loop (see video attached).
Setup : There are assemblers-2 waiting to be upgraded with +2 module requests. I have modules in my inventory. I think robots ...
I think this is a bug but needs further investigation.
Issue : personal robots enter/exit player's inventory quickly and are stuck in a loop (see video attached).
Setup : There are assemblers-2 waiting to be upgraded with +2 module requests. I have modules in my inventory. I think robots ...
- Thu Jul 02, 2026 1:32 pm
- Forum: Resolved Problems and Bugs
- Topic: [2.1.9] Crash on LuaHelpers::write_file
- Replies: 4
- Views: 569
Re: [2.1.9] Crash on LuaHelpers::write_file
Thanks, seems reasonable.
Can I also ask for this to be added to the new API docs when released (if not already taken care of).
Ty
Can I also ask for this to be added to the new API docs when released (if not already taken care of).
Ty
- Thu Jul 02, 2026 5:31 am
- Forum: Resolved Problems and Bugs
- Topic: [2.1.9] Crash on LuaHelpers::write_file
- Replies: 4
- Views: 569
[2.1.9] Crash on LuaHelpers::write_file
Hello,
game crashes when in control I use LuaHelpers::write_file with optional parameter "for_player=0"
-- crashes in single player
helpers.write_file('file.json', data, false, 0)
-- does NOT crash in single player
helpers.write_file('file.json', data, false)
Attached is the log of the crash.
game crashes when in control I use LuaHelpers::write_file with optional parameter "for_player=0"
-- crashes in single player
helpers.write_file('file.json', data, false, 0)
-- does NOT crash in single player
helpers.write_file('file.json', data, false)
Attached is the log of the crash.
- Sun Jan 11, 2026 11:37 am
- Forum: Implemented mod requests
- Topic: Expose command "delete-blueprint-library <player>" through LuaGameScript
- Replies: 1
- Views: 2627
Expose command "delete-blueprint-library <player>" through LuaGameScript
I would like to request if it would be possible to expose this Lua command though the LuaGameScript:
delete-blueprint-library <player>: Deletes the blueprint library storage for the given offline player from the save file. Enter "everybody confirm" to delete the storage of all offline players ...
delete-blueprint-library <player>: Deletes the blueprint library storage for the given offline player from the save file. Enter "everybody confirm" to delete the storage of all offline players ...
- Mon Sep 01, 2025 3:35 pm
- Forum: Resolved Problems and Bugs
- Topic: [2.0.65] Mining landfill tile fails to check for Entity::protected_from_tile_building for resource
- Replies: 1
- Views: 2771
[2.0.65] Mining landfill tile fails to check for Entity::protected_from_tile_building for resource
The issue: it is possible to mine a landfill tiles that have ore resources on top of them.
What I would expect to happen: it should not be possible to mine landfill tiles with ore on top of them, just like it happens when trying to mine a tile with buildings on top of it.
Docs say by default ...
What I would expect to happen: it should not be possible to mine landfill tiles with ore on top of them, just like it happens when trying to mine a tile with buildings on top of it.
Docs say by default ...
- Mon Sep 01, 2025 9:08 am
- Forum: Implemented Suggestions
- Topic: Roll back feature: "When dragging belts, going forward and back will remove the extra belts built."
- Replies: 19
- Views: 11573
Re: Roll back feature: "When dragging belts, going forward and back will remove the extra belts built."
+1, when dragging parallel belts it often deletes and disconnects sections of the belt if I accidentally keep the cursor pressed or if I'm not super precise with motion. Preferred previous versions without this feature.
- Sun Aug 31, 2025 4:29 pm
- Forum: Ideas and Suggestions
- Topic: Loaders should have "next_upgrade" set in base
- Replies: 2
- Views: 709
Loaders should have "next_upgrade" set in base
Entities "Loader" and "Fast loader" should have field "next_upgrade" in prototypes set to the next tier, respectively "fast-loader" and "express-loader".
Source: https://github.com/wube/factorio-data/blob/2c2abc2b1d4cc4e8e9cac6d8e6351308004a406b/base/prototypes/entity/transport-belts.lua#L1047-L1158
Source: https://github.com/wube/factorio-data/blob/2c2abc2b1d4cc4e8e9cac6d8e6351308004a406b/base/prototypes/entity/transport-belts.lua#L1047-L1158
- Sat Aug 30, 2025 6:21 am
- Forum: 1 / 0 magic
- Topic: [2.0.60] Crash (TransportBelt::updateRotationPoint)
- Replies: 2
- Views: 971
[2.0.60] Crash (TransportBelt::updateRotationPoint)
Goodmorning,
woke up to one of our server crashing.
Only 1 player was online at the time, they said they could have been "crafting loaders, putting some express loaders in the chest", but that's not guaranteed to be the issue. I'm attaching the log & a save pre-crash to this issue.
LMK if further ...
woke up to one of our server crashing.
Only 1 player was online at the time, they said they could have been "crafting loaders, putting some express loaders in the chest", but that's not guaranteed to be the issue. I'm attaching the log & a save pre-crash to this issue.
LMK if further ...
- Wed Aug 27, 2025 6:00 am
- Forum: Technical Help
- Topic: [2.0.60] Transport line groups are not consistent
- Replies: 4
- Views: 1455
Re: [2.0.60] Transport line groups are not consistent
I'm uploading a second save that got corrupted by inconsistent transport groups
- Mon Aug 25, 2025 8:37 am
- Forum: Documentation Improvement Requests
- Topic: Mod structure subfolders
- Replies: 0
- Views: 1003
Mod structure subfolders
Hello,
I would like to request if additional info could be provided regarding the subfolders of Mod Structure https://lua-api.factorio.com/latest/auxiliary/mod-structure.html , in particular:
1. structure of "scenarios"
2. structure of "campaigns"
---
1. Scenario structure
Scenario already has ...
I would like to request if additional info could be provided regarding the subfolders of Mod Structure https://lua-api.factorio.com/latest/auxiliary/mod-structure.html , in particular:
1. structure of "scenarios"
2. structure of "campaigns"
---
1. Scenario structure
Scenario already has ...
- Fri Aug 22, 2025 7:37 pm
- Forum: Technical Help
- Topic: [2.0.60] Transport line groups are not consistent
- Replies: 4
- Views: 1455
Re: [2.0.60] Transport line groups are not consistent
These two entities may be the ones causing the inconsistency, if I am reading the report correctly.
Dunno why or if this is the result of some bad code on mods part. if so, please let me know, thanks!
Dunno why or if this is the result of some bad code on mods part. if so, please let me know, thanks!
- Fri Aug 22, 2025 7:23 pm
- Forum: Technical Help
- Topic: [2.0.60] Transport line groups are not consistent
- Replies: 4
- Views: 1455
Re: [2.0.60] Transport line groups are not consistent
I dont know if it's hardware related, but I was not the only user locked out of the save.
Anyways, I've attached the log file to this issue, and updated the original post with more data
Anyways, I've attached the log file to this issue, and updated the original post with more data
- Fri Aug 22, 2025 4:08 pm
- Forum: Technical Help
- Topic: [2.0.60] Transport line groups are not consistent
- Replies: 4
- Views: 1455
[2.0.60] Transport line groups are not consistent
Failing to connect to a hosted MP server and getting the error "Cannot load downloaded map: transport line groups are not consistent"
The issue
when trying to connect to a server with this map, users (me or other) get an inconsistency error upon joining.
Steps to reproduce
try loading the ...
The issue
when trying to connect to a server with this map, users (me or other) get an inconsistency error upon joining.
Steps to reproduce
try loading the ...
- Tue Aug 19, 2025 2:47 pm
- Forum: Modding help
- Topic: Technology graph visualization
- Replies: 0
- Views: 630
Technology graph visualization
Hello,
I have a question about how techs are rendered in the thechnology tree UI.
From what I've gathered from the other topics (https://forums.factorio.com/viewtopic.php?p=589068&hilit=technology+order#p589068), this is roughly how techs are sorted:
- ordering by the required science packs (most ...
I have a question about how techs are rendered in the thechnology tree UI.
From what I've gathered from the other topics (https://forums.factorio.com/viewtopic.php?p=589068&hilit=technology+order#p589068), this is roughly how techs are sorted:
- ordering by the required science packs (most ...
- Tue May 20, 2025 3:38 am
- Forum: Modding interface requests
- Topic: Add field Count to TechnologyTriggers
- Replies: 6
- Views: 1647
Re: Add field Count to TechnologyTriggers
I'm sorry but Petra's request of recipe-specific tracking was not part of the original post (craft already has count field). Does it mean Mine/Send/Build cannot have a count field as well?
- Thu May 15, 2025 5:34 am
- Forum: Modding interface requests
- Topic: Add field Count to TechnologyTriggers
- Replies: 6
- Views: 1647
Add field Count to TechnologyTriggers
Hello,
I would like to request if it would be possible to add field `count` (optional, default to 1) to prototypes of TechnologyTrigger::MineEntityTechnologyTrigger and TechnologyTrigger::SendItemToOrbitTechnologyTrigger, and TechnologyTrigger::BuildEntityTechnologyTrigger ...
I would like to request if it would be possible to add field `count` (optional, default to 1) to prototypes of TechnologyTrigger::MineEntityTechnologyTrigger and TechnologyTrigger::SendItemToOrbitTechnologyTrigger, and TechnologyTrigger::BuildEntityTechnologyTrigger ...
- Tue May 13, 2025 1:09 pm
- Forum: Resolved Problems and Bugs
- Topic: [Genhis][2.0.47] Crash undoing cargo-wagon deconstruction from map view (LogisticCellCharger::updateChargingSpots)
- Replies: 2
- Views: 2522
- Fri May 09, 2025 6:17 am
- Forum: Resolved Problems and Bugs
- Topic: [Genhis][2.0.47] Crash undoing cargo-wagon deconstruction from map view (LogisticCellCharger::updateChargingSpots)
- Replies: 2
- Views: 2522
[Genhis][2.0.47] Crash undoing cargo-wagon deconstruction from map view (LogisticCellCharger::updateChargingSpots)
Hello,
I would like to report a crash to desktop when undoing a marking for deconstruction of a cargo wagon while in map view. This happened in multiplayer but I tested & reproduced it perfectly in single player as well.
Steps to reproduce it
0. Open the provided save " Wagon_Crash " provided in ...
I would like to report a crash to desktop when undoing a marking for deconstruction of a cargo wagon while in map view. This happened in multiplayer but I tested & reproduced it perfectly in single player as well.
Steps to reproduce it
0. Open the provided save " Wagon_Crash " provided in ...
- Tue Mar 04, 2025 8:51 pm
- Forum: Gameplay Help
- Topic: Shared charts and radar behaviors
- Replies: 2
- Views: 1073
Re: Shared charts and radar behaviors
Forwarding a reply by Rseding just FYI on this topic: the engine skips charting if a force has no players, which explains why on my single player tests all those entities didnt chart any:
The chunks are still marked as to-be-charted but the actual chart is not scanned if there are no players on ...
The chunks are still marked as to-be-charted but the actual chart is not scanned if there are no players on ...