DeletedUser

Guest
Author
cheesasaurus
Contributors
N/A
Quickbar Entry
javascript:
(window.TwCheese && TwCheese.tryUseTool('OverviewHauls'))
|| $.getScript('https://cheesasaurus.github.io/twcheese/launch/OverviewHauls.js?'
+~~((new Date())/3e5),{cache:1});void 0;
Public?
Public
Use this on the commands overview, with the "Return" filter.
Code:
javascript:
(window.TwCheese && TwCheese.tryUseTool('OverviewHauls'))
|| $.getScript('https://cheesasaurus.github.io/twcheese/launch/OverviewHauls.js?'
+~~((new Date())/3e5),{cache:1});void 0;

What it does
  1. Loads haul information for each command. (shown below in green)
  2. Creates a summary of incoming hauls, hour-by-hour. (shown below in purple)
OverviewHauls.png


Also spawns an expandable sidebar:

Sidebar.png


The bug reporter will run you through some Q&A and collect debug information.
Information is only collected if you report a bug.

Distributable
It's suboptimal, but if you want everything in one file, here it is:
https://cheesasaurus.github.io/twcheese/dist/tool/OverviewHauls.js

Contributing
Bugfixes & maintenance are welcome.
https://github.com/cheesasaurus/twcheese/tree/develop/docs/developer

Fork it, make your changes, then submit a pull request.
If the tests don't pass: either fix your "fix", or update the tests.
 
Last edited by a moderator:
Upvote 4

DeletedUser

Guest
This was approved several years ago (t7069586), but apparently I never posted it on the forum.

Functional changes since then:
  • Loading hauls is throttled to max 5 per second
  • Added sidebar
I refactored the code into somewhat less of a hackjob and put it on github for anyone to contribute.
This should theoretically make "official" fixes more timely.
 

DeletedUser123627

Guest
Hey Cheese,

May the cheese be with you....

What are the chances of adding a setting so that it doesnt ask me to go to the commands screen but rather just go to the screen (skip the popup)
 

Penumbra

Guest
This script does not work for me on w110 unfortunately. Anyone else having the same issue?
 

The Quacks

Non-stop Poster
Reaction score
76
Definitely not working on Opera now... W118

Worked for me in chrome. Try changing the script like this and see if it works:

JavaScript:
javascript:

(window.TwCheese && TwCheese.tryUseTool('OverviewHauls'))

|| $.getScript('https://cheesasaurus.github.io/twcheese/launch/OverviewHauls.js?'

+~~((new Date())/3e5),{cache:1});void 0;
 
Last edited:

avemaria

New Member
Reaction score
0
unfortunately it no longer shows the summary of the amount, percentage and hours.. is there a possibility to be fixed? Because in my opinion it is one of the best scripts..
 

mattaaron

New Member
Reaction score
0
The script is not working for me also, is not showing the Incoming Resources (amount of resources coming from hour to hour)
 
Top