Skip to content

Commit bf0157b

Browse files
authored
Update duckclient.html
1 parent 77b0f52 commit bf0157b

1 file changed

Lines changed: 34 additions & 8 deletions

File tree

duckclient.html

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
width: 60%;
3030
padding-right: 16px;
3131
padding-left: 16px;
32-
min-height: calc(100vh - 100px);
32+
min-height: calc(100vh - 110px);
3333
border-radius: 20px;
3434
/*min-width: 600px;*/
3535
/*min-height: 100vh;*/
3636
/* height: auto !important; min-height hack
3737
height: 100%; - 150px min-height hack*/
38-
padding-bottom: 60px;
38+
padding-bottom: 70px;
3939
}
4040
@media only screen and (max-width: 1000px) {
4141
.middle
@@ -63,6 +63,12 @@
6363
border-radius: 20px;
6464
display: inline-flex;
6565
}
66+
.dark_background_red {
67+
background-color: rgba(100, 0, 0, 0.3);
68+
padding: 10px;
69+
border-radius: 20px;
70+
display: inline-flex;
71+
}
6672
.button_fancy:hover {
6773
background-color: rgba(255, 255, 255, 0.3);
6874
}
@@ -85,9 +91,9 @@
8591
<center>
8692
<img src="duckclient-title.png" alt="Duckclient" height="80" style="padding-top:5px;padding-bottom:5px;">
8793
</center>
88-
The duckclient! Based on 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! Among some other things too, like adding more ducks!<br>
94+
The duckclient! Based on ddnet 19.3 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! Among some other things too, like adding more ducks!<br>
8995
<br>
90-
You may find the v1 versions below. There is no MacOS build, but you should be able to build it yourself.<br>
96+
You may find the (outdated!) v1 versions below. There is no MacOS build, but you should be able to build it yourself.<br>
9197
<br>
9298
<!-- <a class="button_fancy" href="./">
9399
<div class="button_width">
@@ -110,20 +116,40 @@
110116
<li>Several toggles for old versions of UI!</li>
111117
<li>Extra particles!</li>
112118
<li>Self kill protection!</li>
113-
<li>Features of the infclass client!</li> <li>Ducks!</li>
119+
<li>Features of the infclass client!</li>
120+
<li>Ducks!</li>
114121
</ul>
115122
List of config options added by the duckclient:<br><br>
116123
<div class="dark_background">
117-
cl_extra_particles<br>
124+
cl_old_client_console<br>
118125
cl_old_door_laser<br>
119126
cl_old_freeze_laser<br>
120-
cl_old_client_console<br>
127+
cl_extra_particles<br>
121128
cl_blood_particles<br>
122129
cl_position_community_filter<br>
123130
cl_confirm_kill_time<br>
124131
cl_duck_filter<br>
132+
cl_weather_snow<br>
133+
cl_ui_width<br>
134+
cl_chat_input_background<br>
135+
</div><br><br>
136+
Features from the T-Client<br>
137+
<div class="dark_background">
138+
tc_custom_communities_url<br>
139+
tc_hammer_rotates_with_cursor<br>
140+
</div><br><br>
141+
Features from ddnet 19.4 or later<br>
142+
<div class="dark_background">
143+
Keyboard support for fonts<br>
144+
cl_chat_background_color<br>
145+
show favorite skins even when not loaded<br>
146+
interactive tee skin preview in skin settings<br>
147+
</div><br><br>
148+
Features missing<br>
149+
<div class="dark_background_red">
150+
Infclass class menu visible in entities mode
125151
</div>
126-
<br>
152+
<br><br>
127153
<!-- The infclass client based version (obviously) also includes various features useful for while playing the infclass gamemode. -->
128154
<!-- <div style="position: absolute; bottom: 45px;"> -->
129155

0 commit comments

Comments
 (0)