Skip to content

ax9880/change-leas-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Change Lea's Words

Simple CrossCode mod to change or replace Lea's words with your own, just for fun.

Spoiler alert for Lea's words.

This only replaces Lea's words, and will not replace those words when other characters (such as Sergey) say them. In addition it only replaces the words when they appear in dialogue boxes and not in other places.

Tested in the English version, but not thoroughly.

Installation

  1. From GitHub, click on the green Code button and then click Download ZIP.
  2. Extract the contents in <CrossCode installation folder>/assets/mods/.
  3. Load the mod using CCLoader.

Instructions

Open plugin.js and edit the words in the replacements variable. For example, to make Lea say "Hello" instead of "Hi", edit the file like this:

const replacements = {
    hi: "Hello",
    // Other words ...
}

// Rest of the file

TODOs

TODOs:

  • Add mod icon.
  • Load words and replacements from a JSON file?
  • Replace words in other locations.
  • Replace [nods], [shakes head]?

About

CrossCode mod to change Lea's words.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published