Increase timeout duration for bank interaction#165
Increase timeout duration for bank interaction#165Rico-Rodriguez wants to merge 1 commit intoWaspScripts:mainfrom
Conversation
|
If you don't mind I want to check this in game first because this really shouldn't be needed. Uptext is delayed by one frame, so even at 30 FPS which is the bare minimum I would recommend to use Simba that would mean you need 34ms, the minimum of 85ms should be more than enough. If it's really required to increase this I don't mind doing it but I think it shouldn't really be increased more than double of the current values |
|
@Torwent I was actually hopping back on to close this request. I agree, this can and should be handled by my script! |
|
I am not sure if it should be handled by your script, it'st just that this specific thing, theoretically, it shouldn't fail. |
This pull request makes a small adjustment to the bank interface logic, increasing the timeout duration to allow for more generous timing when waiting for a response.
bank.simbainterface by updating theRandomModeparameters from a range of 85–250 ms to 800–1500 ms, likely to improve reliability for slower systems or connections.The quantity button was timing out before it had a chance to populate causing endless loops. You may want to modify these to be lower, but I found these values to work reliably 100% of the time.