-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
82 lines (82 loc) · 5.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta content="Custom ddnet based teeworlds client chillerbot-ux with warlist" name="description">
<title>chillerbot-ux ddnet client</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="all">
<header>
<img src="img/chillerbot-logo.png" alt="ChillerBot Logo" class="logo">
</header>
<div class="wrapper">
<div class="content">
<h1 class="glitch" data-text="chillerbot-ux">chillerbot-ux</h1>
<p>
A ddnet based client with additional features:
</p>
<ul>
<li>
Chat based war list to color names red and green <code>!war (name)</code> <code>!peace (name)</code> <code>!team (name)</code> <code>!delteam (name)</code>
<img src="https://raw.githubusercontent.com/ChillerDragon/cdn/master/chillerbot_warlist_basic.gif" alt="warlist" class="feature-img">
There is also an advanced war list mode. Not recommended for beginners because it is a bit complicated to fully understand.
It allows you to bundle up multiple names together as one war entry that then can be peaced and declared war with one command.
It allows you to mark all players as enemies that have some clan prefix in their name or based on the clantag.
It allows you to add a reason to a warlist entry which you can display over the tees in game and use in the auto reply chat bot when someone asks why you block them.
</li>
<li>
Show lines to the closes kill tiles using <code>cl_spike_tracer i[radius]</code>.
So <code>cl_spike_tracer 100</code> draws lines from your tee to all the kill tiles that are less than 100 tiles away.
And <code>cl_spike_tracer_walls 1</code> finds kill tiles even if they are behind walls.
<img src="./img/features/spike_tracer.png" alt="spike tracer" class="feature-img">
</li>
<li>
In F-DDrace block servers you can use <code>auto_drop_money</code> to automatically drop all your money from your wallet.
This can be used to avoid getting afk spiked for money.
<img src="./img/features/auto_drop_money.gif" alt="drop money" class="feature-img">
</li>
<li>
With <code>cl_change_tile_notification 1</code> you get a desktop notification when the tile your tee is on changes.
This can be useful when you are waiting for help in freeze in a ddrace or gores map. As soon as someone comes and moves you out you get notified.
Or it can be used to check that nobody removed you from your farm chair in a city mod.
</li>
<li>
<code>cl_no_particles 1</code> does not render damage indicators, spawn and death effects anymore. This can cleanup your viewport and improve fps.
Especially in ddrace servers where every gun hit spawns a lot of damage indicators. Or servers that have a bloody effect.
</li>
<li>Password manager (requires manually editing a text file)</li>
<li>Auto reply to common pings in chat <code>bind h reply_to_last_ping</code></li>
<li>Change username before touching the finish line <code>cl_finish_rename</code></li>
<li>You can automatically switch to the skin of players close to you using <code>cl_skin_stealer 1</code></li>
<li>Run console commands when a vote is called. Can be used to run <code>say /save code</code> in ddnet before the map gets changed <code>cl_run_on_vote_start</code></li>
</ul>
<p>For more info and releases visit <a href="https://github.com/chillerbot/chillerbot-ux">GitHub</a>.</p>
<h3>Download v008</h3>
<div class="download-buttons">
<a href="https://github.com/chillerbot/chillerbot-ux/releases/download/v0.0.8/chillerbot-ux-windows-latest.zip" class="btn">Windows</a>
<a href="https://github.com/chillerbot/chillerbot-ux/releases/download/v0.0.8/chillerbot-ux-macOS-latest.zip" class="btn">macOS</a>
<a href="https://github.com/chillerbot/chillerbot-ux/releases/download/v0.0.8/chillerbot-ux-ubuntu-latest.zip" class="btn">Linux</a>
</div>
<h3>Get the source</h3>
<a href="https://github.com/chillerbot/chillerbot-ux" class="github-link">
<img src="img/github.svg" alt="github" class="github-icon">
</a>
<div class="discord-link">
<a href="https://discord.gg/gruApUbhEF" target="_blank" class="btn">
Join chillerbot support discord
</a>
</div>
</div> <!-- content -->
</div> <!-- wrapper -->
<div class="footer">
<div class="small_tree"></div>
<div class="bush"></div>
<div class="grass"></div>
</div>
</div> <!-- all -->
</body>
</html>