The problem was solved. It was necessary to specify the prototypes from the very first, vanilla, belt, to the very last one in the chain.
data.raw["transport-belt"]["transport-belt"].se_allow_in_space = true
data.raw["transport-belt"]["fast-transport-belt"].se_allow_in_space = true
data.raw ...
Search found 9 matches
- Sun Dec 28, 2025 10:43 am
- Forum: Modding help
- Topic: Need help width micro addon for SE and two different mods (Base 2.0)
- Replies: 1
- Views: 233
- Sun Dec 28, 2025 3:47 am
- Forum: Modding help
- Topic: Need help width micro addon for SE and two different mods (Base 2.0)
- Replies: 1
- Views: 233
Need help width micro addon for SE and two different mods (Base 2.0)
Hello. I have a problem. When trying to integrate transport belts from the UltimateBeltsSpaceAge mod with the SE mod, I get the error:
Error while running setup for entity prototype "ultra-express-belt" (transport-belt): next_upgrade target (extreme-express-belt) must have the same collision mask ...
Error while running setup for entity prototype "ultra-express-belt" (transport-belt): next_upgrade target (extreme-express-belt) must have the same collision mask ...
- Wed Mar 20, 2024 11:06 am
- Forum: Modding help
- Topic: adding a property using table insert between se and mega furnace
- Replies: 12
- Views: 1923
Re: adding a property using table insert between se and mega furnace
Yes. You are right. data updates needed. I have question for the future. Can i change loadorder mod? Or tell me please where i can read about this. Thank you very much Stringweasel 
- Wed Mar 20, 2024 10:50 am
- Forum: Modding help
- Topic: adding a property using table insert between se and mega furnace
- Replies: 12
- Views: 1923
Re: adding a property using table insert between se and mega furnace
i run you code, log
Code: Select all
8.247 Script @__5x slots__/data-final-fixes.lua:2: [TEST] The code is running as expected
8.247 Script @__5x slots__/data-final-fixes.lua:4: [TEST] Found the entity prototype
- Wed Mar 20, 2024 10:35 am
- Forum: Modding help
- Topic: adding a property using table insert between se and mega furnace
- Replies: 12
- Views: 1923
Re: adding a property using table insert between se and mega furnace
i add recipe category for check running my addon and it`s working, but se_allow_in_space = true not working.
if data.raw["assembling-machine"]["mega-furnace"] then
data.raw["assembling-machine"]["mega-furnace"].se_allow_in_space = true,
table.insert(data.raw['assembling-machine']['mega-furnace ...
if data.raw["assembling-machine"]["mega-furnace"] then
data.raw["assembling-machine"]["mega-furnace"].se_allow_in_space = true,
table.insert(data.raw['assembling-machine']['mega-furnace ...
- Wed Mar 20, 2024 10:24 am
- Forum: Modding help
- Topic: adding a property using table insert between se and mega furnace
- Replies: 12
- Views: 1923
Re: adding a property using table insert between se and mega furnace
Code: Select all
error("The code is running as expected")
- Wed Mar 20, 2024 9:31 am
- Forum: Modding help
- Topic: adding a property using table insert between se and mega furnace
- Replies: 12
- Views: 1923
Re: adding a property using table insert between se and mega furnace
screenshot assembling machine
- Wed Mar 20, 2024 9:29 am
- Forum: Modding help
- Topic: adding a property using table insert between se and mega furnace
- Replies: 12
- Views: 1923
Re: adding a property using table insert between se and mega furnace
Or maybe "mega-furnace" is not the correct name for the prototype. You can check the prototype name and type by selecting the entity in-game and pressing SHIFT + CTRL + F to open the prototype explorer. It has rows for those two values.
in original mod yes is a furnace but krastorio2 or se ...
- Tue Mar 19, 2024 11:04 pm
- Forum: Modding help
- Topic: adding a property using table insert between se and mega furnace
- Replies: 12
- Views: 1923
adding a property using table insert between se and mega furnace
Hello guys! I need help. I want to write an addon that allows you to use a furnace in space for se. But the problem is that when trying to add the property se_allow_in_space = true, it does not work. I tried it using table insert. does not work. Thank you for your help.
if data.raw["assembling ...
if data.raw["assembling ...