Re: [0.16] Space Extension Mod (SpaceX)
Posted: Mon Apr 29, 2019 10:18 pm
Yup, thanks a lot. Will try to remember where to find you, in case a nasty bug shows up.Sandman2003 wrote: ↑Mon Apr 29, 2019 10:18 pmI am sure you will find that is fixed and has been for awhile. I tend to monitor the mod portal more than the forums if you have errors, btw.
Code: Select all
19.213 Loading mod SpaceMod 0.5.0 (data-final-fixes.lua)
19.215 Script @__boblibrary__/technology-functions.lua:196: stack traceback:
__boblibrary__/technology-functions.lua:196: in function 'add_prerequisite'
__SpaceMod__/prototypes/technology-bobs.lua:88: in main chunk
[C]: in function 'require'
__SpaceMod__/data-final-fixes.lua:12: in main chunk
19.215 Script @__boblibrary__/error-functions.lua:13: Prerequisite technology speed-module-8 does not exist.
19.215 Script @__boblibrary__/technology-functions.lua:196: stack traceback:
__boblibrary__/technology-functions.lua:196: in function 'add_prerequisite'
__SpaceMod__/prototypes/technology-bobs.lua:89: in main chunk
[C]: in function 'require'
__SpaceMod__/data-final-fixes.lua:12: in main chunk
19.215 Script @__boblibrary__/error-functions.lua:13: Prerequisite technology effectivity-module-8 does not exist.
19.215 Script @__boblibrary__/technology-functions.lua:196: stack traceback:
__boblibrary__/technology-functions.lua:196: in function 'add_prerequisite'
__SpaceMod__/prototypes/technology-bobs.lua:91: in main chunk
[C]: in function 'require'
__SpaceMod__/data-final-fixes.lua:12: in main chunk
19.215 Script @__boblibrary__/error-functions.lua:13: Prerequisite technology productivity-module-8 does not exist.
19.215 Script @__boblibrary__/technology-functions.lua:196: stack traceback:
__boblibrary__/technology-functions.lua:196: in function 'add_prerequisite'
__SpaceMod__/prototypes/technology-bobs.lua:97: in main chunk
[C]: in function 'require'
__SpaceMod__/data-final-fixes.lua:12: in main chunk
19.215 Script @__boblibrary__/error-functions.lua:13: Prerequisite technology energy-shield-equipment-6 does not exist.
19.215 Script @__boblibrary__/technology-functions.lua:196: stack traceback:
__boblibrary__/technology-functions.lua:196: in function 'add_prerequisite'
__SpaceMod__/prototypes/technology-bobs.lua:104: in main chunk
[C]: in function 'require'
__SpaceMod__/data-final-fixes.lua:12: in main chunk
19.215 Script @__boblibrary__/error-functions.lua:13: Prerequisite technology electric-energy-accumulators-4 does not exist.
One way you can get some of this is by adding CoppermineBobModuleRebalancing, which increases the quantity and variety of resources required for high-level modules. With that, the SpaceX items using modules start to rival the investment required for the research. Of course, it doesn't affect the ones that don't use modules (which is most of them).
Code: Select all
bobmods.lib.tech.add_prerequisite("protection-fields", "energy-shield-equipment-6") -- Should be "bob-energy-shield-equipment-6"
bobmods.lib.tech.add_prerequisite("rocket-silo", "electric-energy-accumulators-4") -- Should be "bob-electric-energy-accumulators-4"