Skip to content

Commit 113ae1e

Browse files
committed
Unofficial translations (French, Spanish, Italian, Russian) available from our download page.
And documentation update.
1 parent daf56b2 commit 113ae1e

File tree

5 files changed

+134
-31
lines changed

5 files changed

+134
-31
lines changed

docs.html

Lines changed: 38 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<h1>Exult - Documentation
4343
</h1>
4444
<p>last changed:
45-
13 January 2026 (GMT)</p>
45+
30 January 2026 (GMT)</p>
4646
<hr>
4747
<p> The latest version of this document can be found
4848
<a href="https://exult.info/docs.html">here</a></p>
@@ -59,7 +59,7 @@ <h1>Exult - Documentation
5959
<p><a href="#The-exult.cfg-file">11. The exult.cfg file</a><br><a href="#exult_config">11.1. Settings in exult.cfg</a><br><a href="#path_config">11.2. Path-Settings</a><br><a href="#path_config_nt5">11.3. Path-Settings for Windows</a><br><a href="#path_config_osx">11.4. Path-Settings for macOS</a><br><a href="#path_config_nix">11.5. Path-Settings for Linux/Unix systems</a><br><a href="#advanced_config">11.6. Advanced Configuration: Using both the original and the Add-Ons</a><br></p>
6060
<p><a href="#Installing-the-original-Ultima-VII-games-for-use-with-Exult">12. Installing the original Ultima VII games for use with Exult</a><br><a href="#gog_windows">12.1. Using GOG.com's installer for Windows</a><br><a href="#gog_mac">12.2. Using GOG.com's installer for macOS</a><br><a href="#cdrom_install">12.3. Installing the CD-ROM versions of Ultima VII</a><br><a href="#dosbox_floppy">12.4. Installing the floppy disks of BG/SI using DOSBox</a><br><a href="#dosbox_addons">12.5. Installing the floppy disks of the Add-Ons FoV/SS using DOSBox</a><br><a href="#bg_manual">12.6. Manual installation of the BG floppy disks</a><br><a href="#si_manual">12.7. Manual installation of the SI floppy disks</a><br><a href="#win32_floppy">12.8. Installing the floppy disks of BG/SI on Windows</a><br><a href="#win32_addons">12.9. Installing the floppy disks of the Add-Ons FoV/SS on Windows</a><br><a href="#files_note">12.10. Exult only needs one folder</a><br></p>
6161
<p><a href="#Credits-and-Contact">13. Credits and Contact</a><br><a href="#thanks">13.1. Thanks</a><br><a href="#contact">13.2. Contacting us</a><br></p>
62-
<p><a href="#Changes-to-the-Documentation">14. Changes to the Documentation</a><br><a href="#13012026">14.1. - 13 January 2026</a><br><a href="#15042025">14.2. - 16 April 2025</a><br><a href="#20032025">14.3. - 20 March 2025</a><br><a href="#19012025">14.4. - 19 January 2025</a><br><a href="#06012025">14.5. - 06 January 2025</a><br><a href="#03072024">14.6. - 03 July 2024</a><br><a href="#25042024">14.7. - 25 April 2024</a><br><a href="#23042024">14.8. - 23 April 2024</a><br><a href="#older_changes">14.9. older changes</a><br></p>
62+
<p><a href="#Changes-to-the-Documentation">14. Changes to the Documentation</a><br><a href="#30012026">14.1. - 30 January 2026</a><br><a href="#13012026">14.2. - 13 January 2026</a><br><a href="#15042025">14.3. - 16 April 2025</a><br><a href="#20032025">14.4. - 20 March 2025</a><br><a href="#19012025">14.5. - 19 January 2025</a><br><a href="#06012025">14.6. - 06 January 2025</a><br><a href="#03072024">14.7. - 03 July 2024</a><br><a href="#25042024">14.8. - 25 April 2024</a><br><a href="#23042024">14.9. - 23 April 2024</a><br><a href="#older_changes">14.10. older changes</a><br></p>
6363
<hr class="full-width">
6464
<table class="full-width">
6565
<tr><th class="left-aligned"><a id="Introduction">1. Introduction</a></th></tr>
@@ -712,6 +712,14 @@ <h1>Exult - Documentation
712712
<strong>Language</strong><br>
713713
We added the possibility to translate <em>Exult</em> to another language and this sets
714714
it for all of <em>Exult</em> and the game messages.</li>
715+
<li>
716+
<strong>Built-in fonts</strong><br>
717+
Built in fonts provide the original (fraktur like) fonts as well as a serif one that
718+
some people prefer over the harder to read original.<br>
719+
Additionally both fonts provide special characters needed for French, Spanish and
720+
German for the above localization option.<br>
721+
However the built in fonts clash with old unofficial translations of the games and
722+
possibly other mods and patches. In this case disable the built-in fonts</li>
715723
</ul>
716724
</td></tr>
717725
<tr><td>&nbsp;</td></tr>
@@ -3247,6 +3255,14 @@ <h1>Exult - Documentation
32473255
yes
32483256
</td></tr>
32493257
<tr><td style="text-indent:32pt">&lt;/language&gt;</td></tr>
3258+
<tr>
3259+
<td style="text-indent:32pt">&lt;fonts&gt;</td>
3260+
<td rowspan="3"><span class="non-selectable-comment">**original/serif/disabled. Choose the built-in fonts or disable it for unofficial translations.</span></td>
3261+
</tr>
3262+
<tr><td style="text-indent:32pt">
3263+
original
3264+
</td></tr>
3265+
<tr><td style="text-indent:32pt">&lt;/fonts&gt;</td></tr>
32503266
<tr><td style="text-indent:16pt">&lt;/gameplay&gt;</td></tr>
32513267
<tr>
32523268
<td style="text-indent:16pt">&lt;audio&gt;</td>
@@ -5178,7 +5194,17 @@ <h1>Exult - Documentation
51785194
<table class="full-width">
51795195
<tr><th class="left-aligned"><a id="Changes-to-the-Documentation">14. Changes to the Documentation</a></th></tr>
51805196
<tr><td>&nbsp;</td></tr>
5181-
<tr><td><strong><a id="13012026">14.1. - 13 January 2026</a></strong></td></tr>
5197+
<tr><td><strong><a id="30012026">14.1. - 30 January 2026</a></strong></td></tr>
5198+
<tr><td>
5199+
<ul>
5200+
<li>
5201+
<a href="#game_display_gump">3.8. Game Display</a> built-in fonts added.</li>
5202+
<li>
5203+
<a href="#exult_config">11.1. Settings in exult.cfg</a> built-in fonts added.</li>
5204+
</ul>
5205+
</td></tr>
5206+
<tr><td>&nbsp;</td></tr>
5207+
<tr><td><strong><a id="13012026">14.2. - 13 January 2026</a></strong></td></tr>
51825208
<tr><td>
51835209
<ul>
51845210
<li>
@@ -5194,7 +5220,7 @@ <h1>Exult - Documentation
51945220
</ul>
51955221
</td></tr>
51965222
<tr><td>&nbsp;</td></tr>
5197-
<tr><td><strong><a id="15042025">14.2. - 16 April 2025</a></strong></td></tr>
5223+
<tr><td><strong><a id="15042025">14.3. - 16 April 2025</a></strong></td></tr>
51985224
<tr><td>
51995225
<ul>
52005226
<li>
@@ -5206,7 +5232,7 @@ <h1>Exult - Documentation
52065232
</ul>
52075233
</td></tr>
52085234
<tr><td>&nbsp;</td></tr>
5209-
<tr><td><strong><a id="20032025">14.3. - 20 March 2025</a></strong></td></tr>
5235+
<tr><td><strong><a id="20032025">14.4. - 20 March 2025</a></strong></td></tr>
52105236
<tr><td>
52115237
<ul>
52125238
<li>
@@ -5220,7 +5246,7 @@ <h1>Exult - Documentation
52205246
</ul>
52215247
</td></tr>
52225248
<tr><td>&nbsp;</td></tr>
5223-
<tr><td><strong><a id="19012025">14.4. - 19 January 2025</a></strong></td></tr>
5249+
<tr><td><strong><a id="19012025">14.5. - 19 January 2025</a></strong></td></tr>
52245250
<tr><td>
52255251
<ul>
52265252
<li>
@@ -5230,15 +5256,15 @@ <h1>Exult - Documentation
52305256
</ul>
52315257
</td></tr>
52325258
<tr><td>&nbsp;</td></tr>
5233-
<tr><td><strong><a id="06012025">14.5. - 06 January 2025</a></strong></td></tr>
5259+
<tr><td><strong><a id="06012025">14.6. - 06 January 2025</a></strong></td></tr>
52345260
<tr><td>
52355261
<ul>
52365262
<li>
52375263
<a href="#Android-Guide">10. Android Guide</a> added.</li>
52385264
</ul>
52395265
</td></tr>
52405266
<tr><td>&nbsp;</td></tr>
5241-
<tr><td><strong><a id="03072024">14.6. - 03 July 2024</a></strong></td></tr>
5267+
<tr><td><strong><a id="03072024">14.7. - 03 July 2024</a></strong></td></tr>
52425268
<tr><td>
52435269
<ul>
52445270
<li>
@@ -5254,7 +5280,7 @@ <h1>Exult - Documentation
52545280
</ul>
52555281
</td></tr>
52565282
<tr><td>&nbsp;</td></tr>
5257-
<tr><td><strong><a id="25042024">14.7. - 25 April 2024</a></strong></td></tr>
5283+
<tr><td><strong><a id="25042024">14.8. - 25 April 2024</a></strong></td></tr>
52585284
<tr><td>
52595285
<ul>
52605286
<li>Replaced *nix with Linux as people are mostly looking for Linux and might get confused.</li>
@@ -5267,7 +5293,7 @@ <h1>Exult - Documentation
52675293
</ul>
52685294
</td></tr>
52695295
<tr><td>&nbsp;</td></tr>
5270-
<tr><td><strong><a id="23042024">14.8. - 23 April 2024</a></strong></td></tr>
5296+
<tr><td><strong><a id="23042024">14.9. - 23 April 2024</a></strong></td></tr>
52715297
<tr><td>
52725298
<ul>
52735299
<li>
@@ -5287,7 +5313,7 @@ <h1>Exult - Documentation
52875313
</ul>
52885314
</td></tr>
52895315
<tr><td>&nbsp;</td></tr>
5290-
<tr><td><strong><a id="older_changes">14.9. older changes</a></strong></td></tr>
5316+
<tr><td><strong><a id="older_changes">14.10. older changes</a></strong></td></tr>
52915317
<tr><td>
52925318
<p>
52935319
For older changes of the documentation, please see its git history.
@@ -5305,7 +5331,7 @@ <h1>Exult - Documentation
53055331
<a href="https://github.com/exult/exult/discussions">Contact us.</a></span></address></td></tr>
53065332
</table></td></tr>
53075333
<tr><td class="centered"><address><span style="font-size: smaller">Last modified:
5308-
13 January 2026 (GMT)</span></address></td></tr>
5334+
30 January 2026 (GMT)</span></address></td></tr>
53095335
<tr><td class="centered"><div align="center"><!--#exec cgi="cgi-bin/vipcounter_xml.pl"--></div></td></tr>
53105336
</table></div></body>
53115337
</html>

