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
(added specificly all uppercased expressions)
m (attempt to fix mistranslation)
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
</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 21: Line 20:
 
| <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</strong>
 
|-
 
|-
| UTF-16LE
+
|UTF-16LE
 
NO_EXCLUSIVE
 
NO_EXCLUSIVE
 
SEMIANNUAL
 
SEMIANNUAL
Line 6,553: Line 6,552:
 
SPEECH_MERCENARY_PROFESSION
 
SPEECH_MERCENARY_PROFESSION
 
SPEECH_MERCENARY_PROFESSION_YEAR
 
SPEECH_MERCENARY_PROFESSION_YEAR
 +
 +
  
 
|}
 
|}

Latest revision as of 20:11, 23 August 2023

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 this shell script (using the Windows and OS X versions of DF 0.40.24):

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]

Dwarf head pixel.png  This article or section contains minor spoilers. You may want to avoid reading it.