-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathduckclient.html
More file actions
225 lines (215 loc) · 10.2 KB
/
duckclient.html
File metadata and controls
225 lines (215 loc) · 10.2 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html>
<head>
<!-- <script src="scripts/snake.js"></script> -->
<meta charset="utf-8">
<!-- <link rel="icon" type="image/x-icon" href="images/.png"> -->
<meta id="myViewport" name="viewport" content="width=device-width, initial-scale=1.0">
<script>
window.onload = function () {
var mvp = document.getElementById('myViewport');
mvp.setAttribute('content','width=430');
}
</script>
<style>
* {
font-family: "Helvetica"; }
.row {
display: flex;
}
.column {
float: left;
}
.left {
width: calc(20% - 16px);
/*border-radius: 10px;*/
}
.middle {
width: 60%;
padding-right: 16px;
padding-left: 16px;
min-height: calc(100vh - 110px);
border-radius: 20px;
/*min-width: 600px;*/
/*min-height: 100vh;*/
/* height: auto !important; min-height hack
height: 100%; - 150px min-height hack*/
padding-bottom: 70px;
}
.flexbox {
flex-direction: row;
display: flex;
}
@media only screen and (max-width: 600px) {
.flexbox {
flex-direction: column;
}
}
@media only screen and (max-width: 1000px) {
.middle
{
min-width: min(90%, 600px)
/*max-width: ;*/
}
}
.right {
width: calc(20% - 16px);
/*border-radius: 10px;*/
}
.button_fancy {
background-color: rgba(0, 0, 0, 0.3);
padding: 10px;
border-radius: 20px;
display: inline-flex;
text-align: center;
}
.dark_background {
background-color: rgba(0, 0, 0, 0.3);
padding: 10px;
border-radius: 20px;
display: inline-flex;
}
.dark_background_red {
background-color: rgba(100, 0, 0, 0.3);
padding: 10px;
border-radius: 20px;
display: inline-flex;
}
.button_fancy:hover {
background-color: rgba(255, 255, 255, 0.3);
}
.button_width {
min-width: 150px;
/*min-height: 60px;*/
}
.back_button {
position: absolute;
background-color: rgba(0, 0, 0, 0.3);
padding: 10px;
border-radius: 20px;
display: inline-flex;
text-align: center;
} .back_button:hover {
background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 800px) {
.back_button
{
display: none;
}
}
</style>
<title>Duckclient</title>
</head>
<body style="background-color: black; background-image: url('duck_theme.png'); background-size: cover; color-scheme: dark; color: white;">
<div class="row">
<a class="back_button" style="text-decoration: none;" href=".">
Go back
</a>
<div class="left" style="background-color:transparent;">
</div>
<div class="middle" style="background-color: rgba(0,0,0,0.5); position: relative;">
<!-- <center><h2>Duck Client<h2></center> -->
<center>
<img src="duckclient-title.png" alt="Duckclient" height="80" style="padding-top:5px;padding-bottom:5px;">
</center>
The duckclient! Based on ddnet 19.5 and the <a href="https://infclass.github.io/">infclass client</a> for <a href="https://ddnet.org/">ddnet</a>/<a href="https://teeworlds.com/">teeworlds</a>, made by Pointer! It aims to add some fancy particles and add back some old UI visuals, while having features of the infclass client too! It also has a few cherry-picked features from newer or other clients. Among some other things too, like adding more ducks!<br>
<br>
You may find the v4.2 versions below!<br>
<br>
<!-- <a class="button_fancy" href="./">
<div class="button_width">
<img style="filter: invert(100%);" src="brands-apple.svg" alt="apple icon" width="30" height="30" style="padding: 15px;">
<div style="">Download (MacOS)</div></div>
</a> -->
<a class="button_fancy" href="https://github.com/Pointer31/ddnet_client/releases/download/duckclient-v4.2/duck-infclass-client-4.2-ubuntu22.tar.xz">
<div class="button_width">
<img style="filter: invert(100%);" src="brands-linux.svg" alt="tux icon" width="30" height="30" style="padding: 15px;">
<div style="">Download (Linux)</div></div>
</a>
<a class="button_fancy" href="https://github.com/Pointer31/ddnet_client/releases/download/duckclient-v4.2/duck-infclass-client-4.2-windows.zip">
<div>
<img style="filter: invert(100%);" src="brands-windows.svg" alt="window icon" width="30" height="30" style="padding: 15px;">
<div style="">Download (Windows)</div></div>
</a>
<a class="button_fancy" href="https://github.com/Pointer31/ddnet_client/releases/download/duckclient-v4.2/duck-infclass-client-4.2-macos.dmg">
<div>
<img style="filter: invert(100%);" src="brands-apple.svg" alt="window icon" width="30" height="30" style="padding: 15px;">
<div style="">Download (macOS)</div></div>
</a>
<!-- <a href="https://github.com/Pointer31/ddnet_client/tree/infclass-based">Github (infclass based)</a> -->
<br><br>Features include:
<ul>
<li>Several toggles for old versions of UI!</li>
<li>Extra particles!</li>
<li>Self kill protection!</li>
<li>Features of the infclass client!</li>
<li>Ducks!</li>
</ul>
Most of the added config options can be found in the new DuckC settings tab.<br>Here is the list of config options added in the duckclient:<br><br>
<div class="flexbox">
<div style="padding-right: 20px;">
Features by the duckclient<br>
<div class="dark_background">
cl_old_client_console<br>
cl_old_door_laser<br>
cl_old_freeze_laser<br>
cl_extra_particles<br>
cl_blood_particles<br>
cl_position_community_filter<br>
cl_confirm_kill_time<br>
cl_duck_filter<br>
cl_weather_snow<br>
cl_ui_width<br>
cl_chat_input_background<br>
ui_color_buttons<br>
ui_color_main_menu<br>
cl_scoreboard_style<br>
cl_scoreboard_shorten<br>
cl_upsidedown_tees<br>
cl_particle_limit (for potato PCs)<br>
cl_replace_escape_key (for broken keyboards)<br>
0.7-like statboard!<br>
0.7-ish vote subheaders!<br>
Some menu themes and skins!<br>
infinite ammo display!<br>
</div><br><br>
</div>
<div>
Features from the T-Client<br>
<div class="dark_background">
tc_custom_communities_url<br>
tc_hammer_rotates_with_cursor<br>
</div><br><br>
Features from the Kaizo Client<br>
<div class="dark_background">
cl_send_client_type<br>
cl_show_client_type<br>
</div><br><br>
Features from ddnet 19.6 or later<br>
<div class="dark_background">
Revert skin normalization<br>
Fix 0.7 client connection not translating generic_shadows<br>
Fix prediction when player has no weapon<br>
game-0.6 asset with ddnet shields<br>
Replace line breaks with spaces when pasting multiple lines in chat<br>
</div><br><br>
Features missing<br>
<div class="dark_background_red">
Infclass class menu visible in entities mode
</div><br><br>
</div>
</div>
<!-- The infclass client based version (obviously) also includes various features useful for while playing the infclass gamemode. -->
<!-- <div style="position: absolute; bottom: 45px;"> -->
<div style="position: absolute; bottom: 14px;">
<a class="button_fancy" href="https://github.com/Pointer31/ddnet_client/">
<img style="filter: invert(100%);" src="icongithub.svg" alt="github icon" width="30" style="padding: 15px;">
</a>
</div>
</div>
<div class="right" style="background-color:transparent;">
</div>
</div>
</body>
</html>