docs.txt

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Exult Documentation
2-
last changed: 13 January 2026 (GMT)
2+
last changed: 30 January 2026 (GMT)
33

44
The latest version of this document can be found at https://exult.info/docs.html
55

@@ -115,15 +115,16 @@ The latest version of this document can be found at https://exult.info/docs.html
115115
13.2. Contacting us
116116

117117
14. Changes to the Documentation
118-
14.1. - 13 January 2026
119-
14.2. - 16 April 2025
120-
14.3. - 20 March 2025
121-
14.4. - 19 January 2025
122-
14.5. - 06 January 2025
123-
14.6. - 03 July 2024
124-
14.7. - 25 April 2024
125-
14.8. - 23 April 2024
126-
14.9. older changes
118+
14.1. - 30 January 2026
119+
14.2. - 13 January 2026
120+
14.3. - 16 April 2025
121+
14.4. - 20 March 2025
122+
14.5. - 19 January 2025
123+
14.6. - 06 January 2025
124+
14.7. - 03 July 2024
125+
14.8. - 25 April 2024
126+
14.9. - 23 April 2024
127+
14.10. older changes
127128

128129

129130
--------------------------------------------------------------------------------
@@ -454,6 +455,10 @@ When you have enabled digital music and and another midi driver you can set both
454455
To fit the intro of SI onto the constraints of floppy disks, it was cut and made much simpler than originally envisioned by Denis Loubet. We have restored the intro and made it possible to watch it.
455456
* Language
456457
We added the possibility to translate Exult to another language and this sets it for all of Exult and the game messages.
458+
* Built-in fonts
459+
Built in fonts provide the original (fraktur like) fonts as well as a serif one that some people prefer over the harder to read original.
460+
Additionally both fonts provide special characters needed for French, Spanish and German for the above localization option.
461+
However the built in fonts clash with old unofficial translations of the games and possibly other mods and patches. In this case disable the built-in fonts
457462

