These is my modrules.lua.
Code: Select all
local modrules = {
reclaim = {
unitEfficiency = 0.5,
allowEnemies = false,
},
movement = {
allowUnitCollisionOverlap = false,
}
}
return modrules
Using spring 0.95 still btw.
PS: I noticed that units created with lua have their footprint not properly alligned sometimes, smells like a bug to me.