pressing x to switch the toolbar + any number to access the item very quickly after each other results in getting the item from the previous active toolbar in the hand...
so i have 2 toolbars active and i want to access the 1. item on the lower toolbar
i have to press x and 1 and when done with a certain speed you still get the item from the previous active toolbar instead of the new one...
edit: this is not an issue in singleplayer
[Twinsen]toolbar latency in multiplayer
- eradicator
- Smart Inserter
- Posts: 5211
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: toolbar latency in multiplayer
You Sir have insane input speed! ;)
If i try this with autohotkey and a 1 millisecond delay it only reproduces half the time. Only if i remove the delay (whatever autohotkey then sets as a default delay...) it reproduces 99% of the time. With 20ms delay it still reproduces ~5% of the time.
If i try this with autohotkey and a 1 millisecond delay it only reproduces half the time. Only if i remove the delay (whatever autohotkey then sets as a default delay...) it reproduces 99% of the time. With 20ms delay it still reproduces ~5% of the time.
Code: Select all
F9::
Send, x
sleep, 20
Send, 1
return
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Re: toolbar latency in multiplayer
maybe i only have a slow internet connectioneradicator wrote: Tue Jun 04, 2019 10:20 am You Sir have insane input speed!
If i try this with autohotkey and a 1 millisecond delay it only reproduces half the time. Only if i remove the delay (whatever autohotkey then sets as a default delay...) it reproduces 99% of the time. With 20ms delay it still reproduces ~5% of the time.
Code: Select all
F9:: Send, x sleep, 20 Send, 1 return

- eradicator
- Smart Inserter
- Posts: 5211
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: toolbar latency in multiplayer
Oh, i misread your post. My measurements *are* in Singleplayer.
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Re: [Twinsen]toolbar latency in multiplayer
I made it so the item location is based on GUI state instead of game state.
This means the keyboard shortcut will no longer work if the gui is hidden or does not exist, but I don't think such case exists or evem makes any sense.
So, fixed in Version: 0.17.46
This means the keyboard shortcut will no longer work if the gui is hidden or does not exist, but I don't think such case exists or evem makes any sense.
So, fixed in Version: 0.17.46
- BattleFluffy
- Fast Inserter
- Posts: 209
- Joined: Sun Mar 31, 2019 4:58 pm
- Contact:
Re: [Twinsen]toolbar latency in multiplayer
Ah amazing, this bug has affected me a lot in the past, that's awesome that it's going to be fixed now!
Re: [Twinsen]toolbar latency in multiplayer
works great ty alot, another bug or issue what confuses me is that when you take an item from the inventory or toolbar with no item in hand previously - then the item gets replaced with a placeholder in the inventory - that works great - but now with an item already in the hand - swap the item to any other item - now the placeholder stays on the previous item and the other item is just removed from invventory temporarily until you put it out of hand or drop it...Twinsen wrote: Tue Jun 04, 2019 11:48 am I made it so the item location is based on GUI state instead of game state.
This means the keyboard shortcut will no longer work if the gui is hidden or does not exist, but I don't think such case exists or evem makes any sense.
So, fixed in Version: 0.17.46
Re: [Twinsen]toolbar latency in multiplayer
but this is not really a big matter its just a little bit confusing to sometimes see the inventory change when reputting items and not but thats all