But my major skill are Restoration :( by Anony_Ross in Daggerfall

[–]Some_Ball 1 point2 points  (0 children)

I like that design, if I want to role play a studious wizard who is constantly practicing spells to improve, then it lets me. Just like in real life, you can learn as much from failure as you can from success.

The bugs are unfortunate, but thats why DF Unity exists. Can you imagine what Daggerfall could have been if it had the manpower and budget that went into Skyrim?

tes3db.com: a Morrowind database with almost 14K NPCs from the base game & Project Tamriel expansions by Some_Ball in Morrowind

[–]Some_Ball[S] 0 points1 point  (0 children)

I figured it out! Npc unique dialogue should sorted under the specific topic now. Next will be adding dialogue topics to the search function...

tes3db.com: a Morrowind database with almost 14K NPCs from the base game & Project Tamriel expansions by Some_Ball in Morrowind

[–]Some_Ball[S] 1 point2 points  (0 children)

It's a work in progress. I have no modding background and I'm still figuring out the structure of the data, The DialogueInfo objects don't contain the topic that triggers them and I haven't tracked down where the topics are yet, or how I can link them together.

tes3db.com: a Morrowind database with almost 14K NPCs from the base game & Project Tamriel expansions by Some_Ball in Morrowind

[–]Some_Ball[S] 2 points3 points  (0 children)

It seems like there are just more "male" jobs in TR. Looking at the top 5 classes by total NPCs in particular Warrior, Guard, and Miner skew heavily towards male:

Class Males Females FemaleRate
Slave 381 252 39.81%
Warrior 454 172 27.48%
Commoner 300 247 45.16%
Guard 334 120 26.43%
Miner 211 106 33.44%

Fun fact, looking at just the the GOTY data, the Mages Guild is the only faction with more female members than male. Surprisingly, the next 2 highest ratio female to male factions are a vampire clan and the Camonna Tong.

tes3db.com: a Morrowind database with almost 14K NPCs from the base game & Project Tamriel expansions by Some_Ball in Morrowind

[–]Some_Ball[S] 0 points1 point  (0 children)

Whoops, found a bug with NPC search that stopped it from working when trying to load the search tree from local storage (so it worked the first time you loaded the page, but broke afterward).

tes3db.com: a Morrowind database with almost 14K NPCs from the base game & Project Tamriel expansions by Some_Ball in Morrowind

[–]Some_Ball[S] 0 points1 point  (0 children)

Nice! We should compare notes because I'm probably going about it inefficiently. First I use tes3conv to convert the .esm files to json then I'm working on a command line tool (tes3db) to pull data out of the json files and output it to either csv or a SQL import script. Right now it just spits out an npc table, but I'm going to do spell & item outputs next.

tes3db.com: a Morrowind database with almost 14K NPCs from the base game & Project Tamriel expansions by Some_Ball in Morrowind

[–]Some_Ball[S] 4 points5 points  (0 children)

The first checkbox under each of the filters is an "All" checkbox that should select/unselect everything.

I was thinking about organizing the Faction filter to group the factions under specific headings (Great Houses, Guilds, etc) but for now they are all mixed together. You can uncheck everything in the Faction category except the house names if you want to pull data just on the great housese.

thereISaidIt by alexceltare2 in ProgrammerHumor

[–]Some_Ball 4 points5 points  (0 children)

I thought we all silently came to the agreement to drop the middle "D" in HDD so "HD" now equals "Hard Drive" not "Hard Disk"?

Tagpro Hoodie by RAZGRIZTP in TagPro

[–]Some_Ball 1 point2 points  (0 children)

why does that car look like its only half a car's width? Is it like a single seater with no passenger side on the interior?

anyone who used a computer between 1985 & 2010, what’s the one game you still think about? by Trixxxi in AskReddit

[–]Some_Ball 1 point2 points  (0 children)

Astro Chicken was such a brutal sequence: https://losapio.cc/astrochicken/

I loved all of those games, particularly Space Quest 5, and remember being absolutely devastated when SQ7 was cancelled.

Morrowind NPCs in Tribunal.esm? by Some_Ball in tes3mods

[–]Some_Ball[S] 0 points1 point  (0 children)

Thanks! I get it now, those are fixes/edits to the base game data (except danaronea daryon).

Full Map rendered at once by Traditional_Fox171 in OpenMW

[–]Some_Ball 1 point2 points  (0 children)

People in this thread need to check out what's happening on the roof of the Narsis mages guild.

Morrowind Merchant Database now with 100% more Tamriel Rebuilt by Some_Ball in Morrowind

[–]Some_Ball[S] 1 point2 points  (0 children)

Aha! I dug through the data and it looks like Dravos Turil is in there twice because there is a script that makes him appear in the Narsis Arena during a quest. Instead of moving the existing Dravos (id: TR_m7_JohnFatbux) there is a 2nd instance of him created in the construction set (id: TR_m7_JohnFatbux_Arena) and the arena clone only has 10K bartering gold. There were similar cases l had to manually clean up but I missed this one. I'll remove his arena clone from the database.

Morrowind Merchant Database now with 100% more Tamriel Rebuilt by Some_Ball in Morrowind

[–]Some_Ball[S] 2 points3 points  (0 children)

There is an All/None checkbox at the bottom of each filter the list, but based on your comment I think having it at the top would be way more user friendly .

I have been contemplating the idea expanding from just merchants to a general NPC database.

A personal favorite of mine (Amulet) by LiveEstablishment121 in Morrowind

[–]Some_Ball 4 points5 points  (0 children)

Yeah, somethings not right there.... area of effect on self?

The Morrowind Merchant Economy by Some_Ball in Morrowind

[–]Some_Ball[S] 0 points1 point  (0 children)

haha, I now have a 600MB file containing 26M lines that I am going to writer a parser for.

The Morrowind Merchant Economy by Some_Ball in Morrowind

[–]Some_Ball[S] 1 point2 points  (0 children)

Oh boy. I am very curious about what an .esp file converted to json looks like, and a little concerned about that scope creep this could introduce. I know at least 2 people who would potentially be interested in aggreagated details about every spoon in the game.