Search found 53 matches
- Sun Apr 26, 2020 11:33 pm
- Forum: Already exists
- Topic: Add signal_to_color_mapping support for "tool" items
- Replies: 4
- Views: 2552
Re: Add signal_to_color_mapping support for "tool" items
Argh, this is totally my bad! I had a final-fixes that was removing any mappings that didn't pass this test: if data.raw[signal.type][signal.name] then Obviously because type=tool this wasn't working because it's of type=item in the color mapping table. I guess I'll have to loop over all the differe...
- Sun Apr 26, 2020 10:34 am
- Forum: Already exists
- Topic: Add signal_to_color_mapping support for "tool" items
- Replies: 4
- Views: 2552
Re: Add signal_to_color_mapping support for "tool" items
Thanks Klonan. It doesn't give an error when you specify type="item" however the color mapping doesn't work. If you wire up a lamp with a science pack that has a color mapped the lamp will just glow white regardless of the color specified. I'm not sure exactly when this changed. It definit...
- Sun Apr 26, 2020 5:39 am
- Forum: Already exists
- Topic: Add signal_to_color_mapping support for "tool" items
- Replies: 4
- Views: 2552
Add signal_to_color_mapping support for "tool" items
Previously it was possible to map lamp signal colors to science packs as the following worked: {type="item", name="automation-science-pack", color={r=0.71,g=0.05,b=0.09,a=1.00}} However as science packs are defined as "tools" this color mapping no longer works. If you c...
- Sat Jun 15, 2019 1:29 am
- Forum: Technical Help
- Topic: [SOLVED] [0.17.x] No retina support on 5k monitor
- Replies: 5
- Views: 1728
Re: [SOLVED] [0.17.x] No retina support on 5k monitor
Just wanted to add my thanks for posting this solution. I couldn't work out why my Factorio was rendering so blurry on my 5K iMac and this was the solution. It's definitely related to Steam upgrading from 0.16 as deleting the Steam installation and re-downloading it fixes the issue.
- Fri Mar 08, 2019 6:12 am
- Forum: Implemented mod requests
- Topic: Gate wall patch
- Replies: 1
- Views: 1281
Re: Gate wall patch
I noticed this is now implemented in 0.17 through the gate_connection_patch property. Thanks!
- Thu Mar 07, 2019 10:31 pm
- Forum: Modding help
- Topic: Troubleshooting a desync
- Replies: 6
- Views: 2970
Re: Troubleshooting a desync
Thanks, that is very helpful indeed!Bilka wrote: βThu Mar 07, 2019 9:15 am Muppet made a wiki page that might help a bit: https://wiki.factorio.com/Desynchronization
- Thu Mar 07, 2019 10:29 pm
- Forum: Mod portal Discussion
- Topic: [Sanqui] Odd behaviour when posting mods against two major Factorio releases
- Replies: 10
- Views: 5951
Re: [Sanqui] Odd behaviour when posting mods against two major Factorio releases
Thanks!! I assume most people don't post branches like either this but there's plenty of people playing both versions of the base game at the moment to warrant it. It's really only a display issue on the portal as the game handles the correct latest file for each major Factorio build. Just getting t...
- Thu Mar 07, 2019 10:21 pm
- Forum: Resolved Problems and Bugs
- Topic: "Notice" poping up every time I want to save game
- Replies: 14
- Views: 5092
Re: "Notice" poping up every time I want to save game
Someone post a log after a session with the issue please. Sure, here's all the details. The log file doesn't show anything unusual however I have attached an old campaign save that will reliably reproduce the issue. I performed these tests on 0.17.8. Steps to reproduce: Copy the attached save to th...
- Thu Mar 07, 2019 2:44 am
- Forum: Modding help
- Topic: Troubleshooting a desync
- Replies: 6
- Views: 2970
Re: Troubleshooting a desync
Okay, posting an update here in case anyone searches for this in future... Bilka was right and it was being caused by another mod. It wasn't easy to troubleshoot (lots of testing one by one and restarting the game) but I was ultimately able to fix the issue by adding special handling whenever the ot...
- Thu Mar 07, 2019 2:39 am
- Forum: Desyncs with mods
- Topic: [0.17.X] Multiplayer Mods desync
- Replies: 3
- Views: 3058
Re: [0.17.X] Multiplayer Mods desync
Same problem here, me and a friend never had problems to join each other in moded games since 2 years. Yesterday it worked fine, but today since 0.17.7 it does not work anymore. We uninstalled the mods, reinstalled. Does not help. We are 100% sure we have the same mods with the same versions. If yo...
- Thu Mar 07, 2019 2:25 am
- Forum: Resolved Problems and Bugs
- Topic: "Notice" poping up every time I want to save game
- Replies: 14
- Views: 5092
Re: "Notice" poping up every time I want to save game
I don't believe it's a campaign issue either. This really should be moved to the main bug report forum as it affects the save game screen globally.
And no, you don't have to delete every 0.16 save, only 0.16 saves that were of the campaign missions. At least, that's what fixed it for me.
And no, you don't have to delete every 0.16 save, only 0.16 saves that were of the campaign missions. At least, that's what fixed it for me.
- Thu Mar 07, 2019 1:19 am
- Forum: Resolved Problems and Bugs
- Topic: "Notice" poping up every time I want to save game
- Replies: 14
- Views: 5092
Re: "Notice" poping up every time I want to save game
Still happening on 0.17.7 but I've verified that deleting my old campaign saves (the "A New Hope" ones) means that this message no longer pops up. The bug therefore is better summarised as: "Error appears on the save game screen whenever old 0.16 campaign save games are present" ...
- Thu Mar 07, 2019 12:46 am
- Forum: Mod portal Discussion
- Topic: [Sanqui] Odd behaviour when posting mods against two major Factorio releases
- Replies: 10
- Views: 5951
[Sanqui] Odd behaviour when posting mods against two major Factorio releases
Now that 0.17 is out I'm posting updates to Dectorio with both 0.17 and 0.16 releases as many players are electing to play both versions. I've noticed that this introduces some odd behaviour when using the mod portal. It seems like it assumes that the last uploaded zip file is the 'latest' version a...
- Wed Mar 06, 2019 1:47 am
- Forum: Modding help
- Topic: Troubleshooting a desync
- Replies: 6
- Views: 2970
Re: Troubleshooting a desync
Is it possible that there's a limit to the number of GUI elements that can be synced in a multiplayer game? I'm noticing that if I draw a GUI with a small number of child elements it's fine, but once it goes over about 1000 children, then desyncs occur. In single player, it doesn't seem to have a pr...
- Tue Mar 05, 2019 12:39 am
- Forum: Modding help
- Topic: Troubleshooting a desync
- Replies: 6
- Views: 2970
Re: Troubleshooting a desync
Thanks for taking a look. I agree with the observation about the functions... I'm slowly trying to clean it all up! If it's another mod causing it, is there an easy way to narrow down where that might be? The desync I was sent has 57 mods installed!
- Mon Mar 04, 2019 11:36 pm
- Forum: Modding help
- Topic: Troubleshooting a desync
- Replies: 6
- Views: 2970
Troubleshooting a desync
Before I start, I realise this is going down the rabbit hole a bit because desyncs can be quite tricky to narrow down. I'm trying to be a good mod citizen and learn how to avoid these from happening but still have lots of problems I can't seem to solve. I understand Factorio is deterministic and why...
- Mon Mar 04, 2019 10:17 pm
- Forum: Resolved Problems and Bugs
- Topic: "Notice" poping up every time I want to save game
- Replies: 14
- Views: 5092
Re: "Notice" poping up every time I want to save game
I should also have said that it's still an issue on 0.17.5
- Mon Mar 04, 2019 10:08 pm
- Forum: Resolved Problems and Bugs
- Topic: "Notice" poping up every time I want to save game
- Replies: 14
- Views: 5092
Re: "Notice" poping up every time I want to save game
It happens whenever I try to save a game. It can be a brand new map or an existing save, as soon as you go Menu > Save game, the error immediately pops up. I suspect it might be iterating over the saved games as I have some from the old campaign, and if I select those in the save list, the error pop...
- Sat Mar 02, 2019 3:14 am
- Forum: Resolved Problems and Bugs
- Topic: "Notice" poping up every time I want to save game
- Replies: 14
- Views: 5092
Re: "Notice" poping up every time I want to save game
I keep having this issue too.
- Sat Mar 02, 2019 1:39 am
- Forum: Minor issues
- Topic: [0.17.3] Crash using 1x1 empty.png
- Replies: 6
- Views: 2077
Re: [0.17.3] Crash using 1x1 empty.png
I was able to reproduce this and it was an issue in Dectorio. I've released an update that mitigates the issue. Try again with Dectorio v0.9.2.