Auto Fill

by Nexela

Autofill inserts items (ammo,fuel,etc) inside entities when placing them in the world.

Utilities
6 years ago
0.13 - 0.16
357

g Change default number of bullets

7 years ago

Is there a command or setting that I can change so autofill puts 50 or 100 bullets in a turret when placed? Default appears to be 10 for a turret but as I get better established it would be nice to change the default.

7 years ago
(updated 7 years ago)

Open the Zip file. Settings folder. vanilla-sets.lua. Change line 20.

Defualt
["gun-turret"]= {priority=order.default, group="turrets", limits= {10}, "ammo-bullets" }

Replace the number after limits with whatever you want it to be.

7 years ago

This doesn't seem to work, I've tried modifying the integer from 10 to 30 but when I fire the game back up it still drops 10 bullets into the turret. Any suggestions?

6 years ago

You can open/edit the file while it's in the zip folder, but on my PC I was not able to actually save over that file. Instead I copied the vanilla-sets.lua file to my desktop, modified it there, and then dragged it back into the zip folder to copy it over the old file.

New response