SkillAgentSearch skills...

DarkSouls3.TextViewer

This tool helps you view all in-game text of Dark Souls 3.

Install / Use

/learn @mrexodia/DarkSouls3.TextViewer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Dark Souls 3 Text Viewer

Build status

This tool helps you view all in-game text of Dark Souls 3.

Disclaimer: The contents of the ds3.json file are derived from the Dark Souls 3 game files owned by From Software. They are extracted for research purposes and there will be no commercial usage.

screenshot

Download

You can find a snapshot of the latest commit here. Signed, more stable versions can be found here

Filters

You can use filters to find relevant information. Text is compared case-insensitive and you can combine multiple filters with operators & (AND) | (OR) ~ (NOT).

  • Identifiers can be found with '{id}'
  • DLC version can be found with 'dlcN'
  • Item type can be found with '{type}'

Operators are evaluated in the following order:

  1. Parentheses
  2. NOT
  3. AND
  4. OR
a|(b&c|~d) = a|((b&c)|(~d))

Examples

  • Filter: aldrich|deep

  • Effect: Everything containing 'aldrich' or 'deep'

  • Filter: god&swamp

  • Effect: Everything containing 'god' and 'swamp'

  • Filter: aldrich&deep|children

  • Effect: With braces: aldrich&(deep|children)

  • Filter: {1200}

  • Effect: Matches text with ID 1200

  • Filter: magic&~{Magic}

  • Effect: All non-{Magic} items containing 'magic'

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated2mo ago
Forks3

Languages

C#

Security Score

90/100

Audited on Jan 11, 2026

No findings