Is there any chance of this getting implemented? Currently my GitHub action is broken due to captcha.
I would rather replace it with a robust upload API.
In the Upgrade Planner Mod I maintain the code raises an on_pre_player_mined_item event before trying to replace entities. ( https://github.com/Roang-zero1/upgrade-planner-next/blob/master/upgrade-planner/entity-upgrade.lua#L166 ) Since the Version .18.27 this is no longer supported. Is there anothe...
I am in the process of updating my GitHub Action for uploading mods (https://github.com/Roang-zero1/factorio-mod-actions) and this feature would still improve the workflow quite a bit.
So I am giving it a push
The relevant code can be found at: https://github.com/Roang-zero1/upgrade-planner-next/blob/4f43f29599d67c5f69ce4ec029e31026256d701a/upgrade-planner/entity-upgrade.lua#L203-L214 Maybe the build smoke comes from trying to fast replace a non fast-replaceable entity? https://github.com/Roang-zero1/upgr...
I've also been working on creating CI scripts for my mods and have some success with the browser mocking, but the error detection leaves a lot to be desired (e.g. login error detection). Therefore I would also like to request an API endpoint to upload a mod to the portal one can sue with the tokens ...
Thanks for the input, unfortunately applying these changes to the demo mod does not improve the timings noticeably.
Same goes for the Bottleneck rewrite.
The performance for calls to rendering with mods is not very good ft a large number of rendering objects are present.. I've run into this issue on my rewrite of Bottleneck for the 0.17 rendering engine. On a large base with up to 300k Bottleneck entities (150k sprites, 150k lights) checking the vali...
I think it has something to do with large selection rectangles and the logic behind blueprinting the ground.
If you select only the entities it mostly works, but large assemblies + much ground will offset the entities outside the window.
If you enable tiles, the blueprint will be centred correctly.
What did you do? I created a train station name with a colour at the end. What happened? The colour at the end of the string cannot be removed. Whenever the gui is opened up again, text added at the end will have the assigned colour. What did you expect to happen instead? There should be a way to r...