Search found 7 matches

by SANCHERIZZO
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: 470

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 :)
by SANCHERIZZO
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: 470

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
   
by SANCHERIZZO
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: 470

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['...
by SANCHERIZZO
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: 470

Re: adding a property using table insert between se and mega furnace

Code: Select all

error("The code is running as expected")
please tell me where i see it, in game or log files?
by SANCHERIZZO
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: 470

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 s...
by SANCHERIZZO
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: 470

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-...

Go to advanced search