Skip to content

A name generator that will output a first and last name combo based off of The Elder Scrolls names already present in the series lore.

Notifications You must be signed in to change notification settings

BeckyPollard/elder-scrolls-name-generator

Repository files navigation

The Elder Scrolls Character Name Generator Netlify Status

Names scraped from The Unofficial Elder Scrolls Pages wiki.

Deployed live on Netlify: tes-name-generator.netlify.app.

Why

Because I keep making new characters and I want a quick lore-friendly name, or because sometimes when I see unnamed NPCs I just want to give them a name but don't want to look too hard for one. I am a lazy, so I spent a lot of time making this.

Scraping

The file scrape.js is to be run with node in your terminal, with node scrape.js. This file connests to the UESP page Names Pages for each playable race with Axios, and uses Cheerio to parse the result. To keep things simple the file looks for instances of names within anchor tags and pushes them to an array. There's sooo many names surely we won't miss a few, eh? Using Node's File System API those arrays are output to a file names.js for use in the generator (big file!).

Future Features

  • Add some lore context for the names below the options, like info on Orcish prefixes and Redguard titles.

About

A name generator that will output a first and last name combo based off of The Elder Scrolls names already present in the series lore.

Topics

Resources

Stars

Watchers

Forks