My Quick Start

by nm9311

This simple, minimalistic quick start mod enhances your Factorio experience by allowing you to choose from one of nine startup kits: Empty, Default, Default-militant, Tiny, Small, Medium, Big, Huge, or CUSTOM. You can select your preferred kit in the mod configuration settings. Additionally, you have the option to place items from the kit on one of your four quickbars or conduct some or all research in advance. The mod is multiplayer ready and supports quality items if that option is selected.

Content
a month ago
0.17 - 2.1
25.4K
Cheats

b Custom Kit is Broken with the Quality Update

a month ago

The "quality" support that this mod added recently completely broke custom kits. I don't know why func insertThis is prepending "MyQuickStart-" to the item names. That causes an immediate exception. I tried editing it to:

local function insertItem(player1, name, qualityType)
insertThis(player1, name, name, qualityType)
end

That's an incorrect call signature because it should be player,name,amount,qualityType. I tried working through the rest of the code, but I have no idea how amount is supposed to be passed from the game UI.

a month ago

I would like to verify this. Could you please outline the steps to reproduce the exception or error state?

a month ago

Ok, thank you for reporting this!

New response