-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwplus.html
More file actions
299 lines (285 loc) · 15.8 KB
/
twplus.html
File metadata and controls
299 lines (285 loc) · 15.8 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!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";
}
hr {
border: 1px solid rgba(0, 0, 0, 0.3);
}
.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 - 40px);
border-radius: 20px;
/*min-width: 600px;*/
/*min-height: 100vh;*/
/* height: auto !important; min-height hack
height: 100%; - 150px min-height hack*/
}
@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;
}
.button_fancy_notclickable {
background-color: rgba(0, 0, 0, 0.3);
padding: 10px;
border-radius: 20px;
display: inline-flex;
text-align: center;
}
.button_fancy:hover {
background-color: rgba(255, 255, 255, 0.3);
}
.button_fancy_light {
background-color: rgba(255, 255, 255, 0.2);
padding: 10px;
border-radius: 10px;
display: inline-flex;
text-align: center;
}.button_fancy_light:hover {
background-color: rgba(255, 255, 255, 0.4);
}
.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>TWPlus mod</title>
</head>
<body style="background-color: rgb(166,178,203); background: url('tw_theme.png') top left no-repeat, rgb(166,178,203); color-scheme: dark; color: white; background-size: max(1920px, 100%);">
<!-- url('background_bushes.png') bottom left no-repeat, -->
<!-- <div style="position: absolute; bottom: 0px">
<img src="background_bushes.png" style="width: 100%;">
</div> -->
<div class="row" style="position:relative;">
<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>
<img src="teeworlds_twplus_icon.png" alt="TW plus" height="80" style="padding-top:5px;padding-bottom:5px;">
</center>
<!-- <center><h2>Teeworlds Plus Server Mod<h2></center> -->
<!-- Modification by Pointer of tw+ server by teetime, for the game Teeworlds!<br> -->
Another fun server mod of <a href="https://www.teeworlds.com/">Teeworlds</a> 0.7! It adds new gametypes including instagib, as well as map teleports and bots!<br>
<br>
See v0.10-pre2 versions below.<br>
<br>
<!-- <a class="button_fancy" style="text-decoration: none;" href="https://github.com/Pointer31/tw_plus/tree/main">
<img style="filter: invert(100%);" src="icongithub.svg" alt="github icon" width="30" style="padding: -->
<a class="button_fancy" href="https://github.com/Pointer31/tw_plus/releases/download/v0.10-pre/teeworlds-ubuntu-22.04.zip">
<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/tw_plus/releases/download/v0.10-pre/teeworlds-windows-latest.zip">
<div class="button_width">
<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/tw_plus/archive/refs/tags/v0.10-pre.zip">
<div class="button_width">
<img style="filter: invert(100%);" src="empty.png" alt="window icon" width="30" height="30" style="padding: 15px;">
<div style="">Download (Source)</div></div>
</a>
<!-- <a cla ss="button_fancy" href="https://github.com/Pointer31/tw_plus/">
<div class="button_width">
<img style="filter: invert(100%);" src="icongithub.svg" alt="github icon" width="30" height="30" style="padding: 15px;">
<div style="">Github Repository</div></div>
</a> -->
<br>
<hr>
<details open=true>
<summary class="button_fancy_light" style="width: calc(100% - 20px);">Features</summary>
<p>
<!-- <a href="https://github.com/Pointer31/ddnet_client/tree/infclass-based">Github (infclass based)</a> -->
<!-- Features include:
<ul>
<li>Server-side bots!</li>
<li>Extra gamemodes!</li>
<li>Extra map features!</li>
<li>More silly features!</li>
</ul> -->
<center>
<h2>Original Teeworlds gametypes!</h2>
<div class=button_fancy_notclickable style="display: inline-block; width: 320px;">
<!-- style="display: inline-flex; padding: 0px 20px 10px 20px;" -->
<div style="display: inline-flex;">
<img src="images/dm.png">
<img src="images/tdm.png">
<img src="images/ctf.png">
<img src="images/lms.png">
<img src="images/lts.png">
</div>
<div style="padding: 20px 10px 10px 10px; text-align: left;">
DM, TDM, CTF, LMS, LTS!
</div>
</div><br><br>
<h2>Instagib and custom weapons!</h2>
<div class=button_fancy_notclickable style="display: inline-block; width: 320px;">
<div style="display: inline-flex;">
<div>
<img src="images/tw_weapon_grenade.png" style="height:30px;">
<img src="images/tw_weapon_laser.png" style="height:40px; transform: scaleX(-1)">
</div>
</div>
<div style="padding: 20px 10px 10px 10px; text-align: left;">
Instant kills with grenades or lasers with instagib! And with no-items mode random custom weapons!
</div>
</div><br><br>
<h2>Two brand new gametypes!</h2>
<div style="background-color: rgba(0, 0, 0, 0.3); width: 380px; border-radius: 20px; display: block; align-text: left; align: left;">
<div style="display: flex; text-align: left;">
<img src="teeworlds_hidenseekv2.png" alt="" width="100" height="100" style="border-radius: 20px 0 20px 00px;">
<div style="padding-top:18px; padding-left: 20px;">
<h2>Hide and Seek</h2>
</div>
</div><br>
<div style="padding: 0px 20px 20px 20px; text-align: left;">
Seekers will try to kill the Hiders, Hiders need to run!
</div>
</div><br><br>
<div style="background-color: rgba(0, 0, 0, 0.3); width: 380px; border-radius: 20px; display: block; align-text: left; align: left;">
<div style="display: flex; text-align: left;">
<img src="teeworlds_htf_icon.png" alt="" width="100" height="100" style="border-radius: 20px 0 20px 00px;">
<div style="padding-top:18px; padding-left: 20px;">
<h2>Hold the Flag</h2>
</div>
</div><br>
<div style="padding: 0px 20px 20px 20px; text-align: left;">
Hold the flag to gain points over time!
</div>
</div><br><br>
<!-- <div style="background-color: rgba(0, 0, 0, 0.3); width: 340px; border-radius: 20px; display: inline-flex; align: center;">
<img src="teeworlds_htf_icon.png" alt="" width="100" style="border-radius: 20px 0 0 20px;">
<div style="padding:18px; padding-bottom: 0;">
<h2>Hold the Flag</h2>
</div>
</div><br><br> -->
<h2>Server-side bots!</h2>
<div class=button_fancy_notclickable style="max-width: 600px; text-align: left;">
<img src="teeworlds_bot.png" alt="" width="60" height="60">
<div style="padding-left: 8px"></div>
bots pew pew, with multiple difficulties and 2 types! They can be added and removed automatically while there are few human players! Most suited for DM but can play CTF too.
</div><br><br>
<h2>Map teleports!</h2>
<div class=button_fancy_notclickable style="max-width: 600px; text-align: left;">
<img src="teeworlds_teleports.png" alt="" width="60" height="60">
<div style="padding-left: 8px"></div>
:O kinda not intuitive to use though. They work differently than ddrace teleports, being more smooth and maybe more suited for PvP maps! (and more confusing to place in a map as mentioned)
</div><br><br>
<h2>Slow death/heal/armor/flag zones!</h2>
<div class=button_fancy_notclickable style="max-width: 600px; text-align: left;">
<img src="images/zones.png" alt="" width="60" height="60">
<div style="padding-left: 8px"></div>
Slowly (actually it's quite quick) deal damage, heal, or give armor to players inside the zone! There is also a zone for taking away flags from their holders.
</div><br><br>
<h2>Boost tiles!</h2>
<div class=button_fancy_notclickable style="max-width: 600px; text-align: left;">
<img src="images/boost.png" alt="" width="60" height="60">
<div style="padding-left: 8px"></div>
While in the boost tile, players quickly accelerate upward. If the boost tiles are placed underneath solid tiles, it will increase the player's jump power!
</div><br><br>
<h2>Other Silly Features!</h2>
<div class=button_fancy_notclickable style="max-width: 600px; text-align: left;">
<img src="images/emoticon_wtf.png" alt="" width="60" height="60">
<div style="padding-left: 8px"></div>
Other silly features are also added! Such as particles while pickups are respawning, laser deaths, touch exploding! And also match-end messages to show who won, laserjumps, and a terribly made race gamemode!
</div>
</center>
</p>
</details>
<br>
<details open=true>
<summary class="button_fancy_light" style="width: calc(100% - 20px);">For server hosters</summary>
<center>
<br>
<div class=button_fancy_notclickable style="text-align: left; display: inline-block; max-width: 1000px;">
<p>
what type of instagib you want can be set with sv_instagib. 0 for no instagib, 1 for laser instagib, 2 for grenade instagib, and 3 for no-items mode. It will take effect on a reload. Note that hide and seek is not affected by this.
</p>
<p>
To set the custom gametypes use sv_gametype "htf" for hold the flag or "hns"/"hidnsek" for hide and seek.
</p>
<p>
To automatically add bots, set sv_bots_minimum_players. The server will then add as many bots as are required to have at least that many people playing. When somebody joins or leaves, it will change the amount of bots appropriately.
</p>
</div>
</center>
</details>
<br>
<br>
<br>
<br>
<br>
<div style="position: absolute; bottom: 14px;">
<a class="button_fancy" style="text-decoration: none;" href="https://github.com/Pointer31/tw_plus">
<img style="filter: invert(100%);" src="icongithub.svg" alt="github icon" width="30" style="padding: 15px;">
</a>
<!-- <a class="button_fancy" style="text-decoration: none;" href="https://github.com/Pointer31/tw_plus">
<img style="filter: invert(100%);" src="icongithub.svg" alt="github icon" width="30" style="padding: 15px;">
new 0.7
</a> -->
</div>
</div>
<div class="right" style="background-color:transparent;">
</div>
</div>
</body>
</html>