2022-12-23 00:20:01 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-12-25 08:25:12 -08:00
|
|
|
<head>
|
|
|
|
<!-- Google tag (gtag.js) -->
|
2024-05-22 13:17:48 -07:00
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WYYDMY13BG"></script>
|
|
|
|
<script>
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
gtag('config', 'G-WYYDMY13BG');
|
|
|
|
</script>
|
2022-12-25 08:25:12 -08:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>FX Client</title>
|
|
|
|
<meta name="description" content="Modified Version of Territorial.io - FX Client">
|
|
|
|
<meta name="keywords"
|
|
|
|
content="territorial.io,territory games,territorial io,map games,conquest games,conquest game,david tschacher,territorial,territory game,io game,io games,territory.io,territory io,territory games io">
|
|
|
|
<meta name="author" content="MohsenEMX, peshomir,orlemley1, David Tschacher">
|
2024-02-25 05:06:23 -08:00
|
|
|
<meta name="viewport" content="width=device-width, maximum-scale=1">
|
2022-12-25 08:25:12 -08:00
|
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
2024-02-25 05:06:23 -08:00
|
|
|
<link rel="manifest" href="manifest.json" />
|
2022-12-25 08:25:12 -08:00
|
|
|
|
2024-03-28 12:10:18 -07:00
|
|
|
<meta name="og:image" content="https://fxclient.github.io/FXclient/assets/logo.png" />
|
|
|
|
<meta property="og:url" content="https://fxclient.github.io/FXclient/">
|
2022-12-25 08:25:12 -08:00
|
|
|
<meta property="og:type" content="website">
|
2024-02-22 06:07:00 -08:00
|
|
|
<meta property="og:title" content="FX Client">
|
2022-12-25 08:25:12 -08:00
|
|
|
<meta property="og:description" content="Modified Version of Territorial.io - FX Client">
|
2024-03-28 12:10:18 -07:00
|
|
|
<meta property="og:image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
2024-02-27 04:57:53 -08:00
|
|
|
<meta name="twitter:card" content="summary">
|
2022-12-25 08:25:12 -08:00
|
|
|
<meta name="twitter:title" content="FX Client">
|
|
|
|
<meta name="twitter:description" content="Modified Version of Territorial.io - FX Client">
|
2024-03-28 12:10:18 -07:00
|
|
|
<meta name="twitter:image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
2024-02-22 06:07:00 -08:00
|
|
|
<meta itemprop="name" content="FX Client">
|
2022-12-25 08:25:12 -08:00
|
|
|
<meta itemprop="description" content="Modified Version of Territorial.io - FX Client">
|
2024-03-28 12:10:18 -07:00
|
|
|
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
2022-12-25 08:25:12 -08:00
|
|
|
|
2022-12-27 10:22:27 -08:00
|
|
|
<!-- FX Client CSS -->
|
2024-02-22 01:46:53 -08:00
|
|
|
<link rel="stylesheet" href="main.css?buildTimestamp">
|
2022-12-25 08:25:12 -08:00
|
|
|
<!-- Game CSS -->
|
|
|
|
<style>
|
|
|
|
html,
|
|
|
|
body {
|
2024-03-26 08:38:14 -07:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
background: rgb(0, 0, 0);
|
|
|
|
color: rgb(255, 255, 255);
|
2022-12-25 08:25:12 -08:00
|
|
|
}
|
2024-03-26 08:38:14 -07:00
|
|
|
|
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: rgb(225, 225, 255);
|
|
|
|
}
|
|
|
|
</style>
|
2022-12-25 08:25:12 -08:00
|
|
|
</head>
|
2022-12-23 05:33:11 -08:00
|
|
|
|
2022-12-25 08:25:12 -08:00
|
|
|
<body onload="aiCommand746(0);">
|
|
|
|
<canvas id="canvasA" width="128" height="128"></canvas>
|
2024-07-15 05:59:40 -07:00
|
|
|
<span><div class="window flex settings" style="display:none">
|
2022-12-25 08:25:12 -08:00
|
|
|
<h1>Settings</h1>
|
2022-12-27 10:22:27 -08:00
|
|
|
<div class="scrollable">
|
2024-03-26 08:38:14 -07:00
|
|
|
<!--<label title="Name of the font to be used for rendering. For example: Arial, Georgia, sans-serif, serif, Comic Sans MS, ...">
|
2022-12-27 10:22:27 -08:00
|
|
|
Font name: <input id="settings_fontname" placeholder="Enter font name" value="Arial"></label><br>
|
|
|
|
<br><button onclick="removeWins()">Reset Wins Counter</button><br><br>
|
2024-03-26 08:38:14 -07:00
|
|
|
<!- -<label for="settings_donations_bots" class="checkbox">
|
2024-01-31 10:42:20 -08:00
|
|
|
Display donations from bots in donation history viewer (applies to multiplayer only)
|
2022-12-27 10:22:27 -08:00
|
|
|
<input type="checkbox" id="settings_donations_bots"><span class="checkmark"></span>
|
2024-03-26 08:38:14 -07:00
|
|
|
</label><br>- ->
|
2024-02-22 22:49:37 -08:00
|
|
|
<label for="settings_displaywincounter" class="checkbox">
|
|
|
|
Display win counter
|
|
|
|
<input type="checkbox" id="settings_displaywincounter"><span class="checkmark"></span>
|
|
|
|
</label><br>
|
|
|
|
<label for="settings_usefullscreenmode" class="checkbox">
|
|
|
|
Use fullscreen mode<br>
|
|
|
|
<small>Note: fullscreen mode will trigger after you click anywhere on the page due to browser policy restrictions.</small>
|
|
|
|
<input type="checkbox" id="settings_usefullscreenmode"><span class="checkmark"></span>
|
|
|
|
</label><br>
|
2022-12-27 10:22:27 -08:00
|
|
|
<label for="settings_hidealllinks" class="checkbox">
|
|
|
|
Hide Links option also hides app store links
|
|
|
|
<input type="checkbox" id="settings_hidealllinks"><span class="checkmark"></span>
|
2022-12-28 05:11:29 -08:00
|
|
|
</label><br>
|
2022-12-28 10:21:31 -08:00
|
|
|
<label for="settings_realisticnames" class="checkbox">
|
|
|
|
Realistic Bot Names
|
|
|
|
<input type="checkbox" id="settings_realisticnames"><span class="checkmark"></span>
|
2023-01-09 01:03:31 -08:00
|
|
|
</label><br>
|
2024-03-08 03:08:20 -08:00
|
|
|
<label for="settings_showPlayerDensity" class="checkbox">
|
|
|
|
Show player density
|
|
|
|
<input type="checkbox" id="settings_showPlayerDensity"><span class="checkmark"></span>
|
|
|
|
</label><br>
|
2024-02-27 23:20:56 -08:00
|
|
|
<label title="Controls how the territorial density value should be rendered">
|
|
|
|
Density value display style: <select id="settings_densityDisplayStyle">
|
|
|
|
<option value="percentage">Percentage</option>
|
|
|
|
<option value="absoluteQuotient">Value from 0 to 150 (BetterTT style)</option>
|
|
|
|
</select></label><br><br>
|
2024-02-24 10:38:37 -08:00
|
|
|
<label title="A custom image to be shown in the main menu background instead of the currently selected map.">
|
|
|
|
Custom main menu background: <input id="settings_custombackgroundurl" placeholder="Enter an image URL here"></label>
|
2024-03-26 08:38:14 -07:00
|
|
|
<!- -<input type="file" id="customBackgroundFileInput" style="display:none;">
|
|
|
|
or <button onclick="openCustomBackgroundFilePicker()">Open a local file</button>- -><br><br>
|
|
|
|
<!- -<label for="settings_custommapfileinput" class="checkbox">
|
2023-01-09 01:03:31 -08:00
|
|
|
Bring back the custom map file button after the creator removed it in 1.83.0
|
|
|
|
<input type="checkbox" id="settings_custommapfileinput"><span class="checkmark"></span>
|
2024-03-26 08:38:14 -07:00
|
|
|
</label>- ->
|
2024-02-22 01:46:53 -08:00
|
|
|
<p>Attack Percentage Keybinds</p>
|
2024-02-21 11:58:22 -08:00
|
|
|
<div id="keybinds" class="arrayinput"></div>
|
2024-03-26 08:38:14 -07:00
|
|
|
<button id="keybindAddButton">Add</button>-->
|
2022-12-27 10:22:27 -08:00
|
|
|
</div>
|
2022-12-26 10:40:31 -08:00
|
|
|
<hr>
|
2022-12-27 10:22:27 -08:00
|
|
|
<footer>
|
|
|
|
<button onclick="settingsManager.resetAll()">Reset Settings</button>
|
|
|
|
<button onclick="settingsManager.save()">Save Settings</button>
|
2024-07-05 00:55:49 -07:00
|
|
|
<button onclick="settingsManager.importFromFile()">Import</button>
|
|
|
|
<button onclick="settingsManager.exportToFile()">Export</button>
|
2022-12-27 10:22:27 -08:00
|
|
|
</footer>
|
2022-12-25 08:25:12 -08:00
|
|
|
</div>
|
2024-03-05 12:29:17 -08:00
|
|
|
<div class="window scrollable selectable" id="playerlist" style="display: none;">
|
|
|
|
<h1>Player List</h1>
|
2024-03-07 05:55:59 -08:00
|
|
|
<table><tbody id="playerlist_content"></tbody></table>
|
2024-03-05 12:29:17 -08:00
|
|
|
</div>
|
|
|
|
<div class="window scrollable selectable" id="donationhistory" style="display:none">
|
2022-12-25 14:06:47 -08:00
|
|
|
<h1>Donation history for </h1>
|
2022-12-26 10:40:31 -08:00
|
|
|
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
2024-03-10 11:58:56 -07:00
|
|
|
<table><tbody id="donationhistory_content"></tbody></table>
|
2024-07-15 05:59:40 -07:00
|
|
|
</div></span>
|
2024-02-22 01:46:53 -08:00
|
|
|
<script src="variables.js?buildTimestamp"></script>
|
|
|
|
<script src="fx_core.js?buildTimestamp"></script>
|
|
|
|
<script src="game.js?buildTimestamp"></script>
|
2022-12-25 08:25:12 -08:00
|
|
|
</body>
|
2022-12-27 10:22:27 -08:00
|
|
|
</html>
|