
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 using during embarkation.
To add more names to the random pool, open BepInEx/config/MoreTownNames.cfg, find CustomTownNames, and add new names separated by commas:
[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
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.