458463

459464

@@ -1471,6 +1476,10 @@ Note: the settings in exult.cfg are the same on all operating systems (except wh
14711476
yes
14721477
**sets the language of Exult.
14731478
</language>
1479+
<fonts>
1480+
original
1481+
**original/serif/disabled. Choose the built-in fonts or disable it for unofficial translations.
1482+
</fonts>
14741483
</gameplay>
14751484
<audio>
14761485
<enabled>
@@ -2251,7 +2260,14 @@ You can contact the Exult team through our Github Discussions page.
22512260
--------------------------------------------------------------------------------
22522261

22532262
14. Changes to the Documentation
2254-
14.1. - 13 January 2026
2263+
14.1. - 30 January 2026
2264+
2265+
* 3.8. Game Display built-in fonts added.
2266+
* 11.1. Settings in exult.cfg built-in fonts added.
2267+
2268+
2269+
2270+
14.2. - 13 January 2026
22552271

22562272
* 3.7. Game Engine Enhancements and feeding added.
22572273
* 3.8. Game Display Language option added.
@@ -2261,15 +2277,15 @@ You can contact the Exult team through our Github Discussions page.
22612277

22622278

22632279

2264-
14.2. - 16 April 2025
2280+
14.3. - 16 April 2025
22652281

22662282
* 3.5. Advanced Audio Settings added.
22672283
* 4.2. MIDI Music FluidLite can be used.
22682284
* 11.1. Settings in exult.cfg New audio advanced settings in the cfg.
22692285

22702286

22712287

2272-
14.3. - 20 March 2025
2288+
14.4. - 20 March 2025
22732289

22742290
* 2.2. Location of exult.cfg Flatpak cfg path.
22752291
* 2.4. Default game folders on Linux Flatpak default paths.
@@ -2278,20 +2294,20 @@ You can contact the Exult team through our Github Discussions page.
22782294

22792295

22802296

2281-
14.4. - 19 January 2025
2297+
14.5. - 19 January 2025
22822298

22832299
* 4. Audio added more information on MIDI drivers.
22842300
* 10.3. The Exult Launcher on Android added to explain ways to toggle autolaunch.
22852301

22862302

22872303

2288-
14.5. - 06 January 2025
2304+
14.6. - 06 January 2025
22892305

22902306
* 10. Android Guide added.
22912307

22922308

22932309

2294-
14.6. - 03 July 2024
2310+
14.7. - 03 July 2024
22952311

22962312
* 3.4. Audio Options settings changed and Volume Mixer was added.
22972313
* 3.6. Volume Mixer macOS no longer uses the Console.app to show stdout.
@@ -2301,7 +2317,7 @@ You can contact the Exult team through our Github Discussions page.
23012317

23022318

23032319

2304-
14.7. - 25 April 2024
2320+
14.8. - 25 April 2024
23052321

23062322
* Replaced *nix with Linux as people are mostly looking for Linux and might get confused.
23072323
* Removed documentation for unsupported Windows versions.
@@ -2311,7 +2327,7 @@ You can contact the Exult team through our Github Discussions page.
23112327

23122328

23132329

2314-
14.8. - 23 April 2024
2330+
14.9. - 23 April 2024
23152331

23162332
* 2.5. Command line options Added the shortcut to starting the Serpent Isle beta.
23172333
* 4.13. Linux and Audio Alsa port magic by Dragon Baroque.
@@ -2323,7 +2339,7 @@ You can contact the Exult team through our Github Discussions page.
23232339

23242340

23252341

2326-
14.9. older changes
2342+
14.10. older changes
23272343

23282344
For older changes of the documentation, please see its git history.
23292345

download.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,67 @@ <h1>
534534
<td class="blank-column"></td>
535535
<td></td>
536536
</tr>
537+
<tr>
538+
<td colspan="2"><b>Unofficial fan translations:</b></td>
539+
<td class="blank-column"></td>
540+
<td></td>
541+
</tr>
542+
<tr>
543+
<td class="blank-column"></td>
544+
<td class="link-column"><a href="https://sirjohn.de">German translations of The Black Gate/Forge of Virtue and Serpent Isle/SilverSeed.</a></td>
545+
<td class="blank-column"><br /></td>
546+
<td class="size-column">1 MB</td>
547+
<td class="datetime-column"><br /></td>
548+
</tr>
549+
<tr>
550+
<td class="blank-column"></td>
551+
<td class="link-column"><a href="https://exult.sourceforge.io/snapshots/translations/SS_translation_french.zip">SI-French translates Serpent Isle/SilverSeed into French. Repackaged as a mod.</a></td>
552+
<td class="blank-column"><br /></td>
553+
<td class="size-column">1 MB</td>
554+
<td class="datetime-column"><br /></td>
555+
</tr>
556+
<tr>
557+
<td class="blank-column"></td>
558+
<td class="link-column"><a href="https://exult.sourceforge.io/snapshots/translations/FoV_translation_spanish.zip">Spanish translation of The Black Gate/Forge of Virtue.</a></td>
559+
<td class="blank-column"><br /></td>
560+
<td class="size-column">6 MB</td>
561+
<td class="datetime-column"><br /></td>
562+
</tr>
563+
<tr>
564+
<td class="blank-column"></td>
565+
<td class="link-column"><a href="https://exult.sourceforge.io/snapshots/translations/SS_translation_spanish.zip">Spanish translation of Serpent Isle/SilverSeed.</a></td>
566+
<td class="blank-column"><br /></td>
567+
<td class="size-column">6 MB</td>
568+
<td class="datetime-column"><br /></td>
569+
</tr>
570+
<tr>
571+
<td class="blank-column"></td>
572+
<td class="link-column"><a href="https://exult.sourceforge.io/snapshots/translations/FoV_translation_italian.zip">Italian translation of The Black Gate/Forge of Virtue.</a></td>
573+
<td class="blank-column"><br /></td>
574+
<td class="size-column">12 MB</td>
575+
<td class="datetime-column"><br /></td>
576+
</tr>
577+
<tr>
578+
<td class="blank-column"></td>
579+
<td class="link-column"><a href="https://exult.sourceforge.io/snapshots/translations/SS_translation_italian.zip">Italian translation of Serpent Isle/SilverSeed.</a></td>
580+
<td class="blank-column"><br /></td>
581+
<td class="size-column">2 MB</td>
582+
<td class="datetime-column"><br /></td>
583+
</tr>
584+
<tr>
585+
<td class="blank-column"></td>
586+
<td class="link-column"><a href="https://exult.sourceforge.io/snapshots/translations/FoV_translation_russian.zip">Russian translation of The Black Gate/Forge of Virtue.</a></td>
587+
<td class="blank-column"><br /></td>
588+
<td class="size-column">3 MB</td>
589+
<td class="datetime-column"><br /></td>
590+
</tr>
591+
<tr>
592+
<td class="blank-column"></td>
593+
<td class="link-column"><a href="https://exult.sourceforge.io/snapshots/translations/SS_translation_russian.zip">Russian translation of Serpent Isle/SilverSeed.</a></td>
594+
<td class="blank-column"><br /></td>
595+
<td class="size-column">1 MB</td>
596+
<td class="datetime-column"><br /></td>
597+
</tr>
537598
</table>
538599
<p>
539600
</p>

images/docs05.png

4.96 KB
Loading

images/docs06.png

4.16 KB
Loading

0 commit comments

Comments
 (0)