higher resolution Arcers open on my secondary monitor. Help.
thats way too complicated to change the angles, are you unable to simplify the keys to something else so you dont have to use ctrl and a bunch of the keyboard?, havent used it but ive used one that uses the numpad, and it still takes between 5-10 seconds to get right, this idea already looks like you'd need to join matches that have turn time set to max.
alot of work for a shit game
I like that one and I did a simple solution for the problem, if you cancel the wind set up.
Line 266
Instead of case WIND:
string input = Microsoft.VisualBasic.Interaction.InputBox("Wind = ", "Wind", "0", w / 2 - 170, h / 2 - 50);
wind = Convert.ToInt16(input);
break;
}
use
case WIND:
try
{
string input = Microsoft.VisualBasic.Interaction.InputBox("Wind = ", "Wind", "0", w / 2 - 170, h / 2 - 50);
wind = Convert.ToInt16(input);
break;
}
catch
{
return;
}
}
Yeah it works but what's the point if it only opens up on my second monitor, which isn't the one I downloaded for that resolution...
heyo, any chance on making it work with rebounds/portals?
I must turn off my second monitor because it always activates for the second monitor and not my main how can i fix that
Why not. Thanks for this.
Anyone that can help me?
It's not echoing the commands to the game. (i.e. the arcer moves but in-game doesn't)
Thanks
Thanks for sharing, I will see if it still works!