
You are viewing a potentially older version of this package. View Latest Version

A plugin that adds more town names to the random name pool used during embarkation.
The mod adds a list of about 200 names to the pool. To add more names (or remove ones added by the mod), open BepInEx/config/MoreTownNames.cfg, find CustomTownNames, and set the name list as a comma-separated string:
[General]
## Comma-separated list of custom town names.
# Setting type: String
# Default value: ...
CustomTownNames = Emberwatch,Stonehaven,Dunhold,Ashenvale,Ironholm...
Install from the store page.
Build the mod from source, then copy MoreTownNames.dll into /BepInEx/plugins/MoreTownNames/ (create the directory if it doesn't exist).
ChatGPT was used to generate the thunderstore icon and some of the town names.
<game dir>/Against The Storm_Data/Managed/Assembly-CSharp.dll to the project rootdotnet build -c release MoreTownNames.csprojThe build is tested on Linux and should work on OSX / Unix systems. If you're developing on Windows, you'll have to figure out the environment variable and the post-build zip steps yourself.