-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhelp.html
More file actions
105 lines (90 loc) · 6.84 KB
/
help.html
File metadata and controls
105 lines (90 loc) · 6.84 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Find out where to go to get help with Panel Attack and answers to some of the most frequently asked questions." />
<meta name="keywords" content="Panel Attack, Pokemon Puzzle League, Panel de Pon, Tetris Attack, Puzzle League, online puzzle game, match 3, match three, Planet Puzzle League, Pokemon Puzzle Challenge, action puzzle, online multiplayer">
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css?v=2">
<title>Panel Attack - Help</title>
<link rel="shortcut icon" href="images/icon.png">
</head>
<body>
<!-- SHARED HEADER - Loaded by header.js -->
<script src="header.js"></script>
<div id="body">
<div class="flexContainer">
<div class="flexItem fullWidth card crystal-theme">
<div class="card-header">
<h3 class="card-name">Frequently Asked Questions</h3>
</div>
<p class="card-desc">Find answers to common questions about Panel Attack below. If you need additional help, join our Discord community!</p>
</div>
<div class="flexItem fullWidth card gear-theme">
<div class="card-header">
<h3 class="card-name">Controls Issue</h3>
</div>
<p class="card-desc"><strong>Q:</strong> I messed up my controls in Panel Attack, and now it's going crazy. Help?</p>
<p class="card-desc"><strong>A:</strong> Try clicking on the "Configure Input" menu item and then "Reset to default controls" with your mouse. If that doesn't work you need to close Panel Attack and delete the file that saves your input settings. On windows, you can type this into the start menu search to get to the right folder:</p>
<div class="code">%appdata%\Panel Attack</div>
<p class="card-desc">then delete <span class="code">keysV2.txt</span> and <span class="code">keysV3.json</span></p>
</div>
<div class="flexItem fullWidth card pipe-theme">
<div class="card-header">
<h3 class="card-name">Controller Detection</h3>
</div>
<p class="card-desc"><strong>Q:</strong> What can I do if my controller inputs aren't detected even though the controller works in other games?</p>
<p class="card-desc"><strong>A:</strong> Please make sure that Steam is fully closed when starting Panel Attack. Steam has its own compatibility tools to make sure controllers work with games in Steam and sometimes intercepts controller signals. If you are starting the game for the first time you also have to bind the controller inputs to Panel Attack's controls via "Configure Input" in the main menu.</p>
</div>
<div class="flexItem fullWidth card crystal-theme">
<div class="card-header">
<h3 class="card-name">Multiple Computers</h3>
</div>
<p class="card-desc"><strong>Q:</strong> I have two computers. Can I use the same name / user_id on both, so all my matches get tracked to the same account?</p>
<p class="card-desc"><strong>A:</strong> Yes, please do. After you've logged into the Panel Attack server(s) once: On your first computer, Go to "Options" → "Modify User ID" → "panelattack.com" and write down the number listed there. Then go to the same spot on your second computer and type or paste that number in.</p>
</div>
<div class="flexItem fullWidth card gear-theme">
<div class="card-header">
<h3 class="card-name">Accessing Replays</h3>
</div>
<p class="card-desc"><strong>Q:</strong> How do I access replays?</p>
<p class="card-desc"><strong>A:</strong> Replays of all the games your client has played or spectated are stored as files on your computer in <span class="code">%appdata%\Panel Attack\replays</span>. Publicly saved replays are <a href="replays/" target="_blank">stored here</a>. You can adjust whether your replays are saved publicly in the Panel Attack options menu. They are arranged into folders by Panel Attack version, then date (UTC time), then player names.</p>
<p class="card-desc">Once you have downloaded the file for the replay you want to watch, copy it to <span class="code">%appdata%\Panel Attack\replays</span>, then relaunch panel attack and find it with the Replay Browser at the main menu.</p>
</div>
<div class="flexItem fullWidth card pipe-theme">
<div class="card-header">
<h3 class="card-name">Creating and Installing Mods</h3>
</div>
<p class="card-desc"><strong>Q:</strong> How can I create and install mods?</p>
<p class="card-desc"><strong>A:</strong> Please check <a href="https://github.com/panel-attack/panel-game/blob/beta/docs/installMods.md">here</a> for instructions on installing mods. Documentation on mods is available ingame under "Options" → "About".</p>
</div>
<div class="flexItem fullWidth card crystal-theme">
<div class="card-header">
<h3 class="card-name">Black Screen Issue</h3>
</div>
<p class="card-desc"><strong>Q:</strong> Panel Attack only shows a black screen, what can I do?</p>
<p class="card-desc"><strong>A:</strong> The AMD 22.7.1 graphics driver is known to cause rendering problems with all LOVE2D games, including Panel Attack. Please upgrade your graphics driver to 22.8.1 or higher.</p>
</div>
<div class="flexItem fullWidth card gear-theme">
<div class="card-header">
<h3 class="card-name">Linux Startup Issue</h3>
</div>
<p class="card-desc"><strong>Q:</strong> When trying to start Panel Attack on Linux it does not open, what can I do?</p>
<p class="card-desc"><strong>A:</strong> AppImages rely on the FUSE library being present in version 2 on your OS. Some distributions don't have it. You can run the game in a terminal with the <span class="code">--appimage-extract</span> argument to unpack it. The extracted executable is located in <span class="code">squashfs-root/bin/</span>.</p>
<p class="card-desc">See <a href="https://github.com/AppImage/AppImageKit/wiki/FUSE">here</a> for more information.</p>
</div>
<div class="flexItem fullWidth card pipe-theme">
<div class="card-header">
<h3 class="card-name">Contributing to Panel Attack</h3>
</div>
<p class="card-desc"><strong>Q:</strong> Can I help contribute to Panel Attack?</p>
<p class="card-desc"><strong>A:</strong> We are always looking for more contributors, please reach out to us on discord and take a look at the <a href="https://github.com/panel-attack/panel-game">GitHub</a> page and we can discuss how to get started.</p>
</div>
</div>
</div>
<!-- FOOTER -->
<div style="text-align: center; color: #888; font-size: 12px; padding: 20px;">
<script>document.write("© " + new Date().getFullYear() + " Panel Attack");</script>
</div>
</body>
</html>