forked from aksakalli/jekyll-doc-theme
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
79 lines (68 loc) · 4.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<div class="alert alert-warning">
<p class="mb-0 center" style="text-align:center">Universal Split Screen has been superseded by Proto Input, which is part of <a href="https://nucleus-coop.github.io/" class="alert-link">Nucleus Co-Op</a></p>
</div>
<h1> Universal Split Screen</h1>
<p>Split screen multiplayer for any PC game with multiple keyboards, mice and controllers</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/quickstart/" | prepend: site.baseurl }}" role="button">Quick start</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is Universal Split Screen?</h2>
<p class="lead">Universal Split Screen is a standalone application that directs Windows input to enable local multiplayer in PC games with keyboards, mice and controllers. Play local co-op with one game copy on one computer.</p>
</div>
<div class="col-md-6 text-left">
<h3 class="header-light regular-pad">Tested games guides</h3><style>
ul {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
</style>
<ul>
<li><a href="https://universalsplitscreen.github.io/docs/guides/minecraft/">Minecraft</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/borderlands3/">Borderlands 3</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/borderlands2/">Borderlands 2</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/dst">Don't Starve Together</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/l4d2/">Left 4 Dead 2</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/csgo/">Counter Strike: Global Offensive</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/tf2/">Team Fortress 2</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/gmod/">Garry's Mod</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/terraria/">Terraria</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/stardewvalley/">Stardew Valley</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/nuclearthrone/">Nuclear Throne</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/prisonarchitect/">Prison Architect</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/starbound/">Starbound</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/halflife/">Half-life</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/svencoop/">Sven Co-op</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/factorio/">Factorio</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/guides/endlessspace/">Endless Space</a></li>
<li><a href="https://universalsplitscreen.github.io/docs/untested/">Try an untested game</a></li>
</ul>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-wrench" aria-hidden="true"></i></h1>
<h3 class="text-center">Easy to install</h3>
<p>Download and run without administrator privileges. Full guides and settings presets are available for all tested games.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Wide game support</h3>
<p>Universal Split Screen can work with any game designed for keyboard and mouse. All major input techniques are supported in the options, meaning there are many compatible games.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-github" aria-hidden="true"></i></h1>
<h3 class="text-center">100% Open Source</h3>
<p>100% of the code is open source on GitHub under the MIT license. Submit patches or pull requests and use it freely in your projects. Please consider <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HH97DSPF3MPKQ&source=url">donating</a> if you like the program.</p>
</div>
</div>
</div>