forked from bigdunka/alttptracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissues.html
More file actions
81 lines (80 loc) · 4.2 KB
/
Copy pathissues.html
File metadata and controls
81 lines (80 loc) · 4.2 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
<html>
<head>
<title>ALTTP Randomizer Community Tracker - Known Issues</title>
<script type="text/javascript" src="js/index.js?v=20016"></script>
<script type="text/javascript" src="js/jquery-3.3.1.js?v=20016"></script>
<script type="text/javascript" src="js/jquery.powertip.js?v=20016"></script>
<script type="text/javascript" src="js/bootstrap.min.js?v=20016"></script>
<link href="css/jquery.powertip.css?v=20016" rel="stylesheet" />
<link href="css/launcher.css?v=20016" rel="stylesheet">
<link href="css/fonts.css?v=20016" rel="stylesheet">
<link href="css/sprites.css?v=20016" rel="stylesheet">
<link href="css/toast.css?v=20016" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z3T0KM2W1L"></script>
<script>
$(function() {
$('.south').powerTip({ placement: 's' });
});
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z3T0KM2W1L');
</script>
<style>
a { color: red; }
</style>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png">
</head>
<body>
<div class="outer-wrapper">
<div>
<div class="header-main-div">
<a href="./index.html"><img src="./images/overlay/header.png" class="header-main-img"></a>
<div class="header-news-div" >
<span class="default-white-text">Build 2.0.016 092822 - Compatible for v31.x.x<br>Report any issues to Dunka (Discord: BigDunka#8354)<br>Check Known Issues for current known outstanding issues</span>
</div>
</div>
<div class="header-links">
<a href="./release.html">
<div class="header-link-img"><span class="header-text-span">Release Notes</span></div>
</a>
<a href="./instructions.html">
<div class="header-link-img"><span class="header-text-span">Instructions</span></div>
</a>
<a href="./issues.html">
<div class="header-link-img"><span class="header-text-span">Known Issues</span></div>
</a>
<a href="./contributors.html">
<div class="header-link-img" ><span class="header-text-span">Contributors</span></div>
</a>
<a href="./downloads.html">
<div class="header-link-img"><span class="header-text-span">Downloads</span></div>
</a>
</div>
</div>
<div class="main-wrapper">
<div class="preset-div">
<b><i>9/4/2022 Build 2.0.015 090422</i></b><br>
<ul>
<li>Buying the wooden arrow in Retro mode, but not having the Bow, will mark the Bow when autotracking is active</li>
<li>A couple of issues have been discovered in dungeon checks with big key shuffles only. Coming in a future release, we will be reworking several of the dungeon's logic to fix this. Expect it around the same time as v32.</li>
<li>Inverted Turtle Rock may show possible in several situations where items should be available. TR in inverted is a logical hurdle in conjunction with other mode options and will be fully re-written at some point.</li>
<li>The recently added entrance dungeon availability tracking isn't working properly in TR in certain scenarios, and may not work properly in other more complex dungeons. It will be rewritten at a later date.</li>
<li>We are aware that scaling the tracker in your browser can cause unexpected results. This will be eventually addressed, but it may require some style rewriting so it may take some time.</li>
<li>Import Flags on Customizer flagsets does not always import all of the settings (We have no solution to this currently, it is a ALTTPR driven dataset)</li>
<br>
Items Still To Be Added
<li>Overworld Shuffle: Improving logic for the map tracker</li>
</ul>
Found an issue? Please report it to Dunka (Discord: BigDunka#8354) to be added to the issues list<br>
</div>
</div>
</div>
</body>
</html>