Search found 120 matches
- Thu Jan 26, 2023 10:54 am
- Forum: Modding interface requests
- Topic: Chart tag using localised strings
- Replies: 5
- Views: 1076
Re: Chart tag using localised strings
If the whole thing is treated is one block, instead of text, if would act the same regardless of which language it's translated to. Internally, it would still be known as it's rich text alias.
- Sat Dec 03, 2022 1:31 pm
- Forum: Pending
- Topic: Dedicated servers crash when attempting to boot in HR mode if any of the graphics go over the pixel limit for SR graphic
- Replies: 1
- Views: 258
Dedicated servers crash when attempting to boot in HR mode if any of the graphics go over the pixel limit for SR graphic
Seems like dedicated servers don't care to increase their sprite size limit when set to HR mode, while still loading the HR graphics. See picture: loading HR graphics, yet the sprite size limit is 2048. Screenshot_2022-11-17_070903.png Setting the server to SR graphics allows it to load normally. Sa...
- Mon Nov 14, 2022 6:03 pm
- Forum: Ideas and Suggestions
- Topic: Remove Expensive Mode
- Replies: 35
- Views: 2862
Re: Remove Expensive Mode
How many mods actually take advantage of Expensive mode, anyway? I know SE doesn't, and we just have to work around it. I know K2 implements it through mod settings, AKA similarly to how it's going to work in the future it seems. Any others? If it's really underused, I'm all for trimming a cumbersom...
- Thu Oct 13, 2022 2:04 pm
- Forum: Releases
- Topic: Version 1.1.70
- Replies: 5
- Views: 10578
Re: Version 1.1.70
Now we just need modlists.
- Sat Aug 20, 2022 6:22 am
- Forum: Releases
- Topic: Version 1.1.66
- Replies: 8
- Views: 7418
Re: Version 1.1.66
Wait. THAT'S the sauce for that meme?
- Mon Jun 27, 2022 10:29 am
- Forum: Gameplay Help
- Topic: What happens if the train id exceeds the limit?
- Replies: 9
- Views: 1302
Re: What happens if the train id exceeds the limit?
Can you implement a check that makes sure if the id is not occupied when assigning a new ID? This should fix most of the problems... Is it performance heavy?
- Fri Jun 24, 2022 10:34 am
- Forum: Releases
- Topic: Version 1.1.61
- Replies: 9
- Views: 12226
Re: Version 1.1.61
`When joining modded games mods and settings are synced at the same time reducing the number of restarts needed.` Does this fix the issue with conditional require () calls breaking multiplayer? No, it shouldn't. As I understand it, this will save a restart after you've changed startup settings, whi...
- Thu Jun 23, 2022 12:53 pm
- Forum: Releases
- Topic: Version 1.1.61
- Replies: 9
- Views: 12226
Re: Version 1.1.61
`When joining modded games mods and settings are synced at the same time reducing the number of restarts needed.`
Does this fix the issue with conditional require () calls breaking multiplayer?
Does this fix the issue with conditional require () calls breaking multiplayer?
- Sat Jun 18, 2022 10:13 am
- Forum: Bug Reports
- Topic: When taking an item out from the item-with-inventory using the hotbar, it gets put into the character inventory
- Replies: 0
- Views: 431
When taking an item out from the item-with-inventory using the hotbar, it gets put into the character inventory
When taking an item out from the item-with-inventory using the hotbar, it gets put into the character inventory. Also, any future attempts will take a new stack from the item-with-inventory, instead of taking it out of the character inventory since it's already there. extends_inventory_by_default = ...
- Sun Jun 12, 2022 2:28 pm
- Forum: Resolved Problems and Bugs
- Topic: Prototype explorer doesn't unpack the attack_paremeters field for the gun prototype
- Replies: 1
- Views: 1096
Prototype explorer doesn't unpack the attack_paremeters field for the gun prototype
Expected:
Actual result:
I have a bunch of mods that interact with stuff there, but I'm not sure if it should impact this in any way (also happens with a different gun that doesn't get modified by my mods).- Fri Jun 03, 2022 11:11 am
- Forum: Texture Packs
- Topic: Need icons graphics
- Replies: 4
- Views: 2760
Re: Need icons graphics
You need to edit it with an editor that supports transparent colors. There are free ones out there you can use.
- Thu Apr 14, 2022 6:05 pm
- Forum: Modding discussion
- Topic: Licensing question about interactions between mods
- Replies: 13
- Views: 1460
Re: Licensing question about interactions between mods
Personally, I don't believe such a license is viable, but the question came up, so I want to have a semi-reliable thread to point to in case it does so again.
Hopefully a dev, or someone high up there, can pop in and give a more or less definitive answer.
Hopefully a dev, or someone high up there, can pop in and give a more or less definitive answer.
- Sun Apr 10, 2022 5:30 pm
- Forum: Modding help
- Topic: Is there any way for the data stage to effect the settings stage?
- Replies: 9
- Views: 1572
Re: Is there any way for the data stage to effect the settings stage?
For my purposes, I only need the setting's `localised_name` and/or `localised_description` to be accessible during data.
- Sun Apr 10, 2022 5:22 pm
- Forum: Modding discussion
- Topic: Licensing question about interactions between mods
- Replies: 13
- Views: 1460
Licensing question about interactions between mods
Is it possible for a mod's license to protect it's entities, recipes, items, technologies, etc, from being altered by a third party mod through factorio's data.raw table? I'm 99.9% sure that the answer is no, but someone asked a question about a mod's license possibility of reading 'the mod must not...
- Sun Apr 10, 2022 5:19 pm
- Forum: Modding discussion
- Topic: How does tech/recipe difficulty handle the default fields?
- Replies: 2
- Views: 606
Re: How does tech/recipe difficulty handle the default fields?
That's too bad, this means I have to record data for both states in the description.
- Sun Apr 10, 2022 4:57 am
- Forum: Fixed for 1.2
- Topic: [0.15.35] Boiler type entities cannot eject burnt items
- Replies: 11
- Views: 4909
Re: [0.15.35] Boiler type entities cannot eject burnt items
I though it was fixed at 1.1.37?
inserters can now pull out from the main output and burnt result inventory of an entity.
- Sat Mar 19, 2022 10:23 am
- Forum: Modding help
- Topic: Is there any way for the data stage to effect the settings stage?
- Replies: 9
- Views: 1572
Is there any way for the data stage to effect the settings stage?
I want to modify my setting's localised description, to show certain values that will be useful for the player to define their settings (since the effect depends on the length of the longest technology dependency chain). But the data.raw table is not accessible, and the setting itself only provides ...
- Wed Mar 09, 2022 5:23 pm
- Forum: Resolved Problems and Bugs
- Topic: [1.1.55] Crashes using "manual" type of equipment shape
- Replies: 2
- Views: 1838
Re: [1.1.55] Crashes using "manual" type of equipment shape
So there is at least 1 mod that's aware of this feature. This is 1 more than I thought there was. 

- Sat Feb 26, 2022 5:36 pm
- Forum: Modding discussion
- Topic: How does tech/recipe difficulty handle the default fields?
- Replies: 2
- Views: 606
How does tech/recipe difficulty handle the default fields?
How does tech/recipe difficulty handle the default fields? namely, localised name/localised description. I'm making a mod which adjusts the cost of technologies based on their position in the tech tree, but since normal and expensive mode can have different tech trees, having a single description fo...
- Fri Feb 04, 2022 2:11 pm
- Forum: News
- Topic: Friday Facts #367 - Expansion news
- Replies: 216
- Views: 89287
Re: Friday Facts #367 - Expansion news
Ohhh this seems like a violent type of expansion. That would be cool. The general goal is to make the expansion feel like as big an addition as the whole vanilla game. This is why we plan to price it at $30.00, and put in enough content to make it well worth the price. This means that for a new pla...