Synthesis-Collective / Development

A repo for requesting/brainstorming patchers, and tracking issues related to very early budding projects without another home
GNU General Public License v3.0
1 stars 0 forks source link

Patcher Request - Unique Region Names #29

Open somohexuals opened 3 years ago

somohexuals commented 3 years ago

Would this be possible? It renames the "to Skyrim" from doors to the hold/city name. EX: Exiting a door from Dragonsreach would say "to Whiterun". Exiting a door from the Whiterun Stables would say "to Whiterun Hold"

Thanks. :)

halgari commented 3 years ago

Seems completely possible., I'll take a look this weekend.

mrudat commented 3 years ago

From one of the existing mods that do this, a tricky thing is that many of the outdoor cells don't have meaningful names; to do this Right, you'd probably need to have a mod that gives names to the outdoor cells.

halgari commented 3 years ago

I agree, I took a look at I'm going to have to do more research before I know where to start with this one.

MacSplody commented 3 years ago

Duplicate of https://github.com/Synthesis-Collective/Development/issues/7

MacSplody commented 3 years ago

From one of the existing mods that do this, a tricky thing is that many of the outdoor cells don't have meaningful names; to do this Right, you'd probably need to have a mod that gives names to the outdoor cells.

I already do that with Unique Region Names Extended, but its regions don't cover every cell. It takes time to find the new doors, and then make sure they are connected to an interior. Once I've found the new door, and know which cell it is in, and that cell isn't inside an existing URN or URN Extended region. I'll add the area that cell covers to a new or existing region.

MacSplody commented 3 years ago

It might actually be better to have a cell region patcher. There are other mods like Worldspace Transition Tweaks, Beyond Skyrim, Open Cities and Cutting Room Floor (to name a few) that also add new regions to cells. Region changes to cells can be merged, the winner between regions is decided by the data a region changes and its priority.

radj307 commented 2 years ago

I'm actually working on something that does this at the moment for a personal request.

Currently everything is functional and works well, however the region records specifically are getting mangled when written out.