Hi, I've been trying to create a different combat robot, but I can't find anywhere to change the number created or whether it follows the combat robot limit (distractor robots don't, others do)
Is this just not possible? would I have to re-create the combat robot functionality in lua? I've looked through projectiles.lua, entities.lua, and capsules.lua. Thanks.
Change number of combat robots created
Re: Change number of combat robots created
Edit the "offsets" array in projectiles.lua.
Re: Change number of combat robots created
Thanks, any way to change if it follows the limit or not? I can't find it in any file but distractors don't and others do.DaveMcW wrote:Edit the "offsets" array in projectiles.lua.
Re: Change number of combat robots created
follows_player=true|false in the entity definition.starelf wrote:Thanks, any way to change if it follows the limit or not? I can't find it in any file but distractors don't and others do.
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Change number of combat robots created
I want it to still follow the player, but not follow the max combat robot limit, is there any way to do that?prg wrote:follows_player=true|false in the entity definition.starelf wrote:Thanks, any way to change if it follows the limit or not? I can't find it in any file but distractors don't and others do.