[MOD 0.14] HUD Combinator
[MOD 0.14] HUD Combinator
Type: Mod
Name: HUD Combinator
Description: Adds a new combinator that shows custom messages on your screen based on circuit conditions.
License: MIT
Category: Item
Download-Url: https://mods.factorio.com/mods/3maven/E ... /downloads
Website: https://mods.factorio.com/mods/3maven/E ... ombinator/
Adds a new combinator that shows custom messages on your screen based on circuit conditions. Want to be notified when a resource drops below a certain level? Want to always know how charged your accumulators are? This is your mod.
Known issues:
+ Not tested in multiplayer. It probably won't work there.
+ No research requirement yet.
+ Keeps working even if it has no power.
+ Not yet performance-tuned.
+ Changes the left side of the screen to stack vertically rather than horizontally, which may interfere with other mods.
Name: HUD Combinator
Description: Adds a new combinator that shows custom messages on your screen based on circuit conditions.
License: MIT
Category: Item
Download-Url: https://mods.factorio.com/mods/3maven/E ... /downloads
Website: https://mods.factorio.com/mods/3maven/E ... ombinator/
Adds a new combinator that shows custom messages on your screen based on circuit conditions. Want to be notified when a resource drops below a certain level? Want to always know how charged your accumulators are? This is your mod.
Known issues:
+ Not tested in multiplayer. It probably won't work there.
+ No research requirement yet.
+ Keeps working even if it has no power.
+ Not yet performance-tuned.
+ Changes the left side of the screen to stack vertically rather than horizontally, which may interfere with other mods.
-
- Filter Inserter
- Posts: 256
- Joined: Wed Aug 17, 2016 9:49 am
- Contact:
Re: [MOD 0.14] HUD Combinator
you are a legend. that is all.
i love this mod. i can't play without it now. never again will i be surprised by a buffer filling and halting production without me knowning (which is especially relevant for bob's/angel's playthroughs).
i love this mod. i can't play without it now. never again will i be surprised by a buffer filling and halting production without me knowning (which is especially relevant for bob's/angel's playthroughs).
- aubergine18
- Smart Inserter
- Posts: 1264
- Joined: Fri Jul 22, 2016 8:51 pm
- Contact:
Re: [MOD 0.14] HUD Combinator
Is HUD combinator different to Circuit Alerter mod? https://mods.factorio.com/mods/Nexela/CircuitAlerter
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.
-
- Filter Inserter
- Posts: 256
- Joined: Wed Aug 17, 2016 9:49 am
- Contact:
Re: [MOD 0.14] HUD Combinator
hud combinator has a small, non-intrusive text display that can practically be made constantly active.
for example, i'm doing a bob's/angel's run right now and a common problem is that if you temporarily make more sulfuric than you consume, your system will get backed up and everything will stop. this mod let's me output the level of my sulfuric storage tank so i can easily see if that's a bottleneck or not but ALSO the general level so i can know whether my factory is net consumer or producer
for example, i'm doing a bob's/angel's run right now and a common problem is that if you temporarily make more sulfuric than you consume, your system will get backed up and everything will stop. this mod let's me output the level of my sulfuric storage tank so i can easily see if that's a bottleneck or not but ALSO the general level so i can know whether my factory is net consumer or producer
Re: [MOD 0.14] HUD Combinator
Not sure how much overlap they have. I looked at Circuit Alerter a while back and couldn't get it to work (likely my own fault), so I just made what I wanted. Can't claim that either's better--use whichever one you like.aubergine18 wrote:Is HUD combinator different to Circuit Alerter mod? https://mods.factorio.com/mods/Nexela/CircuitAlerter
-
- Filter Inserter
- Posts: 256
- Joined: Wed Aug 17, 2016 9:49 am
- Contact:
Re: [MOD 0.14] HUD Combinator
two suggestions, one is very minor:
[*] would it be possible to increase stack size? 5 is quite small?
[*] would it be possible to add a button (like what YARM has, if you're familiar with it) that lets a user quickly toggle the display text on/off?
again, very nice mod!
[*] would it be possible to increase stack size? 5 is quite small?
[*] would it be possible to add a button (like what YARM has, if you're familiar with it) that lets a user quickly toggle the display text on/off?
again, very nice mod!
Re: [MOD 0.14] HUD Combinator
Any screenshots on what kind of HUD we should be expecting to see?
Re: [MOD 0.14] HUD Combinator
At the moment the UI is trivial--it's just a line of text of your choosing that's visible in the upper-left corner. I may later add an option for something more involved.
-
- Burner Inserter
- Posts: 5
- Joined: Sun Apr 17, 2016 6:13 pm
- Contact:
Re: [MOD 0.14] HUD Combinator
This works absolutely perfectly! Only wish is that the "Use Colors" box would actually change the color of the text, but if that's anything but trivial to do, don't stress yourself <3
-
- Manual Inserter
- Posts: 3
- Joined: Tue Feb 21, 2017 10:14 am
- Contact:
Re: [MOD 0.14] HUD Combinator
is it possible to fix:
Error while running event on_tick (ID 0)
EmdotHUDCombinator/classes/PlayerRecord.lua:54: attempt to index local 'combinator_record' (a nil value)
Error while running event on_tick (ID 0)
EmdotHUDCombinator/classes/PlayerRecord.lua:54: attempt to index local 'combinator_record' (a nil value)
-
- Burner Inserter
- Posts: 18
- Joined: Thu Sep 07, 2017 9:54 am
- Contact:
Minor issue in 1.3.0 - Hiding HUD Header disables settings access
Hi,
not sure, but I had disabled the HUD header and I can't see a way to bring the HUD header back and so get back into its settings again.
I managed to change in the code in gui/hud-gui.lua to add after
local is_header_hidden = player_settings.get_hide_hud_header_setting(player_index)
is_header_hidden = false
to explicitly enable the header again.
That works for me. Otherwise - great mod!
Regards
Tom
not sure, but I had disabled the HUD header and I can't see a way to bring the HUD header back and so get back into its settings again.
I managed to change in the code in gui/hud-gui.lua to add after
local is_header_hidden = player_settings.get_hide_hud_header_setting(player_index)
is_header_hidden = false
to explicitly enable the header again.
That works for me. Otherwise - great mod!
Regards
Tom