Code Monkey home page Code Monkey logo

stronghold-kingdoms-bot's Introduction

Requirements

  • JDK 7 (required by SHK Bot),
  • JRE 6 (required by Sikuli X due to conflicts with JRE version 7),
  • Sikuli X 10 (contains necessary DLL libraries)
  • Eclipse

Installation

  1. Install JDK 7 and JRE 6 and Sikuli X,
  2. Set JAVA_HOME environment variable to point JDK 7 home directory (e.g. C:\Program Files\Java\jdk1.7_u2)
  3. Add JRE 6 bin directory to the PATH environment variable (e.g. C:\Program Files\Java\jre6\bin)
  4. Restart System
  5. Start Eclipse and configure JDK 7 as default workspace JRE
  6. Clone SHK bot git repo to Eclipse workspace
  7. Import project from repo into workspace – this should build it automatically

Configuration

To properly work with SHK Bot you will have to describe villages and parishes they own. There are two directories designed to store village and parish data so one can reconfigure existing structure to work with his own infrastructure.

Lets get start and see what we can find under data directory:

data
 \_ control
 \_ images
 \_ parish
 \_ village

Please do not touch elements in control and images directories. Those directories contains crucial patterns required by bot to work properly.

To reconfigure bot, you will have to list all your villages in village subdirectory. E.g. when you own village My Village X simply create new folder my_village_x under village, and put some empty XML file inside named village.xml. This should look like:

data
 \_ village
     \_ my_village_x
         \_ village.xml

Open village.xml in any text aditor and copy paste this code:

<?xml version="1.0" encoding="UTF-8"?>
<village name="My Village X" parish="My Parish X" />

Please remember to change name and parish attributes:

  • name – should be changed to your village name
  • parish – should be changed to the parish name where village is located

Now you will have to create corresponding parish element in parish subdirectory, so data directory structure would look like:

data
 \_ village
     \_ my_village_x
         \_ village.xml
 \_ parish
     \_ my_parish_x
         \_ parish.xml

Open parish.xml file and copy paste this code inside:

<?xml version="1.0" encoding="UTF-8"?>
<parish name="My Parish X" steward="false" />

Please remember to change name and steward attributes:

  • name – should be changed to your parish name
  • steward – should be changed to true if your are a parish steward

Files village.xml and parish.xml will be called from now village descriptor and parish descriptor, please remember this name cause it will be used many times here.

Now you have to execute very important operation. You have to take screenshoots of your villages dropdown (take my list as an example):

From this image you have to cut village name only, save in in file select.png and put in corresponding village directory next to the village descriptor. This is very important so make sure you don’t have nothing besides your village name on this image. For my village named Cintra this file looks like this:

You have to do the same thing for parish, but you will have to take image from other place. Please open stock exchange in village located in particular parish. Take screenshoot of parishes list from drop down list:

And extract parish name only, save it to select.png file and put in parish directory near parish descriptor, so data directory should look this:

data
 \_ village
     \_ my_village_x
         \_ village.xml
         \_ select.png
 \_ parish
     \_ my_parish_x
         \_ parish.xml
         \_ select.png

Example image extracted from such screenshoot should look like this one:

Important note 1!

This is very important to have select.png files in all parish and village directories. Otherwise SHK Bot will raise an error.

Important note 2!

The second very important thing is to have all your parishes defined in parish directory. For example if you have villages A, B and C, located in parishes X, Y and Z, you have to define all of them in parish directory!

data
 \_ village
     \_ a
     \_ b
     \_ c
 \_ parish
     \_ x
     \_ y
     \_ z 

Otherwise you will get an error and SHK Bot won’t run! There is a static mapping between village and parish, so both have to exists in runtime!

Important note 3!

Before you start the bot you have to disable tooltips within Stronghold Kingdoms! You will find tooltips configuration in Stronghold Kingdoms settings menu.

Starting SHK Bot

From Eclipse

  1. Run Eclipse
  2. Right click on project, select Run As → Java Application
  3. Type BotUI in search textfield and press OK
  4. After SHK Bot window appear, select menu Bot → Start

From Command Line

  1. Run file shkbot.bat by double click on it
  2. After SHK Bot window appear, select menu Bot → Start

Work In Progress

Due to work in progress system is unstable! Please keep this in mind when testing. Many functionalities could not working properly.

TODO

  1. List goods from each villages and specify which ones can be sold and which one should not
  2. Auto-collect cards
  3. Recruit specified soldiers
  4. OCR – man, this is pain in the ass. If someone knows good OCR engine available from command line – please share. I’m currently using Tesseract OCR, but recognize only 50% captions correctly. I waste to many hours to deal with OCR, and if there will be no good solution I will drop this feature.

stronghold-kingdoms-bot's People

Stargazers

 avatar

Watchers

Chase avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.