McGuten / Factorio5DimMods

5Dim's mods repository
MIT License
13 stars 13 forks source link
5dim conversion factorio factorio-mod mod total total-conversion

5Dim's mod

logo

Global Links

Description

This mod is a total conversion and it has tons of modules and we recommend use all in your game.

Mod list

Core module

Optional modules

Utility modules

Translations

  1. If you want to translate the mod to other lang you should use the follow template or help me in Crowdin translation
  2. 5Dim's Locale > locale > en.example
  3. You should use this template to translate the mod and upload it with Pull Request

Errors

If you have problems with missing items or you add the mod in mid game you should use this command

You also should empty your inventory, sometimes your inventory would lost.

This command will refresh all your technologies.

/c tech = {}
for name,technology in pairs(game.player.force.technologies) do
  if technology.researched == true then
    table.insert( tech, technology.name )
  end
end
game.player.force.reset()
for _, tech_name in pairs(tech) do
  for name,technology in pairs(game.player.force.technologies) do
    if (technology.name == tech_name) then
      technology.researched = true
    end
  end
end

Images

core mod