promotional bannermobile promotional banner

Text Replace

Lets modders replace substrings of text in the game's text data.
If you're just a mod user, don't read further, just install the mod.

I made this mod to let me easily turn Grandpa into Grandma; I was just going to make a mod for that purpose, but then it seemed better to make my changes through Content Patcher so others could edit them if they liked. But that didn't quite work, so I had to make a mod that reinvalidated some early cached content, etc., and so this mod was born. Sorry for making you download more things.

Use this mod like this:

{

    "Format": "2.7.0",
    "Changes": [
        {
            "Action": "EditData",
            "Target": "aedenthorn.TextReplace/dict",
            "Entries": {
                "aedenthorn.Grandma": {
                    "Replacements": {
                        "Strings/StringsFromCSFiles": {
                            "Event.cs.1308": {
                                "Grandpa": "Grandma",
                                "my boy": "my dear"
                            }
                        }
                    }
                }
            }
        }
    ]
}

Under "Replacements", the key is the file path, the value is another dictionary; its keys are the file's entry keys and each value is another dictionary whose keys are the string to be replaced and the values are the replacements.

Text Replace makes its changes exceptionally late, so it should in theory be able to override changes made by other Content Patcher mods.

39ace58d-ff31-4e33-9de5-d25ccb1438b6

The Text Replace Team

profile avatar
Owner
  • 26
    Followers
  • 287
    Projects
  • 5.1M
    Downloads

More from ErintheView all

  • Personal Juke Box project image

    Personal Juke Box

    • 1
    • Mods

    Minimalist music player with playlist, search, shuffle, etc. that lets you switch in-game songs anywhere.

    • 1
    • June 11, 2026
    • Mods
  • Grandma project image

    Grandma

    • 3
    • Mods

    Replaces Grandpa with Grandma.

    • 3
    • June 11, 2026
    • Mods
  • Mobile Catalogues project image

    Mobile Catalogues

    • 35.8K
    • Mods

    Allows you to add catalogues for most merchants in the game to the Mobile Phone.

    • 35.8K
    • June 10, 2026
    • Mods
  • Light Switches project image

    Light Switches

    • 75
    • Mods

    Makes light switches actually work, with color and dim chooser, allowance for multiple differently-set switches per game location.

    • 75
    • June 8, 2026
    • Mods
  • Personal Juke Box project image

    Personal Juke Box

    • 1
    • Mods

    Minimalist music player with playlist, search, shuffle, etc. that lets you switch in-game songs anywhere.

    • 1
    • June 11, 2026
    • Mods
  • Grandma project image

    Grandma

    • 3
    • Mods

    Replaces Grandpa with Grandma.

    • 3
    • June 11, 2026
    • Mods
  • Mobile Catalogues project image

    Mobile Catalogues

    • 35.8K
    • Mods

    Allows you to add catalogues for most merchants in the game to the Mobile Phone.

    • 35.8K
    • June 10, 2026
    • Mods
  • Light Switches project image

    Light Switches

    • 75
    • Mods

    Makes light switches actually work, with color and dim chooser, allowance for multiple differently-set switches per game location.

    • 75
    • June 8, 2026
    • Mods