Improve footnote style

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent a920570f04
commit 5e81ccc92c
  1. 23
      archive/src/main/resources/org/openrs2/archive/templates/caches/index.html

@ -26,7 +26,7 @@
<th>Name</th>
<th>Indexes</th>
<th>Groups</th>
<th>Keys<sup><a href="#empty-locs">[1]</a></sup></th>
<th>Keys<sup><a href="#empty-locs">1</a></sup></th>
<th>Download</th>
</tr>
</thead>
@ -61,16 +61,17 @@
</tbody>
</table>
</div>
<p id="empty-locs">
[1]: Map squares in the middle of the sea are unreachable by
normal players, making it impossible to obtain the keys for
their loc groups. However, the loc groups for these map squares
are empty. As XTEA does not hide the length of the compressed
data, this service infers which encrypted loc groups are empty
and includes them in the number of valid keys, regardless of
whether the key is known or not. After downloading a cache from
this service, a cache editor may be used to replace the empty
encrypted loc groups with unencrypted replacements.
<p>
<sup id="empty-locs">1</sup> Map squares in the middle of the
sea are unreachable by normal players, making it impossible to
obtain the keys for their loc groups. However, the loc groups
for these map squares are empty. As XTEA does not hide the
length of the compressed data, this service infers which
encrypted loc groups are empty and includes them in the number
of valid keys, regardless of whether the key is known or not.
After downloading a cache from this service, a cache editor may
be used to replace the empty encrypted loc groups with
unencrypted replacements.
</p>
</main>
</body>

Loading…
Cancel
Save