-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (75 loc) · 3.73 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="keywords" content="cube 2, sauerbraten, faq, sauerworld, pix, p1x">
<title>p1x’s knowledge base</title>
<link rel="alternate" type="application/atom+xml" title="Atom" href="/atom.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml">
<link rel="stylesheet" href="/assets/slim.css">
<script src="//use.edgefonts.net/source-sans-pro:n3,n4,i4,n7;source-code-pro:n4,n7;source-serif-pro:n3,n4,n7.js"></script>
<link rel="shortcut icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%22100%22>🦉</text></svg>">
</head>
<body>
<div class="container">
<div class="header">
<h1 class="site-title"><a href="/">p1x’s knowledge base</a></h1>
</div>
<div class="content">
<div class="posts">
<div class="post">
<h1 class="post-title"><a href="/locations/">Content locations</a></h1>
<span class="post-date">May 24, 2022</span>
<div class="post-description">Where Sauerbraten loads/stores content from/to.</div>
</div>
<div class="post">
<h1 class="post-title"><a href="/demo-files/">Demo Files</a></h1>
<span class="post-date">Jan 12, 2022</span>
<div class="post-description">What demos are, how to use them, and how they work under the hood.</div>
</div>
<div class="post">
<h1 class="post-title"><a href="/spread/">Projectile spread</a></h1>
<span class="post-date">Oct 20, 2020</span>
<div class="post-description">How exactly Sauer spreads the chaingun and shotgun rays.</div>
</div>
<div class="post">
<h1 class="post-title"><a href="/notas-guide/">Quick-start Guide for New Players</a></h1>
<span class="post-date">Feb 18, 2019</span>
<div class="post-description">by notas</div>
</div>
<div class="post">
<h1 class="post-title"><a href="/np-position-packet/">Network Protocol: The Position Packet</a></h1>
<span class="post-date">Mar 28, 2014</span>
<div class="post-description">Explains the position packet and how its contents are compressed and interpreted.</div>
</div>
<div class="post">
<h1 class="post-title"><a href="/np-connecting-to-server/">Network Protocol: Connecting to a Server</a></h1>
<span class="post-date">Mar 17, 2014</span>
<div class="post-description">Detailed explanation of how a client connects to a server and joins the game.</div>
</div>
<div class="post">
<h1 class="post-title"><a href="/screen-recording/">Screen Recording</a></h1>
<span class="post-date">Nov 12, 2013</span>
<div class="post-description">About the different methods of recording Sauerbraten gameplay.</div>
</div>
<div class="post">
<h1 class="post-title"><a href="/pro-settings/">Settings for professional-grade Gaming</a></h1>
<span class="post-date">Oct 14, 2013</span>
<div class="post-description">Settings that can help you improve your gameplay.</div>
</div>
<div class="post">
<h1 class="post-title"><a href="/auth-command/">The Auth Command</a></h1>
<span class="post-date">Oct 8, 2013</span>
<div class="post-description">Explains what the /auth command does, and how it does it.</div>
</div>
</div>
<div class="pagination">
</div>
</div>
<div class="footer">
<p>All content © 2013-2022 p1x.<br>Powered by <a href="https://www.getblades.org/">Blades</a>. Theme based on <a href="https://github.com/zhe/hugo-theme-slim">Slim</a> by Zhe Zhang.</p>
</div>
</div>
</body>
</html>