This script will find all minor harvested components (sheafs, chunks, etc) and stack them up to a max stack of 100.
It will then (if set to, see below) convert them all to their full component (bale, slab, ore, etc).
After that, it will go through and stack all of the full components up to a maximum of 20.
Notes: Currently I am unable to find a cleaner method by which to accept the conversion, so it is being done by moving the mouse to the location of the Convert button, and clicking.
I am also unable to automatically determine the location of the button, so for the time being, the mouse location must be hard coded into the HarvestCleanup.xml file in the XML directory. It is the top section of settings, obviously.
Set the key convertX to the X location of the mouse for the convert button (can be determined doing an echo ${Mouse.X}), and the convertY key to the Y location of the mouse (can be determined doing an echo ${Mouse.Y}.) After this you must change the convertEnabled key from FALSE to TRUE.
If you have any issues, suggestions, code fixes, jeers, taunts, obscenities, or nude photos of attractive 18+ women, please let me know.
It will then (if set to, see below) convert them all to their full component (bale, slab, ore, etc).
After that, it will go through and stack all of the full components up to a maximum of 20.
Notes: Currently I am unable to find a cleaner method by which to accept the conversion, so it is being done by moving the mouse to the location of the Convert button, and clicking.
I am also unable to automatically determine the location of the button, so for the time being, the mouse location must be hard coded into the HarvestCleanup.xml file in the XML directory. It is the top section of settings, obviously.
Set the key convertX to the X location of the mouse for the convert button (can be determined doing an echo ${Mouse.X}), and the convertY key to the Y location of the mouse (can be determined doing an echo ${Mouse.Y}.) After this you must change the convertEnabled key from FALSE to TRUE.
If you have any issues, suggestions, code fixes, jeers, taunts, obscenities, or nude photos of attractive 18+ women, please let me know.
Attachments
-
2 KB Views: 283