-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod_preloader.html
More file actions
48 lines (48 loc) · 2.27 KB
/
mod_preloader.html
File metadata and controls
48 lines (48 loc) · 2.27 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>kleadron.net - Texture Pre-Loader</title>
<link rel="stylesheet" type="text/css" href="resources/style.css">
<!-- Settings for alert.js and header.js -->
<script type="text/javascript" src="resources/scripts/globals.js"></script>
</head>
<body>
<!-- Top of page -->
<script type="text/javascript" src="resources/scripts/header.js"></script>
<!-- Main content -->
<div class="main-content">
<!-- <span id="red">DRAFT</span> -->
<!--<center><img src="resources/images/additionalblocks-logo.png" alt="Additional Blocks" border="2" /></center>-->
<h1>Texture Pre-Loader for Minecraft 1.2.5</h1>
<div class="grey-box">
<p>Finds textures being loaded at runtime and instead loads them at startup on the loading screen the next time you start Minecraft.
Good for Hi-res texture packs so no babies are thrown into the gears when you open an inventory and some craplord forgot to pre-load their GUI textures.
<br><br>
Effects are not immediate. Open interfaces and stuff to allow the pre-loader to find the textures.
<br>
Check config file to configure log output.
</p>
</div>
<h3>Features</h3>
<div class="grey-box">
<ul>
<li>Longer initial load time for smoother gameplay</li>
<li>Fixes initial lag of opening new interfaces or scrolling through the item list</li>
<!-- <li>Another really big sandwich, because screw you</li> -->
</ul>
</div>
<h3>Downloads</h3>
<div class="grey-box">
<p>I expect you to know how to install mods. Just drag the zip file into your mods folder.<br>This mod requires Minecraft Forge!</p>
<ul>
<li><a href="resources/mcmods/mod_preloader/Texture Pre-Loader 1.2 for MC 1.2.5.zip">Version 1.2 Mod</a></li>
<li><a href="resources/mcmods/mod_preloader/SOURCE 1.2.zip">Version 1.2 Source Code</a></li>
</ul>
<p>Versions before 1.2 weren't that special. You don't want them. 1.0 loaded textures from an over 400 line long hard-coded list.</p>
</div>
</div>
<!-- Bottom of page -->
<script type="text/javascript" src="resources/scripts/footer.js"></script>
</body>
</html>