loot / morrowind

The Morrowind masterlist.
Creative Commons Zero v1.0 Universal
9 stars 5 forks source link

Add OAABData #48

Closed IllusiveMan196 closed 2 years ago

sibir-ine commented 2 years ago

Are you just adding the URL? We don't really add entries with just URLs. Is there any other data you could add for the plugin? Also, that extra newline at the end isn't necessary.

IllusiveMan196 commented 2 years ago

Adding this to reference for other mods (required masterfile, sort after...) newline is accidental. Next commits are a bit larger

sibir-ine commented 2 years ago

You can just link to it in relevant commit messages so other contributors know which mod you're referring to. I do that often.

MacSplody commented 2 years ago

They do have this in the MLOX list.

[ORDER]
OAAB_Data.esm
Wares-base.esm
Wares-*.esp
F&F_*.esp

You could place OAAB_Data.esm in the early loader group.

IllusiveMan196 commented 2 years ago

So then it would be like this?

MacSplody commented 2 years ago

So then it would be like this?

  - name: 'OAAB_Data.esm'
    url: [ 'https://www.nexusmods.com/morrowind/mods/49042/' ]
    group: *earlyLoadersGroup

Yes, that would be fine.

IllusiveMan196 commented 2 years ago

Add Tamriel_Data as separate PR?

sibir-ine commented 2 years ago

Add Tamriel_Data as separate PR?

Yes.

MacSplody commented 2 years ago

@IllusiveMan196 Thanks.