FAForever / fa

Lua code for FAF
226 stars 233 forks source link

Feature: ability to re-order user build templates #6117

Open lL1l1 opened 5 months ago

lL1l1 commented 5 months ago

Describe the feature "Be able to re-order hotkey cycling of templates without having to re-create them all in the desired order." (Arran on the forum)

Expected behavior Be able to drag user templates around image

like you can drag units in the factory queue: Construction menu dragging and then it should update the order in which they appear when using the "cycle user templates" hotkey. I think the place to start looking is in build_templates.lua. The current issue is that the hotkey relies entirely on the order of templates in the game.prefs file/table.

This should also apply to factory build queue templates.