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 (partial update for 51.05)
 
(3 intermediate revisions by 2 users not shown)
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 Linux and Windows Itch.io builds, Windows Steam build, and Linux Bay 12 Games build of DF 0.51.05.
 +
 
 +
Here's a script that can be used as an example on combining string dumps from multiple builds:
 
<pre>
 
<pre>
 
strings df_osx/dwarfort.exe > strings_osx.txt
 
strings df_osx/dwarfort.exe > strings_osx.txt
Line 9: Line 11:
 
</pre>
 
</pre>
  
A windows option is also available:
+
A working windows option is also available:
https://learn.microsoft.com/nl-nl/sysinternals/downloads/strings
+
https://learn.microsoft.com/en-us/sysinternals/downloads/strings
It does work
 
  
 
== String Dump ==
 
== String Dump ==
Line 19: 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

Latest revision as of 19:19, 12 February 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 Linux and Windows Itch.io builds, Windows Steam build, and Linux Bay 12 Games build of DF 0.51.05.

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

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[edit]

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