|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <!-- <script src="scripts/snake.js"></script> --> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <!-- <link rel="icon" type="image/x-icon" href="images/.png"> --> |
| 7 | + <meta id="myViewport" name="viewport" content="width=device-width, initial-scale=1.0"> |
| 8 | + <script> |
| 9 | + window.onload = function () { |
| 10 | + var mvp = document.getElementById('myViewport'); |
| 11 | + mvp.setAttribute('content','width=430'); |
| 12 | + } |
| 13 | + </script> |
| 14 | + <style> |
| 15 | + * { |
| 16 | + font-family: "Helvetica"; |
| 17 | + } |
| 18 | + .row { |
| 19 | + display: flex; |
| 20 | + } |
| 21 | + .column { |
| 22 | + float: left; |
| 23 | + } |
| 24 | + .left { |
| 25 | + width: calc(20% - 16px); |
| 26 | + /*border-radius: 10px;*/ |
| 27 | + } |
| 28 | + .middle { |
| 29 | + width: 60%; |
| 30 | + padding-right: 16px; |
| 31 | + padding-left: 16px; |
| 32 | + min-height: calc(100vh - 110px); |
| 33 | + border-radius: 20px; |
| 34 | + /*min-width: 600px;*/ |
| 35 | + /*min-height: 100vh;*/ |
| 36 | + /* height: auto !important; min-height hack |
| 37 | + height: 100%; - 150px min-height hack*/ |
| 38 | + padding-bottom: 70px; |
| 39 | + } |
| 40 | + @media only screen and (max-width: 1000px) { |
| 41 | + .middle |
| 42 | + { |
| 43 | + min-width: min(90%, 600px) |
| 44 | + /*max-width: ;*/ |
| 45 | + } |
| 46 | + } |
| 47 | + |
| 48 | + .right { |
| 49 | + width: calc(20% - 16px); |
| 50 | + /*border-radius: 10px;*/ |
| 51 | + } |
| 52 | + |
| 53 | + .button_fancy { |
| 54 | + background-color: rgba(0, 0, 0, 0.3); |
| 55 | + padding: 10px; |
| 56 | + border-radius: 20px; |
| 57 | + display: inline-flex; |
| 58 | + text-align: center; |
| 59 | + } |
| 60 | + .dark_background { |
| 61 | + background-color: rgba(0, 0, 0, 0.3); |
| 62 | + padding: 10px; |
| 63 | + border-radius: 20px; |
| 64 | + display: inline-flex; |
| 65 | + } |
| 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 | + } |
| 72 | + .button_fancy:hover { |
| 73 | + background-color: rgba(255, 255, 255, 0.3); |
| 74 | + } |
| 75 | + .button_width { |
| 76 | + min-width: 150px; |
| 77 | + /*min-height: 60px;*/ |
| 78 | + } |
| 79 | + |
| 80 | + </style> |
| 81 | + <title>Duckclient</title> |
| 82 | + </head> |
| 83 | + <body style="background-color: black; background-image: url('duck_theme.png'); background-size: cover; color-scheme: dark; color: white;"> |
| 84 | + <div class="row"> |
| 85 | + <div class="left" style="background-color:transparent;"> |
| 86 | + |
| 87 | + </div> |
| 88 | + |
| 89 | + <div class="middle" style="background-color: rgba(0,0,0,0.5); position: relative;"> |
| 90 | + <!-- <center><h2>Duck Client<h2></center> --> |
| 91 | + <center> |
| 92 | + <img src="duckclient-title.png" alt="Duckclient" height="80" style="padding-top:5px;padding-bottom:5px;"> |
| 93 | + </center> |
| 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> |
| 95 | + <br> |
| 96 | + You may find the v3 versions below. There is no MacOS build, but you should be able to build it yourself.<br> |
| 97 | + <br> |
| 98 | + <!-- <a class="button_fancy" href="./"> |
| 99 | + <div class="button_width"> |
| 100 | + <img style="filter: invert(100%);" src="brands-apple.svg" alt="apple icon" width="30" height="30" style="padding: 15px;"> |
| 101 | + <div style="">Download (MacOS)</div></div> |
| 102 | + </a> --> |
| 103 | + <a class="button_fancy" href="https://github.com/Pointer31/ddnet_client/releases/download/duckclient-v3/duckinfclass-v3-ubuntu-22.04.zip"> |
| 104 | + <div class="button_width"> |
| 105 | + <img style="filter: invert(100%);" src="brands-linux.svg" alt="tux icon" width="30" height="30" style="padding: 15px;"> |
| 106 | + <div style="">Download (Linux)</div></div> |
| 107 | + </a> |
| 108 | + <a class="button_fancy" href="https://github.com/Pointer31/ddnet_client/releases/download/duckclient-v3/duckinfclass-v3-windows-latest.zip"> |
| 109 | + <div> |
| 110 | + <img style="filter: invert(100%);" src="brands-windows.svg" alt="window icon" width="30" height="30" style="padding: 15px;"> |
| 111 | + <div style="">Download (Windows)</div></div> |
| 112 | + </a> |
| 113 | + <!-- <a href="https://github.com/Pointer31/ddnet_client/tree/infclass-based">Github (infclass based)</a> --> |
| 114 | + <br><br>Features include: |
| 115 | + <ul> |
| 116 | + <li>Several toggles for old versions of UI!</li> |
| 117 | + <li>Extra particles!</li> |
| 118 | + <li>Self kill protection!</li> |
| 119 | + <li>Features of the infclass client!</li> |
| 120 | + <li>Ducks!</li> |
| 121 | + </ul> |
| 122 | + List of config options added by the duckclient:<br><br> |
| 123 | + <div class="dark_background"> |
| 124 | + cl_old_client_console<br> |
| 125 | + cl_old_door_laser<br> |
| 126 | + cl_old_freeze_laser<br> |
| 127 | + cl_extra_particles<br> |
| 128 | + cl_blood_particles<br> |
| 129 | + cl_position_community_filter<br> |
| 130 | + cl_confirm_kill_time<br> |
| 131 | + 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 |
| 151 | + </div> |
| 152 | + <br><br> |
| 153 | + <!-- The infclass client based version (obviously) also includes various features useful for while playing the infclass gamemode. --> |
| 154 | + <!-- <div style="position: absolute; bottom: 45px;"> --> |
| 155 | + |
| 156 | + <div style="position: absolute; bottom: 14px;"> |
| 157 | + <a class="button_fancy" href="https://github.com/Pointer31/ddnet_client/"> |
| 158 | + <img style="filter: invert(100%);" src="icongithub.svg" alt="github icon" width="30" style="padding: 15px;"> |
| 159 | + </a> |
| 160 | + </div> |
| 161 | + </div> |
| 162 | + |
| 163 | + <div class="right" style="background-color:transparent;"> |
| 164 | + |
| 165 | + </div> |
| 166 | + </div> |
| 167 | + </body> |
| 168 | +</html> |
0 commit comments