You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to generate a data dump for Factorio 0.17.38 + Space Exploration mod but I'm facing a few issues in the process. It's likely that some of the changed recipes come from AAI Industry mod.
Issues:
it seems that the new Space Exploration items and recipes are not being found
EDIT: it seems that even though the Space Exploration mod is recognized and found the data*.lua files do not get executed
EDIT2: dependencies are not parsed correctly in less common cases: ! test (?) angelsbioprocessing
a few items in the sprite that probably come from AAI Industry are incorrectly cropped - they have the size doubled and, thus show only the top left quarter of the icon
EDIT: yes, they come from AAI Industry, and these ones are 64x64 instead of 32x32 as the most of other icons)
Execution log (with -verbose):
data loaded
no localized name for ammo named grappling-gun-ammo
no localized name for gun named grappling-gun
hack icon: electric-energy-interface
no localized name for item named burner-assembling-machine
no localized name for item named aai-signal-sender
no localized name for item named motor
no localized name for item named vehicle-fuel
no localized name for item named concrete-wall
no localized name for item named burner-turbine
hack icon: infinity-pipe
no localized name for item named fuel-processor
no localized name for item named glass
no localized name for item named sand
no localized name for item named aai-signal-receiver
no localized name for item named burner-lab
no localized name for item named steel-wall
no localized name for item named small-iron-electric-pole
no localized name for item named stone-tablet
hack icon: escape-pod-power
no localized name for item named electric-motor
no localized name for mining-tool named dummy-steel-axe
main product does not exist: fill-petroleum-gas-barrel
recipe skip: fill-petroleum-gas-barrel because of icon
main product does not exist: fill-petroleum-gas-barrel
recipe skip: fill-petroleum-gas-barrel because of icon
recipe skip: empty-sulfuric-acid-barrel because of icon
recipe skip: empty-sulfuric-acid-barrel because of icon
no localized name for recipe named burner-assembling-machine
no localized name for recipe named burner-assembling-machine
main product does not exist: vehicle-fuel-from-coal
recipe skip: vehicle-fuel-from-coal because of subgroup
main product does not exist: vehicle-fuel-from-coal
recipe skip: vehicle-fuel-from-coal because of subgroup
main product does not exist: vehicle-fuel-from-solid-fuel
recipe skip: vehicle-fuel-from-solid-fuel because of subgroup
main product does not exist: vehicle-fuel-from-solid-fuel
recipe skip: vehicle-fuel-from-solid-fuel because of subgroup
main product does not exist: vehicle-fuel-from-nuclear-fuel
recipe skip: vehicle-fuel-from-nuclear-fuel because of subgroup
main product does not exist: vehicle-fuel-from-nuclear-fuel
recipe skip: vehicle-fuel-from-nuclear-fuel because of subgroup
main product does not exist: vehicle-fuel-from-rocket-fuel
recipe skip: vehicle-fuel-from-rocket-fuel because of subgroup
main product does not exist: vehicle-fuel-from-rocket-fuel
recipe skip: vehicle-fuel-from-rocket-fuel because of subgroup
no localized name for recipe named aai-signal-sender
no localized name for recipe named aai-signal-sender
recipe skip: empty-heavy-oil-barrel because of icon
recipe skip: empty-heavy-oil-barrel because of icon
main product does not exist: fill-heavy-oil-barrel
recipe skip: fill-heavy-oil-barrel because of icon
main product does not exist: fill-heavy-oil-barrel
recipe skip: fill-heavy-oil-barrel because of icon
main product does not exist: fill-light-oil-barrel
recipe skip: fill-light-oil-barrel because of icon
main product does not exist: fill-light-oil-barrel
recipe skip: fill-light-oil-barrel because of icon
no localized name for recipe named motor
no localized name for recipe named motor
recipe skip: empty-crude-oil-barrel because of icon
recipe skip: empty-crude-oil-barrel because of icon
main product does not exist: fill-crude-oil-barrel
recipe skip: fill-crude-oil-barrel because of icon
main product does not exist: fill-crude-oil-barrel
recipe skip: fill-crude-oil-barrel because of icon
recipe skip: empty-water-barrel because of icon
recipe skip: empty-water-barrel because of icon
main product does not exist: fill-water-barrel
recipe skip: fill-water-barrel because of icon
main product does not exist: fill-water-barrel
recipe skip: fill-water-barrel because of icon
recipe skip: empty-petroleum-gas-barrel because of icon
recipe skip: empty-petroleum-gas-barrel because of icon
recipe skip: empty-lubricant-barrel because of icon
recipe skip: empty-lubricant-barrel because of icon
main product does not exist: fill-lubricant-barrel
recipe skip: fill-lubricant-barrel because of icon
main product does not exist: fill-lubricant-barrel
recipe skip: fill-lubricant-barrel because of icon
main product does not exist: fill-sulfuric-acid-barrel
recipe skip: fill-sulfuric-acid-barrel because of icon
main product does not exist: fill-sulfuric-acid-barrel
recipe skip: fill-sulfuric-acid-barrel because of icon
no localized name for recipe named grappling-gun-ammo
no localized name for recipe named grappling-gun-ammo
no localized name for recipe named concrete-wall
no localized name for recipe named concrete-wall
no localized name for recipe named grappling-gun
no localized name for recipe named grappling-gun
no localized name for recipe named aai-signal-receiver
no localized name for recipe named aai-signal-receiver
no localized name for recipe named burner-lab
no localized name for recipe named burner-lab
no localized name for recipe named steel-wall
no localized name for recipe named steel-wall
no localized name for recipe named small-iron-electric-pole
no localized name for recipe named small-iron-electric-pole
no localized name for recipe named glass-from-sand
no localized name for recipe named glass-from-sand
no localized name for recipe named sand-from-stone
no localized name for recipe named sand-from-stone
no localized name for recipe named burner-turbine
no localized name for recipe named burner-turbine
recipe skip: empty-light-oil-barrel because of icon
recipe skip: empty-light-oil-barrel because of icon
main product does not exist: nuclear-fuel-reprocessing
no localized name for recipe named fuel-processor
no localized name for recipe named fuel-processor
main product does not exist: vehicle-fuel-from-wood
recipe skip: vehicle-fuel-from-wood because of subgroup
main product does not exist: vehicle-fuel-from-wood
recipe skip: vehicle-fuel-from-wood because of subgroup
no localized name for recipe named stone-tablet
no localized name for recipe named stone-tablet
no localized name for recipe named electric-motor
no localized name for recipe named electric-motor
no localized name for furnace named fuel-processor
no localized name for assembling-machine named burner-assembling-machine
no localized name for boiler named burner-turbine
no localized name for generator named burner-turbine-generator
Created files:
/home/wladek/fd/kirkmcdonald.github.io/images/sprite-sheet-be7d3fcec0558bfba2c30582fb45ba17.png
/home/wladek/fd/kirkmcdonald.github.io/data/space-exploration-0.17.38.json
/home/wladek/fd/kirkmcdonald.github.io/data/space-exploration-0.17.38-expensive.json
(bonus question: does the "enabled" flag in the mod-list.cfg matter?)
Any hints how to get around these issues?
The text was updated successfully, but these errors were encountered:
wladekb
changed the title
Trying to generate data dump for factorio 0.17.38 + space exploration mod
Issues with generating data dump for factorio 0.17.38 + Space Exploration mod
May 14, 2019
wladekb
changed the title
Issues with generating data dump for factorio 0.17.38 + Space Exploration mod
Issues with generating data dump for Factorio 0.17.38 + Space Exploration mod
May 14, 2019
I'm trying to generate a data dump for Factorio 0.17.38 + Space Exploration mod but I'm facing a few issues in the process. It's likely that some of the changed recipes come from AAI Industry mod.
Issues:
EDIT: it seems that even though the Space Exploration mod is recognized and found the
data*.lua
files do not get executedEDIT2: dependencies are not parsed correctly in less common cases:
! test
(?) angelsbioprocessing
EDIT: yes, they come from AAI Industry, and these ones are 64x64 instead of 32x32 as the most of other icons)
Execution log (with -verbose):
Mod list:
(bonus question: does the "enabled" flag in the mod-list.cfg matter?)
Any hints how to get around these issues?
The text was updated successfully, but these errors were encountered: