Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit f6d08e1

Browse files
committed
Move Discord #faq channel to the Website
1 parent 525f048 commit f6d08e1

2 files changed

Lines changed: 70 additions & 5 deletions

File tree

OpenTabletDriver.Web/Views/Wiki/FAQ/General.cshtml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@
3232

3333
<hr/>
3434

35+
<h3 class="wiki-nav-item pb-2" id="map-raw-input">
36+
Input does not work in osu!
37+
</h3>
38+
<div class="ms-3">
39+
<p>
40+
OpenTabletDriver uses the Windows SendInput API to position the cursor from user level permissions.<br/>
41+
It does not move the cursor in a method that raw input accepts as standard cursor movement.
42+
</p>
43+
<ol>
44+
<li>Disable <code>Map raw input to osu! window</code> in the ingame settings.</li>
45+
</ol>
46+
</div>
47+
48+
<hr/>
49+
3550
<h3 class="wiki-nav-item pb-2" id="command-line-args">
3651
Command Line Arguments
3752
</h3>

OpenTabletDriver.Web/Views/Wiki/FAQ/Windows.cshtml

Lines changed: 55 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,36 @@
3636

3737
<hr/>
3838

39-
<h3 class="wiki-nav-item pb-2" id="map-raw-input">
40-
Input does not work in osu!
39+
<h3 class="wiki-nav-item pb-2" id="win-ink">
40+
Windows Ink pressure support
4141
</h3>
4242
<div class="ms-3">
4343
<p>
44-
OpenTabletDriver uses the Windows SendInput API to position the cursor from user level permissions.<br/>
45-
It does not move the cursor in a method that raw input accepts as standard cursor movement.
44+
OpenTabletDriver has many plugins that implement different features. WindowsInk is
45+
one of these plugins, as given in the plugins name, it allows for use of the Windows Ink pressure api.
46+
To use it, follow below.
4647
</p>
4748
<ol>
48-
<li>Disable <code>Map raw input to osu! window</code> in the ingame settings.</li>
49+
<li>Install <a href="https://github.com/X9VoiD/vmulti-bin/releases/latest">VMulti Driver</a> (This is NOT VMultiMode) </li>
50+
<li>Follow the instructions from the <a href="https://github.com/X9VoiD/VoiDPlugins/wiki/WindowsInk">WindowsInk wiki</a></li>
51+
<li>Make sure that the application you are trying drawing in is set to WindowsInk/Windows 8+ Mode and the brush you are using has pressure support!</li>
52+
</ol>
53+
</div>
54+
55+
<hr/>
56+
57+
<h3 class="wiki-nav-item pb-2" id="connecting-to-daemon">
58+
Stuck at connecting to Daemon
59+
</h3>
60+
<div class="ms-3">
61+
<p>
62+
This is usually caused by one of two things. Either you didn't follow the <a href="/Wiki/Install/Windows">installation guide</a> correctly
63+
or the settings file is corrupted. To remedy this case follow this below.
64+
</p>
65+
<ol>
66+
<li>Press <kbd>Win</kbd> + <kbd>R</kbd> and type in <code>%localappdata%\OpenTabletDriver</code></li>
67+
<li>Delete or move the <code>settings.json</code> file from inside this folder.</li>
68+
<li>If this persists after also remove the <code>Plugins</code> folder.</li>
4969
</ol>
5070
</div>
5171

@@ -104,4 +124,34 @@
104124
<li>Locate OpenTabletDriver.UX.Wpf.exe on your computer then select it. Refer <a href="/Wiki/FAQ/General#appdata">here</a> for more information.</li>
105125
<li>Click on Application Detection Level then select "None".</li>
106126
</ol>
127+
</div>
128+
129+
<h3 class="wiki-nav-item pb-2" id="vmulti">
130+
Using VMulti to play Valorant
131+
</h3>
132+
<div class="ms-3">
133+
<p>
134+
Vanguard (Valorants anticheat) requires a workaround to play Valorant with a tablet. As it requires Kernel level input
135+
you can use VMulti to mitigate some of the restrictions that Vanguard uses to stop tablet use. However, there will still be some restrcitions due
136+
to you not playing with a physical mouse.
137+
</p>
138+
<ol>
139+
<li>Install <a href="https://github.com/X9VoiD/vmulti-bin/releases/latest">VMulti Driver</a></li>
140+
<li>Install and setup the <a href="https://github.com/X9VoiD/VoiDPlugins/wiki/VMultiMode">VMultiMode</a> plugin.</li>
141+
<li>Run Valorant by <b>tapping with your tablet</b> (Important due to Valorant only using the first "mouse" input)</li>
142+
<li><b>Do not</b> move your mouse while valorant is still loading (this will make valorant use the mouse over the tablet.)</li>
143+
</ol>
144+
<p>
145+
<u>Vanguard Quirks:</u>
146+
As VMulti is considered a separate input source from an actual physical mouse, Vanguard imposes several limitations to it.
147+
</p>
148+
<ol>
149+
<li>You won't be able to press left click while pressing a non-modifier keyboard key (for ex. WASD) and shift, we will call these keys from here onward as <i>protected keys.</i></li>
150+
<li>Every time you press a protected key, the next two left clicks will <i>always</i> be dropped.</li>
151+
<li>If left click is held first and then a protected key is pressed, the left click will <i>sometimes</i> be dropped.</li>
152+
</ol>
153+
<p>
154+
There is <b>no</b> fix this, as even Logitech G Hub, Razer Synapse, HawkuTD, DevocubTD, and even XP-Pen, Huion, Gaomon, Veikk drivers are affected without exceptions.
155+
<b>As long as the input source is not a real physical mouse, Vanguard will impose such quirks <u>intentionally.</u></b>
156+
</p>
107157
</div>

0 commit comments

Comments
 (0)