My Quick Start

by nm9311

Simple minimalistic Quick Start Mod with quality: Start with one of 9 startup kits (Empty, Default, Default-militant, Tiny, Small, Medium, Big, Huge or CUSTOM) to improve or decrease your Factorio experience. The kit can be selected in the mod config settings. You can also choose to put items from kit to your quickbar or to do some research in advance (big, huge or custom kit). Now you can select what to put in which quickbar slot. Multiplayer ready. With quality items, if selected.

Content
6 hours ago
0.17 - 2.1
25.0K
Cheats

b Custom Kit is Broken with the Quality Update

a day 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 day ago

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

6 hours ago

Ok, thank you for reporting this!

New response