[MOD 0.14.x] Bottleneck
Re: [MOD 0.14.x] Bottleneck
Yeap updating works for that. I reported the factorio bug responsible for that actually: viewtopic.php?f=11&t=44870
It was fixed in 0.15.3.
It was fixed in 0.15.3.
Re: [MOD 0.14.x] Bottleneck
Sorry for the delay in reporting on this - I just kept forgetting to actually let the game update. Sure enough, updating did the trick!
Re: [MOD 0.14.x] Bottleneck
I've noticed that the hotkey for Bottleneck is the same as the hotkey for showing the blueprint library in 0.15.
And because the hotkey's are the same and i've been pressing it plenty of times i've noticed a small bug on (at least) electric mining drills.
When there are no more expected resources on a drill and it shows a red dot, pressing B twice will make the dot disappear and will never reappear, making it difficult to spot depleted mines.
My solution to this has been to disable the hotkeys altogether by commenting out these 2 lines in control.lua:
script.on_event("bottleneck-hotkey", on_hotkey)
script.on_event("bottleneck-highcontrast", toggle_highcontrast)
Seeing as how i do not feel the need to disable the dots, i am perfectly fine with this
And because the hotkey's are the same and i've been pressing it plenty of times i've noticed a small bug on (at least) electric mining drills.
When there are no more expected resources on a drill and it shows a red dot, pressing B twice will make the dot disappear and will never reappear, making it difficult to spot depleted mines.
My solution to this has been to disable the hotkeys altogether by commenting out these 2 lines in control.lua:
script.on_event("bottleneck-hotkey", on_hotkey)
script.on_event("bottleneck-highcontrast", toggle_highcontrast)
Seeing as how i do not feel the need to disable the dots, i am perfectly fine with this
Re: [MOD 0.14.x] Bottleneck
Refrag wrote:I've noticed that the hotkey for Bottleneck is the same as the hotkey for showing the blueprint library in 0.15.
And because the hotkey's are the same and i've been pressing it plenty of times i've noticed a small bug on (at least) electric mining drills.
When there are no more expected resources on a drill and it shows a red dot, pressing B twice will make the dot disappear and will never reappear, making it difficult to spot depleted mines.
My solution to this has been to disable the hotkeys altogether by commenting out these 2 lines in control.lua:
script.on_event("bottleneck-hotkey", on_hotkey)
script.on_event("bottleneck-highcontrast", toggle_highcontrast)
Seeing as how i do not feel the need to disable the dots, i am perfectly fine with this
Even easier would be to change the bottleneck hotkey in game to something else.
Re: [MOD 0.14.x] Bottleneck
True, however i couldn't decide on what new hotkey to pick, so i just disabled it altogether.Nexela wrote:Refrag wrote:I've noticed that the hotkey for Bottleneck is the same as the hotkey for showing the blueprint library in 0.15.
And because the hotkey's are the same and i've been pressing it plenty of times i've noticed a small bug on (at least) electric mining drills.
When there are no more expected resources on a drill and it shows a red dot, pressing B twice will make the dot disappear and will never reappear, making it difficult to spot depleted mines.
My solution to this has been to disable the hotkeys altogether by commenting out these 2 lines in control.lua:
script.on_event("bottleneck-hotkey", on_hotkey)
script.on_event("bottleneck-highcontrast", toggle_highcontrast)
Seeing as how i do not feel the need to disable the dots, i am perfectly fine with this
Even easier would be to change the bottleneck hotkey in game to something else.
Re: [MOD 0.14.x] Bottleneck
Toggling will be moved to settings in a GUI, since the mod needs more configuration anyway. Question is just whether I get around to do it before Nexela does
Re: [MOD 0.14.x] Bottleneck
Nexela might be getting around to it today
Re: [MOD 0.14.x] Bottleneck
Well the hotkey is gone and I'm sad, =(
It's very time consuming to go to the options menu and look for the correct setting every single time i want to turn of bottleneck (which hapopens quite frequently).
My personal suggestion would be to either introduce a new empty hotkey setting in the controls menu under mods, so everyone can pick their own favourite now that B is gone, or default bind to ALT key. It would fit in my opinion since bottleneck also supplies extra information.
It's very time consuming to go to the options menu and look for the correct setting every single time i want to turn of bottleneck (which hapopens quite frequently).
My personal suggestion would be to either introduce a new empty hotkey setting in the controls menu under mods, so everyone can pick their own favourite now that B is gone, or default bind to ALT key. It would fit in my opinion since bottleneck also supplies extra information.
Re: [MOD 0.14.x] Bottleneck
You're right; it's annoying to go through the options menu. The hotkey will soon make a glorious returnChartas wrote:Well the hotkey is gone and I'm sad, =(
It's very time consuming to go to the options menu and look for the correct setting every single time i want to turn of bottleneck (which hapopens quite frequently).
My personal suggestion would be to either introduce a new empty hotkey setting in the controls menu under mods, so everyone can pick their own favourite now that B is gone, or default bind to ALT key. It would fit in my opinion since bottleneck also supplies extra information.
Re: [MOD 0.14.x] Bottleneck
Praise to the glorious hotkey!trold wrote:You're right; it's annoying to go through the options menu. The hotkey will soon make a glorious return
-
- Burner Inserter
- Posts: 19
- Joined: Wed Apr 20, 2016 12:55 pm
- Contact:
Re: [MOD 0.14.x] Bottleneck
yay! Being able to use <Alt> would be cool. I wonder if the game prevents it from being used for two things at once.
Re: [MOD 0.14.x] Bottleneck
No but alt is a really bad choice
Default will probably be CTRL-ALT-B and you can change it whatever you like
Default will probably be CTRL-ALT-B and you can change it whatever you like
-
- Burner Inserter
- Posts: 19
- Joined: Wed Apr 20, 2016 12:55 pm
- Contact:
Re: [MOD 0.14.x] Bottleneck
it's definitely a personal choice. I feel as though when I'm looking at bottleneck info, I also want be looking at the Alt overview anyway.
Re: [MOD 0.14.x] Bottleneck
The problem with having it bound to Alt_L is that it gets out of sync with the regular extra information (i.e., is off when the other is on and vice versa).
Re: [MOD 0.14.x] Bottleneck
That should be relatively easy to fix. If bottleneck is never shown at beginning of a new game and the last state is propagated through save games it would always be synced.trold wrote:The problem with having it bound to Alt_L is that it gets out of sync with the regular extra information (i.e., is off when the other is on and vice versa).
Re: [MOD 0.14.x] Bottleneck
The problem is when you add bottleneck to an existing save. Bottleneck doesn't know then if detailed view is on or off.
-
- Burner Inserter
- Posts: 19
- Joined: Wed Apr 20, 2016 12:55 pm
- Contact:
Re: [MOD 0.14.x] Bottleneck
Temporarily change the hotkey in order to sync it.
Re: [MOD 0.14.x] Bottleneck
I can tie it to the entity overlays but How to handle MP since not everyone will have the overlay on/off.
-
- Burner Inserter
- Posts: 19
- Joined: Wed Apr 20, 2016 12:55 pm
- Contact:
Re: [MOD 0.14.x] Bottleneck
Is there any way to make the bottleneck icons individual to each user in MP?