v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "String dump"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (attempt to fix mistranslation)
(partial update for df 50.02)
Line 2: Line 2:
 
{{av}}
 
{{av}}
 
{{Quality|Tattered}}
 
{{Quality|Tattered}}
This '''string dump''' is generated with this shell script (using the Windows and OS X versions of DF 0.40.24):
+
This '''string dump''' is generated with the strings program and the Windows itch.io build of DF 0.51.02.
 +
 
 +
Here's a script that can be used as an example on combinging string dumps from multiple buids:
 
<pre>
 
<pre>
 
strings df_osx/dwarfort.exe > strings_osx.txt
 
strings df_osx/dwarfort.exe > strings_osx.txt
Line 18: Line 20:
  
 
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
 
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
| <strong>Here are all uppercased expressions which were not present in the previous string dump</strong>
+
| <strong>Here are all uppercased expressions which were not present in the previous string dump. (this part last updated 2023-08-21)</strong>
 
|-
 
|-
 
|UTF-16LE
 
|UTF-16LE

Revision as of 17:28, 23 January 2025

This article is about the current version of DF.
Note that some content may still need to be updated.

This string dump is generated with the strings program and the Windows itch.io build of DF 0.51.02.

Here's a script that can be used as an example on combinging string dumps from multiple buids:

strings df_osx/dwarfort.exe > strings_osx.txt
strings df_win/Dwarf\ Fortress.exe > strings_win.txt
perl -ne 'print if ($seen{$_} .= @ARGV) =~ /10$/' strings_osx.txt strings_win.txt > strings.txt

A working windows option is also available: https://learn.microsoft.com/en-us/sysinternals/downloads/strings

String Dump

Announce monster icon.png  This article or section contains minor spoilers. You may want to avoid reading it.
CancelHideAbout

Rating String dump