Skip to content

Commit eee52f3

Browse files
committed
Add info about IDE List
1 parent 4e43ed6 commit eee52f3

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

web/src/pages/reference/ID_Lists/IDE.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { ide_table } from '@src/data/ide_table';
99
tableOfContents: false,
1010
}}>
1111

12-
<NoteBox type="info">This list may be (and probably is) incomplete.</NoteBox>
12+
<NoteBox type="info">This list may be incomplete.</NoteBox>
1313

1414
<input id="filterInput" placeholder="🔍 Filter by any column: Model ID, Model Name, LOD ID, LOD Name, TXD, IDE..." style="margin-bottom: 1rem; width: 100%;" />
1515

web/src/pages/reference/ID_Lists/Objects.astro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ import NoteBox from '@src/components/NoteBox.astro';
2828
</ul>
2929
</NoteBox>
3030
<NoteBox type="warning">
31-
None of these lists include Low LOD object models. You are able to know which Low LOD model is linked to a certain High LOD object model in-game using the <a href="/reference/Map_editor">Map Editor</a>.
32-
</NoteBox>
33-
34-
31+
None of these lists include Low LOD object models. You can determine which Low LOD model is linked to a specific High LOD object model in-game using the <a href="/reference/Map_editor">Map Editor</a>, or you can use <a href="/reference/ID_Lists/IDE">IDE list</a>, although it may be incomplete.</NoteBox>
3532
<h5>Table of Contents</h5>
3633
<ul>
3734
<li><a href="#cat-beach-and-sea">Beach and Sea</a></li>

0 commit comments

Comments
 (0)