21 lines
928 B
Markdown
21 lines
928 B
Markdown
|
# Morrowind May Modathon 2025 - Daedric Merchant
|
||
|
|
||
|
You find in your travels an interesting item, which when activated summons to
|
||
|
you a Daedric merchant! Beyond the obvious convenience, this creature offers
|
||
|
insights and rewards, if you have the coin, of course!
|
||
|
|
||
|
## Development
|
||
|
|
||
|
See DESIGN.md for details on the mod content.
|
||
|
|
||
|
Development is done on a Linux machine. I'm unfamiliar with using Windows or
|
||
|
MacOS, so the following information may not be applicable or useful.
|
||
|
|
||
|
Using the OpenMW Construction Set AppImage, as provided by the awesome "Modding
|
||
|
OpenMW" site: [AppImages](https://modding-openmw.com/mods/openmw-appimage/)
|
||
|
|
||
|
OpenMW does allow for multiple different instances, and the most reliable way
|
||
|
I've been shown for doing this is by editing the `XDG_CONFIG_HOME` environment
|
||
|
variable when launching the AppImages. This can be done "in-line", or integrated
|
||
|
into the program or configuration for launching the AppImage.
|