Search found 2310 matches
- Tue May 28, 2024 5:03 pm
- Forum: Implemented in 2.0
- Topic: Being able to move map tags once placed
- Replies: 25
- Views: 8819
Re: Being able to move map tags once placed
https://factorio.com/blog/post/fff-388 "Chart tags improvements"
- Fri May 24, 2024 8:10 am
- Forum: Resolved Requests
- Topic: Update the type of EffectValue to be be uint16
- Replies: 4
- Views: 477
Re: Update the type of EffectValue to be be uint16
No, not really. First of all, it is not uint16 because effect values can be negative (for example productivity modules give speed penalty). Second, if it would be documented as integer then it would say that only acceptable values are integers however effect values loaded have 0.01 resolution that a...
- Thu May 23, 2024 2:07 pm
- Forum: Not a bug
- Topic: Stone starter patch is inaccessible on the seed 1095719276
- Replies: 2
- Views: 710
Re: Stone starter patch is inaccessible on the seed 1095719276
Literally unplayable. There is another stone patch if you go east and slightly south.
- Sun May 12, 2024 8:56 am
- Forum: Not a bug
- Topic: Items should fall from the end of transport belts
- Replies: 2
- Views: 464
- Fri May 03, 2024 10:48 am
- Forum: Not a bug
- Topic: [1.1.107] Raw fish bug?
- Replies: 3
- Views: 559
Re: [1.1.107] Raw fish bug?
Not a bug.
- Mon Apr 29, 2024 11:36 am
- Forum: Implemented in 2.0
- Topic: Make loaders controllable by circuit network
- Replies: 2
- Views: 616
Re: Make loaders controllable by circuit network
2.0. There will not be "read contents (hold/pulse)" but a "read transfers" (which effectively works as read contents pulse, but given that loader does not have any storage, it is not pulsed when item gets moved to the internal storage, thats why it will be called read transfers)....
- Wed Apr 24, 2024 8:57 pm
- Forum: Outdated/Not implemented
- Topic: Suggestion: Circluar belts
- Replies: 7
- Views: 1150
Re: Suggestion: Circluar belts
There are hard restrictions of at most 1 transport belt connectable on a single tile (assuming no entity ghosts). This is not doable that way.
- Wed Apr 24, 2024 9:22 am
- Forum: Outdated/Not implemented
- Topic: Suggestion: Circluar belts
- Replies: 7
- Views: 1150
- Tue Apr 23, 2024 5:52 pm
- Forum: Not a bug
- Topic: [1.1.107] /unlock-tips doesn't work
- Replies: 2
- Views: 527
- Mon Apr 22, 2024 4:27 am
- Forum: Already exists
- Topic: Add interface for research_progress for not-currently-researching technologies
- Replies: 2
- Views: 544
- Sun Apr 21, 2024 1:30 pm
- Forum: Documentation Improvement Requests
- Topic: LuaSurface points to a surface at index, and not to unique surface
- Replies: 3
- Views: 560
Re: LuaSurface points to a surface at index, and not to unique surface
Does this mean indexes will always be unique too, like unit numbers? Or will they still be re-used? It would be nice if they were unique to use as an identifier. Can't use the surface name because that can change. No. It means that LuaSurface will get invalid permanently when surface gets deleted. ...
- Sat Apr 20, 2024 8:24 pm
- Forum: Documentation Improvement Requests
- Topic: LuaSurface points to a surface at index, and not to unique surface
- Replies: 3
- Views: 560
Re: LuaSurface points to a surface at index, and not to unique surface
You are right, LuaSurface uses SurfaceIndex for binding and grabs surface by index every time surface is needed. For 2.0 i am changing LuaSurface to use a targeter to surface which will change this behavior to the one you expected: when a surface is deleted, LuaSurface that was pointing at it will b...
- Fri Apr 19, 2024 9:30 pm
- Forum: Not a bug
- Topic: [1.1.107] nixie-tubes fails to load
- Replies: 2
- Views: 606
Re: [1.1.107] nixie-tubes fails to load
Not a bug.
Simhelper is not compatible with 1.1.107 because debug.upvalueid was removed with other functions due to safety concerns. Space exploration mod and nixie tubes mod were updated to no longer require simhelper. Please update your mods.
Simhelper is not compatible with 1.1.107 because debug.upvalueid was removed with other functions due to safety concerns. Space exploration mod and nixie tubes mod were updated to no longer require simhelper. Please update your mods.
- Fri Apr 19, 2024 7:57 pm
- Forum: Technical Help
- Topic: [1.1.107] Game periodically freezes for several seconds after update
- Replies: 2
- Views: 437
Re: [1.1.107] Game periodically freezes for several seconds after update
Could it be that you were changing hidden settings and accidentaly enabled the "log-stack-trace-on-non-critical-exception" ? It is known to cause freezes since it loads symbols file to generate readable stack trace for the purpose of log file, but it is only supposed to be used when debugg...
- Fri Apr 19, 2024 8:57 am
- Forum: Resolved Requests
- Topic: Difference between LuaEntity::revive() and LuaEntity::silent_revive()
- Replies: 3
- Views: 449
Re: Difference between LuaEntity::revive() and LuaEntity::silent_revive()
Both of those are using the same internal function for revive purposes with the only difference being that silent_revive makes no sound and creates no smoke.
- Wed Apr 17, 2024 9:38 am
- Forum: Fixed for 2.0
- Topic: [boskid][1.1.104] Desync after setting pathfinder cache size while pathfinder is in use
- Replies: 1
- Views: 409
Re: [boskid][1.1.104] Desync after setting pathfinder cache size while pathfinder is in use
Thanks for the report. Issue is now fixed for 2.0. Root cause is that a/ writing to map_settings does not trigger cache resize, and b/ cache is resized on load. Desync would not happen if any of those 2 would not happen. Main fix for 2.0 is that writing to map_settings will immediately resize those ...
- Fri Apr 12, 2024 3:38 pm
- Forum: Not a bug
- Topic: [1.1.104] small yet fun "1 pixel" diff for tile-unknown icon
- Replies: 1
- Views: 525
Re: [1.1.104] small yet fun "1 pixel" diff for tile-unknown icon
Thanks for the report. I am not considering this to be a bug. If they would be required to be equal then they would be all pointing at the same file.
- Thu Apr 11, 2024 12:37 am
- Forum: Outdated/Not implemented
- Topic: "Cannot play replay" version
- Replies: 5
- Views: 727
Re: "Cannot play replay" version
a/ No.
b/ Absolutely No.
- Sun Apr 07, 2024 11:31 am
- Forum: Outdated/Not implemented
- Topic: Multithreading by surface
- Replies: 8
- Views: 1716
Re: Multithreading by surface
Please note this topic derailed from "multithreading by surface" to something about having partial game state on the clients which is not going to happen. Having full game state on the client is one of the fundamentals that allows us to have the game at all (with MP support) so any suggest...
- Thu Apr 04, 2024 11:59 am
- Forum: Fixed for 2.0
- Topic: [boskid][1.1.104] Large saves fail to load on Linux with Bad zip file
- Replies: 4
- Views: 831
Re: [boskid][1.1.104] Large saves fail to load on Linux with Bad zip file
I managed to reproduce this issue in 1.1.x on linux but when trying this in 2.0 on linux it loaded without any issues so it is fixed at least for 2.0. Since part of the fixes was to update minizip library i am not going to mess with 1.1.x anymore and i will say this is a duplicate of https://forums....