Page 2 of 2

Re: [MOD 0.16]Xagros's mods

Posted: Fri Sep 07, 2018 1:20 am
by Gaist
I am hoping you might be able to help with an issue that has arisen when using More Bobs! with the Bio Industries tweak. The Fertilizer technology is not currently available with this setting active for us:

With: https://i.imgur.com/hphdLnT.jpg
Without: https://i.imgur.com/4NEOoHt.jpg

Any help would be very appreciated!

Edit with update:

As an update, this turned out to be because Angel's Petro Chemical disabled the vanilla sulfur processing technology in favor of his own. We were able to fix this by reworking the data-fixes-final to have this contingency:

Code: Select all

if bobmods then
		if bobmods.greenhouse then
			if BI then
				data.raw["recipe"]["bob-seedling"].normal.energy_required = 5
				data.raw["recipe"]["bob-seedling"].expensive.energy_required = 5
				
				data.raw["technology"]["bi_tech_bio_farming"].prerequisites = {"optics", "bob-greenhouse"}
				
				if mods["angelspetrochem"] and data.raw["technology"]["angels-sulfur-processing-1"] then
					data.raw["technology"]["bi_tech_fertiliser"].prerequisites = {"angels-sulfur-processing-1", "bi_tech_bio_farming"}
				else
					data.raw["technology"]["bi_tech_fertiliser"].prerequisites = {"sulfur-processing", "bi_tech_bio_farming"}
				end	
				data.raw["technology"]["bob-fertiliser"].prerequisites = {"flammables", "bi_tech_fertiliser"}
			end
		end
	end

Re: [MOD 0.16]Xagros's mods

Posted: Sat Sep 22, 2018 11:37 am
by ShinoHarvest
conflict aai industry & more bob with starter setting bob overhaul

Code: Select all

Mods to disable:Failed to load mods: __morebobs__/data-final-fixes.lua:97: __morebobs__/prototypes/tuonelatweaks.lua:389: attempt to index field 'normal' (a nil value)
on recent update aai industri make change for suport overhaul but you have make it more faster and now is conflict ^^

Re: [MOD 0.16]Xagros's mods

Posted: Wed Feb 13, 2019 9:38 am
by Siberius1er
i have this error

Error while running event morebobs_tweaks::on_player_created (ID 24)
Unknown item name: supply_box_b
stack traceback:
morebobs_tweaks/lib/tuonela.lua:225: in function 'player_insert_items'
morebobs_tweaks/lib/tuonela.lua:234: in function <morebobs_tweaks/lib/tuonela.lua:233>

Re: [MOD 0.16]Xagros's mods

Posted: Mon May 13, 2019 2:25 am
by DanteDHunter
When all series will be updated for 0.17?

Re: [MOD 0.16]Xagros's mods

Posted: Sat Feb 08, 2020 9:43 am
by Xagros
DanteDHunter wrote: Mon May 13, 2019 2:25 am When all series will be updated for 0.17?
Thank you for your interest. I didn't give up mod but I've been swamped with other tasks and can't update.

I'll update it when I have time. Thanks.