-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
103 lines (97 loc) · 4.24 KB
/
help.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!--TrackMania United Forever Transformation Pack Website HTML
copyright (c) Nicki Fish 2022-->
<!-- - -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>TMUTP - Help</title>
<link rel="shortcut icon" href="images/icons/favicon.png" type="image/png" />
<link rel="stylesheet" href="stylesheet.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="content-language" content="en" />
<meta name="author" content="by PixelPickaxe" />
<meta name="copyright" content="© 2022 Nicki Fish. All Rights Reserved." />
<meta name="keywords"
content="trackmania, nations, united, tracks, nadeo,
racing, race, game, video game, pc game, gaming, multiplayer, editor, modification, mod, github, texture update, new textures, texturepack, texture" />
<meta name="description"
content="TrackMania United Transformation Pack is an unofficial visual enhancement modification for TrackMania United Forever." />
<meta property="og:image" content="images/logos/tmutp-full-white.png">
</head>
<body>
<header>
<a href="index.html">
<img class="logo" src="images/logos/tmutp-full-white.png"
alt="TrackMania United Transformation Pack Logo" /></a>
</header>
<div class="navbar">
<div class="nav"><a href="index.html">Home</a></div>
<div class="nav"><a href="contact.html">Contact</a></div>
<div class="nav"><a href="help.html">[Help]</a></div>
<div class="nav"><a href="download.html">Download</a></div>
<div class="nav"><a href="legal.html">Legal</a></div>
<hr>
<div class="nav">
<a href="https://github.com/PixelPickaxe/trackmania-united-transformation-pack">GitHub</a>
</div>
</div>
<main>
<div class="help-blocks">
<div class="help-requirements">
<div id="max">
<h4>Recommended System Requirements</h4>
<ul>
<li>Windows 7 or newer</li>
<li>2GB VRAM</li>
</ul>
</div>
<div id="min">
<h3>Minimum System Requirements</h3>
<ul>
<li>Windows XP/Vista</li>
<li>1GB VRAM</li>
</ul>
</div>
</div>
<h2>Installation</h2>
<p>TMUTP is packaged in an archive which is relatively straight-forward to unpack. You
can download the latest version <a href="download.html">here</a>.
</p>
<h3>Step One</h3>
<p id="step">Overwrite the GameData directory in your TMU installation location with the GameData folder found in the archive.
</p>
<img id="step-img" src="images/placeholder-help.png" alt="0" />
<h2>Post-Installation</h2>
<h3>Step One</h3>
<p id="step">Play the game and look at all the new changes.
</p>
<img id="step-img" src="images/placeholder-help.png" alt="0" />
<h2>Uninstallation</h2>
<p>
</p>
<h3>Step One</h3>
<p id="step">Verify your game files through Steam.
</p>
<img id="step-img" src="images/placeholder-help.png" alt="0" />
</div>
</main>
<footer>
<div class="footblock-cc">
© 2022
<a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/deed.en" target="_blank"><img
src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" alt="Creative Commons License" /></a>
</div>
</footer>
<div class="kofi">
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
<script>
kofiWidgetOverlay.draw("koifishi", {
type: "floating-chat",
"floating-chat.donateButton.text": "Support Me!",
"floating-chat.donateButton.background-color": "#036D14",
"floating-chat.donateButton.text-color": "#fff",
});
</script>
</div>
</body>
</html>