Re: [Sikuli-driver] [Question #561293]: Move to some Coordinates

2017-03-21 Thread Eugene S
Question #561293 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/561293

Status: Open => Answered

Eugene S proposed the following answer:
Without going too deep into details, it does sound hard (or even
impossible) to do. The way Sikuli works is by matching previously stored
image patterns to whatever there is on the screen. The match will
evaluate to true of 2 images match with a certain degree of similarity
while it is not recommended to go below ~90%. From your description it
sounds like the environment you are thinking to automate is graphically
complex and contains constantly changing features. This is a problem
with Sikuli as the way it matches the patterns is pixel by pixel so even
slight changes in the picture will greatly reduce the match score to a
point where your matching will just become unreliable.

That being said, if I made a wrong assumption about the game's graphical
environment or if you could use some simplified mode to control your
movement (like an in-game minimap or something), there might be few
workarounds.

Let me know if what I said makes sense.

Cheers,
Eugene S

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #561293]: Move to some Coordinates

2017-03-17 Thread Steve Francis
Question #561293 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/561293

Steve Francis posted a new comment:
Please any tip will be so helpful... I don't expect from you to write me
full script, just some tips, text, old scripts, videos. Just to guide me
in the right direction. :/

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #561293]: Move to some Coordinates

2017-03-14 Thread Steve Francis
New question #561293 on Sikuli:
https://answers.launchpad.net/sikuli/+question/561293

Hi there sikuli community. I'm new in programming and I need your help related 
to moving characters in 3D game. I need to get from point A to point B. I know 
how to determine coordinates but I don't know how to write that part of code. 
Character needs to be precise and to understand where he is at the moment. The 
distance that it needs to cross is not big. I can use 2D map for orientation by 
image recognition and also the coordinates. Character moves by pressing W 
(forward), S (backward), A (turn right), D (turn left). Camera position is 
determinated by mouse. Character needs to go from A to B, and to turn back to 
the starting point.
I don't know if my request is too hard, I'll appreciate your help and any 
tips... 

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp