[SUPPORT] My customized kovan's OgBot
Hi,
I'm proud to present you my customized kovan's OgBot ^^
Actual version : 2.2f_0.1
Installation :
Put the zip in your src directory and unzip it.
You may want to do a backup of the sources before unziping my file, just in case
If there is something special to do it will be explained in the changelog (see below)
Download :
V2.2f_0.1 :
If you don't want to read all of this at least read the parts written in red
I'm proud to present you my customized kovan's OgBot ^^
Actual version : 2.2f_0.1
Installation :
Put the zip in your src directory and unzip it.
You may want to do a backup of the sources before unziping my file, just in case
If there is something special to do it will be explained in the changelog (see below)
Download :
- v2.2f_0.1 : http://www.mediafire.com/?4ugztnbcghv
V2.2f_0.1 :
If you don't want to read all of this at least read the parts written in red
- Possibility to modify the number of probes that are launched just before an attack
change the value of the 'probesToCheck' variable in your config.ini or change it in the option window - Possibility to change the validity time of an espionnage report, the bot won't spy the planet if the espionnage report is still valid,
change the value of reportValidTime in your config.ini (it's in second) - rushMode is optionnal
change the value of enableRushMode in your config.ini (True or False) - The bot won't scan galaxies when launched, the scan is allowed with a new button in the main window
- Galaxy scans is not multi-threaded anymore, (slower but safer)
- Possibility to round the number of ships that are sent, the bot will send 20, 20, 15, 10, 25,... rather than 18, 16, 13, 9, 21
change the value of roundShipsNumber in your config.ini (True or False), or change it in the option windows / Advanced options / page 3 - Possibility to introduice errors in the number of ships that are sent, the bot will randomly choose a number between 1 and 100, if the value of randomShipsNumber is less than the random number it will send the good number of ships minus 1 or 5
change the value of randomShipsNumber in your config.ini (1-100) or change it in the option windows / Advanced options / page 3 - The "copy to clipboard" feature copy an espionnage report compliant with SpeedSim.
Warning this modification needs new translations :
# translations for the resources
metal = Métal
crystal = Cristal
deut = Deutérium
# string between coordinates and the date in espionnage reports
the = le - When showing a espionnage report, strings are translated
- The bot won't check the fleet page every 8 to 18 seconds, but will wait until the first fleet arrival time to check for free slots
- Possibility to manually attack a defended planet (right click / attack now) Warning this feature is in test
change the value of manualDefendedAttack in your config.ini or change it in the option windows / Advanced options / page 3 - The power of the defense is shown in the defended column, the calculation is based on SpyGestion, it still needs improvement.