What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

strix's Gatherbuddy Tools

strix

New Member
Joined
Feb 13, 2010
Messages
442
Reaction score
18
Few batchfile tools i recently maked.
I'll be lazy and post just "help" label of file :)

You can also view it by clicking gbtools.cmd
Code:
Available commands:
"fromlog [output]"......create GB profile out of My Location button
			result stored in debug.html
"gbrev [input] [output]"reverse GB waypoints from input to output
"hbrev [input] [output]"reverse HB hotspots from input to output
"tohb [input] [output]".convert input GB profile to output HB Profile
"logger [exec]".........1. Places debug.html into Logs folder with proper name
			2. Runs "exec" file, gatherbuddy.exe
"hc"....................Print harvest counts from input along with lines
			of debug.html they were in (in first [] brackets)

Keep in mind input/output files should be *.xml.

Could be just filename, if in exactly the same folder as gbtools.cmd: 
gbtools.cmd path - C:\GB\gbtools.cmd
someGBProfile.xml path - C:\GB\someGBProfile.xml
command - "someGBprofile.xml"

Could be partial path, if in subfolder of where gbtools.cmd is:
gbtools.cmd path - C:\GB\gbtools.cmd
someGBProfile.xml path - C:\GB\Profiles\someGBProfile.xml
command - "\Profiles\someGBProfile.xml"

Could be a full path, to other place in your computer:
gbtools.cmd path - C:\GB\gbtools.cmd
someGBProfile.xml path - E:\Profiles\someGBProfile.xml
"E:\Profiles\someGBProfile.xml"

If folder name or filename contain spaces it won't work without " "

How to use:
1. Create shortcut to this file
2. Edit shortcut putting commands after path, like that:
"C:\GatherbuddyGS\gbtools.cmd" fromlog SomeProfile.xml

you can also run this with windows command line

Editable with any text editor like notepad.

To "install" simply extract to GB folder.

Changelog:
01.25.2011 - added "hbrev" and renamed "rev" to "gbrev"
01.25.2011 - added more tags in "tohb" to output ready GB2 profile
01.17.2011 - added more complex examples
 

Attachments

Last edited:
Will this work for the new GB that comes with HB? GB2 has a slightly different tag structure. You'd have to check out the GB2 thread to understand more. I'm not that great at explaining things. lol
 
Yes it works for GB2 with preset HB profile options (basically all levels, 40% durability and sell grey/mail all the rest)
 
Back
Top