Small Robots - Just make the robots a bit smaller.

by Pi-C

Change the size of logistic, construction, and combat bots! You can scale vanilla and modded bots between 50% and 250% of their original size. This mod is the perfect complement for "miniMAXIme: Character scaler and selector".

Tweaks
23 days ago
0.16 - 2.0
3.56K

b [Fixed] Hide Alt Info Setting not working

1 year, 4 months ago

As the title says, no matter what the setting is. The alt Info is always shown. Happens with only base mod + small robots.

1 year, 4 months ago

Changing line 39 in file scripts/hide_alt_info.lua from this:

for bot_type, bot_names in ipairs(SR.scaled_prototypes) do

to this

for bot_type, bot_names in pairs(SR.scaled_prototypes) do

will fix the issue

1 year, 4 months ago

Thanks for the report! I've just uploaded version 1.1.7 with your fix. :-)

New response