diff --git a/.gitignore b/.gitignore index beca04f..d929479 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -makefile -*.ps1 -TODO.txt +*.zip +.idea .vscode \ No newline at end of file diff --git a/LICENSE.txt b/248k_2/LICENSE.txt similarity index 100% rename from LICENSE.txt rename to 248k_2/LICENSE.txt diff --git a/bk_sprites.lua b/248k_2/bk_sprites.lua similarity index 100% rename from bk_sprites.lua rename to 248k_2/bk_sprites.lua diff --git a/scripts/ind2/data.lua b/248k_2/changelog.txt similarity index 100% rename from scripts/ind2/data.lua rename to 248k_2/changelog.txt diff --git a/control.lua b/248k_2/control.lua similarity index 100% rename from control.lua rename to 248k_2/control.lua diff --git a/data-final-fixes.lua b/248k_2/data-final-fixes.lua similarity index 100% rename from data-final-fixes.lua rename to 248k_2/data-final-fixes.lua diff --git a/data.lua b/248k_2/data.lua similarity index 100% rename from data.lua rename to 248k_2/data.lua diff --git a/248k_2/info.json b/248k_2/info.json new file mode 100644 index 0000000..99db1e1 --- /dev/null +++ b/248k_2/info.json @@ -0,0 +1,17 @@ +{ + "name": "248k_2", + "version": "2.0.0", + "title": "248k Mod", + "author": "cackling fiend", + "factorio_version": "2.0", + "description": "Advance through 4 stages of tech. Start with simple machines and work your way through nuclear fission and fusion up to black and white holes. Can be added to already existing saves! See mod portal for more info.", + "dependencies": [ + "base >= 2.0.55", + "? Booktorio", + "? informatron", + "? Krastorio2", + "? space-exploration", + "? RealisticReactors", + "! space-age" + ] +} \ No newline at end of file diff --git a/locale/de/lang_de.cfg b/248k_2/locale/de/lang_de.cfg similarity index 100% rename from locale/de/lang_de.cfg rename to 248k_2/locale/de/lang_de.cfg diff --git a/locale/en/lang_en.cfg b/248k_2/locale/en/lang_en.cfg similarity index 100% rename from locale/en/lang_en.cfg rename to 248k_2/locale/en/lang_en.cfg diff --git a/locale/es-ES/es-ES.cfg b/248k_2/locale/es-ES/es-ES.cfg similarity index 100% rename from locale/es-ES/es-ES.cfg rename to 248k_2/locale/es-ES/es-ES.cfg diff --git a/locale/ja/lang_ja.cfg b/248k_2/locale/ja/lang_ja.cfg similarity index 100% rename from locale/ja/lang_ja.cfg rename to 248k_2/locale/ja/lang_ja.cfg diff --git a/locale/ko/lang_ko.cfg b/248k_2/locale/ko/lang_ko.cfg similarity index 100% rename from locale/ko/lang_ko.cfg rename to 248k_2/locale/ko/lang_ko.cfg diff --git a/locale/ru/lang_ru.cfg b/248k_2/locale/ru/lang_ru.cfg similarity index 100% rename from locale/ru/lang_ru.cfg rename to 248k_2/locale/ru/lang_ru.cfg diff --git a/locale/zh-CN/248k.cfg b/248k_2/locale/zh-CN/248k.cfg similarity index 100% rename from locale/zh-CN/248k.cfg rename to 248k_2/locale/zh-CN/248k.cfg diff --git a/prototypes/248k_elements.lua b/248k_2/prototypes/248k_elements.lua similarity index 100% rename from prototypes/248k_elements.lua rename to 248k_2/prototypes/248k_elements.lua diff --git a/prototypes/248k_fluids.lua b/248k_2/prototypes/248k_fluids.lua similarity index 100% rename from prototypes/248k_fluids.lua rename to 248k_2/prototypes/248k_fluids.lua diff --git a/prototypes/248k_subgroups.lua b/248k_2/prototypes/248k_subgroups.lua similarity index 100% rename from prototypes/248k_subgroups.lua rename to 248k_2/prototypes/248k_subgroups.lua diff --git a/prototypes/248k_techs.lua b/248k_2/prototypes/248k_techs.lua similarity index 100% rename from prototypes/248k_techs.lua rename to 248k_2/prototypes/248k_techs.lua diff --git a/prototypes/el_recipes.lua b/248k_2/prototypes/el_recipes.lua similarity index 100% rename from prototypes/el_recipes.lua rename to 248k_2/prototypes/el_recipes.lua diff --git a/prototypes/electronic/el_aluminum.lua b/248k_2/prototypes/electronic/el_aluminum.lua similarity index 100% rename from prototypes/electronic/el_aluminum.lua rename to 248k_2/prototypes/electronic/el_aluminum.lua diff --git a/prototypes/electronic/el_ammo.lua b/248k_2/prototypes/electronic/el_ammo.lua similarity index 100% rename from prototypes/electronic/el_ammo.lua rename to 248k_2/prototypes/electronic/el_ammo.lua diff --git a/prototypes/electronic/el_arc_furnace.lua b/248k_2/prototypes/electronic/el_arc_furnace.lua similarity index 100% rename from prototypes/electronic/el_arc_furnace.lua rename to 248k_2/prototypes/electronic/el_arc_furnace.lua diff --git a/prototypes/electronic/el_burner.lua b/248k_2/prototypes/electronic/el_burner.lua similarity index 100% rename from prototypes/electronic/el_burner.lua rename to 248k_2/prototypes/electronic/el_burner.lua diff --git a/prototypes/electronic/el_caster.lua b/248k_2/prototypes/electronic/el_caster.lua similarity index 100% rename from prototypes/electronic/el_caster.lua rename to 248k_2/prototypes/electronic/el_caster.lua diff --git a/prototypes/electronic/el_charger.lua b/248k_2/prototypes/electronic/el_charger.lua similarity index 100% rename from prototypes/electronic/el_charger.lua rename to 248k_2/prototypes/electronic/el_charger.lua diff --git a/prototypes/electronic/el_diesel_train.lua b/248k_2/prototypes/electronic/el_diesel_train.lua similarity index 100% rename from prototypes/electronic/el_diesel_train.lua rename to 248k_2/prototypes/electronic/el_diesel_train.lua diff --git a/prototypes/electronic/el_energy_crystal.lua b/248k_2/prototypes/electronic/el_energy_crystal.lua similarity index 100% rename from prototypes/electronic/el_energy_crystal.lua rename to 248k_2/prototypes/electronic/el_energy_crystal.lua diff --git a/prototypes/electronic/el_grower.lua b/248k_2/prototypes/electronic/el_grower.lua similarity index 100% rename from prototypes/electronic/el_grower.lua rename to 248k_2/prototypes/electronic/el_grower.lua diff --git a/prototypes/electronic/el_ki/el_ki_beacon.lua b/248k_2/prototypes/electronic/el_ki/el_ki_beacon.lua similarity index 100% rename from prototypes/electronic/el_ki/el_ki_beacon.lua rename to 248k_2/prototypes/electronic/el_ki/el_ki_beacon.lua diff --git a/prototypes/electronic/el_ki/el_ki_core.lua b/248k_2/prototypes/electronic/el_ki/el_ki_core.lua similarity index 100% rename from prototypes/electronic/el_ki/el_ki_core.lua rename to 248k_2/prototypes/electronic/el_ki/el_ki_core.lua diff --git a/prototypes/electronic/el_ki/el_ki_cpu.lua b/248k_2/prototypes/electronic/el_ki/el_ki_cpu.lua similarity index 100% rename from prototypes/electronic/el_ki/el_ki_cpu.lua rename to 248k_2/prototypes/electronic/el_ki/el_ki_cpu.lua diff --git a/prototypes/electronic/el_ki/el_ki_linker.lua b/248k_2/prototypes/electronic/el_ki/el_ki_linker.lua similarity index 100% rename from prototypes/electronic/el_ki/el_ki_linker.lua rename to 248k_2/prototypes/electronic/el_ki/el_ki_linker.lua diff --git a/prototypes/electronic/el_ki/el_ki_memory.lua b/248k_2/prototypes/electronic/el_ki/el_ki_memory.lua similarity index 100% rename from prototypes/electronic/el_ki/el_ki_memory.lua rename to 248k_2/prototypes/electronic/el_ki/el_ki_memory.lua diff --git a/prototypes/electronic/el_ki/fi_ki_circuit.lua b/248k_2/prototypes/electronic/el_ki/fi_ki_circuit.lua similarity index 100% rename from prototypes/electronic/el_ki/fi_ki_circuit.lua rename to 248k_2/prototypes/electronic/el_ki/fi_ki_circuit.lua diff --git a/prototypes/electronic/el_ki/fu_ki_circuit.lua b/248k_2/prototypes/electronic/el_ki/fu_ki_circuit.lua similarity index 100% rename from prototypes/electronic/el_ki/fu_ki_circuit.lua rename to 248k_2/prototypes/electronic/el_ki/fu_ki_circuit.lua diff --git a/prototypes/electronic/el_lithium.lua b/248k_2/prototypes/electronic/el_lithium.lua similarity index 100% rename from prototypes/electronic/el_lithium.lua rename to 248k_2/prototypes/electronic/el_lithium.lua diff --git a/prototypes/electronic/el_materials.lua b/248k_2/prototypes/electronic/el_materials.lua similarity index 100% rename from prototypes/electronic/el_materials.lua rename to 248k_2/prototypes/electronic/el_materials.lua diff --git a/prototypes/electronic/el_pressurizer.lua b/248k_2/prototypes/electronic/el_pressurizer.lua similarity index 100% rename from prototypes/electronic/el_pressurizer.lua rename to 248k_2/prototypes/electronic/el_pressurizer.lua diff --git a/prototypes/electronic/el_purifier.lua b/248k_2/prototypes/electronic/el_purifier.lua similarity index 100% rename from prototypes/electronic/el_purifier.lua rename to 248k_2/prototypes/electronic/el_purifier.lua diff --git a/prototypes/electronic/el_solar.lua b/248k_2/prototypes/electronic/el_solar.lua similarity index 100% rename from prototypes/electronic/el_solar.lua rename to 248k_2/prototypes/electronic/el_solar.lua diff --git a/prototypes/electronic/el_tank.lua b/248k_2/prototypes/electronic/el_tank.lua similarity index 100% rename from prototypes/electronic/el_tank.lua rename to 248k_2/prototypes/electronic/el_tank.lua diff --git a/prototypes/electronic/el_train_equipment.lua b/248k_2/prototypes/electronic/el_train_equipment.lua similarity index 100% rename from prototypes/electronic/el_train_equipment.lua rename to 248k_2/prototypes/electronic/el_train_equipment.lua diff --git a/prototypes/electronic/el_train_fuel.lua b/248k_2/prototypes/electronic/el_train_fuel.lua similarity index 100% rename from prototypes/electronic/el_train_fuel.lua rename to 248k_2/prototypes/electronic/el_train_fuel.lua diff --git a/prototypes/electronic/el_water_generator.lua b/248k_2/prototypes/electronic/el_water_generator.lua similarity index 100% rename from prototypes/electronic/el_water_generator.lua rename to 248k_2/prototypes/electronic/el_water_generator.lua diff --git a/prototypes/fi_recipes.lua b/248k_2/prototypes/fi_recipes.lua similarity index 100% rename from prototypes/fi_recipes.lua rename to 248k_2/prototypes/fi_recipes.lua diff --git a/prototypes/fission/fi_castor.lua b/248k_2/prototypes/fission/fi_castor.lua similarity index 100% rename from prototypes/fission/fi_castor.lua rename to 248k_2/prototypes/fission/fi_castor.lua diff --git a/prototypes/fission/fi_compound_machine.lua b/248k_2/prototypes/fission/fi_compound_machine.lua similarity index 100% rename from prototypes/fission/fi_compound_machine.lua rename to 248k_2/prototypes/fission/fi_compound_machine.lua diff --git a/prototypes/fission/fi_compound_material.lua b/248k_2/prototypes/fission/fi_compound_material.lua similarity index 100% rename from prototypes/fission/fi_compound_material.lua rename to 248k_2/prototypes/fission/fi_compound_material.lua diff --git a/prototypes/fission/fi_crafter.lua b/248k_2/prototypes/fission/fi_crafter.lua similarity index 100% rename from prototypes/fission/fi_crafter.lua rename to 248k_2/prototypes/fission/fi_crafter.lua diff --git a/prototypes/fission/fi_crushed.lua b/248k_2/prototypes/fission/fi_crushed.lua similarity index 100% rename from prototypes/fission/fi_crushed.lua rename to 248k_2/prototypes/fission/fi_crushed.lua diff --git a/prototypes/fission/fi_crusher.lua b/248k_2/prototypes/fission/fi_crusher.lua similarity index 100% rename from prototypes/fission/fi_crusher.lua rename to 248k_2/prototypes/fission/fi_crusher.lua diff --git a/prototypes/fission/fi_energy_crystal.lua b/248k_2/prototypes/fission/fi_energy_crystal.lua similarity index 100% rename from prototypes/fission/fi_energy_crystal.lua rename to 248k_2/prototypes/fission/fi_energy_crystal.lua diff --git a/prototypes/fission/fi_equipment.lua b/248k_2/prototypes/fission/fi_equipment.lua similarity index 100% rename from prototypes/fission/fi_equipment.lua rename to 248k_2/prototypes/fission/fi_equipment.lua diff --git a/prototypes/fission/fi_fiberer.lua b/248k_2/prototypes/fission/fi_fiberer.lua similarity index 100% rename from prototypes/fission/fi_fiberer.lua rename to 248k_2/prototypes/fission/fi_fiberer.lua diff --git a/prototypes/fission/fi_fuel.lua b/248k_2/prototypes/fission/fi_fuel.lua similarity index 100% rename from prototypes/fission/fi_fuel.lua rename to 248k_2/prototypes/fission/fi_fuel.lua diff --git a/prototypes/fission/fi_materials.lua b/248k_2/prototypes/fission/fi_materials.lua similarity index 100% rename from prototypes/fission/fi_materials.lua rename to 248k_2/prototypes/fission/fi_materials.lua diff --git a/prototypes/fission/fi_miner.lua b/248k_2/prototypes/fission/fi_miner.lua similarity index 100% rename from prototypes/fission/fi_miner.lua rename to 248k_2/prototypes/fission/fi_miner.lua diff --git a/prototypes/fission/fi_modules.lua b/248k_2/prototypes/fission/fi_modules.lua similarity index 100% rename from prototypes/fission/fi_modules.lua rename to 248k_2/prototypes/fission/fi_modules.lua diff --git a/prototypes/fission/fi_refinery.lua b/248k_2/prototypes/fission/fi_refinery.lua similarity index 100% rename from prototypes/fission/fi_refinery.lua rename to 248k_2/prototypes/fission/fi_refinery.lua diff --git a/prototypes/fission/fi_robo.lua b/248k_2/prototypes/fission/fi_robo.lua similarity index 100% rename from prototypes/fission/fi_robo.lua rename to 248k_2/prototypes/fission/fi_robo.lua diff --git a/prototypes/fission/fi_solid_reactor.lua b/248k_2/prototypes/fission/fi_solid_reactor.lua similarity index 100% rename from prototypes/fission/fi_solid_reactor.lua rename to 248k_2/prototypes/fission/fi_solid_reactor.lua diff --git a/prototypes/fu_recipes.lua b/248k_2/prototypes/fu_recipes.lua similarity index 100% rename from prototypes/fu_recipes.lua rename to 248k_2/prototypes/fu_recipes.lua diff --git a/prototypes/fusion/fu_activator.lua b/248k_2/prototypes/fusion/fu_activator.lua similarity index 100% rename from prototypes/fusion/fu_activator.lua rename to 248k_2/prototypes/fusion/fu_activator.lua diff --git a/prototypes/fusion/fu_boiler.lua b/248k_2/prototypes/fusion/fu_boiler.lua similarity index 100% rename from prototypes/fusion/fu_boiler.lua rename to 248k_2/prototypes/fusion/fu_boiler.lua diff --git a/prototypes/fusion/fu_burner.lua b/248k_2/prototypes/fusion/fu_burner.lua similarity index 100% rename from prototypes/fusion/fu_burner.lua rename to 248k_2/prototypes/fusion/fu_burner.lua diff --git a/prototypes/fusion/fu_exchanger.lua b/248k_2/prototypes/fusion/fu_exchanger.lua similarity index 100% rename from prototypes/fusion/fu_exchanger.lua rename to 248k_2/prototypes/fusion/fu_exchanger.lua diff --git a/prototypes/fusion/fu_fusor.lua b/248k_2/prototypes/fusion/fu_fusor.lua similarity index 100% rename from prototypes/fusion/fu_fusor.lua rename to 248k_2/prototypes/fusion/fu_fusor.lua diff --git a/prototypes/fusion/fu_ingot.lua b/248k_2/prototypes/fusion/fu_ingot.lua similarity index 100% rename from prototypes/fusion/fu_ingot.lua rename to 248k_2/prototypes/fusion/fu_ingot.lua diff --git a/prototypes/fusion/fu_lab.lua b/248k_2/prototypes/fusion/fu_lab.lua similarity index 100% rename from prototypes/fusion/fu_lab.lua rename to 248k_2/prototypes/fusion/fu_lab.lua diff --git a/prototypes/fusion/fu_laser.lua b/248k_2/prototypes/fusion/fu_laser.lua similarity index 100% rename from prototypes/fusion/fu_laser.lua rename to 248k_2/prototypes/fusion/fu_laser.lua diff --git a/prototypes/fusion/fu_lead.lua b/248k_2/prototypes/fusion/fu_lead.lua similarity index 100% rename from prototypes/fusion/fu_lead.lua rename to 248k_2/prototypes/fusion/fu_lead.lua diff --git a/prototypes/fusion/fu_magnet.lua b/248k_2/prototypes/fusion/fu_magnet.lua similarity index 100% rename from prototypes/fusion/fu_magnet.lua rename to 248k_2/prototypes/fusion/fu_magnet.lua diff --git a/prototypes/fusion/fu_materials.lua b/248k_2/prototypes/fusion/fu_materials.lua similarity index 100% rename from prototypes/fusion/fu_materials.lua rename to 248k_2/prototypes/fusion/fu_materials.lua diff --git a/prototypes/fusion/fu_miner.lua b/248k_2/prototypes/fusion/fu_miner.lua similarity index 100% rename from prototypes/fusion/fu_miner.lua rename to 248k_2/prototypes/fusion/fu_miner.lua diff --git a/prototypes/fusion/fu_plasma.lua b/248k_2/prototypes/fusion/fu_plasma.lua similarity index 100% rename from prototypes/fusion/fu_plasma.lua rename to 248k_2/prototypes/fusion/fu_plasma.lua diff --git a/prototypes/fusion/fu_reactor.lua b/248k_2/prototypes/fusion/fu_reactor.lua similarity index 100% rename from prototypes/fusion/fu_reactor.lua rename to 248k_2/prototypes/fusion/fu_reactor.lua diff --git a/prototypes/fusion/fu_robo.lua b/248k_2/prototypes/fusion/fu_robo.lua similarity index 100% rename from prototypes/fusion/fu_robo.lua rename to 248k_2/prototypes/fusion/fu_robo.lua diff --git a/prototypes/fusion/fu_space_probe.lua b/248k_2/prototypes/fusion/fu_space_probe.lua similarity index 100% rename from prototypes/fusion/fu_space_probe.lua rename to 248k_2/prototypes/fusion/fu_space_probe.lua diff --git a/prototypes/fusion/fu_star_engine/fu_star_engine_caster.lua b/248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_caster.lua similarity index 100% rename from prototypes/fusion/fu_star_engine/fu_star_engine_caster.lua rename to 248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_caster.lua diff --git a/prototypes/fusion/fu_star_engine/fu_star_engine_cooler.lua b/248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_cooler.lua similarity index 100% rename from prototypes/fusion/fu_star_engine/fu_star_engine_cooler.lua rename to 248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_cooler.lua diff --git a/prototypes/fusion/fu_star_engine/fu_star_engine_cooler_up.lua b/248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_cooler_up.lua similarity index 100% rename from prototypes/fusion/fu_star_engine/fu_star_engine_cooler_up.lua rename to 248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_cooler_up.lua diff --git a/prototypes/fusion/fu_star_engine/fu_star_engine_core.lua b/248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_core.lua similarity index 100% rename from prototypes/fusion/fu_star_engine/fu_star_engine_core.lua rename to 248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_core.lua diff --git a/prototypes/fusion/fu_star_engine/fu_star_engine_heater.lua b/248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_heater.lua similarity index 100% rename from prototypes/fusion/fu_star_engine/fu_star_engine_heater.lua rename to 248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_heater.lua diff --git a/prototypes/fusion/fu_star_engine/fu_star_engine_heater_left.lua b/248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_heater_left.lua similarity index 100% rename from prototypes/fusion/fu_star_engine/fu_star_engine_heater_left.lua rename to 248k_2/prototypes/fusion/fu_star_engine/fu_star_engine_heater_left.lua diff --git a/prototypes/fusion/fu_turbine.lua b/248k_2/prototypes/fusion/fu_turbine.lua similarity index 100% rename from prototypes/fusion/fu_turbine.lua rename to 248k_2/prototypes/fusion/fu_turbine.lua diff --git a/prototypes/gr_recipes.lua b/248k_2/prototypes/gr_recipes.lua similarity index 100% rename from prototypes/gr_recipes.lua rename to 248k_2/prototypes/gr_recipes.lua diff --git a/prototypes/gravitation/gr_black_hole.lua b/248k_2/prototypes/gravitation/gr_black_hole.lua similarity index 100% rename from prototypes/gravitation/gr_black_hole.lua rename to 248k_2/prototypes/gravitation/gr_black_hole.lua diff --git a/prototypes/gravitation/gr_charger.lua b/248k_2/prototypes/gravitation/gr_charger.lua similarity index 100% rename from prototypes/gravitation/gr_charger.lua rename to 248k_2/prototypes/gravitation/gr_charger.lua diff --git a/prototypes/gravitation/gr_cooker.lua b/248k_2/prototypes/gravitation/gr_cooker.lua similarity index 100% rename from prototypes/gravitation/gr_cooker.lua rename to 248k_2/prototypes/gravitation/gr_cooker.lua diff --git a/prototypes/gravitation/gr_crafter.lua b/248k_2/prototypes/gravitation/gr_crafter.lua similarity index 100% rename from prototypes/gravitation/gr_crafter.lua rename to 248k_2/prototypes/gravitation/gr_crafter.lua diff --git a/prototypes/gravitation/gr_lab.lua b/248k_2/prototypes/gravitation/gr_lab.lua similarity index 100% rename from prototypes/gravitation/gr_lab.lua rename to 248k_2/prototypes/gravitation/gr_lab.lua diff --git a/prototypes/gravitation/gr_materials.lua b/248k_2/prototypes/gravitation/gr_materials.lua similarity index 100% rename from prototypes/gravitation/gr_materials.lua rename to 248k_2/prototypes/gravitation/gr_materials.lua diff --git a/prototypes/gravitation/gr_train.lua b/248k_2/prototypes/gravitation/gr_train.lua similarity index 100% rename from prototypes/gravitation/gr_train.lua rename to 248k_2/prototypes/gravitation/gr_train.lua diff --git a/prototypes/gravitation/gr_white_hole.lua b/248k_2/prototypes/gravitation/gr_white_hole.lua similarity index 100% rename from prototypes/gravitation/gr_white_hole.lua rename to 248k_2/prototypes/gravitation/gr_white_hole.lua diff --git a/prototypes/grenades.lua b/248k_2/prototypes/grenades.lua similarity index 100% rename from prototypes/grenades.lua rename to 248k_2/prototypes/grenades.lua diff --git a/prototypes/pipe_covers.lua b/248k_2/prototypes/pipe_covers.lua similarity index 100% rename from prototypes/pipe_covers.lua rename to 248k_2/prototypes/pipe_covers.lua diff --git a/ressources/64x64_empty.png b/248k_2/ressources/64x64_empty.png similarity index 100% rename from ressources/64x64_empty.png rename to 248k_2/ressources/64x64_empty.png diff --git a/ressources/booktorio/bk_sprite_1.png b/248k_2/ressources/booktorio/bk_sprite_1.png similarity index 100% rename from ressources/booktorio/bk_sprite_1.png rename to 248k_2/ressources/booktorio/bk_sprite_1.png diff --git a/ressources/booktorio/bk_sprite_10.PNG b/248k_2/ressources/booktorio/bk_sprite_10.PNG similarity index 100% rename from ressources/booktorio/bk_sprite_10.PNG rename to 248k_2/ressources/booktorio/bk_sprite_10.PNG diff --git a/ressources/booktorio/bk_sprite_11.PNG b/248k_2/ressources/booktorio/bk_sprite_11.PNG similarity index 100% rename from ressources/booktorio/bk_sprite_11.PNG rename to 248k_2/ressources/booktorio/bk_sprite_11.PNG diff --git a/ressources/booktorio/bk_sprite_2.png b/248k_2/ressources/booktorio/bk_sprite_2.png similarity index 100% rename from ressources/booktorio/bk_sprite_2.png rename to 248k_2/ressources/booktorio/bk_sprite_2.png diff --git a/ressources/booktorio/bk_sprite_3.png b/248k_2/ressources/booktorio/bk_sprite_3.png similarity index 100% rename from ressources/booktorio/bk_sprite_3.png rename to 248k_2/ressources/booktorio/bk_sprite_3.png diff --git a/ressources/booktorio/bk_sprite_6.png b/248k_2/ressources/booktorio/bk_sprite_6.png similarity index 100% rename from ressources/booktorio/bk_sprite_6.png rename to 248k_2/ressources/booktorio/bk_sprite_6.png diff --git a/ressources/booktorio/bk_sprite_7.png b/248k_2/ressources/booktorio/bk_sprite_7.png similarity index 100% rename from ressources/booktorio/bk_sprite_7.png rename to 248k_2/ressources/booktorio/bk_sprite_7.png diff --git a/ressources/booktorio/bk_sprite_8.PNG b/248k_2/ressources/booktorio/bk_sprite_8.PNG similarity index 100% rename from ressources/booktorio/bk_sprite_8.PNG rename to 248k_2/ressources/booktorio/bk_sprite_8.PNG diff --git a/ressources/booktorio/bk_sprite_9.PNG b/248k_2/ressources/booktorio/bk_sprite_9.PNG similarity index 100% rename from ressources/booktorio/bk_sprite_9.PNG rename to 248k_2/ressources/booktorio/bk_sprite_9.PNG diff --git a/ressources/electronic/el_aluminum/el_aluminum_item.png b/248k_2/ressources/electronic/el_aluminum/el_aluminum_item.png similarity index 100% rename from ressources/electronic/el_aluminum/el_aluminum_item.png rename to 248k_2/ressources/electronic/el_aluminum/el_aluminum_item.png diff --git a/ressources/electronic/el_aluminum/el_aluminum_ore_item.png b/248k_2/ressources/electronic/el_aluminum/el_aluminum_ore_item.png similarity index 100% rename from ressources/electronic/el_aluminum/el_aluminum_ore_item.png rename to 248k_2/ressources/electronic/el_aluminum/el_aluminum_ore_item.png diff --git a/ressources/electronic/el_arc_furnace/el_arc_furnace_entity_base.png b/248k_2/ressources/electronic/el_arc_furnace/el_arc_furnace_entity_base.png similarity index 100% rename from ressources/electronic/el_arc_furnace/el_arc_furnace_entity_base.png rename to 248k_2/ressources/electronic/el_arc_furnace/el_arc_furnace_entity_base.png diff --git a/ressources/electronic/el_arc_furnace/el_arc_furnace_entity_overlay.png b/248k_2/ressources/electronic/el_arc_furnace/el_arc_furnace_entity_overlay.png similarity index 100% rename from ressources/electronic/el_arc_furnace/el_arc_furnace_entity_overlay.png rename to 248k_2/ressources/electronic/el_arc_furnace/el_arc_furnace_entity_overlay.png diff --git a/ressources/electronic/el_arc_furnace/el_arc_furnace_icon.png b/248k_2/ressources/electronic/el_arc_furnace/el_arc_furnace_icon.png similarity index 100% rename from ressources/electronic/el_arc_furnace/el_arc_furnace_icon.png rename to 248k_2/ressources/electronic/el_arc_furnace/el_arc_furnace_icon.png diff --git a/ressources/electronic/el_burner/el_burner_entity_animation.png b/248k_2/ressources/electronic/el_burner/el_burner_entity_animation.png similarity index 100% rename from ressources/electronic/el_burner/el_burner_entity_animation.png rename to 248k_2/ressources/electronic/el_burner/el_burner_entity_animation.png diff --git a/ressources/electronic/el_burner/el_burner_entity_icon.png b/248k_2/ressources/electronic/el_burner/el_burner_entity_icon.png similarity index 100% rename from ressources/electronic/el_burner/el_burner_entity_icon.png rename to 248k_2/ressources/electronic/el_burner/el_burner_entity_icon.png diff --git a/ressources/electronic/el_burner/el_burner_item.png b/248k_2/ressources/electronic/el_burner/el_burner_item.png similarity index 100% rename from ressources/electronic/el_burner/el_burner_item.png rename to 248k_2/ressources/electronic/el_burner/el_burner_item.png diff --git a/ressources/electronic/el_burner/el_burner_kerosene_entity_animation.png b/248k_2/ressources/electronic/el_burner/el_burner_kerosene_entity_animation.png similarity index 100% rename from ressources/electronic/el_burner/el_burner_kerosene_entity_animation.png rename to 248k_2/ressources/electronic/el_burner/el_burner_kerosene_entity_animation.png diff --git a/ressources/electronic/el_burner/el_burner_kerosene_entity_icon.png b/248k_2/ressources/electronic/el_burner/el_burner_kerosene_entity_icon.png similarity index 100% rename from ressources/electronic/el_burner/el_burner_kerosene_entity_icon.png rename to 248k_2/ressources/electronic/el_burner/el_burner_kerosene_entity_icon.png diff --git a/ressources/electronic/el_burner/el_burner_kerosene_item.png b/248k_2/ressources/electronic/el_burner/el_burner_kerosene_item.png similarity index 100% rename from ressources/electronic/el_burner/el_burner_kerosene_item.png rename to 248k_2/ressources/electronic/el_burner/el_burner_kerosene_item.png diff --git a/ressources/electronic/el_caster/el_caster_entity_base.png b/248k_2/ressources/electronic/el_caster/el_caster_entity_base.png similarity index 100% rename from ressources/electronic/el_caster/el_caster_entity_base.png rename to 248k_2/ressources/electronic/el_caster/el_caster_entity_base.png diff --git a/ressources/electronic/el_caster/el_caster_entity_overlay.png b/248k_2/ressources/electronic/el_caster/el_caster_entity_overlay.png similarity index 100% rename from ressources/electronic/el_caster/el_caster_entity_overlay.png rename to 248k_2/ressources/electronic/el_caster/el_caster_entity_overlay.png diff --git a/ressources/electronic/el_caster/el_caster_icon.png b/248k_2/ressources/electronic/el_caster/el_caster_icon.png similarity index 100% rename from ressources/electronic/el_caster/el_caster_icon.png rename to 248k_2/ressources/electronic/el_caster/el_caster_icon.png diff --git a/ressources/electronic/el_charger/el_charger_entity_base.png b/248k_2/ressources/electronic/el_charger/el_charger_entity_base.png similarity index 100% rename from ressources/electronic/el_charger/el_charger_entity_base.png rename to 248k_2/ressources/electronic/el_charger/el_charger_entity_base.png diff --git a/ressources/electronic/el_charger/el_charger_entity_overlay.png b/248k_2/ressources/electronic/el_charger/el_charger_entity_overlay.png similarity index 100% rename from ressources/electronic/el_charger/el_charger_entity_overlay.png rename to 248k_2/ressources/electronic/el_charger/el_charger_entity_overlay.png diff --git a/ressources/electronic/el_charger/el_charger_icon.png b/248k_2/ressources/electronic/el_charger/el_charger_icon.png similarity index 100% rename from ressources/electronic/el_charger/el_charger_icon.png rename to 248k_2/ressources/electronic/el_charger/el_charger_icon.png diff --git a/ressources/electronic/el_diesel_train/el_diesel_train_animation_1.png b/248k_2/ressources/electronic/el_diesel_train/el_diesel_train_animation_1.png similarity index 100% rename from ressources/electronic/el_diesel_train/el_diesel_train_animation_1.png rename to 248k_2/ressources/electronic/el_diesel_train/el_diesel_train_animation_1.png diff --git a/ressources/electronic/el_diesel_train/el_diesel_train_animation_2.png b/248k_2/ressources/electronic/el_diesel_train/el_diesel_train_animation_2.png similarity index 100% rename from ressources/electronic/el_diesel_train/el_diesel_train_animation_2.png rename to 248k_2/ressources/electronic/el_diesel_train/el_diesel_train_animation_2.png diff --git a/ressources/electronic/el_diesel_train/el_diesel_train_entity_icon.png b/248k_2/ressources/electronic/el_diesel_train/el_diesel_train_entity_icon.png similarity index 100% rename from ressources/electronic/el_diesel_train/el_diesel_train_entity_icon.png rename to 248k_2/ressources/electronic/el_diesel_train/el_diesel_train_entity_icon.png diff --git a/ressources/electronic/el_diesel_train/el_diesel_train_item.png b/248k_2/ressources/electronic/el_diesel_train/el_diesel_train_item.png similarity index 100% rename from ressources/electronic/el_diesel_train/el_diesel_train_item.png rename to 248k_2/ressources/electronic/el_diesel_train/el_diesel_train_item.png diff --git a/ressources/electronic/el_energy_crystal/el_energy_crystal_charged_item.png b/248k_2/ressources/electronic/el_energy_crystal/el_energy_crystal_charged_item.png similarity index 100% rename from ressources/electronic/el_energy_crystal/el_energy_crystal_charged_item.png rename to 248k_2/ressources/electronic/el_energy_crystal/el_energy_crystal_charged_item.png diff --git a/ressources/electronic/el_energy_crystal/el_energy_crystal_item.png b/248k_2/ressources/electronic/el_energy_crystal/el_energy_crystal_item.png similarity index 100% rename from ressources/electronic/el_energy_crystal/el_energy_crystal_item.png rename to 248k_2/ressources/electronic/el_energy_crystal/el_energy_crystal_item.png diff --git a/ressources/electronic/el_grower/el_grower_entity_animation.png b/248k_2/ressources/electronic/el_grower/el_grower_entity_animation.png similarity index 100% rename from ressources/electronic/el_grower/el_grower_entity_animation.png rename to 248k_2/ressources/electronic/el_grower/el_grower_entity_animation.png diff --git a/ressources/electronic/el_grower/el_grower_icon.png b/248k_2/ressources/electronic/el_grower/el_grower_icon.png similarity index 100% rename from ressources/electronic/el_grower/el_grower_icon.png rename to 248k_2/ressources/electronic/el_grower/el_grower_icon.png diff --git a/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation.png b/248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation.png rename to 248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation.png diff --git a/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation_2.png b/248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation_2.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation_2.png rename to 248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation_2.png diff --git a/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation_3.png b/248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation_3.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation_3.png rename to 248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_animation_3.png diff --git a/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_icon.png b/248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_icon.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_icon.png rename to 248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_entity_icon.png diff --git a/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_fi.png b/248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_fi.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_fi.png rename to 248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_fi.png diff --git a/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_fu.png b/248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_fu.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_fu.png rename to 248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_fu.png diff --git a/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_item.png b/248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_item.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_item.png rename to 248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_item.png diff --git a/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_slave_entity_animation.png b/248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_slave_entity_animation.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_slave_entity_animation.png rename to 248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_slave_entity_animation.png diff --git a/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_slave_entity_icon.png b/248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_slave_entity_icon.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_slave_entity_icon.png rename to 248k_2/ressources/electronic/el_ki/el_ki_beacon/el_ki_beacon_slave_entity_icon.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation_2.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation_2.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation_2.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation_2.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation_3.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation_3.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation_3.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_animation_3.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_icon.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_icon.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_icon.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_entity_icon.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_fi.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_fi.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_fi.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_fi.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_fu.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_fu.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_fu.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_fu.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_item.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_item.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_item.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_item.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_container_entity_animation.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_container_entity_animation.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_container_entity_animation.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_container_entity_animation.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_container_entity_icon.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_container_entity_icon.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_container_entity_icon.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_container_entity_icon.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_entity_animation.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_entity_animation.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_entity_animation.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_entity_animation.png diff --git a/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_entity_icon.png b/248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_entity_icon.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_entity_icon.png rename to 248k_2/ressources/electronic/el_ki/el_ki_core/el_ki_core_slave_entity_icon.png diff --git a/ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_entity_animation.png b/248k_2/ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_entity_animation.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_entity_animation.png rename to 248k_2/ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_entity_animation.png diff --git a/ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_entity_icon.png b/248k_2/ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_entity_icon.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_entity_icon.png rename to 248k_2/ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_entity_icon.png diff --git a/ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_item.png b/248k_2/ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_item.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_item.png rename to 248k_2/ressources/electronic/el_ki/el_ki_cpu/el_ki_cpu_item.png diff --git a/ressources/electronic/el_ki/el_ki_linker/el_ki_linker_entity_icon.png b/248k_2/ressources/electronic/el_ki/el_ki_linker/el_ki_linker_entity_icon.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_linker/el_ki_linker_entity_icon.png rename to 248k_2/ressources/electronic/el_ki/el_ki_linker/el_ki_linker_entity_icon.png diff --git a/ressources/electronic/el_ki/el_ki_linker/el_ki_not_operable_icon.png b/248k_2/ressources/electronic/el_ki/el_ki_linker/el_ki_not_operable_icon.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_linker/el_ki_not_operable_icon.png rename to 248k_2/ressources/electronic/el_ki/el_ki_linker/el_ki_not_operable_icon.png diff --git a/ressources/electronic/el_ki/el_ki_linker/el_ki_science_blue_data.png b/248k_2/ressources/electronic/el_ki/el_ki_linker/el_ki_science_blue_data.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_linker/el_ki_science_blue_data.png rename to 248k_2/ressources/electronic/el_ki/el_ki_linker/el_ki_science_blue_data.png diff --git a/ressources/electronic/el_ki/el_ki_linker/el_ki_science_red_data.png b/248k_2/ressources/electronic/el_ki/el_ki_linker/el_ki_science_red_data.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_linker/el_ki_science_red_data.png rename to 248k_2/ressources/electronic/el_ki/el_ki_linker/el_ki_science_red_data.png diff --git a/ressources/electronic/el_ki/el_ki_linker/el_ki_selection_tool.png b/248k_2/ressources/electronic/el_ki/el_ki_linker/el_ki_selection_tool.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_linker/el_ki_selection_tool.png rename to 248k_2/ressources/electronic/el_ki/el_ki_linker/el_ki_selection_tool.png diff --git a/ressources/electronic/el_ki/el_ki_memory/el_ki_memory_entity_animation.png b/248k_2/ressources/electronic/el_ki/el_ki_memory/el_ki_memory_entity_animation.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_memory/el_ki_memory_entity_animation.png rename to 248k_2/ressources/electronic/el_ki/el_ki_memory/el_ki_memory_entity_animation.png diff --git a/ressources/electronic/el_ki/el_ki_memory/el_ki_memory_entity_icon.png b/248k_2/ressources/electronic/el_ki/el_ki_memory/el_ki_memory_entity_icon.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_memory/el_ki_memory_entity_icon.png rename to 248k_2/ressources/electronic/el_ki/el_ki_memory/el_ki_memory_entity_icon.png diff --git a/ressources/electronic/el_ki/el_ki_memory/el_ki_memory_item.png b/248k_2/ressources/electronic/el_ki/el_ki_memory/el_ki_memory_item.png similarity index 100% rename from ressources/electronic/el_ki/el_ki_memory/el_ki_memory_item.png rename to 248k_2/ressources/electronic/el_ki/el_ki_memory/el_ki_memory_item.png diff --git a/ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_entity_animation.png b/248k_2/ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_entity_animation.png similarity index 100% rename from ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_entity_animation.png rename to 248k_2/ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_entity_animation.png diff --git a/ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_entity_icon.png b/248k_2/ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_entity_icon.png similarity index 100% rename from ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_entity_icon.png rename to 248k_2/ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_entity_icon.png diff --git a/ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_item.png b/248k_2/ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_item.png similarity index 100% rename from ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_item.png rename to 248k_2/ressources/electronic/el_ki/fi_ki_circuit/fi_ki_circuit_item.png diff --git a/ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_entity_animation.png b/248k_2/ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_entity_animation.png similarity index 100% rename from ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_entity_animation.png rename to 248k_2/ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_entity_animation.png diff --git a/ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_entity_icon.png b/248k_2/ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_entity_icon.png similarity index 100% rename from ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_entity_icon.png rename to 248k_2/ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_entity_icon.png diff --git a/ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_item.png b/248k_2/ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_item.png similarity index 100% rename from ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_item.png rename to 248k_2/ressources/electronic/el_ki/fu_ki_circuit/fu_ki_circuit_item.png diff --git a/ressources/electronic/el_lithium/el_lithium_battery.png b/248k_2/ressources/electronic/el_lithium/el_lithium_battery.png similarity index 100% rename from ressources/electronic/el_lithium/el_lithium_battery.png rename to 248k_2/ressources/electronic/el_lithium/el_lithium_battery.png diff --git a/ressources/electronic/el_lithium/el_lithium_item.png b/248k_2/ressources/electronic/el_lithium/el_lithium_item.png similarity index 100% rename from ressources/electronic/el_lithium/el_lithium_item.png rename to 248k_2/ressources/electronic/el_lithium/el_lithium_item.png diff --git a/ressources/electronic/el_lithium/el_lithium_ore_item.png b/248k_2/ressources/electronic/el_lithium/el_lithium_ore_item.png similarity index 100% rename from ressources/electronic/el_lithium/el_lithium_ore_item.png rename to 248k_2/ressources/electronic/el_lithium/el_lithium_ore_item.png diff --git a/ressources/electronic/el_materials/el_materials_ALK.png b/248k_2/ressources/electronic/el_materials/el_materials_ALK.png similarity index 100% rename from ressources/electronic/el_materials/el_materials_ALK.png rename to 248k_2/ressources/electronic/el_materials/el_materials_ALK.png diff --git a/ressources/electronic/el_materials/el_materials_ceramic.png b/248k_2/ressources/electronic/el_materials/el_materials_ceramic.png similarity index 100% rename from ressources/electronic/el_materials/el_materials_ceramic.png rename to 248k_2/ressources/electronic/el_materials/el_materials_ceramic.png diff --git a/ressources/electronic/el_materials/el_materials_pure_aluminum.png b/248k_2/ressources/electronic/el_materials/el_materials_pure_aluminum.png similarity index 100% rename from ressources/electronic/el_materials/el_materials_pure_aluminum.png rename to 248k_2/ressources/electronic/el_materials/el_materials_pure_aluminum.png diff --git a/ressources/electronic/el_materials/el_materials_pure_copper.png b/248k_2/ressources/electronic/el_materials/el_materials_pure_copper.png similarity index 100% rename from ressources/electronic/el_materials/el_materials_pure_copper.png rename to 248k_2/ressources/electronic/el_materials/el_materials_pure_copper.png diff --git a/ressources/electronic/el_materials/el_materials_pure_iron.png b/248k_2/ressources/electronic/el_materials/el_materials_pure_iron.png similarity index 100% rename from ressources/electronic/el_materials/el_materials_pure_iron.png rename to 248k_2/ressources/electronic/el_materials/el_materials_pure_iron.png diff --git a/ressources/electronic/el_pressurizer/el_pressurizer_entity_animation.png b/248k_2/ressources/electronic/el_pressurizer/el_pressurizer_entity_animation.png similarity index 100% rename from ressources/electronic/el_pressurizer/el_pressurizer_entity_animation.png rename to 248k_2/ressources/electronic/el_pressurizer/el_pressurizer_entity_animation.png diff --git a/ressources/electronic/el_pressurizer/el_pressurizer_entity_icon.png b/248k_2/ressources/electronic/el_pressurizer/el_pressurizer_entity_icon.png similarity index 100% rename from ressources/electronic/el_pressurizer/el_pressurizer_entity_icon.png rename to 248k_2/ressources/electronic/el_pressurizer/el_pressurizer_entity_icon.png diff --git a/ressources/electronic/el_pressurizer/el_pressurizer_item.png b/248k_2/ressources/electronic/el_pressurizer/el_pressurizer_item.png similarity index 100% rename from ressources/electronic/el_pressurizer/el_pressurizer_item.png rename to 248k_2/ressources/electronic/el_pressurizer/el_pressurizer_item.png diff --git a/ressources/electronic/el_purifier/el_purifier_entity_base.png b/248k_2/ressources/electronic/el_purifier/el_purifier_entity_base.png similarity index 100% rename from ressources/electronic/el_purifier/el_purifier_entity_base.png rename to 248k_2/ressources/electronic/el_purifier/el_purifier_entity_base.png diff --git a/ressources/electronic/el_purifier/el_purifier_entity_overlay.png b/248k_2/ressources/electronic/el_purifier/el_purifier_entity_overlay.png similarity index 100% rename from ressources/electronic/el_purifier/el_purifier_entity_overlay.png rename to 248k_2/ressources/electronic/el_purifier/el_purifier_entity_overlay.png diff --git a/ressources/electronic/el_purifier/el_purifier_icon.png b/248k_2/ressources/electronic/el_purifier/el_purifier_icon.png similarity index 100% rename from ressources/electronic/el_purifier/el_purifier_icon.png rename to 248k_2/ressources/electronic/el_purifier/el_purifier_icon.png diff --git a/ressources/electronic/el_solar/el_solar_entity_icon.png b/248k_2/ressources/electronic/el_solar/el_solar_entity_icon.png similarity index 100% rename from ressources/electronic/el_solar/el_solar_entity_icon.png rename to 248k_2/ressources/electronic/el_solar/el_solar_entity_icon.png diff --git a/ressources/electronic/el_solar/el_solar_entity_picture.png b/248k_2/ressources/electronic/el_solar/el_solar_entity_picture.png similarity index 100% rename from ressources/electronic/el_solar/el_solar_entity_picture.png rename to 248k_2/ressources/electronic/el_solar/el_solar_entity_picture.png diff --git a/ressources/electronic/el_solar/el_solar_entity_picture_1.png b/248k_2/ressources/electronic/el_solar/el_solar_entity_picture_1.png similarity index 100% rename from ressources/electronic/el_solar/el_solar_entity_picture_1.png rename to 248k_2/ressources/electronic/el_solar/el_solar_entity_picture_1.png diff --git a/ressources/electronic/el_solar/el_solar_item.png b/248k_2/ressources/electronic/el_solar/el_solar_item.png similarity index 100% rename from ressources/electronic/el_solar/el_solar_item.png rename to 248k_2/ressources/electronic/el_solar/el_solar_item.png diff --git a/ressources/electronic/el_tank/el_tank_blank.png b/248k_2/ressources/electronic/el_tank/el_tank_blank.png similarity index 100% rename from ressources/electronic/el_tank/el_tank_blank.png rename to 248k_2/ressources/electronic/el_tank/el_tank_blank.png diff --git a/ressources/electronic/el_tank/el_tank_entity_picture.png b/248k_2/ressources/electronic/el_tank/el_tank_entity_picture.png similarity index 100% rename from ressources/electronic/el_tank/el_tank_entity_picture.png rename to 248k_2/ressources/electronic/el_tank/el_tank_entity_picture.png diff --git a/ressources/electronic/el_tank/el_tank_item.png b/248k_2/ressources/electronic/el_tank/el_tank_item.png similarity index 100% rename from ressources/electronic/el_tank/el_tank_item.png rename to 248k_2/ressources/electronic/el_tank/el_tank_item.png diff --git a/ressources/electronic/el_train_equipment/el_train_equipment_accelerator_entity.png b/248k_2/ressources/electronic/el_train_equipment/el_train_equipment_accelerator_entity.png similarity index 100% rename from ressources/electronic/el_train_equipment/el_train_equipment_accelerator_entity.png rename to 248k_2/ressources/electronic/el_train_equipment/el_train_equipment_accelerator_entity.png diff --git a/ressources/electronic/el_train_equipment/el_train_equipment_accelerator_item.png b/248k_2/ressources/electronic/el_train_equipment/el_train_equipment_accelerator_item.png similarity index 100% rename from ressources/electronic/el_train_equipment/el_train_equipment_accelerator_item.png rename to 248k_2/ressources/electronic/el_train_equipment/el_train_equipment_accelerator_item.png diff --git a/ressources/electronic/el_train_equipment/el_train_equipment_generator_entity.png b/248k_2/ressources/electronic/el_train_equipment/el_train_equipment_generator_entity.png similarity index 100% rename from ressources/electronic/el_train_equipment/el_train_equipment_generator_entity.png rename to 248k_2/ressources/electronic/el_train_equipment/el_train_equipment_generator_entity.png diff --git a/ressources/electronic/el_train_equipment/el_train_equipment_generator_item.png b/248k_2/ressources/electronic/el_train_equipment/el_train_equipment_generator_item.png similarity index 100% rename from ressources/electronic/el_train_equipment/el_train_equipment_generator_item.png rename to 248k_2/ressources/electronic/el_train_equipment/el_train_equipment_generator_item.png diff --git a/ressources/electronic/el_train_fuel/el_train_fuel_diesel_energized_item.png b/248k_2/ressources/electronic/el_train_fuel/el_train_fuel_diesel_energized_item.png similarity index 100% rename from ressources/electronic/el_train_fuel/el_train_fuel_diesel_energized_item.png rename to 248k_2/ressources/electronic/el_train_fuel/el_train_fuel_diesel_energized_item.png diff --git a/ressources/electronic/el_train_fuel/el_train_fuel_diesel_item.png b/248k_2/ressources/electronic/el_train_fuel/el_train_fuel_diesel_item.png similarity index 100% rename from ressources/electronic/el_train_fuel/el_train_fuel_diesel_item.png rename to 248k_2/ressources/electronic/el_train_fuel/el_train_fuel_diesel_item.png diff --git a/ressources/electronic/el_water_generator/el_water_generator_entity_animation_horizontal_1.png b/248k_2/ressources/electronic/el_water_generator/el_water_generator_entity_animation_horizontal_1.png similarity index 100% rename from ressources/electronic/el_water_generator/el_water_generator_entity_animation_horizontal_1.png rename to 248k_2/ressources/electronic/el_water_generator/el_water_generator_entity_animation_horizontal_1.png diff --git a/ressources/electronic/el_water_generator/el_water_generator_entity_animation_vertikal_1.png b/248k_2/ressources/electronic/el_water_generator/el_water_generator_entity_animation_vertikal_1.png similarity index 100% rename from ressources/electronic/el_water_generator/el_water_generator_entity_animation_vertikal_1.png rename to 248k_2/ressources/electronic/el_water_generator/el_water_generator_entity_animation_vertikal_1.png diff --git a/ressources/electronic/el_water_generator/el_water_generator_entity_icon.png b/248k_2/ressources/electronic/el_water_generator/el_water_generator_entity_icon.png similarity index 100% rename from ressources/electronic/el_water_generator/el_water_generator_entity_icon.png rename to 248k_2/ressources/electronic/el_water_generator/el_water_generator_entity_icon.png diff --git a/ressources/electronic/el_water_generator/el_water_generator_item.png b/248k_2/ressources/electronic/el_water_generator/el_water_generator_item.png similarity index 100% rename from ressources/electronic/el_water_generator/el_water_generator_item.png rename to 248k_2/ressources/electronic/el_water_generator/el_water_generator_item.png diff --git a/ressources/elements/fu_copper.png b/248k_2/ressources/elements/fu_copper.png similarity index 100% rename from ressources/elements/fu_copper.png rename to 248k_2/ressources/elements/fu_copper.png diff --git a/ressources/elements/fu_copper_heated.png b/248k_2/ressources/elements/fu_copper_heated.png similarity index 100% rename from ressources/elements/fu_copper_heated.png rename to 248k_2/ressources/elements/fu_copper_heated.png diff --git a/ressources/elements/fu_deuterium.png b/248k_2/ressources/elements/fu_deuterium.png similarity index 100% rename from ressources/elements/fu_deuterium.png rename to 248k_2/ressources/elements/fu_deuterium.png diff --git a/ressources/elements/fu_helium_3.png b/248k_2/ressources/elements/fu_helium_3.png similarity index 100% rename from ressources/elements/fu_helium_3.png rename to 248k_2/ressources/elements/fu_helium_3.png diff --git a/ressources/elements/fu_helium_4.png b/248k_2/ressources/elements/fu_helium_4.png similarity index 100% rename from ressources/elements/fu_helium_4.png rename to 248k_2/ressources/elements/fu_helium_4.png diff --git a/ressources/elements/fu_hydrogen.png b/248k_2/ressources/elements/fu_hydrogen.png similarity index 100% rename from ressources/elements/fu_hydrogen.png rename to 248k_2/ressources/elements/fu_hydrogen.png diff --git a/ressources/elements/fu_iron.png b/248k_2/ressources/elements/fu_iron.png similarity index 100% rename from ressources/elements/fu_iron.png rename to 248k_2/ressources/elements/fu_iron.png diff --git a/ressources/elements/fu_iron_heated.png b/248k_2/ressources/elements/fu_iron_heated.png similarity index 100% rename from ressources/elements/fu_iron_heated.png rename to 248k_2/ressources/elements/fu_iron_heated.png diff --git a/ressources/elements/fu_lithium_6.png b/248k_2/ressources/elements/fu_lithium_6.png similarity index 100% rename from ressources/elements/fu_lithium_6.png rename to 248k_2/ressources/elements/fu_lithium_6.png diff --git a/ressources/elements/fu_lithium_7.png b/248k_2/ressources/elements/fu_lithium_7.png similarity index 100% rename from ressources/elements/fu_lithium_7.png rename to 248k_2/ressources/elements/fu_lithium_7.png diff --git a/ressources/elements/fu_lithium_7_heated.png b/248k_2/ressources/elements/fu_lithium_7_heated.png similarity index 100% rename from ressources/elements/fu_lithium_7_heated.png rename to 248k_2/ressources/elements/fu_lithium_7_heated.png diff --git a/ressources/elements/fu_oxygen.png b/248k_2/ressources/elements/fu_oxygen.png similarity index 100% rename from ressources/elements/fu_oxygen.png rename to 248k_2/ressources/elements/fu_oxygen.png diff --git a/ressources/elements/fu_oxygen_16.png b/248k_2/ressources/elements/fu_oxygen_16.png similarity index 100% rename from ressources/elements/fu_oxygen_16.png rename to 248k_2/ressources/elements/fu_oxygen_16.png diff --git a/ressources/elements/fu_protium.png b/248k_2/ressources/elements/fu_protium.png similarity index 100% rename from ressources/elements/fu_protium.png rename to 248k_2/ressources/elements/fu_protium.png diff --git a/ressources/elements/fu_protium_heated.png b/248k_2/ressources/elements/fu_protium_heated.png similarity index 100% rename from ressources/elements/fu_protium_heated.png rename to 248k_2/ressources/elements/fu_protium_heated.png diff --git a/ressources/elements/fu_sulfur.png b/248k_2/ressources/elements/fu_sulfur.png similarity index 100% rename from ressources/elements/fu_sulfur.png rename to 248k_2/ressources/elements/fu_sulfur.png diff --git a/ressources/elements/fu_sulfur_heated.png b/248k_2/ressources/elements/fu_sulfur_heated.png similarity index 100% rename from ressources/elements/fu_sulfur_heated.png rename to 248k_2/ressources/elements/fu_sulfur_heated.png diff --git a/ressources/elements/fu_tritium.png b/248k_2/ressources/elements/fu_tritium.png similarity index 100% rename from ressources/elements/fu_tritium.png rename to 248k_2/ressources/elements/fu_tritium.png diff --git a/ressources/elements/fu_uranium_235.png b/248k_2/ressources/elements/fu_uranium_235.png similarity index 100% rename from ressources/elements/fu_uranium_235.png rename to 248k_2/ressources/elements/fu_uranium_235.png diff --git a/ressources/elements/fu_uranium_235_heated.png b/248k_2/ressources/elements/fu_uranium_235_heated.png similarity index 100% rename from ressources/elements/fu_uranium_235_heated.png rename to 248k_2/ressources/elements/fu_uranium_235_heated.png diff --git a/ressources/elements/fu_uranium_238.png b/248k_2/ressources/elements/fu_uranium_238.png similarity index 100% rename from ressources/elements/fu_uranium_238.png rename to 248k_2/ressources/elements/fu_uranium_238.png diff --git a/ressources/elements/fu_uranium_238_heated.png b/248k_2/ressources/elements/fu_uranium_238_heated.png similarity index 100% rename from ressources/elements/fu_uranium_238_heated.png rename to 248k_2/ressources/elements/fu_uranium_238_heated.png diff --git a/ressources/elements/lithium-6.png b/248k_2/ressources/elements/lithium-6.png similarity index 100% rename from ressources/elements/lithium-6.png rename to 248k_2/ressources/elements/lithium-6.png diff --git a/ressources/elements/lithium-7.png b/248k_2/ressources/elements/lithium-7.png similarity index 100% rename from ressources/elements/lithium-7.png rename to 248k_2/ressources/elements/lithium-7.png diff --git a/ressources/fission/fi_castor/fi_castor_entity_animation.png b/248k_2/ressources/fission/fi_castor/fi_castor_entity_animation.png similarity index 100% rename from ressources/fission/fi_castor/fi_castor_entity_animation.png rename to 248k_2/ressources/fission/fi_castor/fi_castor_entity_animation.png diff --git a/ressources/fission/fi_castor/fi_castor_icon.png b/248k_2/ressources/fission/fi_castor/fi_castor_icon.png similarity index 100% rename from ressources/fission/fi_castor/fi_castor_icon.png rename to 248k_2/ressources/fission/fi_castor/fi_castor_icon.png diff --git a/ressources/fission/fi_compound_machine/fi_compound_machine_entity_base.png b/248k_2/ressources/fission/fi_compound_machine/fi_compound_machine_entity_base.png similarity index 100% rename from ressources/fission/fi_compound_machine/fi_compound_machine_entity_base.png rename to 248k_2/ressources/fission/fi_compound_machine/fi_compound_machine_entity_base.png diff --git a/ressources/fission/fi_compound_machine/fi_compound_machine_entity_overlay.png b/248k_2/ressources/fission/fi_compound_machine/fi_compound_machine_entity_overlay.png similarity index 100% rename from ressources/fission/fi_compound_machine/fi_compound_machine_entity_overlay.png rename to 248k_2/ressources/fission/fi_compound_machine/fi_compound_machine_entity_overlay.png diff --git a/ressources/fission/fi_compound_machine/fi_compound_machine_icon.png b/248k_2/ressources/fission/fi_compound_machine/fi_compound_machine_icon.png similarity index 100% rename from ressources/fission/fi_compound_machine/fi_compound_machine_icon.png rename to 248k_2/ressources/fission/fi_compound_machine/fi_compound_machine_icon.png diff --git a/ressources/fission/fi_compound_material/fi_compound_material_item.png b/248k_2/ressources/fission/fi_compound_material/fi_compound_material_item.png similarity index 100% rename from ressources/fission/fi_compound_material/fi_compound_material_item.png rename to 248k_2/ressources/fission/fi_compound_material/fi_compound_material_item.png diff --git a/ressources/fission/fi_crafter/fi_crafter_entity_animation.png b/248k_2/ressources/fission/fi_crafter/fi_crafter_entity_animation.png similarity index 100% rename from ressources/fission/fi_crafter/fi_crafter_entity_animation.png rename to 248k_2/ressources/fission/fi_crafter/fi_crafter_entity_animation.png diff --git a/ressources/fission/fi_crafter/fi_crafter_entity_icon.png b/248k_2/ressources/fission/fi_crafter/fi_crafter_entity_icon.png similarity index 100% rename from ressources/fission/fi_crafter/fi_crafter_entity_icon.png rename to 248k_2/ressources/fission/fi_crafter/fi_crafter_entity_icon.png diff --git a/ressources/fission/fi_crafter/fi_crafter_item.png b/248k_2/ressources/fission/fi_crafter/fi_crafter_item.png similarity index 100% rename from ressources/fission/fi_crafter/fi_crafter_item.png rename to 248k_2/ressources/fission/fi_crafter/fi_crafter_item.png diff --git a/ressources/fission/fi_crushed/fi_crushed_aluminum_item.png b/248k_2/ressources/fission/fi_crushed/fi_crushed_aluminum_item.png similarity index 100% rename from ressources/fission/fi_crushed/fi_crushed_aluminum_item.png rename to 248k_2/ressources/fission/fi_crushed/fi_crushed_aluminum_item.png diff --git a/ressources/fission/fi_crushed/fi_crushed_coal_item.png b/248k_2/ressources/fission/fi_crushed/fi_crushed_coal_item.png similarity index 100% rename from ressources/fission/fi_crushed/fi_crushed_coal_item.png rename to 248k_2/ressources/fission/fi_crushed/fi_crushed_coal_item.png diff --git a/ressources/fission/fi_crushed/fi_crushed_copper_item.png b/248k_2/ressources/fission/fi_crushed/fi_crushed_copper_item.png similarity index 100% rename from ressources/fission/fi_crushed/fi_crushed_copper_item.png rename to 248k_2/ressources/fission/fi_crushed/fi_crushed_copper_item.png diff --git a/ressources/fission/fi_crushed/fi_crushed_glass_item.png b/248k_2/ressources/fission/fi_crushed/fi_crushed_glass_item.png similarity index 100% rename from ressources/fission/fi_crushed/fi_crushed_glass_item.png rename to 248k_2/ressources/fission/fi_crushed/fi_crushed_glass_item.png diff --git a/ressources/fission/fi_crushed/fi_crushed_iron_item.png b/248k_2/ressources/fission/fi_crushed/fi_crushed_iron_item.png similarity index 100% rename from ressources/fission/fi_crushed/fi_crushed_iron_item.png rename to 248k_2/ressources/fission/fi_crushed/fi_crushed_iron_item.png diff --git a/ressources/fission/fi_crushed/fi_crushed_lithium_item.png b/248k_2/ressources/fission/fi_crushed/fi_crushed_lithium_item.png similarity index 100% rename from ressources/fission/fi_crushed/fi_crushed_lithium_item.png rename to 248k_2/ressources/fission/fi_crushed/fi_crushed_lithium_item.png diff --git a/ressources/fission/fi_crushed/fi_crushed_stone_item.png b/248k_2/ressources/fission/fi_crushed/fi_crushed_stone_item.png similarity index 100% rename from ressources/fission/fi_crushed/fi_crushed_stone_item.png rename to 248k_2/ressources/fission/fi_crushed/fi_crushed_stone_item.png diff --git a/ressources/fission/fi_crushed/fi_crushed_uranium_item.png b/248k_2/ressources/fission/fi_crushed/fi_crushed_uranium_item.png similarity index 100% rename from ressources/fission/fi_crushed/fi_crushed_uranium_item.png rename to 248k_2/ressources/fission/fi_crushed/fi_crushed_uranium_item.png diff --git a/ressources/fission/fi_crusher/fi_crusher_entity_animation.png b/248k_2/ressources/fission/fi_crusher/fi_crusher_entity_animation.png similarity index 100% rename from ressources/fission/fi_crusher/fi_crusher_entity_animation.png rename to 248k_2/ressources/fission/fi_crusher/fi_crusher_entity_animation.png diff --git a/ressources/fission/fi_crusher/fi_crusher_entity_icon.png b/248k_2/ressources/fission/fi_crusher/fi_crusher_entity_icon.png similarity index 100% rename from ressources/fission/fi_crusher/fi_crusher_entity_icon.png rename to 248k_2/ressources/fission/fi_crusher/fi_crusher_entity_icon.png diff --git a/ressources/fission/fi_crusher/fi_crusher_item.png b/248k_2/ressources/fission/fi_crusher/fi_crusher_item.png similarity index 100% rename from ressources/fission/fi_crusher/fi_crusher_item.png rename to 248k_2/ressources/fission/fi_crusher/fi_crusher_item.png diff --git a/ressources/fission/fi_energy_crystal/fi_energy_crystal_base_item.png b/248k_2/ressources/fission/fi_energy_crystal/fi_energy_crystal_base_item.png similarity index 100% rename from ressources/fission/fi_energy_crystal/fi_energy_crystal_base_item.png rename to 248k_2/ressources/fission/fi_energy_crystal/fi_energy_crystal_base_item.png diff --git a/ressources/fission/fi_energy_crystal/fi_energy_crystal_catalyst_item.png b/248k_2/ressources/fission/fi_energy_crystal/fi_energy_crystal_catalyst_item.png similarity index 100% rename from ressources/fission/fi_energy_crystal/fi_energy_crystal_catalyst_item.png rename to 248k_2/ressources/fission/fi_energy_crystal/fi_energy_crystal_catalyst_item.png diff --git a/ressources/fission/fi_energy_crystal/fi_energy_crystal_charged_item.png b/248k_2/ressources/fission/fi_energy_crystal/fi_energy_crystal_charged_item.png similarity index 100% rename from ressources/fission/fi_energy_crystal/fi_energy_crystal_charged_item.png rename to 248k_2/ressources/fission/fi_energy_crystal/fi_energy_crystal_charged_item.png diff --git a/ressources/fission/fi_energy_crystal/fi_energy_crystal_crushed_item.png b/248k_2/ressources/fission/fi_energy_crystal/fi_energy_crystal_crushed_item.png similarity index 100% rename from ressources/fission/fi_energy_crystal/fi_energy_crystal_crushed_item.png rename to 248k_2/ressources/fission/fi_energy_crystal/fi_energy_crystal_crushed_item.png diff --git a/ressources/fission/fi_energy_crystal/fi_energy_crystal_item.png b/248k_2/ressources/fission/fi_energy_crystal/fi_energy_crystal_item.png similarity index 100% rename from ressources/fission/fi_energy_crystal/fi_energy_crystal_item.png rename to 248k_2/ressources/fission/fi_energy_crystal/fi_energy_crystal_item.png diff --git a/ressources/fission/fi_equipment/fi_equipment_generator_entity.png b/248k_2/ressources/fission/fi_equipment/fi_equipment_generator_entity.png similarity index 100% rename from ressources/fission/fi_equipment/fi_equipment_generator_entity.png rename to 248k_2/ressources/fission/fi_equipment/fi_equipment_generator_entity.png diff --git a/ressources/fission/fi_equipment/fi_equipment_generator_item.png b/248k_2/ressources/fission/fi_equipment/fi_equipment_generator_item.png similarity index 100% rename from ressources/fission/fi_equipment/fi_equipment_generator_item.png rename to 248k_2/ressources/fission/fi_equipment/fi_equipment_generator_item.png diff --git a/ressources/fission/fi_equipment/fi_equipment_player_reactor_entity.png b/248k_2/ressources/fission/fi_equipment/fi_equipment_player_reactor_entity.png similarity index 100% rename from ressources/fission/fi_equipment/fi_equipment_player_reactor_entity.png rename to 248k_2/ressources/fission/fi_equipment/fi_equipment_player_reactor_entity.png diff --git a/ressources/fission/fi_equipment/fi_equipment_player_reactor_item.png b/248k_2/ressources/fission/fi_equipment/fi_equipment_player_reactor_item.png similarity index 100% rename from ressources/fission/fi_equipment/fi_equipment_player_reactor_item.png rename to 248k_2/ressources/fission/fi_equipment/fi_equipment_player_reactor_item.png diff --git a/ressources/fission/fi_equipment/fi_equipment_player_shield_entity.png b/248k_2/ressources/fission/fi_equipment/fi_equipment_player_shield_entity.png similarity index 100% rename from ressources/fission/fi_equipment/fi_equipment_player_shield_entity.png rename to 248k_2/ressources/fission/fi_equipment/fi_equipment_player_shield_entity.png diff --git a/ressources/fission/fi_equipment/fi_equipment_player_shield_item.png b/248k_2/ressources/fission/fi_equipment/fi_equipment_player_shield_item.png similarity index 100% rename from ressources/fission/fi_equipment/fi_equipment_player_shield_item.png rename to 248k_2/ressources/fission/fi_equipment/fi_equipment_player_shield_item.png diff --git a/ressources/fission/fi_fiberer/fi_fiberer_entity_animation.png b/248k_2/ressources/fission/fi_fiberer/fi_fiberer_entity_animation.png similarity index 100% rename from ressources/fission/fi_fiberer/fi_fiberer_entity_animation.png rename to 248k_2/ressources/fission/fi_fiberer/fi_fiberer_entity_animation.png diff --git a/ressources/fission/fi_fiberer/fi_fiberer_icon.png b/248k_2/ressources/fission/fi_fiberer/fi_fiberer_icon.png similarity index 100% rename from ressources/fission/fi_fiberer/fi_fiberer_icon.png rename to 248k_2/ressources/fission/fi_fiberer/fi_fiberer_icon.png diff --git a/ressources/fission/fi_fuel/fi_fuel_advanced_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_advanced_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_advanced_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_advanced_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_advanced_thorium_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_advanced_thorium_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_advanced_thorium_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_advanced_thorium_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_basic_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_basic_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_basic_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_basic_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_basic_thorium_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_basic_thorium_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_basic_thorium_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_basic_thorium_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_plutonium239_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_plutonium239_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_plutonium239_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_plutonium239_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_pure_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_pure_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_pure_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_pure_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_tech_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_tech_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_tech_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_tech_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_test_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_test_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_test_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_test_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_test_used_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_test_used_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_test_used_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_test_used_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_thorium232_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_thorium232_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_thorium232_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_thorium232_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_train_crystal_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_train_crystal_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_train_crystal_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_train_crystal_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_uranium233_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_uranium233_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_uranium233_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_uranium233_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_used_advanced_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_used_advanced_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_used_advanced_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_used_advanced_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_used_advanced_thorium_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_used_advanced_thorium_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_used_advanced_thorium_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_used_advanced_thorium_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_used_basic_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_used_basic_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_used_basic_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_used_basic_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_used_basic_thorium_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_used_basic_thorium_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_used_basic_thorium_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_used_basic_thorium_item.png diff --git a/ressources/fission/fi_fuel/fi_fuel_used_pure_item.png b/248k_2/ressources/fission/fi_fuel/fi_fuel_used_pure_item.png similarity index 100% rename from ressources/fission/fi_fuel/fi_fuel_used_pure_item.png rename to 248k_2/ressources/fission/fi_fuel/fi_fuel_used_pure_item.png diff --git a/ressources/fission/fi_materials/fi_materials_GFK.png b/248k_2/ressources/fission/fi_materials/fi_materials_GFK.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_GFK.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_GFK.png diff --git a/ressources/fission/fi_materials/fi_materials_NFK.png b/248k_2/ressources/fission/fi_materials/fi_materials_NFK.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_NFK.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_NFK.png diff --git a/ressources/fission/fi_materials/fi_materials_dirty_solution.png b/248k_2/ressources/fission/fi_materials/fi_materials_dirty_solution.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_dirty_solution.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_dirty_solution.png diff --git a/ressources/fission/fi_materials/fi_materials_empty_solution.png b/248k_2/ressources/fission/fi_materials/fi_materials_empty_solution.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_empty_solution.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_empty_solution.png diff --git a/ressources/fission/fi_materials/fi_materials_flourite.png b/248k_2/ressources/fission/fi_materials/fi_materials_flourite.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_flourite.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_flourite.png diff --git a/ressources/fission/fi_materials/fi_materials_glass.png b/248k_2/ressources/fission/fi_materials/fi_materials_glass.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_glass.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_glass.png diff --git a/ressources/fission/fi_materials/fi_materials_glass_fiber.png b/248k_2/ressources/fission/fi_materials/fi_materials_glass_fiber.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_glass_fiber.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_glass_fiber.png diff --git a/ressources/fission/fi_materials/fi_materials_gold.png b/248k_2/ressources/fission/fi_materials/fi_materials_gold.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_gold.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_gold.png diff --git a/ressources/fission/fi_materials/fi_materials_industrial_steel_blend_item.png b/248k_2/ressources/fission/fi_materials/fi_materials_industrial_steel_blend_item.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_industrial_steel_blend_item.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_industrial_steel_blend_item.png diff --git a/ressources/fission/fi_materials/fi_materials_industrial_steel_item.png b/248k_2/ressources/fission/fi_materials/fi_materials_industrial_steel_item.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_industrial_steel_item.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_industrial_steel_item.png diff --git a/ressources/fission/fi_materials/fi_materials_natural_fiber.png b/248k_2/ressources/fission/fi_materials/fi_materials_natural_fiber.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_natural_fiber.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_natural_fiber.png diff --git a/ressources/fission/fi_materials/fi_materials_neodym.png b/248k_2/ressources/fission/fi_materials/fi_materials_neodym.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_neodym.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_neodym.png diff --git a/ressources/fission/fi_materials/fi_materials_pure_gold.png b/248k_2/ressources/fission/fi_materials/fi_materials_pure_gold.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_pure_gold.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_pure_gold.png diff --git a/ressources/fission/fi_materials/fi_materials_pure_neodym.png b/248k_2/ressources/fission/fi_materials/fi_materials_pure_neodym.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_pure_neodym.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_pure_neodym.png diff --git a/ressources/fission/fi_materials/fi_materials_pure_titan.png b/248k_2/ressources/fission/fi_materials/fi_materials_pure_titan.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_pure_titan.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_pure_titan.png diff --git a/ressources/fission/fi_materials/fi_materials_rich_powder.png b/248k_2/ressources/fission/fi_materials/fi_materials_rich_powder.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_rich_powder.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_rich_powder.png diff --git a/ressources/fission/fi_materials/fi_materials_rich_solution.png b/248k_2/ressources/fission/fi_materials/fi_materials_rich_solution.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_rich_solution.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_rich_solution.png diff --git a/ressources/fission/fi_materials/fi_materials_solution.png b/248k_2/ressources/fission/fi_materials/fi_materials_solution.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_solution.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_solution.png diff --git a/ressources/fission/fi_materials/fi_materials_titan.png b/248k_2/ressources/fission/fi_materials/fi_materials_titan.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_titan.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_titan.png diff --git a/ressources/fission/fi_materials/fi_materials_upgrade.png b/248k_2/ressources/fission/fi_materials/fi_materials_upgrade.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_upgrade.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_upgrade.png diff --git a/ressources/fission/fi_materials/fi_materials_waste.png b/248k_2/ressources/fission/fi_materials/fi_materials_waste.png similarity index 100% rename from ressources/fission/fi_materials/fi_materials_waste.png rename to 248k_2/ressources/fission/fi_materials/fi_materials_waste.png diff --git a/ressources/fission/fi_miner/fi_miner_entity_animation_horizontal.png b/248k_2/ressources/fission/fi_miner/fi_miner_entity_animation_horizontal.png similarity index 100% rename from ressources/fission/fi_miner/fi_miner_entity_animation_horizontal.png rename to 248k_2/ressources/fission/fi_miner/fi_miner_entity_animation_horizontal.png diff --git a/ressources/fission/fi_miner/fi_miner_entity_animation_vertikal.png b/248k_2/ressources/fission/fi_miner/fi_miner_entity_animation_vertikal.png similarity index 100% rename from ressources/fission/fi_miner/fi_miner_entity_animation_vertikal.png rename to 248k_2/ressources/fission/fi_miner/fi_miner_entity_animation_vertikal.png diff --git a/ressources/fission/fi_miner/fi_miner_entity_icon.png b/248k_2/ressources/fission/fi_miner/fi_miner_entity_icon.png similarity index 100% rename from ressources/fission/fi_miner/fi_miner_entity_icon.png rename to 248k_2/ressources/fission/fi_miner/fi_miner_entity_icon.png diff --git a/ressources/fission/fi_miner/fi_miner_item.png b/248k_2/ressources/fission/fi_miner/fi_miner_item.png similarity index 100% rename from ressources/fission/fi_miner/fi_miner_item.png rename to 248k_2/ressources/fission/fi_miner/fi_miner_item.png diff --git a/ressources/fission/fi_modules/fi_modules_base.png b/248k_2/ressources/fission/fi_modules/fi_modules_base.png similarity index 100% rename from ressources/fission/fi_modules/fi_modules_base.png rename to 248k_2/ressources/fission/fi_modules/fi_modules_base.png diff --git a/ressources/fission/fi_modules/fi_modules_core.png b/248k_2/ressources/fission/fi_modules/fi_modules_core.png similarity index 100% rename from ressources/fission/fi_modules/fi_modules_core.png rename to 248k_2/ressources/fission/fi_modules/fi_modules_core.png diff --git a/ressources/fission/fi_modules/fi_modules_productivity_1.png b/248k_2/ressources/fission/fi_modules/fi_modules_productivity_1.png similarity index 100% rename from ressources/fission/fi_modules/fi_modules_productivity_1.png rename to 248k_2/ressources/fission/fi_modules/fi_modules_productivity_1.png diff --git a/ressources/fission/fi_modules/fi_modules_productivity_2.png b/248k_2/ressources/fission/fi_modules/fi_modules_productivity_2.png similarity index 100% rename from ressources/fission/fi_modules/fi_modules_productivity_2.png rename to 248k_2/ressources/fission/fi_modules/fi_modules_productivity_2.png diff --git a/ressources/fission/fi_modules/fi_modules_productivity_3.png b/248k_2/ressources/fission/fi_modules/fi_modules_productivity_3.png similarity index 100% rename from ressources/fission/fi_modules/fi_modules_productivity_3.png rename to 248k_2/ressources/fission/fi_modules/fi_modules_productivity_3.png diff --git a/ressources/fission/fi_modules/fi_modules_productivity_4.png b/248k_2/ressources/fission/fi_modules/fi_modules_productivity_4.png similarity index 100% rename from ressources/fission/fi_modules/fi_modules_productivity_4.png rename to 248k_2/ressources/fission/fi_modules/fi_modules_productivity_4.png diff --git a/ressources/fission/fi_modules/fi_modules_productivity_5.png b/248k_2/ressources/fission/fi_modules/fi_modules_productivity_5.png similarity index 100% rename from ressources/fission/fi_modules/fi_modules_productivity_5.png rename to 248k_2/ressources/fission/fi_modules/fi_modules_productivity_5.png diff --git a/ressources/fission/fi_modules/fi_modules_productivity_6.png b/248k_2/ressources/fission/fi_modules/fi_modules_productivity_6.png similarity index 100% rename from ressources/fission/fi_modules/fi_modules_productivity_6.png rename to 248k_2/ressources/fission/fi_modules/fi_modules_productivity_6.png diff --git a/ressources/fission/fi_refinery/fi_refinery_animation.png b/248k_2/ressources/fission/fi_refinery/fi_refinery_animation.png similarity index 100% rename from ressources/fission/fi_refinery/fi_refinery_animation.png rename to 248k_2/ressources/fission/fi_refinery/fi_refinery_animation.png diff --git a/ressources/fission/fi_refinery/fi_refinery_base.png b/248k_2/ressources/fission/fi_refinery/fi_refinery_base.png similarity index 100% rename from ressources/fission/fi_refinery/fi_refinery_base.png rename to 248k_2/ressources/fission/fi_refinery/fi_refinery_base.png diff --git a/ressources/fission/fi_refinery/fi_refinery_icon.png b/248k_2/ressources/fission/fi_refinery/fi_refinery_icon.png similarity index 100% rename from ressources/fission/fi_refinery/fi_refinery_icon.png rename to 248k_2/ressources/fission/fi_refinery/fi_refinery_icon.png diff --git a/ressources/fission/fi_robo/fi_robo_charger_animation_2.png b/248k_2/ressources/fission/fi_robo/fi_robo_charger_animation_2.png similarity index 100% rename from ressources/fission/fi_robo/fi_robo_charger_animation_2.png rename to 248k_2/ressources/fission/fi_robo/fi_robo_charger_animation_2.png diff --git a/ressources/fission/fi_robo/fi_robo_charger_base.png b/248k_2/ressources/fission/fi_robo/fi_robo_charger_base.png similarity index 100% rename from ressources/fission/fi_robo/fi_robo_charger_base.png rename to 248k_2/ressources/fission/fi_robo/fi_robo_charger_base.png diff --git a/ressources/fission/fi_robo/fi_robo_charger_base_2.png b/248k_2/ressources/fission/fi_robo/fi_robo_charger_base_2.png similarity index 100% rename from ressources/fission/fi_robo/fi_robo_charger_base_2.png rename to 248k_2/ressources/fission/fi_robo/fi_robo_charger_base_2.png diff --git a/ressources/fission/fi_robo/fi_robo_charger_entity_icon.png b/248k_2/ressources/fission/fi_robo/fi_robo_charger_entity_icon.png similarity index 100% rename from ressources/fission/fi_robo/fi_robo_charger_entity_icon.png rename to 248k_2/ressources/fission/fi_robo/fi_robo_charger_entity_icon.png diff --git a/ressources/fission/fi_robo/fi_robo_charger_item.png b/248k_2/ressources/fission/fi_robo/fi_robo_charger_item.png similarity index 100% rename from ressources/fission/fi_robo/fi_robo_charger_item.png rename to 248k_2/ressources/fission/fi_robo/fi_robo_charger_item.png diff --git a/ressources/fission/fi_robo/fi_robo_port_base.png b/248k_2/ressources/fission/fi_robo/fi_robo_port_base.png similarity index 100% rename from ressources/fission/fi_robo/fi_robo_port_base.png rename to 248k_2/ressources/fission/fi_robo/fi_robo_port_base.png diff --git a/ressources/fission/fi_robo/fi_robo_port_door_animation.png b/248k_2/ressources/fission/fi_robo/fi_robo_port_door_animation.png similarity index 100% rename from ressources/fission/fi_robo/fi_robo_port_door_animation.png rename to 248k_2/ressources/fission/fi_robo/fi_robo_port_door_animation.png diff --git a/ressources/fission/fi_robo/fi_robo_port_entity_icon.png b/248k_2/ressources/fission/fi_robo/fi_robo_port_entity_icon.png similarity index 100% rename from ressources/fission/fi_robo/fi_robo_port_entity_icon.png rename to 248k_2/ressources/fission/fi_robo/fi_robo_port_entity_icon.png diff --git a/ressources/fission/fi_robo/fi_robo_port_item.png b/248k_2/ressources/fission/fi_robo/fi_robo_port_item.png similarity index 100% rename from ressources/fission/fi_robo/fi_robo_port_item.png rename to 248k_2/ressources/fission/fi_robo/fi_robo_port_item.png diff --git a/ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_animation.png b/248k_2/ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_animation.png similarity index 100% rename from ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_animation.png rename to 248k_2/ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_animation.png diff --git a/ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_animation_2.png b/248k_2/ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_animation_2.png similarity index 100% rename from ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_animation_2.png rename to 248k_2/ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_animation_2.png diff --git a/ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_icon.png b/248k_2/ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_icon.png similarity index 100% rename from ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_icon.png rename to 248k_2/ressources/fission/fi_solid_reactor/fi_solid_reactor_entity_icon.png diff --git a/ressources/fission/fi_solid_reactor/fi_solid_reactor_item.png b/248k_2/ressources/fission/fi_solid_reactor/fi_solid_reactor_item.png similarity index 100% rename from ressources/fission/fi_solid_reactor/fi_solid_reactor_item.png rename to 248k_2/ressources/fission/fi_solid_reactor/fi_solid_reactor_item.png diff --git a/ressources/fission/fi_solid_reactor/fi_solid_reactor_working_light.png b/248k_2/ressources/fission/fi_solid_reactor/fi_solid_reactor_working_light.png similarity index 100% rename from ressources/fission/fi_solid_reactor/fi_solid_reactor_working_light.png rename to 248k_2/ressources/fission/fi_solid_reactor/fi_solid_reactor_working_light.png diff --git a/ressources/fluids/el_acidic_water.png b/248k_2/ressources/fluids/el_acidic_water.png similarity index 100% rename from ressources/fluids/el_acidic_water.png rename to 248k_2/ressources/fluids/el_acidic_water.png diff --git a/ressources/fluids/el_arc_pure_aluminum.png b/248k_2/ressources/fluids/el_arc_pure_aluminum.png similarity index 100% rename from ressources/fluids/el_arc_pure_aluminum.png rename to 248k_2/ressources/fluids/el_arc_pure_aluminum.png diff --git a/ressources/fluids/el_arc_pure_copper.png b/248k_2/ressources/fluids/el_arc_pure_copper.png similarity index 100% rename from ressources/fluids/el_arc_pure_copper.png rename to 248k_2/ressources/fluids/el_arc_pure_copper.png diff --git a/ressources/fluids/el_arc_pure_gold.png b/248k_2/ressources/fluids/el_arc_pure_gold.png similarity index 100% rename from ressources/fluids/el_arc_pure_gold.png rename to 248k_2/ressources/fluids/el_arc_pure_gold.png diff --git a/ressources/fluids/el_arc_pure_iron.png b/248k_2/ressources/fluids/el_arc_pure_iron.png similarity index 100% rename from ressources/fluids/el_arc_pure_iron.png rename to 248k_2/ressources/fluids/el_arc_pure_iron.png diff --git a/ressources/fluids/el_desulfurized_kerosene.png b/248k_2/ressources/fluids/el_desulfurized_kerosene.png similarity index 100% rename from ressources/fluids/el_desulfurized_kerosene.png rename to 248k_2/ressources/fluids/el_desulfurized_kerosene.png diff --git a/ressources/fluids/el_dirty_water.png b/248k_2/ressources/fluids/el_dirty_water.png similarity index 100% rename from ressources/fluids/el_dirty_water.png rename to 248k_2/ressources/fluids/el_dirty_water.png diff --git a/ressources/fluids/el_kerosene.png b/248k_2/ressources/fluids/el_kerosene.png similarity index 100% rename from ressources/fluids/el_kerosene.png rename to 248k_2/ressources/fluids/el_kerosene.png diff --git a/ressources/fluids/el_ki_cpu_fluid.png b/248k_2/ressources/fluids/el_ki_cpu_fluid.png similarity index 100% rename from ressources/fluids/el_ki_cpu_fluid.png rename to 248k_2/ressources/fluids/el_ki_cpu_fluid.png diff --git a/ressources/fluids/el_ki_memory_fluid.png b/248k_2/ressources/fluids/el_ki_memory_fluid.png similarity index 100% rename from ressources/fluids/el_ki_memory_fluid.png rename to 248k_2/ressources/fluids/el_ki_memory_fluid.png diff --git a/ressources/fluids/el_pressurized_water.png b/248k_2/ressources/fluids/el_pressurized_water.png similarity index 100% rename from ressources/fluids/el_pressurized_water.png rename to 248k_2/ressources/fluids/el_pressurized_water.png diff --git a/ressources/fluids/fi_acid_gas.png b/248k_2/ressources/fluids/fi_acid_gas.png similarity index 100% rename from ressources/fluids/fi_acid_gas.png rename to 248k_2/ressources/fluids/fi_acid_gas.png diff --git a/ressources/fluids/fi_arc_glass.png b/248k_2/ressources/fluids/fi_arc_glass.png similarity index 100% rename from ressources/fluids/fi_arc_glass.png rename to 248k_2/ressources/fluids/fi_arc_glass.png diff --git a/ressources/fluids/fi_arc_gold.png b/248k_2/ressources/fluids/fi_arc_gold.png similarity index 100% rename from ressources/fluids/fi_arc_gold.png rename to 248k_2/ressources/fluids/fi_arc_gold.png diff --git a/ressources/fluids/fi_arc_neodym.png b/248k_2/ressources/fluids/fi_arc_neodym.png similarity index 100% rename from ressources/fluids/fi_arc_neodym.png rename to 248k_2/ressources/fluids/fi_arc_neodym.png diff --git a/ressources/fluids/fi_arc_titan.png b/248k_2/ressources/fluids/fi_arc_titan.png similarity index 100% rename from ressources/fluids/fi_arc_titan.png rename to 248k_2/ressources/fluids/fi_arc_titan.png diff --git a/ressources/fluids/fi_crystal_fluid.png b/248k_2/ressources/fluids/fi_crystal_fluid.png similarity index 100% rename from ressources/fluids/fi_crystal_fluid.png rename to 248k_2/ressources/fluids/fi_crystal_fluid.png diff --git a/ressources/fluids/fi_dirty_water.png b/248k_2/ressources/fluids/fi_dirty_water.png similarity index 100% rename from ressources/fluids/fi_dirty_water.png rename to 248k_2/ressources/fluids/fi_dirty_water.png diff --git a/ressources/fluids/fi_ki_circuit_fluid.png b/248k_2/ressources/fluids/fi_ki_circuit_fluid.png similarity index 100% rename from ressources/fluids/fi_ki_circuit_fluid.png rename to 248k_2/ressources/fluids/fi_ki_circuit_fluid.png diff --git a/ressources/fluids/fi_strong_acid.png b/248k_2/ressources/fluids/fi_strong_acid.png similarity index 100% rename from ressources/fluids/fi_strong_acid.png rename to 248k_2/ressources/fluids/fi_strong_acid.png diff --git a/ressources/fluids/fu_arc_pure_lead.png b/248k_2/ressources/fluids/fu_arc_pure_lead.png similarity index 100% rename from ressources/fluids/fu_arc_pure_lead.png rename to 248k_2/ressources/fluids/fu_arc_pure_lead.png diff --git a/ressources/fluids/fu_hot_steam.png b/248k_2/ressources/fluids/fu_hot_steam.png similarity index 100% rename from ressources/fluids/fu_hot_steam.png rename to 248k_2/ressources/fluids/fu_hot_steam.png diff --git a/ressources/fluids/fu_ki_circuit_fluid.png b/248k_2/ressources/fluids/fu_ki_circuit_fluid.png similarity index 100% rename from ressources/fluids/fu_ki_circuit_fluid.png rename to 248k_2/ressources/fluids/fu_ki_circuit_fluid.png diff --git a/ressources/fluids/fu_lead_fluid.png b/248k_2/ressources/fluids/fu_lead_fluid.png similarity index 100% rename from ressources/fluids/fu_lead_fluid.png rename to 248k_2/ressources/fluids/fu_lead_fluid.png diff --git a/ressources/fluids/fu_lead_fluid_hot.png b/248k_2/ressources/fluids/fu_lead_fluid_hot.png similarity index 100% rename from ressources/fluids/fu_lead_fluid_hot.png rename to 248k_2/ressources/fluids/fu_lead_fluid_hot.png diff --git a/ressources/fluids/fu_metal_foam.png b/248k_2/ressources/fluids/fu_metal_foam.png similarity index 100% rename from ressources/fluids/fu_metal_foam.png rename to 248k_2/ressources/fluids/fu_metal_foam.png diff --git a/ressources/fluids/fu_neutron_fluid.png b/248k_2/ressources/fluids/fu_neutron_fluid.png similarity index 100% rename from ressources/fluids/fu_neutron_fluid.png rename to 248k_2/ressources/fluids/fu_neutron_fluid.png diff --git a/ressources/fusion/fu_activator/fu_activator_entity_animation.png b/248k_2/ressources/fusion/fu_activator/fu_activator_entity_animation.png similarity index 100% rename from ressources/fusion/fu_activator/fu_activator_entity_animation.png rename to 248k_2/ressources/fusion/fu_activator/fu_activator_entity_animation.png diff --git a/ressources/fusion/fu_activator/fu_activator_entity_icon.png b/248k_2/ressources/fusion/fu_activator/fu_activator_entity_icon.png similarity index 100% rename from ressources/fusion/fu_activator/fu_activator_entity_icon.png rename to 248k_2/ressources/fusion/fu_activator/fu_activator_entity_icon.png diff --git a/ressources/fusion/fu_activator/fu_activator_item.png b/248k_2/ressources/fusion/fu_activator/fu_activator_item.png similarity index 100% rename from ressources/fusion/fu_activator/fu_activator_item.png rename to 248k_2/ressources/fusion/fu_activator/fu_activator_item.png diff --git a/ressources/fusion/fu_boiler/fu_boiler_entity_animation.png b/248k_2/ressources/fusion/fu_boiler/fu_boiler_entity_animation.png similarity index 100% rename from ressources/fusion/fu_boiler/fu_boiler_entity_animation.png rename to 248k_2/ressources/fusion/fu_boiler/fu_boiler_entity_animation.png diff --git a/ressources/fusion/fu_boiler/fu_boiler_entity_icon.png b/248k_2/ressources/fusion/fu_boiler/fu_boiler_entity_icon.png similarity index 100% rename from ressources/fusion/fu_boiler/fu_boiler_entity_icon.png rename to 248k_2/ressources/fusion/fu_boiler/fu_boiler_entity_icon.png diff --git a/ressources/fusion/fu_boiler/fu_boiler_item.png b/248k_2/ressources/fusion/fu_boiler/fu_boiler_item.png similarity index 100% rename from ressources/fusion/fu_boiler/fu_boiler_item.png rename to 248k_2/ressources/fusion/fu_boiler/fu_boiler_item.png diff --git a/ressources/fusion/fu_burner/fu_burner_entity_animation.png b/248k_2/ressources/fusion/fu_burner/fu_burner_entity_animation.png similarity index 100% rename from ressources/fusion/fu_burner/fu_burner_entity_animation.png rename to 248k_2/ressources/fusion/fu_burner/fu_burner_entity_animation.png diff --git a/ressources/fusion/fu_burner/fu_burner_entity_icon.png b/248k_2/ressources/fusion/fu_burner/fu_burner_entity_icon.png similarity index 100% rename from ressources/fusion/fu_burner/fu_burner_entity_icon.png rename to 248k_2/ressources/fusion/fu_burner/fu_burner_entity_icon.png diff --git a/ressources/fusion/fu_burner/fu_burner_item.png b/248k_2/ressources/fusion/fu_burner/fu_burner_item.png similarity index 100% rename from ressources/fusion/fu_burner/fu_burner_item.png rename to 248k_2/ressources/fusion/fu_burner/fu_burner_item.png diff --git a/ressources/fusion/fu_exchanger/fu_exchanger_entity_animation.png b/248k_2/ressources/fusion/fu_exchanger/fu_exchanger_entity_animation.png similarity index 100% rename from ressources/fusion/fu_exchanger/fu_exchanger_entity_animation.png rename to 248k_2/ressources/fusion/fu_exchanger/fu_exchanger_entity_animation.png diff --git a/ressources/fusion/fu_exchanger/fu_exchanger_entity_icon.png b/248k_2/ressources/fusion/fu_exchanger/fu_exchanger_entity_icon.png similarity index 100% rename from ressources/fusion/fu_exchanger/fu_exchanger_entity_icon.png rename to 248k_2/ressources/fusion/fu_exchanger/fu_exchanger_entity_icon.png diff --git a/ressources/fusion/fu_exchanger/fu_exchanger_item.png b/248k_2/ressources/fusion/fu_exchanger/fu_exchanger_item.png similarity index 100% rename from ressources/fusion/fu_exchanger/fu_exchanger_item.png rename to 248k_2/ressources/fusion/fu_exchanger/fu_exchanger_item.png diff --git a/ressources/fusion/fu_fusor/fu_fusor_entity_animation.png b/248k_2/ressources/fusion/fu_fusor/fu_fusor_entity_animation.png similarity index 100% rename from ressources/fusion/fu_fusor/fu_fusor_entity_animation.png rename to 248k_2/ressources/fusion/fu_fusor/fu_fusor_entity_animation.png diff --git a/ressources/fusion/fu_fusor/fu_fusor_entity_icon.png b/248k_2/ressources/fusion/fu_fusor/fu_fusor_entity_icon.png similarity index 100% rename from ressources/fusion/fu_fusor/fu_fusor_entity_icon.png rename to 248k_2/ressources/fusion/fu_fusor/fu_fusor_entity_icon.png diff --git a/ressources/fusion/fu_fusor/fu_fusor_item.png b/248k_2/ressources/fusion/fu_fusor/fu_fusor_item.png similarity index 100% rename from ressources/fusion/fu_fusor/fu_fusor_item.png rename to 248k_2/ressources/fusion/fu_fusor/fu_fusor_item.png diff --git a/ressources/fusion/fu_fusor/fu_fusor_item_1.png b/248k_2/ressources/fusion/fu_fusor/fu_fusor_item_1.png similarity index 100% rename from ressources/fusion/fu_fusor/fu_fusor_item_1.png rename to 248k_2/ressources/fusion/fu_fusor/fu_fusor_item_1.png diff --git a/ressources/fusion/fu_fusor/fu_fusor_tech_sign_item.png b/248k_2/ressources/fusion/fu_fusor/fu_fusor_tech_sign_item.png similarity index 100% rename from ressources/fusion/fu_fusor/fu_fusor_tech_sign_item.png rename to 248k_2/ressources/fusion/fu_fusor/fu_fusor_tech_sign_item.png diff --git a/ressources/fusion/fu_ingot/fu_ingot_entity_animation.png b/248k_2/ressources/fusion/fu_ingot/fu_ingot_entity_animation.png similarity index 100% rename from ressources/fusion/fu_ingot/fu_ingot_entity_animation.png rename to 248k_2/ressources/fusion/fu_ingot/fu_ingot_entity_animation.png diff --git a/ressources/fusion/fu_ingot/fu_ingot_entity_base.png b/248k_2/ressources/fusion/fu_ingot/fu_ingot_entity_base.png similarity index 100% rename from ressources/fusion/fu_ingot/fu_ingot_entity_base.png rename to 248k_2/ressources/fusion/fu_ingot/fu_ingot_entity_base.png diff --git a/ressources/fusion/fu_ingot/fu_ingot_icon.png b/248k_2/ressources/fusion/fu_ingot/fu_ingot_icon.png similarity index 100% rename from ressources/fusion/fu_ingot/fu_ingot_icon.png rename to 248k_2/ressources/fusion/fu_ingot/fu_ingot_icon.png diff --git a/ressources/fusion/fu_lab/fu_lab_animation.png b/248k_2/ressources/fusion/fu_lab/fu_lab_animation.png similarity index 100% rename from ressources/fusion/fu_lab/fu_lab_animation.png rename to 248k_2/ressources/fusion/fu_lab/fu_lab_animation.png diff --git a/ressources/fusion/fu_lab/fu_lab_icon.png b/248k_2/ressources/fusion/fu_lab/fu_lab_icon.png similarity index 100% rename from ressources/fusion/fu_lab/fu_lab_icon.png rename to 248k_2/ressources/fusion/fu_lab/fu_lab_icon.png diff --git a/ressources/fusion/fu_lab/fu_lab_off.png b/248k_2/ressources/fusion/fu_lab/fu_lab_off.png similarity index 100% rename from ressources/fusion/fu_lab/fu_lab_off.png rename to 248k_2/ressources/fusion/fu_lab/fu_lab_off.png diff --git a/ressources/fusion/fu_laser/fu_laser_entity_base.png b/248k_2/ressources/fusion/fu_laser/fu_laser_entity_base.png similarity index 100% rename from ressources/fusion/fu_laser/fu_laser_entity_base.png rename to 248k_2/ressources/fusion/fu_laser/fu_laser_entity_base.png diff --git a/ressources/fusion/fu_laser/fu_laser_entity_overlay.png b/248k_2/ressources/fusion/fu_laser/fu_laser_entity_overlay.png similarity index 100% rename from ressources/fusion/fu_laser/fu_laser_entity_overlay.png rename to 248k_2/ressources/fusion/fu_laser/fu_laser_entity_overlay.png diff --git a/ressources/fusion/fu_laser/fu_laser_icon.png b/248k_2/ressources/fusion/fu_laser/fu_laser_icon.png similarity index 100% rename from ressources/fusion/fu_laser/fu_laser_icon.png rename to 248k_2/ressources/fusion/fu_laser/fu_laser_icon.png diff --git a/ressources/fusion/fu_lead/fu_lead_crushed_item.png b/248k_2/ressources/fusion/fu_lead/fu_lead_crushed_item.png similarity index 100% rename from ressources/fusion/fu_lead/fu_lead_crushed_item.png rename to 248k_2/ressources/fusion/fu_lead/fu_lead_crushed_item.png diff --git a/ressources/fusion/fu_lead/fu_lead_item.png b/248k_2/ressources/fusion/fu_lead/fu_lead_item.png similarity index 100% rename from ressources/fusion/fu_lead/fu_lead_item.png rename to 248k_2/ressources/fusion/fu_lead/fu_lead_item.png diff --git a/ressources/fusion/fu_lead/fu_lead_ore_item.png b/248k_2/ressources/fusion/fu_lead/fu_lead_ore_item.png similarity index 100% rename from ressources/fusion/fu_lead/fu_lead_ore_item.png rename to 248k_2/ressources/fusion/fu_lead/fu_lead_ore_item.png diff --git a/ressources/fusion/fu_magnet/fu_magnet_entity_base.png b/248k_2/ressources/fusion/fu_magnet/fu_magnet_entity_base.png similarity index 100% rename from ressources/fusion/fu_magnet/fu_magnet_entity_base.png rename to 248k_2/ressources/fusion/fu_magnet/fu_magnet_entity_base.png diff --git a/ressources/fusion/fu_magnet/fu_magnet_entity_overlay.png b/248k_2/ressources/fusion/fu_magnet/fu_magnet_entity_overlay.png similarity index 100% rename from ressources/fusion/fu_magnet/fu_magnet_entity_overlay.png rename to 248k_2/ressources/fusion/fu_magnet/fu_magnet_entity_overlay.png diff --git a/ressources/fusion/fu_magnet/fu_magnet_icon.png b/248k_2/ressources/fusion/fu_magnet/fu_magnet_icon.png similarity index 100% rename from ressources/fusion/fu_magnet/fu_magnet_icon.png rename to 248k_2/ressources/fusion/fu_magnet/fu_magnet_icon.png diff --git a/ressources/fusion/fu_materials/fu_materials_KFK.png b/248k_2/ressources/fusion/fu_materials/fu_materials_KFK.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_KFK.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_KFK.png diff --git a/ressources/fusion/fu_materials/fu_materials_TIM.png b/248k_2/ressources/fusion/fu_materials/fu_materials_TIM.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_TIM.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_TIM.png diff --git a/ressources/fusion/fu_materials/fu_materials_carbon_fiber.png b/248k_2/ressources/fusion/fu_materials/fu_materials_carbon_fiber.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_carbon_fiber.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_carbon_fiber.png diff --git a/ressources/fusion/fu_materials/fu_materials_charged_container.png b/248k_2/ressources/fusion/fu_materials/fu_materials_charged_container.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_charged_container.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_charged_container.png diff --git a/ressources/fusion/fu_materials/fu_materials_empty_container.png b/248k_2/ressources/fusion/fu_materials/fu_materials_empty_container.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_empty_container.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_empty_container.png diff --git a/ressources/fusion/fu_materials/fu_materials_energy_crystal.png b/248k_2/ressources/fusion/fu_materials/fu_materials_energy_crystal.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_energy_crystal.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_energy_crystal.png diff --git a/ressources/fusion/fu_materials/fu_materials_energy_crystal_charged.png b/248k_2/ressources/fusion/fu_materials/fu_materials_energy_crystal_charged.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_energy_crystal_charged.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_energy_crystal_charged.png diff --git a/ressources/fusion/fu_materials/fu_materials_fusion_card.png b/248k_2/ressources/fusion/fu_materials/fu_materials_fusion_card.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_fusion_card.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_fusion_card.png diff --git a/ressources/fusion/fu_materials/fu_materials_gold_ingot.png b/248k_2/ressources/fusion/fu_materials/fu_materials_gold_ingot.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_gold_ingot.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_gold_ingot.png diff --git a/ressources/fusion/fu_materials/fu_materials_laser_card.png b/248k_2/ressources/fusion/fu_materials/fu_materials_laser_card.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_laser_card.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_laser_card.png diff --git a/ressources/fusion/fu_materials/fu_materials_lead_ingot.png b/248k_2/ressources/fusion/fu_materials/fu_materials_lead_ingot.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_lead_ingot.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_lead_ingot.png diff --git a/ressources/fusion/fu_materials/fu_materials_magnet.png b/248k_2/ressources/fusion/fu_materials/fu_materials_magnet.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_magnet.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_magnet.png diff --git a/ressources/fusion/fu_materials/fu_materials_magnet_card.png b/248k_2/ressources/fusion/fu_materials/fu_materials_magnet_card.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_magnet_card.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_magnet_card.png diff --git a/ressources/fusion/fu_materials/fu_materials_neodym_ingot.png b/248k_2/ressources/fusion/fu_materials/fu_materials_neodym_ingot.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_neodym_ingot.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_neodym_ingot.png diff --git a/ressources/fusion/fu_materials/fu_materials_plasma_card.png b/248k_2/ressources/fusion/fu_materials/fu_materials_plasma_card.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_plasma_card.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_plasma_card.png diff --git a/ressources/fusion/fu_materials/fu_materials_pure_lead.png b/248k_2/ressources/fusion/fu_materials/fu_materials_pure_lead.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_pure_lead.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_pure_lead.png diff --git a/ressources/fusion/fu_materials/fu_materials_refined_crystal.png b/248k_2/ressources/fusion/fu_materials/fu_materials_refined_crystal.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_refined_crystal.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_refined_crystal.png diff --git a/ressources/fusion/fu_materials/fu_materials_slag.png b/248k_2/ressources/fusion/fu_materials/fu_materials_slag.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_slag.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_slag.png diff --git a/ressources/fusion/fu_materials/fu_materials_stone.png b/248k_2/ressources/fusion/fu_materials/fu_materials_stone.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_stone.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_stone.png diff --git a/ressources/fusion/fu_materials/fu_materials_titan_ingot.png b/248k_2/ressources/fusion/fu_materials/fu_materials_titan_ingot.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_titan_ingot.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_titan_ingot.png diff --git a/ressources/fusion/fu_materials/fu_materials_upgrade.png b/248k_2/ressources/fusion/fu_materials/fu_materials_upgrade.png similarity index 100% rename from ressources/fusion/fu_materials/fu_materials_upgrade.png rename to 248k_2/ressources/fusion/fu_materials/fu_materials_upgrade.png diff --git a/ressources/fusion/fu_miner/fu_miner_animation.png b/248k_2/ressources/fusion/fu_miner/fu_miner_animation.png similarity index 100% rename from ressources/fusion/fu_miner/fu_miner_animation.png rename to 248k_2/ressources/fusion/fu_miner/fu_miner_animation.png diff --git a/ressources/fusion/fu_miner/fu_miner_base.png b/248k_2/ressources/fusion/fu_miner/fu_miner_base.png similarity index 100% rename from ressources/fusion/fu_miner/fu_miner_base.png rename to 248k_2/ressources/fusion/fu_miner/fu_miner_base.png diff --git a/ressources/fusion/fu_miner/fu_miner_drill.png b/248k_2/ressources/fusion/fu_miner/fu_miner_drill.png similarity index 100% rename from ressources/fusion/fu_miner/fu_miner_drill.png rename to 248k_2/ressources/fusion/fu_miner/fu_miner_drill.png diff --git a/ressources/fusion/fu_miner/fu_miner_icon.png b/248k_2/ressources/fusion/fu_miner/fu_miner_icon.png similarity index 100% rename from ressources/fusion/fu_miner/fu_miner_icon.png rename to 248k_2/ressources/fusion/fu_miner/fu_miner_icon.png diff --git a/ressources/fusion/fu_plasma/fu_plasma_entity_animation.png b/248k_2/ressources/fusion/fu_plasma/fu_plasma_entity_animation.png similarity index 100% rename from ressources/fusion/fu_plasma/fu_plasma_entity_animation.png rename to 248k_2/ressources/fusion/fu_plasma/fu_plasma_entity_animation.png diff --git a/ressources/fusion/fu_plasma/fu_plasma_entity_base.png b/248k_2/ressources/fusion/fu_plasma/fu_plasma_entity_base.png similarity index 100% rename from ressources/fusion/fu_plasma/fu_plasma_entity_base.png rename to 248k_2/ressources/fusion/fu_plasma/fu_plasma_entity_base.png diff --git a/ressources/fusion/fu_plasma/fu_plasma_icon.png b/248k_2/ressources/fusion/fu_plasma/fu_plasma_icon.png similarity index 100% rename from ressources/fusion/fu_plasma/fu_plasma_icon.png rename to 248k_2/ressources/fusion/fu_plasma/fu_plasma_icon.png diff --git a/ressources/fusion/fu_reactor/fu_reactor_stelar_entity_base.png b/248k_2/ressources/fusion/fu_reactor/fu_reactor_stelar_entity_base.png similarity index 100% rename from ressources/fusion/fu_reactor/fu_reactor_stelar_entity_base.png rename to 248k_2/ressources/fusion/fu_reactor/fu_reactor_stelar_entity_base.png diff --git a/ressources/fusion/fu_reactor/fu_reactor_stelar_entity_icon.png b/248k_2/ressources/fusion/fu_reactor/fu_reactor_stelar_entity_icon.png similarity index 100% rename from ressources/fusion/fu_reactor/fu_reactor_stelar_entity_icon.png rename to 248k_2/ressources/fusion/fu_reactor/fu_reactor_stelar_entity_icon.png diff --git a/ressources/fusion/fu_reactor/fu_reactor_stelar_entity_overlay.png b/248k_2/ressources/fusion/fu_reactor/fu_reactor_stelar_entity_overlay.png similarity index 100% rename from ressources/fusion/fu_reactor/fu_reactor_stelar_entity_overlay.png rename to 248k_2/ressources/fusion/fu_reactor/fu_reactor_stelar_entity_overlay.png diff --git a/ressources/fusion/fu_reactor/fu_reactor_tokamak_entity_animation.png b/248k_2/ressources/fusion/fu_reactor/fu_reactor_tokamak_entity_animation.png similarity index 100% rename from ressources/fusion/fu_reactor/fu_reactor_tokamak_entity_animation.png rename to 248k_2/ressources/fusion/fu_reactor/fu_reactor_tokamak_entity_animation.png diff --git a/ressources/fusion/fu_reactor/fu_reactor_tokamak_entity_icon.png b/248k_2/ressources/fusion/fu_reactor/fu_reactor_tokamak_entity_icon.png similarity index 100% rename from ressources/fusion/fu_reactor/fu_reactor_tokamak_entity_icon.png rename to 248k_2/ressources/fusion/fu_reactor/fu_reactor_tokamak_entity_icon.png diff --git a/ressources/fusion/fu_robo/fu_robo_construction_entity_animation.png b/248k_2/ressources/fusion/fu_robo/fu_robo_construction_entity_animation.png similarity index 100% rename from ressources/fusion/fu_robo/fu_robo_construction_entity_animation.png rename to 248k_2/ressources/fusion/fu_robo/fu_robo_construction_entity_animation.png diff --git a/ressources/fusion/fu_robo/fu_robo_construction_entity_icon.png b/248k_2/ressources/fusion/fu_robo/fu_robo_construction_entity_icon.png similarity index 100% rename from ressources/fusion/fu_robo/fu_robo_construction_entity_icon.png rename to 248k_2/ressources/fusion/fu_robo/fu_robo_construction_entity_icon.png diff --git a/ressources/fusion/fu_robo/fu_robo_construction_item.png b/248k_2/ressources/fusion/fu_robo/fu_robo_construction_item.png similarity index 100% rename from ressources/fusion/fu_robo/fu_robo_construction_item.png rename to 248k_2/ressources/fusion/fu_robo/fu_robo_construction_item.png diff --git a/ressources/fusion/fu_robo/fu_robo_logistic_entity_animation.png b/248k_2/ressources/fusion/fu_robo/fu_robo_logistic_entity_animation.png similarity index 100% rename from ressources/fusion/fu_robo/fu_robo_logistic_entity_animation.png rename to 248k_2/ressources/fusion/fu_robo/fu_robo_logistic_entity_animation.png diff --git a/ressources/fusion/fu_robo/fu_robo_logistic_entity_icon.png b/248k_2/ressources/fusion/fu_robo/fu_robo_logistic_entity_icon.png similarity index 100% rename from ressources/fusion/fu_robo/fu_robo_logistic_entity_icon.png rename to 248k_2/ressources/fusion/fu_robo/fu_robo_logistic_entity_icon.png diff --git a/ressources/fusion/fu_robo/fu_robo_logistic_item.png b/248k_2/ressources/fusion/fu_robo/fu_robo_logistic_item.png similarity index 100% rename from ressources/fusion/fu_robo/fu_robo_logistic_item.png rename to 248k_2/ressources/fusion/fu_robo/fu_robo_logistic_item.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_data_card_1_item.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_data_card_1_item.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_data_card_1_item.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_data_card_1_item.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_data_card_2_item.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_data_card_2_item.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_data_card_2_item.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_data_card_2_item.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_data_card_3_item.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_data_card_3_item.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_data_card_3_item.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_data_card_3_item.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_deep_probe_item.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_deep_probe_item.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_deep_probe_item.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_deep_probe_item.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_down_matter_item.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_down_matter_item.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_down_matter_item.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_down_matter_item.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_ore_item.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_ore_item.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_ore_item.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_ore_item.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_probe_item.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_probe_item.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_probe_item.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_probe_item.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_science_item.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_science_item.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_science_item.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_science_item.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_science_item_1.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_science_item_1.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_science_item_1.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_science_item_1.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_science_item_krastorio.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_science_item_krastorio.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_science_item_krastorio.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_science_item_krastorio.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_sputnik_item.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_sputnik_item.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_sputnik_item.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_sputnik_item.png diff --git a/ressources/fusion/fu_space_probe/fu_space_probe_up_matter_item.png b/248k_2/ressources/fusion/fu_space_probe/fu_space_probe_up_matter_item.png similarity index 100% rename from ressources/fusion/fu_space_probe/fu_space_probe_up_matter_item.png rename to 248k_2/ressources/fusion/fu_space_probe/fu_space_probe_up_matter_item.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_entity_animation.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_entity_animation.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_entity_animation.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_entity_animation.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_entity_icon.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_entity_icon.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_entity_icon.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_entity_icon.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_item.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_item.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_item.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_caster/fu_star_engine_caster_item.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_animation.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_animation.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_animation.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_animation.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_base.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_base.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_base.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_base.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_icon.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_icon.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_icon.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler/fu_star_engine_cooler_icon.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_animation.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_animation.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_animation.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_animation.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_base.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_base.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_base.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_base.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_icon.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_icon.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_icon.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/fu_star_engine_cooler_up_icon.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_animation.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_animation.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_animation.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_animation.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_base.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_base.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_base.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_base.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_icon.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_icon.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_icon.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_core/fu_star_engine_core_icon.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_animation.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_animation.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_animation.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_animation.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_base.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_base.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_base.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_base.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_icon.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_icon.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_icon.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater/fu_star_engine_heater_icon.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_animation.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_animation.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_animation.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_animation.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_base.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_base.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_base.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_base.png diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_icon.png b/248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_icon.png similarity index 100% rename from ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_icon.png rename to 248k_2/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/fu_star_engine_heater_left_icon.png diff --git a/ressources/fusion/fu_turbine/fu_turbine_entity_animation.png b/248k_2/ressources/fusion/fu_turbine/fu_turbine_entity_animation.png similarity index 100% rename from ressources/fusion/fu_turbine/fu_turbine_entity_animation.png rename to 248k_2/ressources/fusion/fu_turbine/fu_turbine_entity_animation.png diff --git a/ressources/fusion/fu_turbine/fu_turbine_entity_base.png b/248k_2/ressources/fusion/fu_turbine/fu_turbine_entity_base.png similarity index 100% rename from ressources/fusion/fu_turbine/fu_turbine_entity_base.png rename to 248k_2/ressources/fusion/fu_turbine/fu_turbine_entity_base.png diff --git a/ressources/fusion/fu_turbine/fu_turbine_icon.png b/248k_2/ressources/fusion/fu_turbine/fu_turbine_icon.png similarity index 100% rename from ressources/fusion/fu_turbine/fu_turbine_icon.png rename to 248k_2/ressources/fusion/fu_turbine/fu_turbine_icon.png diff --git a/ressources/gravitation/gr_black_hole/gr_black_hole_base_animation.png b/248k_2/ressources/gravitation/gr_black_hole/gr_black_hole_base_animation.png similarity index 100% rename from ressources/gravitation/gr_black_hole/gr_black_hole_base_animation.png rename to 248k_2/ressources/gravitation/gr_black_hole/gr_black_hole_base_animation.png diff --git a/ressources/gravitation/gr_black_hole/gr_black_hole_item.png b/248k_2/ressources/gravitation/gr_black_hole/gr_black_hole_item.png similarity index 100% rename from ressources/gravitation/gr_black_hole/gr_black_hole_item.png rename to 248k_2/ressources/gravitation/gr_black_hole/gr_black_hole_item.png diff --git a/ressources/gravitation/gr_black_hole/gr_black_hole_working_animation.png b/248k_2/ressources/gravitation/gr_black_hole/gr_black_hole_working_animation.png similarity index 100% rename from ressources/gravitation/gr_black_hole/gr_black_hole_working_animation.png rename to 248k_2/ressources/gravitation/gr_black_hole/gr_black_hole_working_animation.png diff --git a/ressources/gravitation/gr_charger/gr_charger_entity_animation.png b/248k_2/ressources/gravitation/gr_charger/gr_charger_entity_animation.png similarity index 100% rename from ressources/gravitation/gr_charger/gr_charger_entity_animation.png rename to 248k_2/ressources/gravitation/gr_charger/gr_charger_entity_animation.png diff --git a/ressources/gravitation/gr_charger/gr_charger_entity_icon.png b/248k_2/ressources/gravitation/gr_charger/gr_charger_entity_icon.png similarity index 100% rename from ressources/gravitation/gr_charger/gr_charger_entity_icon.png rename to 248k_2/ressources/gravitation/gr_charger/gr_charger_entity_icon.png diff --git a/ressources/gravitation/gr_crafter/gr_crafter_entity_animation.png b/248k_2/ressources/gravitation/gr_crafter/gr_crafter_entity_animation.png similarity index 100% rename from ressources/gravitation/gr_crafter/gr_crafter_entity_animation.png rename to 248k_2/ressources/gravitation/gr_crafter/gr_crafter_entity_animation.png diff --git a/ressources/gravitation/gr_crafter/gr_crafter_entity_icon.png b/248k_2/ressources/gravitation/gr_crafter/gr_crafter_entity_icon.png similarity index 100% rename from ressources/gravitation/gr_crafter/gr_crafter_entity_icon.png rename to 248k_2/ressources/gravitation/gr_crafter/gr_crafter_entity_icon.png diff --git a/ressources/gravitation/gr_lab/gr_lab_animation.png b/248k_2/ressources/gravitation/gr_lab/gr_lab_animation.png similarity index 100% rename from ressources/gravitation/gr_lab/gr_lab_animation.png rename to 248k_2/ressources/gravitation/gr_lab/gr_lab_animation.png diff --git a/ressources/gravitation/gr_lab/gr_lab_item.png b/248k_2/ressources/gravitation/gr_lab/gr_lab_item.png similarity index 100% rename from ressources/gravitation/gr_lab/gr_lab_item.png rename to 248k_2/ressources/gravitation/gr_lab/gr_lab_item.png diff --git a/ressources/gravitation/gr_lab/gr_lab_off_animation.png b/248k_2/ressources/gravitation/gr_lab/gr_lab_off_animation.png similarity index 100% rename from ressources/gravitation/gr_lab/gr_lab_off_animation.png rename to 248k_2/ressources/gravitation/gr_lab/gr_lab_off_animation.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_animation_1.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_animation_1.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_animation_1.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_animation_1.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_animation_2.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_animation_2.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_animation_2.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_animation_2.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_item.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_item.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_item.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_item.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_animation_1.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_animation_1.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_animation_1.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_animation_1.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_animation_2.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_animation_2.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_animation_2.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_animation_2.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_item.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_item.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_item.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_pre_item.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_animation.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_animation.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_animation.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_animation.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_item.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_item.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_item.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_item.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_pre_animation.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_pre_animation.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_pre_animation.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_pre_animation.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_pre_item.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_pre_item.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_pre_item.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_wagon_pre_item.png diff --git a/ressources/gravitation/gr_magnet_train/gr_magnet_train_wheels_animation.png b/248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_wheels_animation.png similarity index 100% rename from ressources/gravitation/gr_magnet_train/gr_magnet_train_wheels_animation.png rename to 248k_2/ressources/gravitation/gr_magnet_train/gr_magnet_train_wheels_animation.png diff --git a/ressources/gravitation/gr_materials/gr_materials_blue_data_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_blue_data_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_blue_data_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_blue_data_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_blue_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_blue_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_blue_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_blue_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_blue_pack_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_blue_pack_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_blue_pack_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_blue_pack_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_charge_entity.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_charge_entity.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_charge_entity.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_charge_entity.png diff --git a/ressources/gravitation/gr_materials/gr_materials_charge_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_charge_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_charge_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_charge_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_circuit.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_circuit.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_circuit.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_circuit.png diff --git a/ressources/gravitation/gr_materials/gr_materials_cooked_crystal_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_cooked_crystal_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_cooked_crystal_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_cooked_crystal_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_crushed_exotic_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_crushed_exotic_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_crushed_exotic_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_crushed_exotic_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_data_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_data_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_data_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_data_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_data_stacked_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_data_stacked_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_data_stacked_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_data_stacked_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_fusion_cell_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_fusion_cell_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_fusion_cell_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_fusion_cell_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_gold_wire.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_gold_wire.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_gold_wire.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_gold_wire.png diff --git a/ressources/gravitation/gr_materials/gr_materials_green_data_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_green_data_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_green_data_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_green_data_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_green_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_green_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_green_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_green_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_green_pack_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_green_pack_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_green_pack_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_green_pack_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_grey_data_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_grey_data_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_grey_data_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_grey_data_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_grey_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_grey_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_grey_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_grey_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_grey_pack_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_grey_pack_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_grey_pack_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_grey_pack_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_magnet.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_magnet.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_magnet.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_magnet.png diff --git a/ressources/gravitation/gr_materials/gr_materials_pcb.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_pcb.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_pcb.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_pcb.png diff --git a/ressources/gravitation/gr_materials/gr_materials_plasma_cube.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_plasma_cube.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_plasma_cube.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_plasma_cube.png diff --git a/ressources/gravitation/gr_materials/gr_materials_plastic.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_plastic.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_plastic.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_plastic.png diff --git a/ressources/gravitation/gr_materials/gr_materials_purple_data_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_purple_data_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_purple_data_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_purple_data_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_purple_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_purple_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_purple_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_purple_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_purple_pack_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_purple_pack_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_purple_pack_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_purple_pack_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_red_data_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_red_data_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_red_data_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_red_data_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_red_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_red_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_red_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_red_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_red_pack_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_red_pack_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_red_pack_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_red_pack_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_refined_crystal_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_refined_crystal_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_refined_crystal_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_refined_crystal_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_stabilizer_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_stabilizer_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_stabilizer_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_stabilizer_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_stack_down_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_stack_down_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_stack_down_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_stack_down_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_stack_up_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_stack_up_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_stack_up_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_stack_up_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_upgrade.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_upgrade.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_upgrade.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_upgrade.png diff --git a/ressources/gravitation/gr_materials/gr_materials_white_data_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_white_data_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_white_data_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_white_data_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_white_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_white_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_white_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_white_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_white_pack_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_white_pack_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_white_pack_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_white_pack_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_yellow_data_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_yellow_data_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_yellow_data_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_yellow_data_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_yellow_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_yellow_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_yellow_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_yellow_item.png diff --git a/ressources/gravitation/gr_materials/gr_materials_yellow_pack_item.png b/248k_2/ressources/gravitation/gr_materials/gr_materials_yellow_pack_item.png similarity index 100% rename from ressources/gravitation/gr_materials/gr_materials_yellow_pack_item.png rename to 248k_2/ressources/gravitation/gr_materials/gr_materials_yellow_pack_item.png diff --git a/ressources/gravitation/gr_white_hole/gr_white_hole_animation.png b/248k_2/ressources/gravitation/gr_white_hole/gr_white_hole_animation.png similarity index 100% rename from ressources/gravitation/gr_white_hole/gr_white_hole_animation.png rename to 248k_2/ressources/gravitation/gr_white_hole/gr_white_hole_animation.png diff --git a/ressources/gravitation/gr_white_hole/gr_white_hole_item.png b/248k_2/ressources/gravitation/gr_white_hole/gr_white_hole_item.png similarity index 100% rename from ressources/gravitation/gr_white_hole/gr_white_hole_item.png rename to 248k_2/ressources/gravitation/gr_white_hole/gr_white_hole_item.png diff --git a/ressources/grenade/el_grenade.png b/248k_2/ressources/grenade/el_grenade.png similarity index 100% rename from ressources/grenade/el_grenade.png rename to 248k_2/ressources/grenade/el_grenade.png diff --git a/ressources/grenade/fi_grenade.png b/248k_2/ressources/grenade/fi_grenade.png similarity index 100% rename from ressources/grenade/fi_grenade.png rename to 248k_2/ressources/grenade/fi_grenade.png diff --git a/ressources/grenade/fu_grenade.png b/248k_2/ressources/grenade/fu_grenade.png similarity index 100% rename from ressources/grenade/fu_grenade.png rename to 248k_2/ressources/grenade/fu_grenade.png diff --git a/ressources/groups/el_group_icon.png b/248k_2/ressources/groups/el_group_icon.png similarity index 100% rename from ressources/groups/el_group_icon.png rename to 248k_2/ressources/groups/el_group_icon.png diff --git a/ressources/groups/fi_group_icon.png b/248k_2/ressources/groups/fi_group_icon.png similarity index 100% rename from ressources/groups/fi_group_icon.png rename to 248k_2/ressources/groups/fi_group_icon.png diff --git a/ressources/groups/fu_group_icon.png b/248k_2/ressources/groups/fu_group_icon.png similarity index 100% rename from ressources/groups/fu_group_icon.png rename to 248k_2/ressources/groups/fu_group_icon.png diff --git a/ressources/groups/gr_group_icon.png b/248k_2/ressources/groups/gr_group_icon.png similarity index 100% rename from ressources/groups/gr_group_icon.png rename to 248k_2/ressources/groups/gr_group_icon.png diff --git a/ressources/icons/fi_cracking_kerosene.png b/248k_2/ressources/icons/fi_cracking_kerosene.png similarity index 100% rename from ressources/icons/fi_cracking_kerosene.png rename to 248k_2/ressources/icons/fi_cracking_kerosene.png diff --git a/ressources/icons/fi_cracking_kerosene_coal.png b/248k_2/ressources/icons/fi_cracking_kerosene_coal.png similarity index 100% rename from ressources/icons/fi_cracking_kerosene_coal.png rename to 248k_2/ressources/icons/fi_cracking_kerosene_coal.png diff --git a/ressources/icons/fi_refining_basic.png b/248k_2/ressources/icons/fi_refining_basic.png similarity index 100% rename from ressources/icons/fi_refining_basic.png rename to 248k_2/ressources/icons/fi_refining_basic.png diff --git a/ressources/icons/fi_refining_coal.png b/248k_2/ressources/icons/fi_refining_coal.png similarity index 100% rename from ressources/icons/fi_refining_coal.png rename to 248k_2/ressources/icons/fi_refining_coal.png diff --git a/ressources/icons/fi_refining_sulfur.png b/248k_2/ressources/icons/fi_refining_sulfur.png similarity index 100% rename from ressources/icons/fi_refining_sulfur.png rename to 248k_2/ressources/icons/fi_refining_sulfur.png diff --git a/ressources/icons/fi_rocket_1.png b/248k_2/ressources/icons/fi_rocket_1.png similarity index 100% rename from ressources/icons/fi_rocket_1.png rename to 248k_2/ressources/icons/fi_rocket_1.png diff --git a/ressources/icons/fi_rocket_2.png b/248k_2/ressources/icons/fi_rocket_2.png similarity index 100% rename from ressources/icons/fi_rocket_2.png rename to 248k_2/ressources/icons/fi_rocket_2.png diff --git a/ressources/icons/fi_solid_1.png b/248k_2/ressources/icons/fi_solid_1.png similarity index 100% rename from ressources/icons/fi_solid_1.png rename to 248k_2/ressources/icons/fi_solid_1.png diff --git a/ressources/icons/fi_solid_2.png b/248k_2/ressources/icons/fi_solid_2.png similarity index 100% rename from ressources/icons/fi_solid_2.png rename to 248k_2/ressources/icons/fi_solid_2.png diff --git a/ressources/icons/fi_upgrade.png b/248k_2/ressources/icons/fi_upgrade.png similarity index 100% rename from ressources/icons/fi_upgrade.png rename to 248k_2/ressources/icons/fi_upgrade.png diff --git a/ressources/icons/fu_upgrade.png b/248k_2/ressources/icons/fu_upgrade.png similarity index 100% rename from ressources/icons/fu_upgrade.png rename to 248k_2/ressources/icons/fu_upgrade.png diff --git a/ressources/icons/gr_upgrade.png b/248k_2/ressources/icons/gr_upgrade.png similarity index 100% rename from ressources/icons/gr_upgrade.png rename to 248k_2/ressources/icons/gr_upgrade.png diff --git a/ressources/icons/overlay_1.png b/248k_2/ressources/icons/overlay_1.png similarity index 100% rename from ressources/icons/overlay_1.png rename to 248k_2/ressources/icons/overlay_1.png diff --git a/ressources/icons/overlay_2.png b/248k_2/ressources/icons/overlay_2.png similarity index 100% rename from ressources/icons/overlay_2.png rename to 248k_2/ressources/icons/overlay_2.png diff --git a/ressources/icons/overlay_3.png b/248k_2/ressources/icons/overlay_3.png similarity index 100% rename from ressources/icons/overlay_3.png rename to 248k_2/ressources/icons/overlay_3.png diff --git a/ressources/icons/overlay_4.png b/248k_2/ressources/icons/overlay_4.png similarity index 100% rename from ressources/icons/overlay_4.png rename to 248k_2/ressources/icons/overlay_4.png diff --git a/ressources/icons/overlay_copper.png b/248k_2/ressources/icons/overlay_copper.png similarity index 100% rename from ressources/icons/overlay_copper.png rename to 248k_2/ressources/icons/overlay_copper.png diff --git a/ressources/icons/overlay_iron.png b/248k_2/ressources/icons/overlay_iron.png similarity index 100% rename from ressources/icons/overlay_iron.png rename to 248k_2/ressources/icons/overlay_iron.png diff --git a/ressources/icons/overlay_slag.png b/248k_2/ressources/icons/overlay_slag.png similarity index 100% rename from ressources/icons/overlay_slag.png rename to 248k_2/ressources/icons/overlay_slag.png diff --git a/ressources/icons/overlay_stone.png b/248k_2/ressources/icons/overlay_stone.png similarity index 100% rename from ressources/icons/overlay_stone.png rename to 248k_2/ressources/icons/overlay_stone.png diff --git a/ressources/icons/overlay_uranium.png b/248k_2/ressources/icons/overlay_uranium.png similarity index 100% rename from ressources/icons/overlay_uranium.png rename to 248k_2/ressources/icons/overlay_uranium.png diff --git a/ressources/legacy_icons/fi_materials_gold.png b/248k_2/ressources/legacy_icons/fi_materials_gold.png similarity index 100% rename from ressources/legacy_icons/fi_materials_gold.png rename to 248k_2/ressources/legacy_icons/fi_materials_gold.png diff --git a/ressources/legacy_icons/fi_materials_neodym.png b/248k_2/ressources/legacy_icons/fi_materials_neodym.png similarity index 100% rename from ressources/legacy_icons/fi_materials_neodym.png rename to 248k_2/ressources/legacy_icons/fi_materials_neodym.png diff --git a/ressources/legacy_icons/fi_materials_titan.png b/248k_2/ressources/legacy_icons/fi_materials_titan.png similarity index 100% rename from ressources/legacy_icons/fi_materials_titan.png rename to 248k_2/ressources/legacy_icons/fi_materials_titan.png diff --git a/ressources/particles/explosion.png b/248k_2/ressources/particles/explosion.png similarity index 100% rename from ressources/particles/explosion.png rename to 248k_2/ressources/particles/explosion.png diff --git a/ressources/pipe_covers/64_empty.png b/248k_2/ressources/pipe_covers/64_empty.png similarity index 100% rename from ressources/pipe_covers/64_empty.png rename to 248k_2/ressources/pipe_covers/64_empty.png diff --git a/ressources/pipe_covers/east_covers.png b/248k_2/ressources/pipe_covers/east_covers.png similarity index 100% rename from ressources/pipe_covers/east_covers.png rename to 248k_2/ressources/pipe_covers/east_covers.png diff --git a/ressources/pipe_covers/north_basic_covers.png b/248k_2/ressources/pipe_covers/north_basic_covers.png similarity index 100% rename from ressources/pipe_covers/north_basic_covers.png rename to 248k_2/ressources/pipe_covers/north_basic_covers.png diff --git a/ressources/pipe_covers/north_covers.png b/248k_2/ressources/pipe_covers/north_covers.png similarity index 100% rename from ressources/pipe_covers/north_covers.png rename to 248k_2/ressources/pipe_covers/north_covers.png diff --git a/ressources/pipe_covers/north_long_basic_covers.png b/248k_2/ressources/pipe_covers/north_long_basic_covers.png similarity index 100% rename from ressources/pipe_covers/north_long_basic_covers.png rename to 248k_2/ressources/pipe_covers/north_long_basic_covers.png diff --git a/ressources/pipe_covers/south_basic_covers.png b/248k_2/ressources/pipe_covers/south_basic_covers.png similarity index 100% rename from ressources/pipe_covers/south_basic_covers.png rename to 248k_2/ressources/pipe_covers/south_basic_covers.png diff --git a/ressources/pipe_covers/south_covers.png b/248k_2/ressources/pipe_covers/south_covers.png similarity index 100% rename from ressources/pipe_covers/south_covers.png rename to 248k_2/ressources/pipe_covers/south_covers.png diff --git a/ressources/pipe_covers/south_covers_grey.png b/248k_2/ressources/pipe_covers/south_covers_grey.png similarity index 100% rename from ressources/pipe_covers/south_covers_grey.png rename to 248k_2/ressources/pipe_covers/south_covers_grey.png diff --git a/ressources/pipe_covers/west_covers.png b/248k_2/ressources/pipe_covers/west_covers.png similarity index 100% rename from ressources/pipe_covers/west_covers.png rename to 248k_2/ressources/pipe_covers/west_covers.png diff --git a/ressources/science/blue_science.png b/248k_2/ressources/science/blue_science.png similarity index 100% rename from ressources/science/blue_science.png rename to 248k_2/ressources/science/blue_science.png diff --git a/ressources/science/blue_science_tech.png b/248k_2/ressources/science/blue_science_tech.png similarity index 100% rename from ressources/science/blue_science_tech.png rename to 248k_2/ressources/science/blue_science_tech.png diff --git a/ressources/science/exotic_science.png b/248k_2/ressources/science/exotic_science.png similarity index 100% rename from ressources/science/exotic_science.png rename to 248k_2/ressources/science/exotic_science.png diff --git a/ressources/science/exotic_science_tech.png b/248k_2/ressources/science/exotic_science_tech.png similarity index 100% rename from ressources/science/exotic_science_tech.png rename to 248k_2/ressources/science/exotic_science_tech.png diff --git a/ressources/science/green_science.png b/248k_2/ressources/science/green_science.png similarity index 100% rename from ressources/science/green_science.png rename to 248k_2/ressources/science/green_science.png diff --git a/ressources/science/green_science_tech.png b/248k_2/ressources/science/green_science_tech.png similarity index 100% rename from ressources/science/green_science_tech.png rename to 248k_2/ressources/science/green_science_tech.png diff --git a/ressources/science/grey_science.png b/248k_2/ressources/science/grey_science.png similarity index 100% rename from ressources/science/grey_science.png rename to 248k_2/ressources/science/grey_science.png diff --git a/ressources/science/grey_science_tech.png b/248k_2/ressources/science/grey_science_tech.png similarity index 100% rename from ressources/science/grey_science_tech.png rename to 248k_2/ressources/science/grey_science_tech.png diff --git a/ressources/science/purple_science.png b/248k_2/ressources/science/purple_science.png similarity index 100% rename from ressources/science/purple_science.png rename to 248k_2/ressources/science/purple_science.png diff --git a/ressources/science/purple_science_tech.png b/248k_2/ressources/science/purple_science_tech.png similarity index 100% rename from ressources/science/purple_science_tech.png rename to 248k_2/ressources/science/purple_science_tech.png diff --git a/ressources/science/red_science.png b/248k_2/ressources/science/red_science.png similarity index 100% rename from ressources/science/red_science.png rename to 248k_2/ressources/science/red_science.png diff --git a/ressources/science/red_science_tech.png b/248k_2/ressources/science/red_science_tech.png similarity index 100% rename from ressources/science/red_science_tech.png rename to 248k_2/ressources/science/red_science_tech.png diff --git a/ressources/science/white_science.png b/248k_2/ressources/science/white_science.png similarity index 100% rename from ressources/science/white_science.png rename to 248k_2/ressources/science/white_science.png diff --git a/ressources/science/white_science_tech.png b/248k_2/ressources/science/white_science_tech.png similarity index 100% rename from ressources/science/white_science_tech.png rename to 248k_2/ressources/science/white_science_tech.png diff --git a/ressources/science/yellow_science.png b/248k_2/ressources/science/yellow_science.png similarity index 100% rename from ressources/science/yellow_science.png rename to 248k_2/ressources/science/yellow_science.png diff --git a/ressources/science/yellow_science_tech.png b/248k_2/ressources/science/yellow_science_tech.png similarity index 100% rename from ressources/science/yellow_science_tech.png rename to 248k_2/ressources/science/yellow_science_tech.png diff --git a/ressources/techs/el_ALK_tech.png b/248k_2/ressources/techs/el_ALK_tech.png similarity index 100% rename from ressources/techs/el_ALK_tech.png rename to 248k_2/ressources/techs/el_ALK_tech.png diff --git a/ressources/techs/el_aluminum_tech.png b/248k_2/ressources/techs/el_aluminum_tech.png similarity index 100% rename from ressources/techs/el_aluminum_tech.png rename to 248k_2/ressources/techs/el_aluminum_tech.png diff --git a/ressources/techs/el_arc_furnace_tech.png b/248k_2/ressources/techs/el_arc_furnace_tech.png similarity index 100% rename from ressources/techs/el_arc_furnace_tech.png rename to 248k_2/ressources/techs/el_arc_furnace_tech.png diff --git a/ressources/techs/el_burner_tech.png b/248k_2/ressources/techs/el_burner_tech.png similarity index 100% rename from ressources/techs/el_burner_tech.png rename to 248k_2/ressources/techs/el_burner_tech.png diff --git a/ressources/techs/el_caster_tech.png b/248k_2/ressources/techs/el_caster_tech.png similarity index 100% rename from ressources/techs/el_caster_tech.png rename to 248k_2/ressources/techs/el_caster_tech.png diff --git a/ressources/techs/el_charger_tech.png b/248k_2/ressources/techs/el_charger_tech.png similarity index 100% rename from ressources/techs/el_charger_tech.png rename to 248k_2/ressources/techs/el_charger_tech.png diff --git a/ressources/techs/el_crystal_tech.png b/248k_2/ressources/techs/el_crystal_tech.png similarity index 100% rename from ressources/techs/el_crystal_tech.png rename to 248k_2/ressources/techs/el_crystal_tech.png diff --git a/ressources/techs/el_energy_tech.png b/248k_2/ressources/techs/el_energy_tech.png similarity index 100% rename from ressources/techs/el_energy_tech.png rename to 248k_2/ressources/techs/el_energy_tech.png diff --git a/ressources/techs/el_grenade_tech.png b/248k_2/ressources/techs/el_grenade_tech.png similarity index 100% rename from ressources/techs/el_grenade_tech.png rename to 248k_2/ressources/techs/el_grenade_tech.png diff --git a/ressources/techs/el_grower_tech.png b/248k_2/ressources/techs/el_grower_tech.png similarity index 100% rename from ressources/techs/el_grower_tech.png rename to 248k_2/ressources/techs/el_grower_tech.png diff --git a/ressources/techs/el_kerosene_tech.png b/248k_2/ressources/techs/el_kerosene_tech.png similarity index 100% rename from ressources/techs/el_kerosene_tech.png rename to 248k_2/ressources/techs/el_kerosene_tech.png diff --git a/ressources/techs/el_ki_eff_1_tech.png b/248k_2/ressources/techs/el_ki_eff_1_tech.png similarity index 100% rename from ressources/techs/el_ki_eff_1_tech.png rename to 248k_2/ressources/techs/el_ki_eff_1_tech.png diff --git a/ressources/techs/el_ki_eff_2_tech.png b/248k_2/ressources/techs/el_ki_eff_2_tech.png similarity index 100% rename from ressources/techs/el_ki_eff_2_tech.png rename to 248k_2/ressources/techs/el_ki_eff_2_tech.png diff --git a/ressources/techs/el_ki_eff_3_tech.png b/248k_2/ressources/techs/el_ki_eff_3_tech.png similarity index 100% rename from ressources/techs/el_ki_eff_3_tech.png rename to 248k_2/ressources/techs/el_ki_eff_3_tech.png diff --git a/ressources/techs/el_ki_sup_1_tech.png b/248k_2/ressources/techs/el_ki_sup_1_tech.png similarity index 100% rename from ressources/techs/el_ki_sup_1_tech.png rename to 248k_2/ressources/techs/el_ki_sup_1_tech.png diff --git a/ressources/techs/el_ki_sup_2_tech.png b/248k_2/ressources/techs/el_ki_sup_2_tech.png similarity index 100% rename from ressources/techs/el_ki_sup_2_tech.png rename to 248k_2/ressources/techs/el_ki_sup_2_tech.png diff --git a/ressources/techs/el_ki_sup_3_tech.png b/248k_2/ressources/techs/el_ki_sup_3_tech.png similarity index 100% rename from ressources/techs/el_ki_sup_3_tech.png rename to 248k_2/ressources/techs/el_ki_sup_3_tech.png diff --git a/ressources/techs/el_ki_sup_4_tech.png b/248k_2/ressources/techs/el_ki_sup_4_tech.png similarity index 100% rename from ressources/techs/el_ki_sup_4_tech.png rename to 248k_2/ressources/techs/el_ki_sup_4_tech.png diff --git a/ressources/techs/el_ki_tech.png b/248k_2/ressources/techs/el_ki_tech.png similarity index 100% rename from ressources/techs/el_ki_tech.png rename to 248k_2/ressources/techs/el_ki_tech.png diff --git a/ressources/techs/el_lithium_tech.png b/248k_2/ressources/techs/el_lithium_tech.png similarity index 100% rename from ressources/techs/el_lithium_tech.png rename to 248k_2/ressources/techs/el_lithium_tech.png diff --git a/ressources/techs/el_purifier_2_tech.png b/248k_2/ressources/techs/el_purifier_2_tech.png similarity index 100% rename from ressources/techs/el_purifier_2_tech.png rename to 248k_2/ressources/techs/el_purifier_2_tech.png diff --git a/ressources/techs/el_purifier_tech.png b/248k_2/ressources/techs/el_purifier_tech.png similarity index 100% rename from ressources/techs/el_purifier_tech.png rename to 248k_2/ressources/techs/el_purifier_tech.png diff --git a/ressources/techs/el_solar_tech.png b/248k_2/ressources/techs/el_solar_tech.png similarity index 100% rename from ressources/techs/el_solar_tech.png rename to 248k_2/ressources/techs/el_solar_tech.png diff --git a/ressources/techs/el_stage_tech.png b/248k_2/ressources/techs/el_stage_tech.png similarity index 100% rename from ressources/techs/el_stage_tech.png rename to 248k_2/ressources/techs/el_stage_tech.png diff --git a/ressources/techs/el_train_tech.png b/248k_2/ressources/techs/el_train_tech.png similarity index 100% rename from ressources/techs/el_train_tech.png rename to 248k_2/ressources/techs/el_train_tech.png diff --git a/ressources/techs/el_water_generator_tech.png b/248k_2/ressources/techs/el_water_generator_tech.png similarity index 100% rename from ressources/techs/el_water_generator_tech.png rename to 248k_2/ressources/techs/el_water_generator_tech.png diff --git a/ressources/techs/fi_arc_furnace_tech.png b/248k_2/ressources/techs/fi_arc_furnace_tech.png similarity index 100% rename from ressources/techs/fi_arc_furnace_tech.png rename to 248k_2/ressources/techs/fi_arc_furnace_tech.png diff --git a/ressources/techs/fi_blends_tech.png b/248k_2/ressources/techs/fi_blends_tech.png similarity index 100% rename from ressources/techs/fi_blends_tech.png rename to 248k_2/ressources/techs/fi_blends_tech.png diff --git a/ressources/techs/fi_castor_tech.png b/248k_2/ressources/techs/fi_castor_tech.png similarity index 100% rename from ressources/techs/fi_castor_tech.png rename to 248k_2/ressources/techs/fi_castor_tech.png diff --git a/ressources/techs/fi_ceramic_tech.png b/248k_2/ressources/techs/fi_ceramic_tech.png similarity index 100% rename from ressources/techs/fi_ceramic_tech.png rename to 248k_2/ressources/techs/fi_ceramic_tech.png diff --git a/ressources/techs/fi_compound_machine_tech.png b/248k_2/ressources/techs/fi_compound_machine_tech.png similarity index 100% rename from ressources/techs/fi_compound_machine_tech.png rename to 248k_2/ressources/techs/fi_compound_machine_tech.png diff --git a/ressources/techs/fi_crafter_tech.png b/248k_2/ressources/techs/fi_crafter_tech.png similarity index 100% rename from ressources/techs/fi_crafter_tech.png rename to 248k_2/ressources/techs/fi_crafter_tech.png diff --git a/ressources/techs/fi_crusher_tech.png b/248k_2/ressources/techs/fi_crusher_tech.png similarity index 100% rename from ressources/techs/fi_crusher_tech.png rename to 248k_2/ressources/techs/fi_crusher_tech.png diff --git a/ressources/techs/fi_crystal_tech.png b/248k_2/ressources/techs/fi_crystal_tech.png similarity index 100% rename from ressources/techs/fi_crystal_tech.png rename to 248k_2/ressources/techs/fi_crystal_tech.png diff --git a/ressources/techs/fi_energy_tech.png b/248k_2/ressources/techs/fi_energy_tech.png similarity index 100% rename from ressources/techs/fi_energy_tech.png rename to 248k_2/ressources/techs/fi_energy_tech.png diff --git a/ressources/techs/fi_fiberer_tech.png b/248k_2/ressources/techs/fi_fiberer_tech.png similarity index 100% rename from ressources/techs/fi_fiberer_tech.png rename to 248k_2/ressources/techs/fi_fiberer_tech.png diff --git a/ressources/techs/fi_flourite_tech.png b/248k_2/ressources/techs/fi_flourite_tech.png similarity index 100% rename from ressources/techs/fi_flourite_tech.png rename to 248k_2/ressources/techs/fi_flourite_tech.png diff --git a/ressources/techs/fi_glass_tech.png b/248k_2/ressources/techs/fi_glass_tech.png similarity index 100% rename from ressources/techs/fi_glass_tech.png rename to 248k_2/ressources/techs/fi_glass_tech.png diff --git a/ressources/techs/fi_grenade_tech.png b/248k_2/ressources/techs/fi_grenade_tech.png similarity index 100% rename from ressources/techs/fi_grenade_tech.png rename to 248k_2/ressources/techs/fi_grenade_tech.png diff --git a/ressources/techs/fi_ki_eff_1_tech.png b/248k_2/ressources/techs/fi_ki_eff_1_tech.png similarity index 100% rename from ressources/techs/fi_ki_eff_1_tech.png rename to 248k_2/ressources/techs/fi_ki_eff_1_tech.png diff --git a/ressources/techs/fi_ki_eff_2_tech.png b/248k_2/ressources/techs/fi_ki_eff_2_tech.png similarity index 100% rename from ressources/techs/fi_ki_eff_2_tech.png rename to 248k_2/ressources/techs/fi_ki_eff_2_tech.png diff --git a/ressources/techs/fi_ki_eff_3_tech.png b/248k_2/ressources/techs/fi_ki_eff_3_tech.png similarity index 100% rename from ressources/techs/fi_ki_eff_3_tech.png rename to 248k_2/ressources/techs/fi_ki_eff_3_tech.png diff --git a/ressources/techs/fi_ki_tech.png b/248k_2/ressources/techs/fi_ki_tech.png similarity index 100% rename from ressources/techs/fi_ki_tech.png rename to 248k_2/ressources/techs/fi_ki_tech.png diff --git a/ressources/techs/fi_miner_tech.png b/248k_2/ressources/techs/fi_miner_tech.png similarity index 100% rename from ressources/techs/fi_miner_tech.png rename to 248k_2/ressources/techs/fi_miner_tech.png diff --git a/ressources/techs/fi_modules_1_tech.png b/248k_2/ressources/techs/fi_modules_1_tech.png similarity index 100% rename from ressources/techs/fi_modules_1_tech.png rename to 248k_2/ressources/techs/fi_modules_1_tech.png diff --git a/ressources/techs/fi_modules_2_tech.png b/248k_2/ressources/techs/fi_modules_2_tech.png similarity index 100% rename from ressources/techs/fi_modules_2_tech.png rename to 248k_2/ressources/techs/fi_modules_2_tech.png diff --git a/ressources/techs/fi_modules_3_tech.png b/248k_2/ressources/techs/fi_modules_3_tech.png similarity index 100% rename from ressources/techs/fi_modules_3_tech.png rename to 248k_2/ressources/techs/fi_modules_3_tech.png diff --git a/ressources/techs/fi_modules_4_tech.png b/248k_2/ressources/techs/fi_modules_4_tech.png similarity index 100% rename from ressources/techs/fi_modules_4_tech.png rename to 248k_2/ressources/techs/fi_modules_4_tech.png diff --git a/ressources/techs/fi_modules_5_tech.png b/248k_2/ressources/techs/fi_modules_5_tech.png similarity index 100% rename from ressources/techs/fi_modules_5_tech.png rename to 248k_2/ressources/techs/fi_modules_5_tech.png diff --git a/ressources/techs/fi_modules_6_tech.png b/248k_2/ressources/techs/fi_modules_6_tech.png similarity index 100% rename from ressources/techs/fi_modules_6_tech.png rename to 248k_2/ressources/techs/fi_modules_6_tech.png diff --git a/ressources/techs/fi_purifier_2_tech.png b/248k_2/ressources/techs/fi_purifier_2_tech.png similarity index 100% rename from ressources/techs/fi_purifier_2_tech.png rename to 248k_2/ressources/techs/fi_purifier_2_tech.png diff --git a/ressources/techs/fi_purifier_tech.png b/248k_2/ressources/techs/fi_purifier_tech.png similarity index 100% rename from ressources/techs/fi_purifier_tech.png rename to 248k_2/ressources/techs/fi_purifier_tech.png diff --git a/ressources/techs/fi_refinery_2_tech.png b/248k_2/ressources/techs/fi_refinery_2_tech.png similarity index 100% rename from ressources/techs/fi_refinery_2_tech.png rename to 248k_2/ressources/techs/fi_refinery_2_tech.png diff --git a/ressources/techs/fi_refinery_3_tech.png b/248k_2/ressources/techs/fi_refinery_3_tech.png similarity index 100% rename from ressources/techs/fi_refinery_3_tech.png rename to 248k_2/ressources/techs/fi_refinery_3_tech.png diff --git a/ressources/techs/fi_refinery_4_tech.png b/248k_2/ressources/techs/fi_refinery_4_tech.png similarity index 100% rename from ressources/techs/fi_refinery_4_tech.png rename to 248k_2/ressources/techs/fi_refinery_4_tech.png diff --git a/ressources/techs/fi_refinery_tech.png b/248k_2/ressources/techs/fi_refinery_tech.png similarity index 100% rename from ressources/techs/fi_refinery_tech.png rename to 248k_2/ressources/techs/fi_refinery_tech.png diff --git a/ressources/techs/fi_refining_tech.png b/248k_2/ressources/techs/fi_refining_tech.png similarity index 100% rename from ressources/techs/fi_refining_tech.png rename to 248k_2/ressources/techs/fi_refining_tech.png diff --git a/ressources/techs/fi_robo_tech.png b/248k_2/ressources/techs/fi_robo_tech.png similarity index 100% rename from ressources/techs/fi_robo_tech.png rename to 248k_2/ressources/techs/fi_robo_tech.png diff --git a/ressources/techs/fi_solid_reactor_tech.png b/248k_2/ressources/techs/fi_solid_reactor_tech.png similarity index 100% rename from ressources/techs/fi_solid_reactor_tech.png rename to 248k_2/ressources/techs/fi_solid_reactor_tech.png diff --git a/ressources/techs/fi_stage_tech.png b/248k_2/ressources/techs/fi_stage_tech.png similarity index 100% rename from ressources/techs/fi_stage_tech.png rename to 248k_2/ressources/techs/fi_stage_tech.png diff --git a/ressources/techs/fi_train_tech.png b/248k_2/ressources/techs/fi_train_tech.png similarity index 100% rename from ressources/techs/fi_train_tech.png rename to 248k_2/ressources/techs/fi_train_tech.png diff --git a/ressources/techs/fi_upgrade_tech.png b/248k_2/ressources/techs/fi_upgrade_tech.png similarity index 100% rename from ressources/techs/fi_upgrade_tech.png rename to 248k_2/ressources/techs/fi_upgrade_tech.png diff --git a/ressources/techs/fu_KFK_tech.png b/248k_2/ressources/techs/fu_KFK_tech.png similarity index 100% rename from ressources/techs/fu_KFK_tech.png rename to 248k_2/ressources/techs/fu_KFK_tech.png diff --git a/ressources/techs/fu_TIM_tech.png b/248k_2/ressources/techs/fu_TIM_tech.png similarity index 100% rename from ressources/techs/fu_TIM_tech.png rename to 248k_2/ressources/techs/fu_TIM_tech.png diff --git a/ressources/techs/fu_activator_tech.png b/248k_2/ressources/techs/fu_activator_tech.png similarity index 100% rename from ressources/techs/fu_activator_tech.png rename to 248k_2/ressources/techs/fu_activator_tech.png diff --git a/ressources/techs/fu_basic_elements_tech.png b/248k_2/ressources/techs/fu_basic_elements_tech.png similarity index 100% rename from ressources/techs/fu_basic_elements_tech.png rename to 248k_2/ressources/techs/fu_basic_elements_tech.png diff --git a/ressources/techs/fu_crystal_tech.png b/248k_2/ressources/techs/fu_crystal_tech.png similarity index 100% rename from ressources/techs/fu_crystal_tech.png rename to 248k_2/ressources/techs/fu_crystal_tech.png diff --git a/ressources/techs/fu_energy_tech.png b/248k_2/ressources/techs/fu_energy_tech.png similarity index 100% rename from ressources/techs/fu_energy_tech.png rename to 248k_2/ressources/techs/fu_energy_tech.png diff --git a/ressources/techs/fu_fusor_tech.png b/248k_2/ressources/techs/fu_fusor_tech.png similarity index 100% rename from ressources/techs/fu_fusor_tech.png rename to 248k_2/ressources/techs/fu_fusor_tech.png diff --git a/ressources/techs/fu_fusor_tech_1.png b/248k_2/ressources/techs/fu_fusor_tech_1.png similarity index 100% rename from ressources/techs/fu_fusor_tech_1.png rename to 248k_2/ressources/techs/fu_fusor_tech_1.png diff --git a/ressources/techs/fu_gold_ingot_tech.png b/248k_2/ressources/techs/fu_gold_ingot_tech.png similarity index 100% rename from ressources/techs/fu_gold_ingot_tech.png rename to 248k_2/ressources/techs/fu_gold_ingot_tech.png diff --git a/ressources/techs/fu_grenade_tech.png b/248k_2/ressources/techs/fu_grenade_tech.png similarity index 100% rename from ressources/techs/fu_grenade_tech.png rename to 248k_2/ressources/techs/fu_grenade_tech.png diff --git a/ressources/techs/fu_hydrogen_1_tech.png b/248k_2/ressources/techs/fu_hydrogen_1_tech.png similarity index 100% rename from ressources/techs/fu_hydrogen_1_tech.png rename to 248k_2/ressources/techs/fu_hydrogen_1_tech.png diff --git a/ressources/techs/fu_hydrogen_2_tech.png b/248k_2/ressources/techs/fu_hydrogen_2_tech.png similarity index 100% rename from ressources/techs/fu_hydrogen_2_tech.png rename to 248k_2/ressources/techs/fu_hydrogen_2_tech.png diff --git a/ressources/techs/fu_hydrogen_3_tech.png b/248k_2/ressources/techs/fu_hydrogen_3_tech.png similarity index 100% rename from ressources/techs/fu_hydrogen_3_tech.png rename to 248k_2/ressources/techs/fu_hydrogen_3_tech.png diff --git a/ressources/techs/fu_ingot_tech.png b/248k_2/ressources/techs/fu_ingot_tech.png similarity index 100% rename from ressources/techs/fu_ingot_tech.png rename to 248k_2/ressources/techs/fu_ingot_tech.png diff --git a/ressources/techs/fu_ki_eff_1_tech.png b/248k_2/ressources/techs/fu_ki_eff_1_tech.png similarity index 100% rename from ressources/techs/fu_ki_eff_1_tech.png rename to 248k_2/ressources/techs/fu_ki_eff_1_tech.png diff --git a/ressources/techs/fu_ki_eff_2_tech.png b/248k_2/ressources/techs/fu_ki_eff_2_tech.png similarity index 100% rename from ressources/techs/fu_ki_eff_2_tech.png rename to 248k_2/ressources/techs/fu_ki_eff_2_tech.png diff --git a/ressources/techs/fu_ki_eff_3_tech.png b/248k_2/ressources/techs/fu_ki_eff_3_tech.png similarity index 100% rename from ressources/techs/fu_ki_eff_3_tech.png rename to 248k_2/ressources/techs/fu_ki_eff_3_tech.png diff --git a/ressources/techs/fu_ki_plus_1_tech.png b/248k_2/ressources/techs/fu_ki_plus_1_tech.png similarity index 100% rename from ressources/techs/fu_ki_plus_1_tech.png rename to 248k_2/ressources/techs/fu_ki_plus_1_tech.png diff --git a/ressources/techs/fu_ki_plus_2_tech.png b/248k_2/ressources/techs/fu_ki_plus_2_tech.png similarity index 100% rename from ressources/techs/fu_ki_plus_2_tech.png rename to 248k_2/ressources/techs/fu_ki_plus_2_tech.png diff --git a/ressources/techs/fu_ki_tech.png b/248k_2/ressources/techs/fu_ki_tech.png similarity index 100% rename from ressources/techs/fu_ki_tech.png rename to 248k_2/ressources/techs/fu_ki_tech.png diff --git a/ressources/techs/fu_lab_tech.png b/248k_2/ressources/techs/fu_lab_tech.png similarity index 100% rename from ressources/techs/fu_lab_tech.png rename to 248k_2/ressources/techs/fu_lab_tech.png diff --git a/ressources/techs/fu_laser_tech.png b/248k_2/ressources/techs/fu_laser_tech.png similarity index 100% rename from ressources/techs/fu_laser_tech.png rename to 248k_2/ressources/techs/fu_laser_tech.png diff --git a/ressources/techs/fu_lead_ingot_tech.png b/248k_2/ressources/techs/fu_lead_ingot_tech.png similarity index 100% rename from ressources/techs/fu_lead_ingot_tech.png rename to 248k_2/ressources/techs/fu_lead_ingot_tech.png diff --git a/ressources/techs/fu_lead_tech.png b/248k_2/ressources/techs/fu_lead_tech.png similarity index 100% rename from ressources/techs/fu_lead_tech.png rename to 248k_2/ressources/techs/fu_lead_tech.png diff --git a/ressources/techs/fu_magnet_tech.png b/248k_2/ressources/techs/fu_magnet_tech.png similarity index 100% rename from ressources/techs/fu_magnet_tech.png rename to 248k_2/ressources/techs/fu_magnet_tech.png diff --git a/ressources/techs/fu_miner_tech.png b/248k_2/ressources/techs/fu_miner_tech.png similarity index 100% rename from ressources/techs/fu_miner_tech.png rename to 248k_2/ressources/techs/fu_miner_tech.png diff --git a/ressources/techs/fu_neodym_ingot_tech.png b/248k_2/ressources/techs/fu_neodym_ingot_tech.png similarity index 100% rename from ressources/techs/fu_neodym_ingot_tech.png rename to 248k_2/ressources/techs/fu_neodym_ingot_tech.png diff --git a/ressources/techs/fu_plasma_tech.png b/248k_2/ressources/techs/fu_plasma_tech.png similarity index 100% rename from ressources/techs/fu_plasma_tech.png rename to 248k_2/ressources/techs/fu_plasma_tech.png diff --git a/ressources/techs/fu_reactor_tech.png b/248k_2/ressources/techs/fu_reactor_tech.png similarity index 100% rename from ressources/techs/fu_reactor_tech.png rename to 248k_2/ressources/techs/fu_reactor_tech.png diff --git a/ressources/techs/fu_reactor_tech_1.png b/248k_2/ressources/techs/fu_reactor_tech_1.png similarity index 100% rename from ressources/techs/fu_reactor_tech_1.png rename to 248k_2/ressources/techs/fu_reactor_tech_1.png diff --git a/ressources/techs/fu_robo_tech.png b/248k_2/ressources/techs/fu_robo_tech.png similarity index 100% rename from ressources/techs/fu_robo_tech.png rename to 248k_2/ressources/techs/fu_robo_tech.png diff --git a/ressources/techs/fu_space_probe_1_tech.png b/248k_2/ressources/techs/fu_space_probe_1_tech.png similarity index 100% rename from ressources/techs/fu_space_probe_1_tech.png rename to 248k_2/ressources/techs/fu_space_probe_1_tech.png diff --git a/ressources/techs/fu_space_probe_2_tech.png b/248k_2/ressources/techs/fu_space_probe_2_tech.png similarity index 100% rename from ressources/techs/fu_space_probe_2_tech.png rename to 248k_2/ressources/techs/fu_space_probe_2_tech.png diff --git a/ressources/techs/fu_space_probe_3_tech.png b/248k_2/ressources/techs/fu_space_probe_3_tech.png similarity index 100% rename from ressources/techs/fu_space_probe_3_tech.png rename to 248k_2/ressources/techs/fu_space_probe_3_tech.png diff --git a/ressources/techs/fu_stage_tech.png b/248k_2/ressources/techs/fu_stage_tech.png similarity index 100% rename from ressources/techs/fu_stage_tech.png rename to 248k_2/ressources/techs/fu_stage_tech.png diff --git a/ressources/techs/fu_star_engine_copper_tech.png b/248k_2/ressources/techs/fu_star_engine_copper_tech.png similarity index 100% rename from ressources/techs/fu_star_engine_copper_tech.png rename to 248k_2/ressources/techs/fu_star_engine_copper_tech.png diff --git a/ressources/techs/fu_star_engine_iron_tech.png b/248k_2/ressources/techs/fu_star_engine_iron_tech.png similarity index 100% rename from ressources/techs/fu_star_engine_iron_tech.png rename to 248k_2/ressources/techs/fu_star_engine_iron_tech.png diff --git a/ressources/techs/fu_star_engine_lithium_7_tech.png b/248k_2/ressources/techs/fu_star_engine_lithium_7_tech.png similarity index 100% rename from ressources/techs/fu_star_engine_lithium_7_tech.png rename to 248k_2/ressources/techs/fu_star_engine_lithium_7_tech.png diff --git a/ressources/techs/fu_star_engine_sulfur_tech.png b/248k_2/ressources/techs/fu_star_engine_sulfur_tech.png similarity index 100% rename from ressources/techs/fu_star_engine_sulfur_tech.png rename to 248k_2/ressources/techs/fu_star_engine_sulfur_tech.png diff --git a/ressources/techs/fu_star_engine_tech.png b/248k_2/ressources/techs/fu_star_engine_tech.png similarity index 100% rename from ressources/techs/fu_star_engine_tech.png rename to 248k_2/ressources/techs/fu_star_engine_tech.png diff --git a/ressources/techs/fu_star_engine_uranium_235_tech.png b/248k_2/ressources/techs/fu_star_engine_uranium_235_tech.png similarity index 100% rename from ressources/techs/fu_star_engine_uranium_235_tech.png rename to 248k_2/ressources/techs/fu_star_engine_uranium_235_tech.png diff --git a/ressources/techs/fu_star_engine_uranium_238_tech.png b/248k_2/ressources/techs/fu_star_engine_uranium_238_tech.png similarity index 100% rename from ressources/techs/fu_star_engine_uranium_238_tech.png rename to 248k_2/ressources/techs/fu_star_engine_uranium_238_tech.png diff --git a/ressources/techs/fu_titan_ingot_tech.png b/248k_2/ressources/techs/fu_titan_ingot_tech.png similarity index 100% rename from ressources/techs/fu_titan_ingot_tech.png rename to 248k_2/ressources/techs/fu_titan_ingot_tech.png diff --git a/ressources/techs/fu_tokamak_tech.png b/248k_2/ressources/techs/fu_tokamak_tech.png similarity index 100% rename from ressources/techs/fu_tokamak_tech.png rename to 248k_2/ressources/techs/fu_tokamak_tech.png diff --git a/ressources/techs/fu_turbine_tech.png b/248k_2/ressources/techs/fu_turbine_tech.png similarity index 100% rename from ressources/techs/fu_turbine_tech.png rename to 248k_2/ressources/techs/fu_turbine_tech.png diff --git a/ressources/techs/fu_upgrade_tech.png b/248k_2/ressources/techs/fu_upgrade_tech.png similarity index 100% rename from ressources/techs/fu_upgrade_tech.png rename to 248k_2/ressources/techs/fu_upgrade_tech.png diff --git a/ressources/techs/gr_black_hole_tech.png b/248k_2/ressources/techs/gr_black_hole_tech.png similarity index 100% rename from ressources/techs/gr_black_hole_tech.png rename to 248k_2/ressources/techs/gr_black_hole_tech.png diff --git a/ressources/techs/gr_blue_tech.png b/248k_2/ressources/techs/gr_blue_tech.png similarity index 100% rename from ressources/techs/gr_blue_tech.png rename to 248k_2/ressources/techs/gr_blue_tech.png diff --git a/ressources/techs/gr_charger_tech.png b/248k_2/ressources/techs/gr_charger_tech.png similarity index 100% rename from ressources/techs/gr_charger_tech.png rename to 248k_2/ressources/techs/gr_charger_tech.png diff --git a/ressources/techs/gr_circuit_tech.png b/248k_2/ressources/techs/gr_circuit_tech.png similarity index 100% rename from ressources/techs/gr_circuit_tech.png rename to 248k_2/ressources/techs/gr_circuit_tech.png diff --git a/ressources/techs/gr_compact_fusion_tech.png b/248k_2/ressources/techs/gr_compact_fusion_tech.png similarity index 100% rename from ressources/techs/gr_compact_fusion_tech.png rename to 248k_2/ressources/techs/gr_compact_fusion_tech.png diff --git a/ressources/techs/gr_cooker_tech.png b/248k_2/ressources/techs/gr_cooker_tech.png similarity index 100% rename from ressources/techs/gr_cooker_tech.png rename to 248k_2/ressources/techs/gr_cooker_tech.png diff --git a/ressources/techs/gr_crafter_tech.png b/248k_2/ressources/techs/gr_crafter_tech.png similarity index 100% rename from ressources/techs/gr_crafter_tech.png rename to 248k_2/ressources/techs/gr_crafter_tech.png diff --git a/ressources/techs/gr_data_tech.png b/248k_2/ressources/techs/gr_data_tech.png similarity index 100% rename from ressources/techs/gr_data_tech.png rename to 248k_2/ressources/techs/gr_data_tech.png diff --git a/ressources/techs/gr_green_tech.png b/248k_2/ressources/techs/gr_green_tech.png similarity index 100% rename from ressources/techs/gr_green_tech.png rename to 248k_2/ressources/techs/gr_green_tech.png diff --git a/ressources/techs/gr_grey_tech.png b/248k_2/ressources/techs/gr_grey_tech.png similarity index 100% rename from ressources/techs/gr_grey_tech.png rename to 248k_2/ressources/techs/gr_grey_tech.png diff --git a/ressources/techs/gr_kovarex_tech.png b/248k_2/ressources/techs/gr_kovarex_tech.png similarity index 100% rename from ressources/techs/gr_kovarex_tech.png rename to 248k_2/ressources/techs/gr_kovarex_tech.png diff --git a/ressources/techs/gr_lab_tech.png b/248k_2/ressources/techs/gr_lab_tech.png similarity index 100% rename from ressources/techs/gr_lab_tech.png rename to 248k_2/ressources/techs/gr_lab_tech.png diff --git a/ressources/techs/gr_magnet_tech.png b/248k_2/ressources/techs/gr_magnet_tech.png similarity index 100% rename from ressources/techs/gr_magnet_tech.png rename to 248k_2/ressources/techs/gr_magnet_tech.png diff --git a/ressources/techs/gr_materials_tech.png b/248k_2/ressources/techs/gr_materials_tech.png similarity index 100% rename from ressources/techs/gr_materials_tech.png rename to 248k_2/ressources/techs/gr_materials_tech.png diff --git a/ressources/techs/gr_plasma_cube_tech.png b/248k_2/ressources/techs/gr_plasma_cube_tech.png similarity index 100% rename from ressources/techs/gr_plasma_cube_tech.png rename to 248k_2/ressources/techs/gr_plasma_cube_tech.png diff --git a/ressources/techs/gr_purple_tech.png b/248k_2/ressources/techs/gr_purple_tech.png similarity index 100% rename from ressources/techs/gr_purple_tech.png rename to 248k_2/ressources/techs/gr_purple_tech.png diff --git a/ressources/techs/gr_red_tech.png b/248k_2/ressources/techs/gr_red_tech.png similarity index 100% rename from ressources/techs/gr_red_tech.png rename to 248k_2/ressources/techs/gr_red_tech.png diff --git a/ressources/techs/gr_stage_tech.png b/248k_2/ressources/techs/gr_stage_tech.png similarity index 100% rename from ressources/techs/gr_stage_tech.png rename to 248k_2/ressources/techs/gr_stage_tech.png diff --git a/ressources/techs/gr_steel_tech.png b/248k_2/ressources/techs/gr_steel_tech.png similarity index 100% rename from ressources/techs/gr_steel_tech.png rename to 248k_2/ressources/techs/gr_steel_tech.png diff --git a/ressources/techs/gr_train_plus_tech.png b/248k_2/ressources/techs/gr_train_plus_tech.png similarity index 100% rename from ressources/techs/gr_train_plus_tech.png rename to 248k_2/ressources/techs/gr_train_plus_tech.png diff --git a/ressources/techs/gr_train_tech.png b/248k_2/ressources/techs/gr_train_tech.png similarity index 100% rename from ressources/techs/gr_train_tech.png rename to 248k_2/ressources/techs/gr_train_tech.png diff --git a/ressources/techs/gr_upgrade_tech.png b/248k_2/ressources/techs/gr_upgrade_tech.png similarity index 100% rename from ressources/techs/gr_upgrade_tech.png rename to 248k_2/ressources/techs/gr_upgrade_tech.png diff --git a/ressources/techs/gr_wheel_tech.png b/248k_2/ressources/techs/gr_wheel_tech.png similarity index 100% rename from ressources/techs/gr_wheel_tech.png rename to 248k_2/ressources/techs/gr_wheel_tech.png diff --git a/ressources/techs/gr_white_hole_tech.png b/248k_2/ressources/techs/gr_white_hole_tech.png similarity index 100% rename from ressources/techs/gr_white_hole_tech.png rename to 248k_2/ressources/techs/gr_white_hole_tech.png diff --git a/ressources/techs/gr_white_tech.png b/248k_2/ressources/techs/gr_white_tech.png similarity index 100% rename from ressources/techs/gr_white_tech.png rename to 248k_2/ressources/techs/gr_white_tech.png diff --git a/ressources/techs/gr_yellow_tech.png b/248k_2/ressources/techs/gr_yellow_tech.png similarity index 100% rename from ressources/techs/gr_yellow_tech.png rename to 248k_2/ressources/techs/gr_yellow_tech.png diff --git a/scripts/SE/data-final-fixes.lua b/248k_2/scripts/SE/data-final-fixes.lua similarity index 100% rename from scripts/SE/data-final-fixes.lua rename to 248k_2/scripts/SE/data-final-fixes.lua diff --git a/scripts/SE/data.lua b/248k_2/scripts/SE/data.lua similarity index 100% rename from scripts/SE/data.lua rename to 248k_2/scripts/SE/data.lua diff --git a/scripts/bk_main.lua b/248k_2/scripts/bk_main.lua similarity index 100% rename from scripts/bk_main.lua rename to 248k_2/scripts/bk_main.lua diff --git a/scripts/clean_up.lua b/248k_2/scripts/clean_up.lua similarity index 100% rename from scripts/clean_up.lua rename to 248k_2/scripts/clean_up.lua diff --git a/scripts/electronic/el_burner.lua b/248k_2/scripts/electronic/el_burner.lua similarity index 100% rename from scripts/electronic/el_burner.lua rename to 248k_2/scripts/electronic/el_burner.lua diff --git a/scripts/electronic/el_ki_script.lua b/248k_2/scripts/electronic/el_ki_script.lua similarity index 100% rename from scripts/electronic/el_ki_script.lua rename to 248k_2/scripts/electronic/el_ki_script.lua diff --git a/scripts/gravitation/gr_black_hole_script.lua b/248k_2/scripts/gravitation/gr_black_hole_script.lua similarity index 100% rename from scripts/gravitation/gr_black_hole_script.lua rename to 248k_2/scripts/gravitation/gr_black_hole_script.lua diff --git a/scripts/gravitation/gr_make_white_hole_recipes.lua b/248k_2/scripts/gravitation/gr_make_white_hole_recipes.lua similarity index 100% rename from scripts/gravitation/gr_make_white_hole_recipes.lua rename to 248k_2/scripts/gravitation/gr_make_white_hole_recipes.lua diff --git a/scripts/gravitation/gui.lua b/248k_2/scripts/gravitation/gui.lua similarity index 100% rename from scripts/gravitation/gui.lua rename to 248k_2/scripts/gravitation/gui.lua diff --git a/scripts/gui.lua b/248k_2/scripts/gui.lua similarity index 100% rename from scripts/gui.lua rename to 248k_2/scripts/gui.lua diff --git a/scripts/ind2/data-final-fixes.lua b/248k_2/scripts/ind2/data-final-fixes.lua similarity index 100% rename from scripts/ind2/data-final-fixes.lua rename to 248k_2/scripts/ind2/data-final-fixes.lua diff --git a/scripts/krastorio2/data.lua b/248k_2/scripts/ind2/data.lua similarity index 100% rename from scripts/krastorio2/data.lua rename to 248k_2/scripts/ind2/data.lua diff --git a/scripts/informatron/inf_main.lua b/248k_2/scripts/informatron/inf_main.lua similarity index 100% rename from scripts/informatron/inf_main.lua rename to 248k_2/scripts/informatron/inf_main.lua diff --git a/scripts/informatron/inf_sprites.lua b/248k_2/scripts/informatron/inf_sprites.lua similarity index 100% rename from scripts/informatron/inf_sprites.lua rename to 248k_2/scripts/informatron/inf_sprites.lua diff --git a/scripts/krastorio2/data-final-fixes.lua b/248k_2/scripts/krastorio2/data-final-fixes.lua similarity index 100% rename from scripts/krastorio2/data-final-fixes.lua rename to 248k_2/scripts/krastorio2/data-final-fixes.lua diff --git a/scripts/realisticreactors/data.lua b/248k_2/scripts/krastorio2/data.lua similarity index 100% rename from scripts/realisticreactors/data.lua rename to 248k_2/scripts/krastorio2/data.lua diff --git a/scripts/krastorio2/overhaul.lua b/248k_2/scripts/krastorio2/overhaul.lua similarity index 100% rename from scripts/krastorio2/overhaul.lua rename to 248k_2/scripts/krastorio2/overhaul.lua diff --git a/scripts/legacy_icons.lua b/248k_2/scripts/legacy_icons.lua similarity index 100% rename from scripts/legacy_icons.lua rename to 248k_2/scripts/legacy_icons.lua diff --git a/scripts/menu_simulation.lua b/248k_2/scripts/menu_simulation.lua similarity index 100% rename from scripts/menu_simulation.lua rename to 248k_2/scripts/menu_simulation.lua diff --git a/scripts/overhaul.lua b/248k_2/scripts/overhaul.lua similarity index 100% rename from scripts/overhaul.lua rename to 248k_2/scripts/overhaul.lua diff --git a/248k_2/scripts/realisticreactors/data.lua b/248k_2/scripts/realisticreactors/data.lua new file mode 100644 index 0000000..e69de29 diff --git a/scripts/realisticreactors/overhaul.lua b/248k_2/scripts/realisticreactors/overhaul.lua similarity index 100% rename from scripts/realisticreactors/overhaul.lua rename to 248k_2/scripts/realisticreactors/overhaul.lua diff --git a/scripts/science_overhaul.lua b/248k_2/scripts/science_overhaul.lua similarity index 100% rename from scripts/science_overhaul.lua rename to 248k_2/scripts/science_overhaul.lua diff --git a/scripts/umr/data.lua b/248k_2/scripts/umr/data.lua similarity index 100% rename from scripts/umr/data.lua rename to 248k_2/scripts/umr/data.lua diff --git a/scripts/upgrades.lua b/248k_2/scripts/upgrades.lua similarity index 100% rename from scripts/upgrades.lua rename to 248k_2/scripts/upgrades.lua diff --git a/settings.lua b/248k_2/settings.lua similarity index 100% rename from settings.lua rename to 248k_2/settings.lua diff --git a/thumbnail.png b/248k_2/thumbnail.png similarity index 100% rename from thumbnail.png rename to 248k_2/thumbnail.png diff --git a/README.md b/README.md index 7ccf018..d8f77f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -## The Mod: +[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/ufvFUJtVwk)[![Forgejo](https://img.shields.io/badge/source%20code-%23f4f4f5?style=for-the-badge&logo=forgejo&logoColor=%23c2410c)](https://git.cacklingfiend.info/cacklingfiend/248k_2) +_________________ + +## 248k + +**Disclaimer:** This is a fork of [248k](https://mods.factorio.com/mod/248k) to bring it to Factorio 2.x. The main reason for the fork is the preparation for [ATOM](https://mods.factorio.com/mod/all-the-overhaul-modpack). Space Age is currently not supported. If you want to contribute, feel free to contact me. + This mod is designed to be playable in already existing worlds since it changes nothing on world generation. Adds multiple ways of producing energy, usefull alternate vanila recipes, customizeable trains, module effect spreading ki cores, and much more! ![alt text](https://github.com/PreLeyZero/248k-mod-page/raw/main/gr_materials_magnet.png) @@ -37,20 +43,4 @@ Along with KI tech and purification methods come a great variety of machines for # The Goal To unofficially complete the mod simply craft one 248k element, easy ins't it? Maybe not, considering that before you will have to complete all 4 stages and aquire some insane amounts of power and science. -# Recommended Mods: -- Krastorio 2 https://mods.factorio.com/mod/Krastorio2 -- UMR for additional power generation https://mods.factorio.com/mod/umr -- High pipe throughputs https://mods.factorio.com/mod/FluidMustFlow -- Informatron https://mods.factorio.com/mod/informatron -- Realistic Reactors with 248k in Overhaul mode https://mods.factorio.com/mod/RealisticReactors -- aswell as mods from https://mods.factorio.com/user/brevven to make the game even more complex - -# Spotlight series by Bold Viking: -- https://www.youtube.com/watch?v=MSqHIWygX5k - -# Other: -- special thanks to: CHC0815, OneDayOfPeace, SuperSandro2000, Seraphim, Astorin -- Angels/Bobs integration: https://mods.factorio.com/mod/grand-unified-factorio-theory - -# Discord: -- https://discord.gg/DhPxNAJ3nt +For credits, old versions and discussions, see the original mod page: https://mods.factorio.com/mod/248k \ No newline at end of file diff --git a/changelog.txt b/changelog.txt deleted file mode 100644 index 42d462b..0000000 --- a/changelog.txt +++ /dev/null @@ -1,791 +0,0 @@ ---------------------------------------------------------------------------------------------------- -Version: 1.0.31 -Date: 23.02.2024 - Bugfixes: - - fixed a crash on the KI gui ---------------------------------------------------------------------------------------------------- -Version: 1.0.30 -Date: 20.02.2024 - Features: - - added german locale (thanks to SempfgurkeXP2) - Changes: - - fixed issue with KIX not inserting right module amount (PR #52) - - water pressurizers can now use steam with temp of 165dec or higher (PR #45) - Bugfixes: - - fixes multiple recipe insertions (PR #47) - - fixed issue with SE in overhaul mode, silo needing CFC ---------------------------------------------------------------------------------------------------- -Version: 1.0.29 -Date: 29.06.2022 - Features: - - added option for legacy icons on rare metals - - added new miner tiers and upgrade items - - Changes: - - made roboports and bots more tanky - - Bugfixes: - - fix bug with industrial revolution ---------------------------------------------------------------------------------------------------- -Version: 1.0.28 -Date: 17.06.2022 - Features: - - added ingot former machine (fusion stage) - - retextured rare metals - - added a compressed version of rich water and dirty water - - Changes: - - changed map color of silo tank to that of normal storage tank - - made electric furnace cheaper in terms of fiberglass r. plastic - - but increased titanium/neodymium usage in science packs - - Bugfixes: - - fixed issue with K2 and rfp in overhaul mode - ---------------------------------------------------------------------------------------------------- -Version: 1.0.27 -Date: 08.06.2022 - Bugfixes: - - fix for Squeak through and SE collision box issues ---------------------------------------------------------------------------------------------------- -Version: 1.0.26 -Date: 07.06.2022 - Features: - - added rocket fuel recipes from kerosene - - Bugfixes: - - added upgradeability for solar panel and assembling machines - - fixed startup bug with new roboport prototype attribute ---------------------------------------------------------------------------------------------------- -Version: 1.0.25 -Date: 01.06.2022 - Features: - - added 3 main menu simulations - - added circuit connections to 248ks roboport - - Bugfixes: - - fixed bug where KI core would still transmit modules when power was cut - - Changes: - - buffed 248ks roboport and charging station charging - - reduced diesel train pollution output - - reduced aluminum ceramic composite and glass fiber composite usage for buildings + engines in overhaul mode ---------------------------------------------------------------------------------------------------- -Version: 1.0.24 -Date: 27.5.2022 - Features: - - added optional science retexture - - added science overhaul [WIP] - - Changes: - - buffed industrial glass production with K2, but reduced crafting speed - - Bugfixes: - - fixed bug with K2 and RFP in overhaul mode ---------------------------------------------------------------------------------------------------- -Version: 1.0.23 -Date: 21.5.2022 - Features: - - added nre sprites for nuclear fuel - - added additional icons to recipes which are tierd ---------------------------------------------------------------------------------------------------- -Version: 1.0.22 -Date: 19.5.2022 - Features: - - added a new sprite for hot lead coolant - - Changes: - - added module slots for laser/plasma/magnet facility, decreased their lead usage - - added module slots to fusor, improves yield of fusor recipes - - increased yield of lithium to lithium[6] - - made all rare metals cheaper - - removed KIX dependency from max beacon support tech ---------------------------------------------------------------------------------------------------- -Version: 1.0.21 -Date: 13.5.2022 - Features: - - added a better ceramic recipe in fission stage - - added descriptions to a lot of machines/items - - added high capacity steam turbine - - Changes: - - all building icons are now brighter - - lowerd volume of some machines - - made combined matter cheaper - - added another exotic kovarex recipe - - reduced stack sizes of energy crystals and diesel fuels - - increased stack size of neutron canisters - - adjusted fusion reactor fluid inputs - - increased Item/fluid handler module slots - ---------------------------------------------------------------------------------------------------- -Version: 1.0.20 -Date: 07.5.2022 - Features: - - added a better ceramic recipe in fission stage - - added descriptions to a lot of machines/items - - Changes: - - decreased steam usage for 248ks oil processing (even more when K2 is used) - - buffed carbon and sulfur driven oil processing - - increased yield of rich powder processing and made it faster - - increased conversion rate of sulfuric acid -> hydrosulfuric - - set minimum working temperature for thermochemical seperator to 500 dec ---------------------------------------------------------------------------------------------------- -Version: 1.0.19 -Date: 05.5.2022 - Features: - - added a new recipe for electrical water seperation - - Changes: - - Energy injector is now a assembling machine instead of a furnace - - advanced oil processing from kerosene now returns 70 instead of 90 water - - KI2 energy now needs lithium instead of U235, decreased cost overall - - electrical water seperation recipes will now only take in gold and return gold with a certain percentage - - energy crystals have got their fuel value back - - better diesel fuels now cost less, but use charged crystals - - Bugfixes: - - removed conditional requires which caused sync problems - - fixed bug with electric trains by shadoxxhd ---------------------------------------------------------------------------------------------------- -Version: 1.0.18 -Date: 04.5.2022 - Features: - - added energy injector to charge energy crystals aswell as water electrolysis - - added zh-CN(Chinese) locale by plexpt - - Changes: - - removed fuel values of energy crystals, moved to charged variants ---------------------------------------------------------------------------------------------------- -Version: 1.0.17 -Date: 03.5.2022 - Features: - - updated some machine sprites with working lights - - Changes: - - decreased fuel values of energy crystals - - decreased fuel values of diesel train fuel - - decreased cost of equipment items ---------------------------------------------------------------------------------------------------- -Version: 1.0.16 -Date: 26.4.2022 - Changes: - - reduced cermic steam cost even more + fix for krastorio ---------------------------------------------------------------------------------------------------- -Version: 1.0.15 -Date: 26.4.2022 - Changes: - - reduced roboport hitboxes - - reduced overall steam usage (esp. for ceramics and oil production) - - fixed purification ratio for advanced purification - - nuclear waste storage is now cheaper aswell as of silo tank - - decreased dirty water usage for lithium and fluorite - - Bugfixes: - - fixed blackhole desync and KI beacon update (by x2605) ---------------------------------------------------------------------------------------------------- -Version: 1.0.14 -Date: 20.4.2022 - Features: - - added fission stage stone quarry which can mine stone from nothing - - Changes: - - reduced stone usage for rich water production - - buffed fission stage oil processing - - reduced energy crystal usage for blue science - - reduced stone usage for industrial glass - - Bugfixes: - - fixed loading bug caused by overhaul mode ---------------------------------------------------------------------------------------------------- -Version: 1.0.13 -Date: 15.4.2022 - Changes: - - Rich powder accepts no longer productivity to prevent solution container looping - - nerfed rich water extraction from rich powder - - increased stone usage for rich powder and increased time usage - - added module slots to Item/fluid handler - - Bugfixes: - - Arc Furnace texture was missaligned ---------------------------------------------------------------------------------------------------- -Version: 1.0.12 -Date: 13.4.2022 - Features: - - updated ru locale thanks to Astorin - - flame throwers can now use kerosene and desulfurized kerosene - - added highly advanced oil/kerosene processing - - Changes: - - Overhaul mode is now off by default to prevent sync issues - - made early game techs towards ass. machine 2 cheaper to improve early game - - added prerequisite for fi advanced purification tech - - unused crusher recipes are now hidden - - heavily nerfed fi stage uranium purification, also nerfed extraction of uranium/thorium with purification - - Bugfixes: - - temporary fix for multiplayer GUI handling by x2605 ---------------------------------------------------------------------------------------------------- -Version: 1.0.11 -Date: 8.4.2022 - Features: - - added icon to not operable KI beacons - - added text displaying KI beacon channels - - added a few delivery cannon recipes for SE by x2605 - - updated korean locale by x2605 - - Changes: - - pressurizer now outputs a bit pollution - - Bugfixes: - - fixed water pressurizer beeing net negative in K2 - - white hole generator can now be blueprinted - - fixed bug that Item/fluid handler was not available with K2 ---------------------------------------------------------------------------------------------------- -Version: 1.0.10 -Date: 8.4.2022 - Features: - - Changes: - - Fusion stage burner can now destroy items + turn steam into water and vent water, is now available in electronics stage - - Kerosene burner got more fluid inputs - - Desulfurized kerosene now got a fuel value - - removed access to uranium purification recipe - - Bugfixes: - - fixed sprite of plasma facility overlaying fluid output ---------------------------------------------------------------------------------------------------- -Version: 1.0.9 -Date: 8.4.2022 - Bugfixes: - - fixed a bug with K2 that biusart lab did not accept science cubes ---------------------------------------------------------------------------------------------------- -Version: 1.0.8 -Date: 6.4.2022 - Features: - - updated korean locale by x2605 - - added circuit connections to tank - - updated mod settings to be more organized and added some info - - added light effects to arc furnace, KI cores, star engine, Fusion reactors, White/Black hole and fu stage machines ---------------------------------------------------------------------------------------------------- -Version: 1.0.7 -Date: 6.4.2022 - Features: - - added pipe covers for most machines - - added more inputs to KI cores to improve symetry - - added new simple kerosene recipe in Overhaul mode, without lightoil - - added korean locale by x2605 - Changes: - - removed squeak through dependency - - shifted current kerosene recipe to advanced oil processing ---------------------------------------------------------------------------------------------------- -Version: 1.0.6 -Date: 3.4.2022 - Features: - - integrated realistic reactors into overhaul mode. [WIP] - - updated thumbnail ---------------------------------------------------------------------------------------------------- -Version: 1.0.5 -Date: 2.4.2022 - Features: - - redone star engine graphics, aswell as decreased star engine size, current star engines will drop to ground - Changes: - - reduced water pressurizer cost - - KI1 tech now requires circuit networks in overhaul mode - - lithium processing is now tied to battery tech in overhaul mode ---------------------------------------------------------------------------------------------------- -Version: 1.0.4 -Date: 30.3.2022 - Features: - - added kovarex like processing for rich water - - added corrosive solution and its use in fuel reprocessing - Changes: - - fu stage burner is now furnace, which no longer outputs power - - added dirty water to water conversion in purifier for early game ---------------------------------------------------------------------------------------------------- -Version: 1.0.3 -Date: 23.3.2022 - Features: - - integrated some of k2 equipment into overhul mode including personal batteries, shields and power generating equipment - Bugfixes: - - fixed ore purifaction needing logistic science as prerequisite ---------------------------------------------------------------------------------------------------- -Version: 1.0.2 -Date: 23.3.2022 - Features: - - added recipe for ceramic for overhaul mode ---------------------------------------------------------------------------------------------------- -Version: 1.0.1 -Date: 23.3.2022 - Features: - - updated ru locale thanks to Astorin - Bugfixes: - - fixed bug that causes a crash with the new overhaul mode ---------------------------------------------------------------------------------------------------- -Version: 1.0.0 -Date: 22.3.2022 - Features: - - added vanila overhaul mode: integrate 248k items, buildings and techs into progression + change vanila items + buildings accordingly - - added krastorio 2 overhaul mode. - - use mod settings to choose standalone mode or overhaul mode ---------------------------------------------------------------------------------------------------- -Version: 0.9.5 -Date: 19.1.2022 - Features: - - added ja locale thanks to kyon1207 - - added ru locale thanks to Astorin ---------------------------------------------------------------------------------------------------- -Version: 0.9.4 -Date: 4.1.2022 - Bugfixes: - - fixed crash with krastorio 2 and omnifluid ---------------------------------------------------------------------------------------------------- -Version: 0.9.3 -Date: 12.10.2021 - Changes: - - added new graphics for a lot of machines - - changed size of fusion reactors to make them rotable, previous reactors will drop on the ground - - nerferd output of neodymium, gold and titanium - - casting and smelting now allow 248k productivity modules - - increased module slots in crystal grower, reduced energy crystal grow time to 10s - - buffed bug zapper damage to 10k ---------------------------------------------------------------------------------------------------- -Version: 0.9.2 -Date: 4.9.2021 - Features: - - added option to make landfill using dirty water - - added option to vent dirty water - - added recipe to produce steel ---------------------------------------------------------------------------------------------------- -Version: 0.9.1 -Date: 03.9.2021 - Changes: - - removed fluid must flow dependency - - removed god-forsaken extractor inserter dependency - - changed working speed of fiber maker to 1 from 3.5 - - black hole stabalizer is now cheaper, but crafttime is longer - - changed order of the science packs to better fit into the tech tree - - fuel rods now use Aluminum-composite instead of Aluminium - - decreased craft time for diesel fuels - - increased yield for energized diesel fuel - Features: - - added neutron fluid - - added nuclear waste ---------------------------------------------------------------------------------------------------- -Version: 0.9.0 -Date: 31.08.2021 - WARNING: - - This version contains major changes so updating on an exiting save can work but is not advised - Features: - - added new composite materials - - added ore purification - - added ore smelting - - added a bunch of new machines - - overhauled fusion tech - - rebalanced exotic science - - added a lot of intermediates - - reorganised tech tree - - added ES-es locale - big thanks to Seraphim - - added a way to re-heat liquid lead - - added some recipes to accept 248k prod. modules - Changes: - - portable nuclear reactor is now cheaper - - KIX science cost tweaked - - adjusted S-lab hitbox - - fixed fusor energy input - - nerved el_burner effectivity to 90 percent - - nerved solar panel output - - Future train 1 is now available in fusion stage - - Future train 1 now uses nuclear fuel - - KI2/KI3 core now directly produce KI science - may not migrate properly from old versions ---------------------------------------------------------------------------------------------------- -Version: 0.6.3 -Date: 13.7.2021 - Bugfixes: - - fixed white hole machine bounding box ---------------------------------------------------------------------------------------------------- -Version: 0.6.2 -Date: 12.7.2021 - Features: - - added fission stage shield equipment - - added bug zapper discharge equipment ---------------------------------------------------------------------------------------------------- -Version: 0.6.1 -Date: 11.7.2021 - Bugfixes: - - fixed a bug caused by non-stackeable items ---------------------------------------------------------------------------------------------------- -Version: 0.6.0 -Date: 10.7.2021 - Features: - - added white hole generator - - added up to 248k elements - - added S-Lab and science packs ---------------------------------------------------------------------------------------------------- -Version: 0.5.3 -Date: 16.6.2021 - Features: - - added tank to kerosene producing - - added recipe for building nuclear bombs from plutonium ---------------------------------------------------------------------------------------------------- -Version: 0.5.2 -Date: 29.5.2021 - Changes: - - adjusted water pressurizer energy input ---------------------------------------------------------------------------------------------------- -Version: 0.5.1 -Date: 27.5.2021 - Bugfixes: - - fixed KI migration bug ---------------------------------------------------------------------------------------------------- -Version: 0.5.0 -Date: 27.5.2021 - Features: - - added black hole generator - - added Informatron support - Changes: - - changed pollution and production values for modules - - changed kerosene burner output - Bugfixes: - - fixed a bug where KI amplifier did not update properly ---------------------------------------------------------------------------------------------------- -Version: 0.4.10 -Date: 12.5.2021 - Bugfixes: - - fixed old KI beacon crash on mine ---------------------------------------------------------------------------------------------------- -Version: 0.4.9 -Date: 12.5.2021 - Features: - - updated nearly all tech/item icons - - increased stack sizes for energy crystals - - added matter charger, stabilizer, crushed exotic matter - - added Black hole gnerator [WIP, disabled] - - updated Krastorio 2 integration - Bugfixes: - - core slaves are no longer destructible ---------------------------------------------------------------------------------------------------- -Version: 0.4.8 -Date: 12.5.2021 - Bugfixes: - - fixed migration bug: handling already reinited KI buildings - - fixed bug with max rate calculator: cursor stack being invalid for read ---------------------------------------------------------------------------------------------------- -Version: 0.4.7 -Date: 12.5.2021 - Features: - - added first part of SE compatibility [WIP] - Bugfixes: - - fixed migration bug, which caused to reinit KI buildings ---------------------------------------------------------------------------------------------------- -Version: 0.4.6 -Date: 11.5.2021 - Features: - - added another magnet train - - added crystal growth facility ---------------------------------------------------------------------------------------------------- -Version: 0.4.5 -Date: 9.5.2021 - Bugfixes: - - fixed migration error ---------------------------------------------------------------------------------------------------- -Version: 0.4.4 -Date: 8.5.2021 - Features: - - reworked KI mechanic [NOTE: old KI link setups will be reseted to channel 1] - Bugfixes: - - fixed lang ---------------------------------------------------------------------------------------------------- -Version: 0.4.3 -Date: 5.3.2021 - Bugfixes: - - fixed a bug caused by biters ---------------------------------------------------------------------------------------------------- -Version: 0.4.2 -Date: 4.3.2021 - Features: - - added more support for Ind2 WIP - Bugfixes: - - fixed inputs for KI2 and KI3 machines ---------------------------------------------------------------------------------------------------- -Version: 0.4.1 -Date: 4.3.2021 - Features: - - added custom description for KI linker ---------------------------------------------------------------------------------------------------- -Version: 0.4.0 -Date: 4.3.2021 - Features: - - added KI2 and KI3 core - - added KI2 and KI3 beacons - - added KI2 and KI3 machines - - added KI2 and KI3 tech tree - - adjusted booktorio wiki and some item descriptions - - adjusted sprites for Core fluids ---------------------------------------------------------------------------------------------------- -Version: 0.3.20 -Date: 25.2.2021 - Features: - - adding compatibility between ind2 and 248k, WIP - Bugfixes: - - fixed missing lang key ---------------------------------------------------------------------------------------------------- -Version: 0.3.19 -Date: 23.2.2021 - Features: - - added new sprites for fusion stage: exchanger and thermochemical seperator - - added new sprites for exotic stage: crafter - Bugfixes: - - fixes ingame changelog file ---------------------------------------------------------------------------------------------------- -Version: 0.3.18 -Date: 21.2.2021 - Features: - - added new sprites for fusion stage: stelerator, burner, fusor and activator ---------------------------------------------------------------------------------------------------- -Version: 0.3.17 -Date: 21.2.2021 - Features: - - added new sprites for fission stage: reactor, roboports, charger, crafter and crusher - Bugfixes: - - added Migrations for new recipes ---------------------------------------------------------------------------------------------------- -Version: 0.3.16 -Date: 20.2.2021 - Features: - - added remainding textures for stage 1 - - Kerosene burner now generates pollution ---------------------------------------------------------------------------------------------------- -Version: 0.3.15 -Date: 19.2.2021 - Features: - - added tanker wagon for em suspension train - - updated textures for water pressurizer, water turbine, burner generator. more graphic updates will follow soon ---------------------------------------------------------------------------------------------------- -Version: 0.3.14 -Date: 8.1.2021 - Features: - - buffed gauss modules - - added koaverx for matter - - updated gr train texture ---------------------------------------------------------------------------------------------------- -Version: 0.3.13 -Date: 29.12.2020 - Features: - - Portable train reactor now usable in K2 ---------------------------------------------------------------------------------------------------- -Version: 0.3.12 -Date: 28.12.2020 - Bugfixes: - - fixed Booktorio wiki - Changes: - - changed lang keys for aluminum (AE) to BE - - fixed stuff for sandros fixes - - changed ingredients of last recipe ---------------------------------------------------------------------------------------------------- -Version: 0.3.11 -Date: 19.12.2020 - Features: - - modified krastorio endgame recipes (config) - - relocated recipe from 0.3.10 ---------------------------------------------------------------------------------------------------- -Version: 0.3.10 -Date: 16.12.2020 - Features: - - added recipe for petroleum usage ---------------------------------------------------------------------------------------------------- -Version: 0.3.9 -Date: 06.12.2020 - Features: - - added krastorio 2 sprite for tech card - thanks to romner_set - Bugfixes: - - fixed krastorio 2 bug with rfp ---------------------------------------------------------------------------------------------------- -Version: 0.3.8 -Date: 06.12.2020 - Bugfixes: - - fixed sprite bug ---------------------------------------------------------------------------------------------------- -Version: 0.3.7 -Date: 05.12.2020 - Features: - - updated to factorio version 1.1 - - shifted some dependencies (booktorio is now no longer required) - - added support for krastorio 2 ---------------------------------------------------------------------------------------------------- -Version: 0.3.6 -Date: 29.11.2020 - Features: - - added fusion train, wagon + tech ---------------------------------------------------------------------------------------------------- -Version: 0.3.5 -Date: 25.11.2020 - Features: - - added modules 1 to 3 for 248k recipes - - added universal modules 4 to 6 ---------------------------------------------------------------------------------------------------- -Version: 0.3.4 -Date: 23.11.2020 - Bugfixes: - - adressed fluid temperature issues ---------------------------------------------------------------------------------------------------- -Version: 0.3.3 -Date: 20.11.2020 - Features: - - added booktorio ingame wiki ---------------------------------------------------------------------------------------------------- -Version: 0.3.2 -Date: 19.11.2020 - Features: - - added steel and wheels recipes for star engine ---------------------------------------------------------------------------------------------------- -Version: 0.3.1 -Date: 19.11.2020 - Features: - - added exotic matter usage - - added super crafting machine - - added fusion cell ---------------------------------------------------------------------------------------------------- -Version: 0.2.12 -Date: 18.11.2020 - Features: - - added new science pack, and exotic matter with space probes ---------------------------------------------------------------------------------------------------- -Version: 0.2.11 -Date: 17.11.2020 - Features: - - added star engine techs: copper, sulfur, lithium, uranium ---------------------------------------------------------------------------------------------------- -Version: 0.2.10 -Date: 15.11.2020 - Features: - - added star engine: core, cooler and heating units - - added new hydrogen refining techs ---------------------------------------------------------------------------------------------------- -Version: 0.2.9 -Date: 9.11.2020 - Changes: - - added dependency for extractor inserter, to get used up fuel cells from machines ---------------------------------------------------------------------------------------------------- -Version: 0.2.8 -Date: 9.11.2020 - Changes: - - Fixed fluid inputs for el_pressurizer ---------------------------------------------------------------------------------------------------- -Version: 0.2.7 -Date: 8.11.2020 - Changes: - - Fixed fusor inputs, again ---------------------------------------------------------------------------------------------------- -Version: 0.2.6 -Date: 7.11.2020 - Changes: - - Fixed kerosene burner texture ---------------------------------------------------------------------------------------------------- -Version: 0.2.5 -Date: 6.11.2020 - Features: - - added new fusion reactor - - added advanced isotopes - - removed fusion reactors module slots - - Lead cooling cycle now available in fu_energy_tech - - updated liquid lead exchanger sprite - Changes: - - changed tech tree graphics ---------------------------------------------------------------------------------------------------- -Version: 0.2.4 -Date: 1.11.2020 - Features: - - added Tesla and Hertz bots - Changes: - - robo charger now consumes less energy ---------------------------------------------------------------------------------------------------- -Version: 0.2.3 -Date: 27.10.2020 - Changes: - - fixed bug with fusor inputs, input slots are now accessible ---------------------------------------------------------------------------------------------------- -Version: 0.2.2 -Date: 23.10.2020 - Changes: - - buffed kerosene producing, now each recipe has a bit increased output - - nerferd uranium power - - less time to produce diesle fuel - - buffed fusion, now consumes less isotopes - - buffed fusor output - - increased stack size of fusor tech ---------------------------------------------------------------------------------------------------- -Version: 0.2.1 -Date: 22.10.2020 - Features: - - added Stellarator fusion reactor - - added lead - - added liquid lead and cooling cycle - Changes: - - buffed lithium-6 Isotope producing to make it viable for fusion and changed tech signs ratios to reflect lithium changes ---------------------------------------------------------------------------------------------------- -Version: 0.2.0 -Date: 21.10.2020 - Features: - - added Fusion stage - - added Seperator, Burner, basic Isotopes - - added Fusor, fusion tech signs ---------------------------------------------------------------------------------------------------- -Version: 0.1.9 -Date: 19.10.2020 - Features: - - added roboport and robo charger - - added kerosene engine for burning kerosene - - little visual update for the train - - config for blueprinting KI1 beacons, may get some more attention in the future - Changes: - - decreased overall crafting time for machines (inventory) but also for kerosene producing ---------------------------------------------------------------------------------------------------- -Version: 0.1.8 -Date: 16.10.2020 - Features: - - added sound for machines and trains ---------------------------------------------------------------------------------------------------- -Version: 0.1.7 -Date: 16.10.2020 - Changes: - - visual update for KI1 beacon ---------------------------------------------------------------------------------------------------- -Version: 0.1.6 -Date: 15.10.2020 - Changes: - - buffed thorium fuel cycle - - nerfed uranium fuel cycle - - changed energy crystal recipe ratios - - increased science cost of some techs ---------------------------------------------------------------------------------------------------- -Version: 0.1.5 -Date: 14.10.2020 - Features: - - Added crushing - - Added new line of energy crstals - - Added new train fuel - - Added new materials: industrial steel - Changes: - - changed el_energy_crystal stack size to 100 ---------------------------------------------------------------------------------------------------- -Version: 0.1.4 -Date: 12.10.2020 - Features: - - Added nuclear miner - - Added train and player equipment: nuclear reactor - - new recipe for low density structures - Changes: - - balanced thorium fuel cycle ---------------------------------------------------------------------------------------------------- -Version: 0.1.3 -Date: 11.10.2020 - Features: - - Added nuclear crafting machine - Changes: - - changed technology for meterials: now includes new crafting machine - - nerfed basic nuclear fuel - - - diff --git a/info.json b/info.json deleted file mode 100644 index 7b4f661..0000000 --- a/info.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "248k", - "version": "1.0.31", - "title": "248k Mod", - "author": "PreLeyZero", - "factorio_version": "1.1", - "description": "Advance through 4 stages of tech. Start with simple machines and work your way through nuclear fission and fusion up to black and white holes. Can be added to already existing saves! See mod portal for more info.", - "dependencies": [ - "base >= 1.0.0", - "?Booktorio", - "?informatron", - "?Krastorio2", - "?IndustrialRevolution", - "?space-exploration", - "?RealisticReactors" - ] -} \ No newline at end of file diff --git a/migrations/248k-0.3.12.lua b/migrations/248k-0.3.12.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-0.3.12.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-0.3.17.lua b/migrations/248k-0.3.17.lua deleted file mode 100644 index 2edecda..0000000 --- a/migrations/248k-0.3.17.lua +++ /dev/null @@ -1,6 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - diff --git a/migrations/248k-0.4.0.lua b/migrations/248k-0.4.0.lua deleted file mode 100644 index 5e91088..0000000 --- a/migrations/248k-0.4.0.lua +++ /dev/null @@ -1,38 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if (not global.fi_ki_module) then - global.fi_ki_module = {} -end - -if (not global.el_ki_stats) then - global.el_ki_stats = {} -end - -if (not global.fi_ki_stats) then - global.fi_ki_stats = {} -end - -if (not global.fu_ki_module) then - global.fu_ki_module = {} -end - -if (not global.fu_ki_stats) then - global.fu_ki_stats = {} -end - -for i,v in pairs(global.el_ki_stats) do - if (not global.el_ki_stats[i]['filink']) then - global.el_ki_stats[i]['filink'] = 0 - end - - if (not global.el_ki_stats[i]['fulink']) then - global.el_ki_stats[i]['fulink'] = 0 - end -end - - diff --git a/migrations/248k-0.4.1.lua b/migrations/248k-0.4.1.lua deleted file mode 100644 index 7871d4e..0000000 --- a/migrations/248k-0.4.1.lua +++ /dev/null @@ -1,36 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if (not global.fi_ki_module) then - global.fi_ki_module = {} -end - -if (not global.el_ki_stats) then - global.el_ki_stats = {} -end - -if (not global.fi_ki_stats) then - global.fi_ki_stats = {} -end - -if (not global.fu_ki_module) then - global.fu_ki_module = {} -end - -if (not global.fu_ki_stats) then - global.fu_ki_stats = {} -end - -for i,v in pairs(global.el_ki_stats) do - if (not global.el_ki_stats[i]['filink']) then - global.el_ki_stats[i]['filink'] = 0 - end - - if (not global.el_ki_stats[i]['fulink']) then - global.el_ki_stats[i]['fulink'] = 0 - end -end \ No newline at end of file diff --git a/migrations/248k-0.4.2.lua b/migrations/248k-0.4.2.lua deleted file mode 100644 index 5e91088..0000000 --- a/migrations/248k-0.4.2.lua +++ /dev/null @@ -1,38 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if (not global.fi_ki_module) then - global.fi_ki_module = {} -end - -if (not global.el_ki_stats) then - global.el_ki_stats = {} -end - -if (not global.fi_ki_stats) then - global.fi_ki_stats = {} -end - -if (not global.fu_ki_module) then - global.fu_ki_module = {} -end - -if (not global.fu_ki_stats) then - global.fu_ki_stats = {} -end - -for i,v in pairs(global.el_ki_stats) do - if (not global.el_ki_stats[i]['filink']) then - global.el_ki_stats[i]['filink'] = 0 - end - - if (not global.el_ki_stats[i]['fulink']) then - global.el_ki_stats[i]['fulink'] = 0 - end -end - - diff --git a/migrations/248k-0.4.3.lua b/migrations/248k-0.4.3.lua deleted file mode 100644 index 5e91088..0000000 --- a/migrations/248k-0.4.3.lua +++ /dev/null @@ -1,38 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if (not global.fi_ki_module) then - global.fi_ki_module = {} -end - -if (not global.el_ki_stats) then - global.el_ki_stats = {} -end - -if (not global.fi_ki_stats) then - global.fi_ki_stats = {} -end - -if (not global.fu_ki_module) then - global.fu_ki_module = {} -end - -if (not global.fu_ki_stats) then - global.fu_ki_stats = {} -end - -for i,v in pairs(global.el_ki_stats) do - if (not global.el_ki_stats[i]['filink']) then - global.el_ki_stats[i]['filink'] = 0 - end - - if (not global.el_ki_stats[i]['fulink']) then - global.el_ki_stats[i]['fulink'] = 0 - end -end - - diff --git a/migrations/248k-0.4.9.lua b/migrations/248k-0.4.9.lua deleted file mode 100644 index 0c27926..0000000 --- a/migrations/248k-0.4.9.lua +++ /dev/null @@ -1,180 +0,0 @@ -require('scripts/electronic/el_ki_script') -require('scripts/gravitation/gr_black_hole_script') -local gui = require('scripts/gui') - -local function register_ki_entity(entity,type) - if entity then - if entity.valid then - if global.ki then - if global.ki[type] then - local unit = entity.unit_number - if not global.ki[type][unit] then - if type == "core" then - make_ki_core(entity) - end - - if type == "buffer1" then - make_ki_buffer1(entity) - end - - if type == "buffer2" then - make_ki_buffer2(entity) - end - - if type == "beacon" then - make_ki_beacon(entity) - end - end - end - end - end - end -end - -local function remove_new_slaves(tablein,type,slave) - local table = tablein - for i,v in pairs(table) do - for x,f in pairs(global.ki[type]) do - if global.ki[type][x][slave] then - if global.ki[type][x][slave].valid then - if table[i] then - if table[i].valid then - if global.ki[type][x][slave].unit_number == table[i].unit_number then - table[i] = nil - end - end - end - end - end - end - end - return table -end - -local function kill_old_slaves(table,type,slave) - local old_slaves = remove_new_slaves(table,type,slave) - if old_slaves then - for i,v in pairs(old_slaves) do - if old_slaves[i] then - if old_slaves[i].valid then - local slave = old_slaves[i] - slave.destroy() - end - end - end - end -end - - - - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if game.active_mods["Booktorio"] then - registerThread_248k() -end - -for i,v in pairs(game.players) do - gui.add_top_gui(game.players[i]) -end - ---if not global.ki then - el_ki_init(e) - gr_black_hole_init(e) ---end - -if global.el_ki_stats then - for i,v in pairs(global.el_ki_stats) do - local slave = global.el_ki_stats[i].slave - slave.destroy() - local container = global.el_ki_stats[i].container - container.destroy() - make_ki_core(global.el_ki_stats[i].entity) - global.el_ki_stats[i] = nil - end - global.el_ki_stats = nil -end -if global.fi_ki_stats then - for i,v in pairs(global.fi_ki_stats) do - local slave = global.fi_ki_stats[i].slave - slave.destroy() - local container = global.fi_ki_stats[i].container - container.destroy() - local container2 = global.fi_ki_stats[i].container2 - container2.destroy() - make_ki_buffer1(global.fi_ki_stats[i].entity) - global.fi_ki_stats[i] = nil - end - global.fi_ki_stats = nil -end -if global.fu_ki_stats then - for i,v in pairs(global.fu_ki_stats) do - local slave = global.fu_ki_stats[i].slave - slave.destroy() - local container = global.fu_ki_stats[i].container - container.destroy() - local container2 = global.fu_ki_stats[i].container2 - container2.destroy() - make_ki_buffer2(global.fu_ki_stats[i].entity) - global.fu_ki_stats[i] = nil - end - global.fu_ki_stats = nil -end -if global.el_ki_beacons then - for i,v in pairs(global.el_ki_beacons) do - local slave = global.el_ki_beacons[i].slave - slave.destroy() - make_ki_beacon(global.el_ki_beacons[i].entity) - global.el_ki_beacons[i] = nil - end - global.el_ki_beacons = nil -end - -for i,v in pairs(game.surfaces) do - local el_cores = game.surfaces[i].find_entities_filtered({name="el_ki_core_entity"}) - local fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_entity"}) - local fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_entity"}) - local el_beacons = game.surfaces[i].find_entities_filtered({name="el_ki_beacon_entity"}) - local fi_beacons = game.surfaces[i].find_entities_filtered({name="fi_ki_beacon_entity"}) - local fu_beacons = game.surfaces[i].find_entities_filtered({name="fu_ki_beacon_entity"}) - - for x,f in pairs(el_cores) do - register_ki_entity(el_cores[i],"core") - end - for x,f in pairs(fi_cores) do - register_ki_entity(fi_cores[i],"buffer1") - end - for x,f in pairs(fu_cores) do - register_ki_entity(fu_cores[i],"buffer2") - end - - for x,f in pairs(el_beacons) do - register_ki_entity(el_beacons[i],"beacon") - end - for x,f in pairs(fi_beacons) do - register_ki_entity(fi_beacons[i],"beacon") - end - for x,f in pairs(fu_beacons) do - register_ki_entity(fu_beacons[i],"beacon") - end - - local slave_ki_cores = game.surfaces[i].find_entities_filtered({name="el_ki_core_slave_entity"}) - local slave_fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_slave_entity"}) - local slave_fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_slave_entity"}) - local container_fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_slave_container_entity"}) - local container_fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_slave_container_entity"}) - - kill_old_slaves(slave_ki_cores,"core","slave") - kill_old_slaves(slave_fi_cores,"buffer1","slave") - kill_old_slaves(slave_fu_cores,"buffer2","slave") - kill_old_slaves(container_fi_cores,"buffer1","container") - kill_old_slaves(container_fu_cores,"buffer2","container") - -end - - diff --git a/migrations/248k-0.5.1.lua b/migrations/248k-0.5.1.lua deleted file mode 100644 index 7612900..0000000 --- a/migrations/248k-0.5.1.lua +++ /dev/null @@ -1,92 +0,0 @@ -require('scripts/electronic/el_ki_script') -require('scripts/gravitation/gr_black_hole_script') -local gui = require('scripts/gui') - -local function register_ki_entity(entity,type) - if entity then - if entity.valid then - if global.ki then - if global.ki[type] then - local unit = entity.unit_number - if not global.ki[type][unit] then - if type == "core" then - make_ki_core(entity) - end - - if type == "buffer1" then - make_ki_buffer1(entity) - end - - if type == "buffer2" then - make_ki_buffer2(entity) - end - - if type == "beacon" then - make_ki_beacon(entity) - end - end - end - end - end - end -end - -local function remove_new_slaves(tablein,type,slave) - local table = tablein - for i,v in pairs(table) do - for x,f in pairs(global.ki[type]) do - if global.ki[type][x][slave] then - if global.ki[type][x][slave].valid then - if table[i] then - if table[i].valid then - if global.ki[type][x][slave].unit_number == table[i].unit_number then - table[i] = nil - end - end - end - end - end - end - end - return table -end - -local function kill_old_slaves(table,type,slave) - local old_slaves = remove_new_slaves(table,type,slave) - if old_slaves then - for i,v in pairs(old_slaves) do - if old_slaves[i] then - if old_slaves[i].valid then - local slave = old_slaves[i] - slave.destroy() - end - end - end - end -end - - - - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if game.active_mods["Booktorio"] then - registerThread_248k() -end - -for i,v in pairs(game.players) do - gui.add_top_gui(game.players[i]) -end - -gr_black_hole_init(e) - - - - - - diff --git a/migrations/248k-0.9.3.lua b/migrations/248k-0.9.3.lua deleted file mode 100644 index 5bcdf0c..0000000 --- a/migrations/248k-0.9.3.lua +++ /dev/null @@ -1,10 +0,0 @@ -for _, v in pairs(game.surfaces) do - for _, _v in pairs(v.find_entities_filtered{name = "fu_stelar_reactor_entity"}) do - _v.surface.spill_item_stack(_v.position, {name="fu_stelar_reactor_item"}) - _v.mine() - end - for _, _v in pairs(v.find_entities_filtered{name = "fu_tokamak_reactor_entity"}) do - _v.surface.spill_item_stack(_v.position, {name="fu_tokamak_reactor_item"}) - _v.mine() - end -end \ No newline at end of file diff --git a/migrations/248k-1.0.0.lua b/migrations/248k-1.0.0.lua deleted file mode 100644 index 5c997c9..0000000 --- a/migrations/248k-1.0.0.lua +++ /dev/null @@ -1,7 +0,0 @@ -if settings.startup['overhaul_mode'].value == false then - game.print("You are currently playing 248k on standalone Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an overhaul mod with tech and item integration, especially in Krastorio2 turn on the mod setting", {r=0.5, g=0, b=0.5}) -elseif settings.startup['overhaul_mode'].value == true then - game.print("You are currently playing 248k on overhaul Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an standalone mod without tech and item integration turn off the mod setting", {r=0.5, g=0, b=0.5}) -end \ No newline at end of file diff --git a/migrations/248k-1.0.10.lua b/migrations/248k-1.0.10.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-1.0.10.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.12.lua b/migrations/248k-1.0.12.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-1.0.12.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.19.lua b/migrations/248k-1.0.19.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-1.0.19.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.20.lua b/migrations/248k-1.0.20.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-1.0.20.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.21.lua b/migrations/248k-1.0.21.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-1.0.21.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.22.lua b/migrations/248k-1.0.22.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-1.0.22.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.24.lua b/migrations/248k-1.0.24.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-1.0.24.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.26.lua b/migrations/248k-1.0.26.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-1.0.26.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.28.lua b/migrations/248k-1.0.28.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-1.0.28.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.29.lua b/migrations/248k-1.0.29.lua deleted file mode 100644 index d8f6781..0000000 --- a/migrations/248k-1.0.29.lua +++ /dev/null @@ -1,5 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.3.lua b/migrations/248k-1.0.3.lua deleted file mode 100644 index 7d65c32..0000000 --- a/migrations/248k-1.0.3.lua +++ /dev/null @@ -1,13 +0,0 @@ -if settings.startup['overhaul_mode'].value == false then - game.print("You are currently playing 248k on standalone Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an overhaul mod with tech and item integration, especially in Krastorio2 turn on the mod setting", {r=0.5, g=0, b=0.5}) -elseif settings.startup['overhaul_mode'].value == true then - game.print("You are currently playing 248k on overhaul Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an standalone mod without tech and item integration turn off the mod setting", {r=0.5, g=0, b=0.5}) -end - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.30.lua b/migrations/248k-1.0.30.lua deleted file mode 100644 index ab8ba2d..0000000 --- a/migrations/248k-1.0.30.lua +++ /dev/null @@ -1,155 +0,0 @@ -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - -function open_gui(player) - - local root = player.gui.screen.add{ - type = "frame", - name = "248k_migration_notice", - direction = "vertical", - } --[[@as LuaGuiElement]] - root.force_auto_center() - - do -- Titlebar - local titlebar = root.add{type = "flow", direction = "horizontal"} --[[@as LuaGuiElement]] - titlebar.drag_target = root - titlebar.add{ - type = "label", - caption = {"248k.migration-gui-title"}, - style = "frame_title", - ignored_by_interaction = true - } - titlebar.add{ - type = "empty-widget", - style = "ei_titlebar_draggable_spacer", - ignored_by_interaction = true - } - titlebar.add{ - type = "sprite-button", - name = "close_button", - style = "close_button", - sprite = "utility/close_white", - hovered_sprite = "utility/close_black", - clicked_sprite = "utility/close_black", - tags = { - parent_gui = "248k_migration_notice", - action = "close-gui" - } - } - end - - local main_container = root.add{ - type = "frame", - name = "main-container", - direction = "vertical", - style = "inside_shallow_frame" - } --[[@as LuaGuiElement]] - - do -- info on 248k - main_container.add{ -- Console subheader - type = "frame", - style = "ei_subheader_frame" - }.add{ - type = "label", - caption = {"248k.migration-gui-info-title"}, - style = "subheader_caption_label" - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-info-text"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-info-text-2"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-info-text-3"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-info-text-4"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-info-text-5"}, - } - end - - do -- info on 248k - main_container.add{ -- Console subheader - type = "frame", - style = "ei_subheader_frame" - }.add{ - type = "label", - caption = {"248k.migration-gui-ei-title"}, - style = "subheader_caption_label" - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-text"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-text-2"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-text-3"}, - } - end - - do -- info on 248k - main_container.add{ -- Console subheader - type = "frame", - style = "ei_subheader_frame" - }.add{ - type = "label", - caption = {"248k.migration-gui-ei-sub-title"}, - style = "subheader_caption_label" - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-sub-text"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-sub-text-2"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-sub-text-3"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-sub-text-4"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-sub-text-5"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-sub-text-6"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-sub-text-7"}, - } - main_container.add{ - type = "label", - caption = {"248k.migration-gui-ei-sub-text-8"}, - } - end - - - -end - --- Open the GUI for all players -for _, player in pairs(game.players) do - open_gui(player) -end \ No newline at end of file diff --git a/migrations/248k-1.0.4.lua b/migrations/248k-1.0.4.lua deleted file mode 100644 index 7d65c32..0000000 --- a/migrations/248k-1.0.4.lua +++ /dev/null @@ -1,13 +0,0 @@ -if settings.startup['overhaul_mode'].value == false then - game.print("You are currently playing 248k on standalone Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an overhaul mod with tech and item integration, especially in Krastorio2 turn on the mod setting", {r=0.5, g=0, b=0.5}) -elseif settings.startup['overhaul_mode'].value == true then - game.print("You are currently playing 248k on overhaul Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an standalone mod without tech and item integration turn off the mod setting", {r=0.5, g=0, b=0.5}) -end - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.5.lua b/migrations/248k-1.0.5.lua deleted file mode 100644 index d55f19e..0000000 --- a/migrations/248k-1.0.5.lua +++ /dev/null @@ -1,36 +0,0 @@ -if settings.startup['overhaul_mode'].value == false then - game.print("You are currently playing 248k on standalone Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an overhaul mod with tech and item integration, especially in Krastorio2 turn on the mod setting", {r=0.5, g=0, b=0.5}) -elseif settings.startup['overhaul_mode'].value == true then - game.print("You are currently playing 248k on overhaul Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an standalone mod without tech and item integration turn off the mod setting", {r=0.5, g=0, b=0.5}) -end - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - -for _, v in pairs(game.surfaces) do - for _, _v in pairs(v.find_entities_filtered{name = "fu_star_engine_core_entity"}) do - _v.surface.spill_item_stack(_v.position, {name="fu_star_engine_core_item"}) - _v.mine() - end - for _, _v in pairs(v.find_entities_filtered{name = "fu_star_engine_cooler_up_entity"}) do - _v.surface.spill_item_stack(_v.position, {name="fu_star_engine_cooler_up_item"}) - _v.mine() - end - for _, _v in pairs(v.find_entities_filtered{name = "fu_star_engine_cooler_entity"}) do - _v.surface.spill_item_stack(_v.position, {name="fu_star_engine_cooler_item"}) - _v.mine() - end - for _, _v in pairs(v.find_entities_filtered{name = "fu_star_engine_heater_left_entity"}) do - _v.surface.spill_item_stack(_v.position, {name="fu_star_engine_heater_left_item"}) - _v.mine() - end - for _, _v in pairs(v.find_entities_filtered{name = "fu_star_engine_heater_entity"}) do - _v.surface.spill_item_stack(_v.position, {name="fu_star_engine_heater_item"}) - _v.mine() - end -end \ No newline at end of file diff --git a/migrations/248k-1.0.6.lua b/migrations/248k-1.0.6.lua deleted file mode 100644 index 7d65c32..0000000 --- a/migrations/248k-1.0.6.lua +++ /dev/null @@ -1,13 +0,0 @@ -if settings.startup['overhaul_mode'].value == false then - game.print("You are currently playing 248k on standalone Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an overhaul mod with tech and item integration, especially in Krastorio2 turn on the mod setting", {r=0.5, g=0, b=0.5}) -elseif settings.startup['overhaul_mode'].value == true then - game.print("You are currently playing 248k on overhaul Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an standalone mod without tech and item integration turn off the mod setting", {r=0.5, g=0, b=0.5}) -end - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/migrations/248k-1.0.7.lua b/migrations/248k-1.0.7.lua deleted file mode 100644 index 7d65c32..0000000 --- a/migrations/248k-1.0.7.lua +++ /dev/null @@ -1,13 +0,0 @@ -if settings.startup['overhaul_mode'].value == false then - game.print("You are currently playing 248k on standalone Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an overhaul mod with tech and item integration, especially in Krastorio2 turn on the mod setting", {r=0.5, g=0, b=0.5}) -elseif settings.startup['overhaul_mode'].value == true then - game.print("You are currently playing 248k on overhaul Mode.", {r=0.5, g=0, b=0.5}) - game.print("If you wish to play 248k as an standalone mod without tech and item integration turn off the mod setting", {r=0.5, g=0, b=0.5}) -end - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end \ No newline at end of file diff --git a/oldmigration/248k-0.4.10.lua b/oldmigration/248k-0.4.10.lua deleted file mode 100644 index 0c27926..0000000 --- a/oldmigration/248k-0.4.10.lua +++ /dev/null @@ -1,180 +0,0 @@ -require('scripts/electronic/el_ki_script') -require('scripts/gravitation/gr_black_hole_script') -local gui = require('scripts/gui') - -local function register_ki_entity(entity,type) - if entity then - if entity.valid then - if global.ki then - if global.ki[type] then - local unit = entity.unit_number - if not global.ki[type][unit] then - if type == "core" then - make_ki_core(entity) - end - - if type == "buffer1" then - make_ki_buffer1(entity) - end - - if type == "buffer2" then - make_ki_buffer2(entity) - end - - if type == "beacon" then - make_ki_beacon(entity) - end - end - end - end - end - end -end - -local function remove_new_slaves(tablein,type,slave) - local table = tablein - for i,v in pairs(table) do - for x,f in pairs(global.ki[type]) do - if global.ki[type][x][slave] then - if global.ki[type][x][slave].valid then - if table[i] then - if table[i].valid then - if global.ki[type][x][slave].unit_number == table[i].unit_number then - table[i] = nil - end - end - end - end - end - end - end - return table -end - -local function kill_old_slaves(table,type,slave) - local old_slaves = remove_new_slaves(table,type,slave) - if old_slaves then - for i,v in pairs(old_slaves) do - if old_slaves[i] then - if old_slaves[i].valid then - local slave = old_slaves[i] - slave.destroy() - end - end - end - end -end - - - - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if game.active_mods["Booktorio"] then - registerThread_248k() -end - -for i,v in pairs(game.players) do - gui.add_top_gui(game.players[i]) -end - ---if not global.ki then - el_ki_init(e) - gr_black_hole_init(e) ---end - -if global.el_ki_stats then - for i,v in pairs(global.el_ki_stats) do - local slave = global.el_ki_stats[i].slave - slave.destroy() - local container = global.el_ki_stats[i].container - container.destroy() - make_ki_core(global.el_ki_stats[i].entity) - global.el_ki_stats[i] = nil - end - global.el_ki_stats = nil -end -if global.fi_ki_stats then - for i,v in pairs(global.fi_ki_stats) do - local slave = global.fi_ki_stats[i].slave - slave.destroy() - local container = global.fi_ki_stats[i].container - container.destroy() - local container2 = global.fi_ki_stats[i].container2 - container2.destroy() - make_ki_buffer1(global.fi_ki_stats[i].entity) - global.fi_ki_stats[i] = nil - end - global.fi_ki_stats = nil -end -if global.fu_ki_stats then - for i,v in pairs(global.fu_ki_stats) do - local slave = global.fu_ki_stats[i].slave - slave.destroy() - local container = global.fu_ki_stats[i].container - container.destroy() - local container2 = global.fu_ki_stats[i].container2 - container2.destroy() - make_ki_buffer2(global.fu_ki_stats[i].entity) - global.fu_ki_stats[i] = nil - end - global.fu_ki_stats = nil -end -if global.el_ki_beacons then - for i,v in pairs(global.el_ki_beacons) do - local slave = global.el_ki_beacons[i].slave - slave.destroy() - make_ki_beacon(global.el_ki_beacons[i].entity) - global.el_ki_beacons[i] = nil - end - global.el_ki_beacons = nil -end - -for i,v in pairs(game.surfaces) do - local el_cores = game.surfaces[i].find_entities_filtered({name="el_ki_core_entity"}) - local fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_entity"}) - local fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_entity"}) - local el_beacons = game.surfaces[i].find_entities_filtered({name="el_ki_beacon_entity"}) - local fi_beacons = game.surfaces[i].find_entities_filtered({name="fi_ki_beacon_entity"}) - local fu_beacons = game.surfaces[i].find_entities_filtered({name="fu_ki_beacon_entity"}) - - for x,f in pairs(el_cores) do - register_ki_entity(el_cores[i],"core") - end - for x,f in pairs(fi_cores) do - register_ki_entity(fi_cores[i],"buffer1") - end - for x,f in pairs(fu_cores) do - register_ki_entity(fu_cores[i],"buffer2") - end - - for x,f in pairs(el_beacons) do - register_ki_entity(el_beacons[i],"beacon") - end - for x,f in pairs(fi_beacons) do - register_ki_entity(fi_beacons[i],"beacon") - end - for x,f in pairs(fu_beacons) do - register_ki_entity(fu_beacons[i],"beacon") - end - - local slave_ki_cores = game.surfaces[i].find_entities_filtered({name="el_ki_core_slave_entity"}) - local slave_fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_slave_entity"}) - local slave_fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_slave_entity"}) - local container_fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_slave_container_entity"}) - local container_fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_slave_container_entity"}) - - kill_old_slaves(slave_ki_cores,"core","slave") - kill_old_slaves(slave_fi_cores,"buffer1","slave") - kill_old_slaves(slave_fu_cores,"buffer2","slave") - kill_old_slaves(container_fi_cores,"buffer1","container") - kill_old_slaves(container_fu_cores,"buffer2","container") - -end - - diff --git a/oldmigration/248k-0.4.4.lua b/oldmigration/248k-0.4.4.lua deleted file mode 100644 index 88d81f0..0000000 --- a/oldmigration/248k-0.4.4.lua +++ /dev/null @@ -1,70 +0,0 @@ -require('scripts/electronic/el_ki_script') -local gui = require('scripts/gui') - - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if game.active_mods["Booktorio"] then - registerThread_248k() -end - -for i,v in pairs(game.players) do - gui.add_top_gui(game.players[i]) -end - -if not global.ki then - el_ki_init(e) -end - -if global.el_ki_stats then - for i,v in pairs(global.el_ki_stats) do - local slave = global.el_ki_stats[i].slave - slave.destroy() - local container = global.el_ki_stats[i].container - container.destroy() - make_ki_core(global.el_ki_stats[i].entity) - global.el_ki_stats[i] = nil - end - global.el_ki_stats = nil -end -if global.fi_ki_stats then - for i,v in pairs(global.fi_ki_stats) do - local slave = global.fi_ki_stats[i].slave - slave.destroy() - local container = global.fi_ki_stats[i].container - container.destroy() - local container2 = global.fi_ki_stats[i].container2 - container2.destroy() - make_ki_buffer1(global.fi_ki_stats[i].entity) - global.fi_ki_stats[i] = nil - end - global.fi_ki_stats = nil -end -if global.fu_ki_stats then - for i,v in pairs(global.fu_ki_stats) do - local slave = global.fu_ki_stats[i].slave - slave.destroy() - local container = global.fu_ki_stats[i].container - container.destroy() - local container2 = global.fu_ki_stats[i].container2 - container2.destroy() - make_ki_buffer2(global.fu_ki_stats[i].entity) - global.fu_ki_stats[i] = nil - end - global.fu_ki_stats = nil -end -if global.el_ki_beacons then - for i,v in pairs(global.el_ki_beacons) do - local slave = global.el_ki_beacons[i].slave - slave.destroy() - make_ki_beacon(global.el_ki_beacons[i].entity) - global.el_ki_beacons[i] = nil - end - global.el_ki_beacons = nil -end - diff --git a/oldmigration/248k-0.4.6.lua b/oldmigration/248k-0.4.6.lua deleted file mode 100644 index 19e80d3..0000000 --- a/oldmigration/248k-0.4.6.lua +++ /dev/null @@ -1,69 +0,0 @@ -require('scripts/electronic/el_ki_script') -local gui = require('scripts/gui') - - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if game.active_mods["Booktorio"] then - registerThread_248k() -end - -for i,v in pairs(game.players) do - gui.add_top_gui(game.players[i]) -end - -if not global.ki then - el_ki_init(e) -end - -if global.el_ki_stats then - for i,v in pairs(global.el_ki_stats) do - local slave = global.el_ki_stats[i].slave - slave.destroy() - local container = global.el_ki_stats[i].container - container.destroy() - make_ki_core(global.el_ki_stats[i].entity) - global.el_ki_stats[i] = nil - end - global.el_ki_stats = nil -end -if global.fi_ki_stats then - for i,v in pairs(global.fi_ki_stats) do - local slave = global.fi_ki_stats[i].slave - slave.destroy() - local container = global.fi_ki_stats[i].container - container.destroy() - local container2 = global.fi_ki_stats[i].container2 - container2.destroy() - make_ki_buffer1(global.fi_ki_stats[i].entity) - global.fi_ki_stats[i] = nil - end - global.fi_ki_stats = nil -end -if global.fu_ki_stats then - for i,v in pairs(global.fu_ki_stats) do - local slave = global.fu_ki_stats[i].slave - slave.destroy() - local container = global.fu_ki_stats[i].container - container.destroy() - local container2 = global.fu_ki_stats[i].container2 - container2.destroy() - make_ki_buffer2(global.fu_ki_stats[i].entity) - global.fu_ki_stats[i] = nil - end - global.fu_ki_stats = nil -end -if global.el_ki_beacons then - for i,v in pairs(global.el_ki_beacons) do - local slave = global.el_ki_beacons[i].slave - slave.destroy() - make_ki_beacon(global.el_ki_beacons[i].entity) - global.el_ki_beacons[i] = nil - end - global.el_ki_beacons = nil -end \ No newline at end of file diff --git a/oldmigration/248k-0.4.7.lua b/oldmigration/248k-0.4.7.lua deleted file mode 100644 index 19e80d3..0000000 --- a/oldmigration/248k-0.4.7.lua +++ /dev/null @@ -1,69 +0,0 @@ -require('scripts/electronic/el_ki_script') -local gui = require('scripts/gui') - - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if game.active_mods["Booktorio"] then - registerThread_248k() -end - -for i,v in pairs(game.players) do - gui.add_top_gui(game.players[i]) -end - -if not global.ki then - el_ki_init(e) -end - -if global.el_ki_stats then - for i,v in pairs(global.el_ki_stats) do - local slave = global.el_ki_stats[i].slave - slave.destroy() - local container = global.el_ki_stats[i].container - container.destroy() - make_ki_core(global.el_ki_stats[i].entity) - global.el_ki_stats[i] = nil - end - global.el_ki_stats = nil -end -if global.fi_ki_stats then - for i,v in pairs(global.fi_ki_stats) do - local slave = global.fi_ki_stats[i].slave - slave.destroy() - local container = global.fi_ki_stats[i].container - container.destroy() - local container2 = global.fi_ki_stats[i].container2 - container2.destroy() - make_ki_buffer1(global.fi_ki_stats[i].entity) - global.fi_ki_stats[i] = nil - end - global.fi_ki_stats = nil -end -if global.fu_ki_stats then - for i,v in pairs(global.fu_ki_stats) do - local slave = global.fu_ki_stats[i].slave - slave.destroy() - local container = global.fu_ki_stats[i].container - container.destroy() - local container2 = global.fu_ki_stats[i].container2 - container2.destroy() - make_ki_buffer2(global.fu_ki_stats[i].entity) - global.fu_ki_stats[i] = nil - end - global.fu_ki_stats = nil -end -if global.el_ki_beacons then - for i,v in pairs(global.el_ki_beacons) do - local slave = global.el_ki_beacons[i].slave - slave.destroy() - make_ki_beacon(global.el_ki_beacons[i].entity) - global.el_ki_beacons[i] = nil - end - global.el_ki_beacons = nil -end \ No newline at end of file diff --git a/oldmigration/248k-0.4.8.lua b/oldmigration/248k-0.4.8.lua deleted file mode 100644 index 0dc568e..0000000 --- a/oldmigration/248k-0.4.8.lua +++ /dev/null @@ -1,178 +0,0 @@ -require('scripts/electronic/el_ki_script') -local gui = require('scripts/gui') - -local function register_ki_entity(entity,type) - if entity then - if entity.valid then - if global.ki then - if global.ki[type] then - local unit = entity.unit_number - if not global.ki[type][unit] then - if type == "core" then - make_ki_core(entity) - end - - if type == "buffer1" then - make_ki_buffer1(entity) - end - - if type == "buffer2" then - make_ki_buffer2(entity) - end - - if type == "beacon" then - make_ki_beacon(entity) - end - end - end - end - end - end -end - -local function remove_new_slaves(tablein,type,slave) - local table = tablein - for i,v in pairs(table) do - for x,f in pairs(global.ki[type]) do - if global.ki[type][x][slave] then - if global.ki[type][x][slave].valid then - if table[i] then - if table[i].valid then - if global.ki[type][x][slave].unit_number == table[i].unit_number then - table[i] = nil - end - end - end - end - end - end - end - return table -end - -local function kill_old_slaves(table,type,slave) - local old_slaves = remove_new_slaves(table,type,slave) - if old_slaves then - for i,v in pairs(old_slaves) do - if old_slaves[i] then - if old_slaves[i].valid then - local slave = old_slaves[i] - slave.destroy() - end - end - end - end -end - - - - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if game.active_mods["Booktorio"] then - registerThread_248k() -end - -for i,v in pairs(game.players) do - gui.add_top_gui(game.players[i]) -end - ---if not global.ki then - el_ki_init(e) ---end - -if global.el_ki_stats then - for i,v in pairs(global.el_ki_stats) do - local slave = global.el_ki_stats[i].slave - slave.destroy() - local container = global.el_ki_stats[i].container - container.destroy() - make_ki_core(global.el_ki_stats[i].entity) - global.el_ki_stats[i] = nil - end - global.el_ki_stats = nil -end -if global.fi_ki_stats then - for i,v in pairs(global.fi_ki_stats) do - local slave = global.fi_ki_stats[i].slave - slave.destroy() - local container = global.fi_ki_stats[i].container - container.destroy() - local container2 = global.fi_ki_stats[i].container2 - container2.destroy() - make_ki_buffer1(global.fi_ki_stats[i].entity) - global.fi_ki_stats[i] = nil - end - global.fi_ki_stats = nil -end -if global.fu_ki_stats then - for i,v in pairs(global.fu_ki_stats) do - local slave = global.fu_ki_stats[i].slave - slave.destroy() - local container = global.fu_ki_stats[i].container - container.destroy() - local container2 = global.fu_ki_stats[i].container2 - container2.destroy() - make_ki_buffer2(global.fu_ki_stats[i].entity) - global.fu_ki_stats[i] = nil - end - global.fu_ki_stats = nil -end -if global.el_ki_beacons then - for i,v in pairs(global.el_ki_beacons) do - local slave = global.el_ki_beacons[i].slave - slave.destroy() - make_ki_beacon(global.el_ki_beacons[i].entity) - global.el_ki_beacons[i] = nil - end - global.el_ki_beacons = nil -end - -for i,v in pairs(game.surfaces) do - local el_cores = game.surfaces[i].find_entities_filtered({name="el_ki_core_entity"}) - local fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_entity"}) - local fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_entity"}) - local el_beacons = game.surfaces[i].find_entities_filtered({name="el_ki_beacon_entity"}) - local fi_beacons = game.surfaces[i].find_entities_filtered({name="fi_ki_beacon_entity"}) - local fu_beacons = game.surfaces[i].find_entities_filtered({name="fu_ki_beacon_entity"}) - - for x,f in pairs(el_cores) do - register_ki_entity(el_cores[i],"core") - end - for x,f in pairs(fi_cores) do - register_ki_entity(fi_cores[i],"buffer1") - end - for x,f in pairs(fu_cores) do - register_ki_entity(fu_cores[i],"buffer2") - end - - for x,f in pairs(el_beacons) do - register_ki_entity(el_beacons[i],"beacon") - end - for x,f in pairs(fi_beacons) do - register_ki_entity(fi_beacons[i],"beacon") - end - for x,f in pairs(fu_beacons) do - register_ki_entity(fu_beacons[i],"beacon") - end - - local slave_ki_cores = game.surfaces[i].find_entities_filtered({name="el_ki_core_slave_entity"}) - local slave_fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_slave_entity"}) - local slave_fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_slave_entity"}) - local container_fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_slave_container_entity"}) - local container_fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_slave_container_entity"}) - - kill_old_slaves(slave_ki_cores,"core","slave") - kill_old_slaves(slave_fi_cores,"buffer1","slave") - kill_old_slaves(slave_fu_cores,"buffer2","slave") - kill_old_slaves(container_fi_cores,"buffer1","container") - kill_old_slaves(container_fu_cores,"buffer2","container") - -end - - diff --git a/oldmigration/248k-0.4.9.lua b/oldmigration/248k-0.4.9.lua deleted file mode 100644 index 0c27926..0000000 --- a/oldmigration/248k-0.4.9.lua +++ /dev/null @@ -1,180 +0,0 @@ -require('scripts/electronic/el_ki_script') -require('scripts/gravitation/gr_black_hole_script') -local gui = require('scripts/gui') - -local function register_ki_entity(entity,type) - if entity then - if entity.valid then - if global.ki then - if global.ki[type] then - local unit = entity.unit_number - if not global.ki[type][unit] then - if type == "core" then - make_ki_core(entity) - end - - if type == "buffer1" then - make_ki_buffer1(entity) - end - - if type == "buffer2" then - make_ki_buffer2(entity) - end - - if type == "beacon" then - make_ki_beacon(entity) - end - end - end - end - end - end -end - -local function remove_new_slaves(tablein,type,slave) - local table = tablein - for i,v in pairs(table) do - for x,f in pairs(global.ki[type]) do - if global.ki[type][x][slave] then - if global.ki[type][x][slave].valid then - if table[i] then - if table[i].valid then - if global.ki[type][x][slave].unit_number == table[i].unit_number then - table[i] = nil - end - end - end - end - end - end - end - return table -end - -local function kill_old_slaves(table,type,slave) - local old_slaves = remove_new_slaves(table,type,slave) - if old_slaves then - for i,v in pairs(old_slaves) do - if old_slaves[i] then - if old_slaves[i].valid then - local slave = old_slaves[i] - slave.destroy() - end - end - end - end -end - - - - -for _, force in pairs(game.forces) do - force.reset_recipes() - force.reset_technologies() - force.reset_technology_effects() -end - - -if game.active_mods["Booktorio"] then - registerThread_248k() -end - -for i,v in pairs(game.players) do - gui.add_top_gui(game.players[i]) -end - ---if not global.ki then - el_ki_init(e) - gr_black_hole_init(e) ---end - -if global.el_ki_stats then - for i,v in pairs(global.el_ki_stats) do - local slave = global.el_ki_stats[i].slave - slave.destroy() - local container = global.el_ki_stats[i].container - container.destroy() - make_ki_core(global.el_ki_stats[i].entity) - global.el_ki_stats[i] = nil - end - global.el_ki_stats = nil -end -if global.fi_ki_stats then - for i,v in pairs(global.fi_ki_stats) do - local slave = global.fi_ki_stats[i].slave - slave.destroy() - local container = global.fi_ki_stats[i].container - container.destroy() - local container2 = global.fi_ki_stats[i].container2 - container2.destroy() - make_ki_buffer1(global.fi_ki_stats[i].entity) - global.fi_ki_stats[i] = nil - end - global.fi_ki_stats = nil -end -if global.fu_ki_stats then - for i,v in pairs(global.fu_ki_stats) do - local slave = global.fu_ki_stats[i].slave - slave.destroy() - local container = global.fu_ki_stats[i].container - container.destroy() - local container2 = global.fu_ki_stats[i].container2 - container2.destroy() - make_ki_buffer2(global.fu_ki_stats[i].entity) - global.fu_ki_stats[i] = nil - end - global.fu_ki_stats = nil -end -if global.el_ki_beacons then - for i,v in pairs(global.el_ki_beacons) do - local slave = global.el_ki_beacons[i].slave - slave.destroy() - make_ki_beacon(global.el_ki_beacons[i].entity) - global.el_ki_beacons[i] = nil - end - global.el_ki_beacons = nil -end - -for i,v in pairs(game.surfaces) do - local el_cores = game.surfaces[i].find_entities_filtered({name="el_ki_core_entity"}) - local fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_entity"}) - local fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_entity"}) - local el_beacons = game.surfaces[i].find_entities_filtered({name="el_ki_beacon_entity"}) - local fi_beacons = game.surfaces[i].find_entities_filtered({name="fi_ki_beacon_entity"}) - local fu_beacons = game.surfaces[i].find_entities_filtered({name="fu_ki_beacon_entity"}) - - for x,f in pairs(el_cores) do - register_ki_entity(el_cores[i],"core") - end - for x,f in pairs(fi_cores) do - register_ki_entity(fi_cores[i],"buffer1") - end - for x,f in pairs(fu_cores) do - register_ki_entity(fu_cores[i],"buffer2") - end - - for x,f in pairs(el_beacons) do - register_ki_entity(el_beacons[i],"beacon") - end - for x,f in pairs(fi_beacons) do - register_ki_entity(fi_beacons[i],"beacon") - end - for x,f in pairs(fu_beacons) do - register_ki_entity(fu_beacons[i],"beacon") - end - - local slave_ki_cores = game.surfaces[i].find_entities_filtered({name="el_ki_core_slave_entity"}) - local slave_fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_slave_entity"}) - local slave_fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_slave_entity"}) - local container_fi_cores = game.surfaces[i].find_entities_filtered({name="fi_ki_core_slave_container_entity"}) - local container_fu_cores = game.surfaces[i].find_entities_filtered({name="fu_ki_core_slave_container_entity"}) - - kill_old_slaves(slave_ki_cores,"core","slave") - kill_old_slaves(slave_fi_cores,"buffer1","slave") - kill_old_slaves(slave_fu_cores,"buffer2","slave") - kill_old_slaves(container_fi_cores,"buffer1","container") - kill_old_slaves(container_fu_cores,"buffer2","container") - -end - - diff --git a/ressources/booktorio/Thumbs.db b/ressources/booktorio/Thumbs.db deleted file mode 100644 index 2b5d930..0000000 Binary files a/ressources/booktorio/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_aluminum/Thumbs.db b/ressources/electronic/el_aluminum/Thumbs.db deleted file mode 100644 index 1691df8..0000000 Binary files a/ressources/electronic/el_aluminum/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_burner/Thumbs.db b/ressources/electronic/el_burner/Thumbs.db deleted file mode 100644 index 791c78f..0000000 Binary files a/ressources/electronic/el_burner/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_diesel_train/Thumbs.db b/ressources/electronic/el_diesel_train/Thumbs.db deleted file mode 100644 index 9500e70..0000000 Binary files a/ressources/electronic/el_diesel_train/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_energy_crystal/Thumbs.db b/ressources/electronic/el_energy_crystal/Thumbs.db deleted file mode 100644 index 8129fca..0000000 Binary files a/ressources/electronic/el_energy_crystal/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_ki/Thumbs.db b/ressources/electronic/el_ki/Thumbs.db deleted file mode 100644 index 570e1ed..0000000 Binary files a/ressources/electronic/el_ki/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_ki/el_ki_beacon/Thumbs.db b/ressources/electronic/el_ki/el_ki_beacon/Thumbs.db deleted file mode 100644 index 4881dc9..0000000 Binary files a/ressources/electronic/el_ki/el_ki_beacon/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_ki/el_ki_core/Thumbs.db b/ressources/electronic/el_ki/el_ki_core/Thumbs.db deleted file mode 100644 index 95acdd3..0000000 Binary files a/ressources/electronic/el_ki/el_ki_core/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_ki/el_ki_cpu/Thumbs.db b/ressources/electronic/el_ki/el_ki_cpu/Thumbs.db deleted file mode 100644 index 89d5144..0000000 Binary files a/ressources/electronic/el_ki/el_ki_cpu/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_ki/el_ki_linker/Thumbs.db b/ressources/electronic/el_ki/el_ki_linker/Thumbs.db deleted file mode 100644 index 14869c7..0000000 Binary files a/ressources/electronic/el_ki/el_ki_linker/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_ki/el_ki_memory/Thumbs.db b/ressources/electronic/el_ki/el_ki_memory/Thumbs.db deleted file mode 100644 index 3679c3c..0000000 Binary files a/ressources/electronic/el_ki/el_ki_memory/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_ki/fi_ki_circuit/Thumbs.db b/ressources/electronic/el_ki/fi_ki_circuit/Thumbs.db deleted file mode 100644 index 36beab9..0000000 Binary files a/ressources/electronic/el_ki/fi_ki_circuit/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_ki/fu_ki_circuit/Thumbs.db b/ressources/electronic/el_ki/fu_ki_circuit/Thumbs.db deleted file mode 100644 index 486a3d8..0000000 Binary files a/ressources/electronic/el_ki/fu_ki_circuit/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_ki/ki_science/Thumbs.db b/ressources/electronic/el_ki/ki_science/Thumbs.db deleted file mode 100644 index 946415e..0000000 Binary files a/ressources/electronic/el_ki/ki_science/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_lithium/Thumbs.db b/ressources/electronic/el_lithium/Thumbs.db deleted file mode 100644 index f88af8e..0000000 Binary files a/ressources/electronic/el_lithium/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_pressurizer/Thumbs.db b/ressources/electronic/el_pressurizer/Thumbs.db deleted file mode 100644 index db655e7..0000000 Binary files a/ressources/electronic/el_pressurizer/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_solar/Thumbs.db b/ressources/electronic/el_solar/Thumbs.db deleted file mode 100644 index 6e228ba..0000000 Binary files a/ressources/electronic/el_solar/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_tank/Thumbs.db b/ressources/electronic/el_tank/Thumbs.db deleted file mode 100644 index 2fe8f4a..0000000 Binary files a/ressources/electronic/el_tank/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_train_equipment/Thumbs.db b/ressources/electronic/el_train_equipment/Thumbs.db deleted file mode 100644 index eb41b24..0000000 Binary files a/ressources/electronic/el_train_equipment/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_train_fuel/Thumbs.db b/ressources/electronic/el_train_fuel/Thumbs.db deleted file mode 100644 index 2746542..0000000 Binary files a/ressources/electronic/el_train_fuel/Thumbs.db and /dev/null differ diff --git a/ressources/electronic/el_water_generator/Thumbs.db b/ressources/electronic/el_water_generator/Thumbs.db deleted file mode 100644 index ff2dbad..0000000 Binary files a/ressources/electronic/el_water_generator/Thumbs.db and /dev/null differ diff --git a/ressources/elements/Thumbs.db b/ressources/elements/Thumbs.db deleted file mode 100644 index 35491c6..0000000 Binary files a/ressources/elements/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_compound_material/Thumbs.db b/ressources/fission/fi_compound_material/Thumbs.db deleted file mode 100644 index d1ead76..0000000 Binary files a/ressources/fission/fi_compound_material/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_crafter/Thumbs.db b/ressources/fission/fi_crafter/Thumbs.db deleted file mode 100644 index 01c8559..0000000 Binary files a/ressources/fission/fi_crafter/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_crushed/Thumbs.db b/ressources/fission/fi_crushed/Thumbs.db deleted file mode 100644 index e3ef820..0000000 Binary files a/ressources/fission/fi_crushed/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_crusher/Thumbs.db b/ressources/fission/fi_crusher/Thumbs.db deleted file mode 100644 index b4a56e0..0000000 Binary files a/ressources/fission/fi_crusher/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_energy_crystal/Thumbs.db b/ressources/fission/fi_energy_crystal/Thumbs.db deleted file mode 100644 index 7d37eb1..0000000 Binary files a/ressources/fission/fi_energy_crystal/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_equipment/Thumbs.db b/ressources/fission/fi_equipment/Thumbs.db deleted file mode 100644 index 12962b7..0000000 Binary files a/ressources/fission/fi_equipment/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_fuel/Thumbs.db b/ressources/fission/fi_fuel/Thumbs.db deleted file mode 100644 index a9dc30f..0000000 Binary files a/ressources/fission/fi_fuel/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_materials/Thumbs.db b/ressources/fission/fi_materials/Thumbs.db deleted file mode 100644 index 9157925..0000000 Binary files a/ressources/fission/fi_materials/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_miner/Thumbs.db b/ressources/fission/fi_miner/Thumbs.db deleted file mode 100644 index 6a39740..0000000 Binary files a/ressources/fission/fi_miner/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_robo/Thumbs.db b/ressources/fission/fi_robo/Thumbs.db deleted file mode 100644 index 078a7ce..0000000 Binary files a/ressources/fission/fi_robo/Thumbs.db and /dev/null differ diff --git a/ressources/fission/fi_solid_reactor/Thumbs.db b/ressources/fission/fi_solid_reactor/Thumbs.db deleted file mode 100644 index 9ec776b..0000000 Binary files a/ressources/fission/fi_solid_reactor/Thumbs.db and /dev/null differ diff --git a/ressources/fluids/Thumbs.db b/ressources/fluids/Thumbs.db deleted file mode 100644 index 4e9b804..0000000 Binary files a/ressources/fluids/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_activator/Thumbs.db b/ressources/fusion/fu_activator/Thumbs.db deleted file mode 100644 index f062f59..0000000 Binary files a/ressources/fusion/fu_activator/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_boiler/Thumbs.db b/ressources/fusion/fu_boiler/Thumbs.db deleted file mode 100644 index 5a4b3b7..0000000 Binary files a/ressources/fusion/fu_boiler/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_burner/Thumbs.db b/ressources/fusion/fu_burner/Thumbs.db deleted file mode 100644 index 1faf8f0..0000000 Binary files a/ressources/fusion/fu_burner/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_exchanger/Thumbs.db b/ressources/fusion/fu_exchanger/Thumbs.db deleted file mode 100644 index a7ed3c3..0000000 Binary files a/ressources/fusion/fu_exchanger/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_fusor/Thumbs.db b/ressources/fusion/fu_fusor/Thumbs.db deleted file mode 100644 index 44a28d3..0000000 Binary files a/ressources/fusion/fu_fusor/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_lead/Thumbs.db b/ressources/fusion/fu_lead/Thumbs.db deleted file mode 100644 index 3b46d41..0000000 Binary files a/ressources/fusion/fu_lead/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_reactor/Thumbs.db b/ressources/fusion/fu_reactor/Thumbs.db deleted file mode 100644 index 8b2eebe..0000000 Binary files a/ressources/fusion/fu_reactor/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_robo/Thumbs.db b/ressources/fusion/fu_robo/Thumbs.db deleted file mode 100644 index d18b36f..0000000 Binary files a/ressources/fusion/fu_robo/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_space_probe/Thumbs.db b/ressources/fusion/fu_space_probe/Thumbs.db deleted file mode 100644 index 9b57378..0000000 Binary files a/ressources/fusion/fu_space_probe/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_caster/Thumbs.db b/ressources/fusion/fu_star_engine/fu_star_engine_caster/Thumbs.db deleted file mode 100644 index 848c84b..0000000 Binary files a/ressources/fusion/fu_star_engine/fu_star_engine_caster/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_cooler/Thumbs.db b/ressources/fusion/fu_star_engine/fu_star_engine_cooler/Thumbs.db deleted file mode 100644 index b165423..0000000 Binary files a/ressources/fusion/fu_star_engine/fu_star_engine_cooler/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/Thumbs.db b/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/Thumbs.db deleted file mode 100644 index bd39ece..0000000 Binary files a/ressources/fusion/fu_star_engine/fu_star_engine_cooler_up/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_core/Thumbs.db b/ressources/fusion/fu_star_engine/fu_star_engine_core/Thumbs.db deleted file mode 100644 index 1e03dde..0000000 Binary files a/ressources/fusion/fu_star_engine/fu_star_engine_core/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_heater/Thumbs.db b/ressources/fusion/fu_star_engine/fu_star_engine_heater/Thumbs.db deleted file mode 100644 index 729fbc9..0000000 Binary files a/ressources/fusion/fu_star_engine/fu_star_engine_heater/Thumbs.db and /dev/null differ diff --git a/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/Thumbs.db b/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/Thumbs.db deleted file mode 100644 index 78309d5..0000000 Binary files a/ressources/fusion/fu_star_engine/fu_star_engine_heater_left/Thumbs.db and /dev/null differ diff --git a/ressources/gravitation/Thumbs.db b/ressources/gravitation/Thumbs.db deleted file mode 100644 index 334eddd..0000000 Binary files a/ressources/gravitation/Thumbs.db and /dev/null differ diff --git a/ressources/gravitation/gr_black_hole/Thumbs.db b/ressources/gravitation/gr_black_hole/Thumbs.db deleted file mode 100644 index c9c9124..0000000 Binary files a/ressources/gravitation/gr_black_hole/Thumbs.db and /dev/null differ diff --git a/ressources/gravitation/gr_charger/Thumbs.db b/ressources/gravitation/gr_charger/Thumbs.db deleted file mode 100644 index 8b2e0fe..0000000 Binary files a/ressources/gravitation/gr_charger/Thumbs.db and /dev/null differ diff --git a/ressources/gravitation/gr_crafter/Thumbs.db b/ressources/gravitation/gr_crafter/Thumbs.db deleted file mode 100644 index f164bf4..0000000 Binary files a/ressources/gravitation/gr_crafter/Thumbs.db and /dev/null differ diff --git a/ressources/gravitation/gr_magnet_train/Thumbs.db b/ressources/gravitation/gr_magnet_train/Thumbs.db deleted file mode 100644 index c691b1c..0000000 Binary files a/ressources/gravitation/gr_magnet_train/Thumbs.db and /dev/null differ diff --git a/ressources/gravitation/gr_materials/Thumbs.db b/ressources/gravitation/gr_materials/Thumbs.db deleted file mode 100644 index b258779..0000000 Binary files a/ressources/gravitation/gr_materials/Thumbs.db and /dev/null differ diff --git a/ressources/groups/Thumbs.db b/ressources/groups/Thumbs.db deleted file mode 100644 index 47ffb30..0000000 Binary files a/ressources/groups/Thumbs.db and /dev/null differ diff --git a/ressources/menu_simulation/248k_menu_1.zip b/ressources/menu_simulation/248k_menu_1.zip deleted file mode 100644 index 40e4196..0000000 Binary files a/ressources/menu_simulation/248k_menu_1.zip and /dev/null differ diff --git a/ressources/menu_simulation/248k_menu_2.zip b/ressources/menu_simulation/248k_menu_2.zip deleted file mode 100644 index ec0396b..0000000 Binary files a/ressources/menu_simulation/248k_menu_2.zip and /dev/null differ diff --git a/ressources/menu_simulation/248k_menu_3.zip b/ressources/menu_simulation/248k_menu_3.zip deleted file mode 100644 index 2b660a6..0000000 Binary files a/ressources/menu_simulation/248k_menu_3.zip and /dev/null differ diff --git a/ressources/menu_simulation/248k_menu_6.zip b/ressources/menu_simulation/248k_menu_6.zip deleted file mode 100644 index 2d3f023..0000000 Binary files a/ressources/menu_simulation/248k_menu_6.zip and /dev/null differ diff --git a/ressources/particles/Thumbs.db b/ressources/particles/Thumbs.db deleted file mode 100644 index b3e8e63..0000000 Binary files a/ressources/particles/Thumbs.db and /dev/null differ diff --git a/ressources/techs/Thumbs.db b/ressources/techs/Thumbs.db deleted file mode 100644 index 3c08737..0000000 Binary files a/ressources/techs/Thumbs.db and /dev/null differ