Enemy Race Manager

by heyqule

Add support to have multiple races of enemies and add various RTS elements. Added aerial enemies. Added engineer army that you can control. Support free for all or 1vN. Search "ERM -" mods to download the new enemies.

Content
2 days ago
1.1 - 2.0
25.6K
Combat Enemies Environment Mining Manufacturing

g error with 1.22.6 build and PlutoniumEnergy

12 days ago

Error ModManager.cpp:1625: Failed to load mod "enemyracemanager": enemyracemanager/prototypes/extend-super-weapons.lua:163: attempt to index local 'entity' (a nil value)
stack traceback:
enemyracemanager/prototypes/extend-super-weapons.lua:163: in main chunk
[C]: in function 'require'
enemyracemanager/data-updates.lua:19: in main chunk

12 days ago

1.1 build is no longer supported.

You can unzip the mod and delete the following block of code in enemyracemanager/prototypes/extend-super-weapons.lua

if mods['PlutoniumEnergy'] then
    local entity = util.table.deepcopy(data.raw["projectile"]["plutonium-atomic-rocket"])
    table.insert(entity['action']['action_delivery']['target_effects'], super_weapon_attack_points)
    table.insert(entity['action']['action_delivery']['target_effects'], super_weapon_counter_attack)
    data:extend({ entity })
end

New response