It stays a bit above the press any key button. So yeah it misses it. I know it clicks start game, but I think it just stats at the start game area and doesn't move to press the button. |
Ok the original script starts up a new game after the first match, but it doesn't click the "press any key to begin" button on the second match. |
it should be somewhere on the "close match stats" button. i dont know, which one it is right now Is there a script that doesnt worry about color and stuff and just clicks on the area that the button is at, or is that not possible? |
just hover with the mouse over the pixel you want and it will tell you the color
The location you told me, Its the soviet flag in the background of the menu, so its constantly changing...
Should I be using client, absolute or relative? |
just rightclick and choose: edit script. if the script is generally the same (it shouldt even start if it wasnt) i would be interested in the colors you get.
with autohotkey you also installed a program called autohotkey spy or something like that. start that, start a game, end the game (arty the enemy base) go to the matchstats and check the color of the pixel 448,628. write it down and write, wether it is RGB or BGR. edit the personal script and change the color in:
;Close Match Stats
CloseMatchstats:
counter=0
MouseMove, 490, 628
PixelSearch, , , 447, 627, 449, 629, 0x2A3A85 , 5
while (ErrorLevel = 1 and counter<60000)
so 0x2A3A85 to whatever you have now. keep in mind, that it has to be BGR.
Im having trouble with the windows spy, how would I find the exact color of a certain pixel? I can't edit anything in the window.
I'm determined to get this working because I absolutely hate war spoils. |
its game related.
did you verify the game cache? do you have the problem only on this map? if veryfing doesnt work and you can reproduce the problem, contact havenco, the maker of the map on steam!
weird. could you compare the script i gave in the first post (the spoiler) to what you get?
everything should be the same, except the colors ( so the 0x****** parts)
if thats not true, could you try and rerun the scriptwriter? make sure to change the name of the first personal script beforehand, as it will be deleted otherwise! compare those scripts. if they are diferent, try the new one. if it still doesnt work, we have to test more and remember, you are one of the first to test the scriptwriter.
I have tested the intelligent 1000vp script on the first post, and the vhk one. The intelligent one gets to the after game stats, but doesn't go back out to the lobby, and the vhk one doesnt even leave the game from the Victory! menu. I'll have to check the contents of the scripts when I get home, how would I do that? |
well, infinite or -45 minutes, thats up to definition. the scriptwriter is for 250 vps
nice that it works. i hontestly dont know, wether they nerfed warspoils, i will contact nee and will try to find it out
yes, try the scriptwriter. download it and autohotkey. then run the scriptwriter for one 250VP game (it will end itself after one game). after that. you will find a personal script in the folder where you executed the scriptwriter.
Why is this so buggy for me I meant the 1000vp one you get from the scriptwriter, it's not hitting quit game at the top of the screen, it sits around the center bottom and moves itself back there whenever I try and move it away. |
How much time does the scriptwriter script take to click on quit match for 1000vp? |
i havent, and i dont think there is. you may try and write to the relic staff here on coh2.org, maybe they have something...
is this a problem with the old script or the intelligent script? where does the mouse cursor go?
if the intelligent script goes to the right place, but doesnt click, try the scriptwriter for one 250 vp game and it will write you the intelligent script for 1000vps.
The Intelligent one goes to the right place, but doesnt click, Ill try the scriptwriter. |
I'm having an issue. Whenever It finishes a match, it won't exit out of the end results screen and start a new game, you know where it says how much damage everything did etc. Any help? |