Language mods for the Word Play game by Game Maker's Toolkit
Use our automated installation scripts for easy setup:
chmod +x install_language.sh
./install_language.sh <language_name>
# List available languages
./install_language.sh --list
# Show help
./install_language.sh --help.\install_language.ps1 <language_name>
# List available languages
.\install_language.ps1 --list
# Show help
.\install_language.ps1 --help# Install Catalan language mod
./install_language.sh catalanIf you prefer to install manually, you'll need to find the folder with your save game in it:
~/Library/Application Support/com.GMTK.WordPlay
%USERPROFILE%\AppData\LocalLow\Game Maker's Toolkit\Word Play
You may need to show hidden files or folders to get here!
Then simply add the customdictionary.txt and customletterbag.txt of the desired language.
The game should show "Custom Dictionary" in the bottom left corner.
Simply make a Pull Request with a new folder with the language (or edit existing one) with both a customdictionary.txt and customletterbag.txt
For languages with large dictionaries that exceed GitHub's file size limits, you can compress only the dictionary file:
Mixed Setup (Recommended)
- Create a language folder (e.g.,
german/) - Add
customdictionary.zip(containingcustomdictionary.txt) - Add
customletterbag.txt(uncompressed) - The installer will automatically extract and install both files
File Structure Examples:
# Standard setup
catalan/
├── customdictionary.txt
└── customletterbag.txt
# Mixed setup (for large dictionaries)
german/
├── customdictionary.zip # Contains customdictionary.txt
└── customletterbag.txt # Always uncompressed
Creating a compressed dictionary:
# Create zip file from existing dictionary
zip customdictionary.zip customdictionary.txt
# Or compress an existing dictionary
zip -r customdictionary.zip customdictionary.txtImportant: Only compress customdictionary.txt to customdictionary.zip. The customletterbag.txt file should always remain uncompressed.
The installation scripts automatically detect and handle all these formats!
https://store.steampowered.com/app/3586660/Word_Play/?curator_clanid=44902603
https://store.steampowered.com/news/app/3586660/view/521970822705840562?l=english
- Single letters only (some languages require tiles with several letters)
- Perks etc.. don't adapt to the language