Advertisement
Guest User

Untitled

a guest
Jan 10th, 2012
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1.  
  2. '||''|. ..|''|| '|. '|' ..|'''.| '||''|. ..|''|| |''||''|
  3. || || .|' || |'| | .|' ' || || .|' || ||
  4. || || || || | '|. | || .... ||'''|. || || ||
  5. || || '|. || | ||| '|. || || || '|. || ||
  6. .||...|' ''|...|' .|. '| ''|...'| .||...|' ''|...|' .||.
  7.  
  8. ---------------------------------------------
  9. Setup Guide
  10. ---------------------------------------------
  11.  
  12. -- Initial Setup
  13. --------------------------
  14.  
  15. 1) Open settings.txt
  16. 2) Make sure you specify if you are using aero (windows 7) or windows xp theme.
  17. 3) Run dongbot.exe as an admin
  18. 4) Make sure you are ingame and your character is idle.
  19. 5) Press Numpad3 so the bot can grab pixel colors to ensure a fully operational bot
  20.  
  21. -- Tradeskill Bot Setup
  22. --------------------------
  23.  
  24. 1) Open settings.txt
  25.  
  26. 2) Make sure tradeskills are enabled by setting tradeskillEnabled to 1. (tradeskillEnabled = 1)
  27.  
  28. 3) Change tradeskillBind to the appropriate Crew Management Window key bind. By default it is n
  29.  
  30. 4) View config.jpg in the folder to understand the layout of the next few settings
  31.  
  32. 5) tradeskill is split into 2 parts for 3 tradeskills. tradeskill:tradeskill tier
  33. For example: (In order left to right) Biochem (1), Bioanalysis (2), and Diplomacy (3).
  34. So if I wanted to run Diplomacy with the default tier, I would put in 0:0,0:0,1:0. If I wanted to run
  35. Biochem for the first level tier (10-16) I would put in 0:0,0:0,1:1. If I wanted to run Bioanalysis and
  36. Biochem both on the default tier, it would be: 0:0,1:0,1:0.
  37.  
  38. 6) companion is whether or not you want that companion enabled for the bot. keep in mind you can only send
  39. 3 out on tradeskill missions at a time.
  40. Example: (In order from top to bottom) If I had Khem Val (1), Andronikos Revel (2), and 2V-R8 (3), but I only
  41. wanted to run the first two, I would put in this: 1,1,0
  42.  
  43. 7) style is the method of gathering you want to use
  44. 0 = pick a tradeskill randomly (based on what is enabled)
  45. 1 = loop a single tradeskill (will always use the first one, so have one enabled)
  46. 2 = alternate tradeskills (will only work with two enabled)
  47.  
  48. 8) diplomacyFaction will let you determine a specific faction for diplomacy.
  49. 0 = none
  50. 1 = light side
  51. 2 = dark side
  52.  
  53.  
  54. -- Spacebot Setup
  55. --------------------------
  56.  
  57. 1) Open settings.txt
  58. 2) Make sure spacebot is enabled by setting spaceEnabled to 1. (spaceEnabled = 1)
  59. 3) Specify a combat mission to do. See data.txt to see mission IDs.
  60. 4) Change runCount for how many times you want to run that mission
  61.  
  62. -- Bot Recorder
  63. --------------------------
  64.  
  65. 1) Open settings.txt
  66. 2) Change auto_save to 1 if you want recorders to automatically save.
  67. 3) Change record_path if you want to change the folder that they save to.
  68.  
  69. -- Running the bot
  70. --------------------------
  71.  
  72. If you have space combat, make sure you right click the ship's chair and then
  73. press ESC once. Then press w to move out of the captain chair. This is the bots
  74. starting position. It will right click the chair (or the galaxy map if in first person)
  75. to start the space combat missions.
  76.  
  77. If you have tradeskills and space combat disabled, it will run tradeskill until you
  78. halt the bot. If you have tradeskills and space combat enabled, then it will run the
  79. tradeskill bot inbetween space missions.
  80.  
  81. -- Keybinds
  82. --------------------------
  83.  
  84. Numpad1 = Start the bot
  85. Numpad0 = Kill the bot
  86.  
  87. Numpad4 = Initiate recording bot
  88. Numpad6 = Manually save recording
  89.  
  90. ---------------------------------------------
  91. TODO
  92. ---------------------------------------------
  93.  
  94. - Move settings to an external config file
  95. - function to grab pixel colors and set them to config
  96. - Add key bindings for recordings/playback
  97. - Add simple GUI
  98.  
  99. - Randomize bot timers a bit
  100. - Include multiple recordings for each mission to be called randomly
  101. - Transfer some of the UI recordings (tradeskill/galaxy window) to the bot recorder for more human-like mouse gestures.
  102.  
  103. ---------------------------------------------
  104. Changelog
  105. ---------------------------------------------
  106.  
  107. January 6, 2012
  108.  
  109. - Spacebot is now fully operational.
  110. - Overhauled mouse and key recording based on code from http://www.autohotkey.com/forum/viewtopic.php?t=53196
  111. - You can now begin space combat recordings by pressing Numpad4.
  112. - The space combat recorder now begins recording as soon as the player gets control of their ship.
  113. - Added a setting auto_save that will save the recordings as soon as the space mission is completed.
  114. - You can instead manually save recordings by pressing Numpad6 if you do not want auto_save.
  115.  
  116. January 5, 2012
  117.  
  118. - Tradeskill bot can do a single diplomacy faction if specified.
  119. - Added mouse tooltips all over the bot in order to see more information.
  120.  
  121. January 4, 2012
  122.  
  123. - Tradeskill bot is now fully operational for gathering missions on three companions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement