Search found 107 matches
- Mon Jul 14, 2025 5:27 pm
- Forum: Modding interface requests
- Topic: QualityPrototype extended
- Replies: 39
- Views: 2967
Re: QualityPrototype extended
I suppose this request shouldn't have been a separate thread: viewtopic.php?t=129837
- Fri Jul 11, 2025 8:49 pm
- Forum: Modding interface requests
- Topic: Quality support for radius_visualisation_specification
- Replies: 0
- Views: 188
Quality support for radius_visualisation_specification
In Cerys, higher-quality towers have a larger heating range.
For the player-constructible towers that the player can hold in their cursor, the current value of radius_visualisation_specification.distance is 15, which matches their actual heating range at Normal quality.
It would be fantastic for ...
For the player-constructible towers that the player can hold in their cursor, the current value of radius_visualisation_specification.distance is 15, which matches their actual heating range at Normal quality.
It would be fantastic for ...
- Wed Jun 18, 2025 11:58 am
- Forum: Modding interface requests
- Topic: QualityPrototype extended
- Replies: 39
- Views: 2967
Re: QualityPrototype extended
I appreciate that most of these entries are not capped at 1, because that would break the already working property for the Inverted Quality mod.
How is that? So far a QualityPrototype::level is uint32, which means a default_multiplier = `1 + 0.3 * level` was never able to go below value of 1 ...
- Wed Jun 18, 2025 11:28 am
- Forum: Modding interface requests
- Topic: QualityPrototype extended
- Replies: 39
- Views: 2967
Re: QualityPrototype extended
I appreciate that most of these entries are not capped at 1, because that would break the already working property for the Inverted Quality mod.
- Mon Jun 09, 2025 9:56 am
- Forum: Modding interface requests
- Topic: allow AssemblingMachinePrototype.fixed_quality regardless of fixed_recipe
- Replies: 1
- Views: 312
- Fri Jun 06, 2025 9:13 pm
- Forum: Not a bug
- Topic: [2.0.55] Installing a modpack doesn’t enable dependencies
- Replies: 1
- Views: 413
[2.0.55] Installing a modpack doesn’t enable dependencies
If you already have certain mandatory dependencies of a modpack installed, then installing the modpack won’t check those dependencies and thus the client will error when the user restarts.
- Fri Jun 06, 2025 12:01 am
- Forum: Pending
- Topic: [2.0.55] Loading states in the multiplayer game browser
- Replies: 0
- Views: 494
[2.0.55] Loading states in the multiplayer game browser
Several fields show as 'None' while the modlist is being fetched for a multiplayer game, notably including the modlist. This should presumably be blank or 'Loading...'.
This applies to all servers so is easy to reproduce.
This applies to all servers so is easy to reproduce.
- Fri May 30, 2025 10:02 pm
- Forum: Modding interface requests
- Topic: Regarding disabled prerequisites still blocking
- Replies: 2
- Views: 435
Re: Prerequisites no longer blocking when disabled
Yes required_when_disabled would be even better, that would not be a breaking change.
- Thu May 29, 2025 4:42 pm
- Forum: Ideas and Suggestions
- Topic: New mod dependency category to be downloaded by default
- Replies: 9
- Views: 1187
- Wed May 28, 2025 3:54 pm
- Forum: Modding interface requests
- Topic: Regarding disabled prerequisites still blocking
- Replies: 2
- Views: 435
Regarding disabled prerequisites still blocking
As of the latest release (2.0.52), if a prerequisite LuaTechnology has enabled=false, it still blocks its successors unless researched=true. Such prerequisites are normally hidden from the player.
For modders who at runtime want to disable a technology and prevent it blocking successors such that ...
For modders who at runtime want to disable a technology and prevent it blocking successors such that ...
- Tue May 20, 2025 4:09 pm
- Forum: Ideas and Suggestions
- Topic: New mod dependency category to be downloaded by default
- Replies: 9
- Views: 1187
Re: New mod dependency category to be downloaded by default
One example where this would have been handy: https://mods.factorio.com/mod/Small-Spa ... 0910f780d4
- Tue May 20, 2025 3:55 pm
- Forum: Ideas and Suggestions
- Topic: New mod dependency category to be downloaded by default
- Replies: 9
- Views: 1187
New mod dependency category to be downloaded by default
I often wish to highly recommend a dependency by making it download by default, but not mandatory so that players are able to opt-out.
The current workaround is to make the mod mandatory, but add a 'Disable mod' checkbox to the dependency. A number of my mods have this checkbox and the drawback is ...
The current workaround is to make the mod mandatory, but add a 'Disable mod' checkbox to the dependency. A number of my mods have this checkbox and the drawback is ...
- Mon May 12, 2025 10:32 pm
- Forum: Modding interface requests
- Topic: [Resolved] Bug with quality modules being immune to quality
- Replies: 5
- Views: 661
Re: Bug with quality modules being immune to quality
I've realized the real cause of this issue: Inverted Quality flips the sign of the effect of the quality effect of quality modules.
It makes sense that the engine would react by making that quality effect immune to quality, so this is not a bug.
It makes sense that the engine would react by making that quality effect immune to quality, so this is not a bug.
- Mon May 12, 2025 8:38 pm
- Forum: Resolved Problems and Bugs
- Topic: Clicking tags in chat doesn't consume the click
- Replies: 2
- Views: 353
Re: Clicking tags in chat doesn't consume the click
I reproducibly obtained this effect when the GUI (Factoriopedia) is opened _by_ the chat click.
However, I can no longer reproduce this on 2.0.48.
However, I can no longer reproduce this on 2.0.48.
- Mon May 12, 2025 2:51 pm
- Forum: Resolved Problems and Bugs
- Topic: [2.0.48] launch_rocket can fail to launch rocket
- Replies: 4
- Views: 1506
Re: [2.0.48] Two issues with launch_rocket
Thanks.
Attached is the mod Planet-Hoppers 3.0.0 since I have just removed that release from the Portal.
Attached is the mod Planet-Hoppers 3.0.0 since I have just removed that release from the Portal.
- Mon May 12, 2025 2:23 pm
- Forum: Resolved Problems and Bugs
- Topic: [2.0.48] launch_rocket can fail to launch rocket
- Replies: 4
- Views: 1506
[2.0.48] launch_rocket can fail to launch rocket
Two bugs with launch_rocket are observed in the mod https://mods.factorio.com/mod/Planet-Hopper:
* In the attached save, launch_rocket fails to launch the player and returns false. The documentation is not exactly clear on when false will be obtained, but the player is standing near the rocket and ...
* In the attached save, launch_rocket fails to launch the player and returns false. The documentation is not exactly clear on when false will be obtained, but the player is standing near the rocket and ...
- Fri May 09, 2025 1:30 pm
- Forum: Not a bug
- Topic: [2.0.47] Concrete from molten iron allows productivity modules
- Replies: 6
- Views: 694
Re: [2.0.47] Concrete from molten iron allows productivity modules
My interest was in the design of Factorio rather than how the engine implements that design. However thanks for confirming OP is not a bug (by which I mean a mistake in the implementation of the design).
It is interesting that it is a single exception among all (non-furnace, non-recycling) recipes ...
It is interesting that it is a single exception among all (non-furnace, non-recycling) recipes ...
- Thu May 08, 2025 9:39 pm
- Forum: Not a bug
- Topic: [2.0.47] Concrete from molten iron allows productivity modules
- Replies: 6
- Views: 694
Re: [2.0.47] Concrete from molten iron allows productivity modules
For the public record, this triggered discussions in the Factorio discord to which I will link instead of summarize: https://discord.com/channels/1396775903 ... 4754672830
- Thu May 08, 2025 5:00 pm
- Forum: Not a bug
- Topic: [2.0.47] Concrete from molten iron allows productivity modules
- Replies: 6
- Views: 694
[2.0.47] Concrete from molten iron allows productivity modules
Productivity modules claim to only work when producing intermediates, but this recipe seems to be the one exception in the game (excluding science packs and fluoroketone cooling for reasons.)
- Sat May 03, 2025 12:07 am
- Forum: Modding interface requests
- Topic: [Resolved] Bug with quality modules being immune to quality
- Replies: 5
- Views: 661
Re: Quality modules can be immune to quality
Actually, contra what is implied by the mod description all quality levels in that mod are positive. They all get +5 levels from what is listed, and the corresponding prototype properties are nerfed.
The bug is that a level=1 quality module and a level=3 quality module can have equal effects. This ...
The bug is that a level=1 quality module and a level=3 quality module can have equal effects. This ...