Loading...
  OR  Zero-K Name:    Password:   

Post edit history

New widget Mod of Field Factory Selector

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
8/6/2024 3:38:40 PMFRrankHelwor before revert after revert
8/5/2024 6:04:39 PMFRrankHelwor before revert after revert
8/5/2024 5:48:01 PMFRrankHelwor before revert after revert
Before After
1 (Field Factory Selector is the widget in charge of doing the interface for the user to select blueprint to copy) 1 (Field Factory Selector is the widget in charge of doing the interface for the user to select blueprint to copy)
2 \n 2 \n
3 What's new with this version: 3 What's new with this version:
4 It invites you with a popup of a pulsing button whenever your com is close of factories. 4 It invites you with a popup of a pulsing button whenever your com is close of factories.
5 That button lead you to a panel of all available blueprints you can copy, from all factories around. 5 That button lead you to a panel of all available blueprints you can copy, from all factories around.
6 So you don't need to bother using hotkey and point a fac, just click the button that appear. 6 So you don't need to bother using hotkey and point a fac, just click the button that appear.
7 It also doesn't break your queue of command, you can copy a blueprint while doing something else. 7 It also doesn't break your queue of command, you can copy a blueprint while doing something else.
8 The button size and position can be configured when in TweakMode (CTRL + F11) 8 The button size and position can be configured when in TweakMode (CTRL + F11)
9 \n 9 \n
10 Download the file: 10 Download the file:
11 https://github. com/Helwor/Hel-K/blob/main/LuaUI/Widgets/cmd_field_factory. lua 11 https://raw. githubusercontent. com/Helwor/Hel-K/main/LuaUI/Widgets/cmd_field_factory. lua
12 ( from Github: https://github.com/Helwor/Hel-K/blob/main/LuaUI/Widgets/cmd_field_factory.lua )
12 The file must be named exactly 'cmd_field_factory.lua' so it will effectively replace the vanilla version of the widget. 13 The file must be named exactly 'cmd_field_factory.lua' so it will effectively replace the vanilla version of the widget.
13 \n 14 \n
14 (It is not mandatory to have anything else from Hel-K to run this widget) 15 (It is not mandatory to have anything else from Hel-K to run this widget)
15 \n 16 \n
16 how to install local widgets: 17 how to install local widgets:
17 https://zero-k.info/mediawiki/Widget_Configuration#Using_custom_widgets 18 https://zero-k.info/mediawiki/Widget_Configuration#Using_custom_widgets
18 \n 19 \n
19 (if lead devs want to integrate it to the game, feel free to do so, but I don't have the time to polish it more and PR it) 20 (if lead devs want to integrate it to the game, feel free to do so, but I don't have the time to polish it more and PR it)