<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Gothic1]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17086&amp;type=atom" />
	<updated>2022-05-02T09:22:02Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17086</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Gothic1]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153015#p153015" />
			<content type="html"><![CDATA[<p>Не так там много информации, как хотелось бы. Вот немного вкратце:</p><p>1) Многие игры запускаются в полноэкранном режиме, это может помешать скрипту. Если есть настройка - &#039;Оконный режим&#039; или &#039;На весь экран, без рамок&#039;, то её нужно активировать.<br />2) Запускать AHK от админа.<br />3) Отправка нажатий в игру не всегда моментально ею обрабатывается. Иной раз нужно делать более длительные нажатия вместо коротких.<br />4) Если игра перехватывает всю клавиатуру / мышь на уровне драйвера - будут проблемы с отправкой нажатий. У меня такое было после обновления в Warface, клавиатуру полностью перехватывало.<br />5) Настройте вторую учетную запись пользователя и запускайте сценарии от имени этого пользователя.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-05-02T09:22:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153015#p153015</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Gothic1]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153013#p153013" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>__Михаил__ пишет:</cite><blockquote><p><a href="https://www.autohotkey.com/boards/viewtopic.php?t=11084">Читайте тут</a>.</p></blockquote></div><p>Не могли бы вы вкратце пояснить где именно там содержится решение проблемы? Материал довольно объёмный, а с английским языком без смыслового переводчика я знаком довольно поверхностно.</p>]]></content>
			<author>
				<name><![CDATA[yellow]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41963</uri>
			</author>
			<updated>2022-05-02T08:53:14Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153013#p153013</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Gothic1]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=152998#p152998" />
			<content type="html"><![CDATA[<p><a href="https://www.autohotkey.com/boards/viewtopic.php?t=11084">Читайте тут</a>.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-05-01T11:16:16Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=152998#p152998</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Gothic1]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=152997#p152997" />
			<content type="html"><![CDATA[<p>Не посылаются нажатия, игра старая, что там было чтобы заставить её воспринимать нажатия из скрипта?<br />А смысл такой, чтобы произвести последовательность нажатий, при удержании одной клавиши<br /></p><div class="codebox"><pre><code>*Z::
;SendInput, {Blind}{D}
;sleep, 400
;SendInput, {Blind}{A}
;sleep, 400
;SendInput, {Blind}{W}
;sleep, 400
return</code></pre></div><p>В идеале чтобы при удержании удерживалась ЛКМ и по кругу с заданным промежутком ходили D,A,W.</p><p>Через ControlSend, ahk_parent, {D Down}, ahk_exe GothicMod.exe тоже пробовал, не помогает.</p>]]></content>
			<author>
				<name><![CDATA[yellow]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41963</uri>
			</author>
			<updated>2022-05-01T07:18:15Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=152997#p152997</id>
		</entry>
</feed>
