You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Localizable_Strings_Changelog.md
+143Lines changed: 143 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,149 @@ Thanks for checking it out!
19
19
20
20
## List of new strings by version
21
21
22
+
### v1.4.3:
23
+
24
+
#### English.ini:
25
+
26
+
```diff
27
+
[AlertMessages]
28
+
...
29
+
+ Help_HelpFileNotFound=Help file not found.
30
+
+ Help_UnableToOpenHelpFile=Unable to open help file.
31
+
```
32
+
33
+
```diff
34
+
[SettingsWindow]
35
+
...
36
+
Paths_Other=Other
37
+
- Paths_BackupPath=FM backup path:
38
+
+ Paths_BackupPath=Backup path (required):
39
+
Paths_FMArchivePaths=FM archive paths
40
+
Paths_IncludeSubfolders=Include subfolders
41
+
+ Paths_BackupPath_Info=This is the directory that will be used for new backups of saves, screenshots, etc. when you uninstall a fan mission. This must be a different directory from any FM archive paths.
42
+
...
43
+
FMDisplay_DateFormat=Date format
44
+
- FMDisplay_CurrentCultureShort=Current culture short
45
+
+ FMDisplay_CurrentCultureShort=System locale, short
46
+
- FMDisplay_CurrentCultureLong=Current culture long
47
+
+ FMDisplay_CurrentCultureLong=System locale, long
48
+
FMDisplay_Custom=Custom:
49
+
-
50
+
- FMDisplay_ErrorInvalidDateFormat=Invalid date format.
51
+
- FMDisplay_ErrorDateOutOfRange=The date and time is outside the range of dates supported by the calendar used by the current culture.
52
+
```
53
+
#### Documentation:
54
+
55
+
#### AngelLoader documentation.html:
56
+
57
+
```diff
58
+
<h3><a name="initial_setup" />Initial setup</h3>
59
+
60
+
<p>When you start AngelLoader for the first time, you'll see the initial setup window:</p>
61
+
62
+
<p><img src="images/initial_setup.png" /></p>
63
+
64
+
<h4>Language</h4>
65
+
If other languages are available, you can choose them here. Changes will take effect immediately.
66
+
67
+
<h4><a name="paths_to_game_exes" />Paths to game executables</h4>
68
+
Here you can choose the executable files for the supported games you have installed. These fields are optional - you can set some, all, or none. You will still be able to see and manage all of your fan missions even if you haven't set their corresponding executable, but of course you won't be able to install or play any of them unless their executable is set.
69
+
<p><b>Thief 1</b>, <b>Thief 2</b> and <b>System Shock 2</b> must be patched with NewDark in order for AngelLoader to be able to use them. <b>Thief 3</b> must be patched with the Sneaky Upgrade. Version 1.1.9.1 or above is recommended; while versions as far back as 1.1.3 may work, they haven't been tested and are not officially supported.</p>
70
+
71
+
<h4>Steam options</h4>
72
+
If you own one or more supported games on Steam, you can specify the location of <code>steam.exe</code> and choose which games should be launched through it. Launching a game in this way enables access to Steam features such as the in-game overlay, play time counter, etc.
- This is a required field. This is the folder that will be used for backing up saves, screenshots, and/or full differential backups when you uninstall a fan mission.
77
+
+ This is a required field. This is the directory that will be used for backing up saves, screenshots, etc. when you uninstall a fan mission. This must be a different directory from any FM archive paths. AngelLoader will still be able to use your existing backup files from other loaders, but will place any new backup files in this directory.
Whenever new FMs are detected, they will be automatically scanned. If you cancel the scan, then they will be scanned when manually selected, similar to DarkLoader. It's recommended that you let the scan finish, especially if you're using game tabs, as it will result in FMs being categorized properly.
87
+
88
+
<h4>Filter bar</h4>
89
+
Here you can choose to filter your FM list by game, title, author, release date, last played date, tags, finished status, and rating. If you've chosen to organize your games by tab, then these tabs will take the place of the game filter buttons.
90
+
91
+
- <h4><a name="show_junk" />Show FMs marked as "unsupported game or non-FM archive"</h4>
92
+
+ <h4><a name="show_unsupported" />Show FMs marked as "unsupported game or non-FM archive"</h4>
93
+
```
94
+
95
+
```diff
96
+
- <h4>Readme area</h4>
97
+
+ <h4><a name="readme_area" />Readme area</h4>
98
+
Here is where the selected FM's readme is displayed. If there are multiple readmes, AngelLoader will attempt to detect one that doesn't contain spoilers (lootlists, walkthroughs, etc.).
99
+
If it finds one, it will choose that readme automatically. If a non-spoiler readme is unable to be detected with certainty, you will be given a choice of which readme to view.
100
+
In this case, this list of readmes will be the only thing displayed in the readme section. Once you've selected a readme, you will thereafter
101
+
have the option to select another from a drop-down list that appears in the upper-right corner (see <a href="#readme_controls">Readme controls</a>).
102
+
```
103
+
104
+
```diff
105
+
<h3><a name="mission_list" />Mission list</h3>
106
+
107
+
<p><img src="images/fms_list_960.png" /></p>
108
+
109
+
This is the main area where fan missions are displayed, sorted, and filtered. You can change the columns' size, <a href="#column_header_context_menu">visibility</a>, and order.
110
+
Drag a column left or right to change its order. Clicking on a column header will sort by that column. Click once to sort by ascending, and click again to sort by descending.
111
+
Double-click the size grip to the right of a column to auto-size that column to fit its content.
112
+
<p>Right-click on any column header or any blank space in the list to bring up the <a href="#column_header_context_menu">column header context menu</a>.</p>
113
+
<p>Right-click on an FM to bring up the <a href="#fm_context_menu">FM context menu</a>.</p>
114
+
<p>Double-click on a mission or press Enter when a mission is selected to play that mission. By default you will be asked for confirmation in this case; see <a href="#settings_play_on_dc_or_enter_ask">Play FM on double-click / Enter</a>.</p>
115
+
116
+
Press the Delete key while an FM is selected to delete that FM's archive from disk. You will be asked for confirmation first.
117
+
118
+
<p>You can zoom the FMs list either with the zoom buttons on the top bar, or with <code>Ctrl++</code>,<code>Ctrl+-</code>, and <code>Ctrl+0</code>, or with Ctrl+mousewheel.
119
+
120
+
<h4>Columns</h4>
121
+
122
+
<h4>Game</h4>
123
+
Displays an icon based on which game the mission is for. If unknown, it will be blank. The icons are:
<img src="images/Shock2_21.png" /> - System Shock 2<br>
129
+
- <img src="images/red_circle_question_mark_21.png" /> - Unsupported mission or non-mission archive (these only appear when the <a href="#show_junk">Show Unsupported</a> filter is enabled).</p>
130
+
+ <img src="images/red_circle_question_mark_21.png" /> - Unsupported mission or non-mission archive (these only appear when the <a href="#show_unsupported">Show Unsupported</a> filter is enabled).</p>
131
+
```
132
+
133
+
```diff
134
+
- <h4>Statistics tab</h4>
135
+
+ <h4><a name="stats_tab" />Statistics tab</h4>
136
+
137
+
<p><img src="images/stats_tab.png" /></p>
138
+
139
+
Here you can see information on what kind of custom resources a fan mission has. If the FM has not been scanned for custom resources, none will be shown. If the FM is for Thief: Deadly Shadows, none will be shown in any case, as the custom resource scan is not supported for that game.
140
+
```
141
+
142
+
```diff
143
+
- <h4>Comment tab</h4>
144
+
+ <h4><a name="comment_tab" />Comment tab</h4>
145
+
146
+
<p><img src="images/comment_tab.png" /></p>
147
+
148
+
Here you can enter a comment for the FM. This comment will also be displayed in the Comments column (up to the first 100 characters or the first linebreak, whichever comes first), and will update as you type.
149
+
150
+
- <h4>Tags tab</h4>
151
+
+ <h4><a name="tags_tab" />Tags tab</h4>
152
+
153
+
<p><img src="images/tags_tab.png" /></p>
154
+
155
+
Here you can manage the FM's tags. You can click the <b>Add from list...</b> button to choose a tag from the global list (which includes standard presets as well as any other tags that have been found for any other FMs), or you can start typing in the textbox to see a real-time list of tags and categories that match what you've typed. If no matching tag or category is found, a new one is created. The format for creating a new tag is <code>category: tag</code>. If you don't specify a category when creating a new tag, that tag will be placed in the <code>misc</code> category.
156
+
157
+
- <h4>Patch & Customize tab</h4>
158
+
+ <h4><a name="patch_tab" />Patch & Customize tab</h4>
159
+
160
+
<p><img src="images/patch_tab.png" /></p>
161
+
162
+
Here you can apply patches and customizations to an FM.
0 commit comments