MOMW Show Episode 7 - Modding-OpenMW.com website updates, mod creation, and more!
HTML-код
- Опубликовано: 17 ноя 2024
- In today's stream we looked at some exciting new developments for the Modding-OpenMW.com website workflow as well as a few tricky bugs in mods that I've written.
I went over the new Automatic Installation workflow that features new tooling to make the whole mod list install/setup process much much easier.
After that I talked about race conditions and demonstrated how they affected two of my mods.
We also took a look at the new "Hit & Miss Indicators" mod which as the name suggests adds a really nice UI for hits and misses in combat.
We ended the stream by adding a relatively simple fix to the MOMW Configurator.
set list: [7/8] [87%]
[X] Sound check!
pavucontrol recording: =Mic/Aux from= is the Lewitt/Focusrite
Input device @ 75% in pavucontrol
[X] Episode 7 "The MOMW Show"!!
My intention is to resume a weekly stream pattern
[X] 6.10.0: "The umo update" featuring the Automatic Installation guide
umo for downloading mods and extracting + preparing files
Delete files if needed
Clean plugins if needed
Execute other =tes3cmd= commands as needed
MOMW Configurator for setting up =openmw.cfg= and =settings.cfg= exactly as you need them for a given mod list
It also runs tooling such as Delta Plugin with the proper handling
Comment out/disable plugins as needed
[X] Distant Fixes: Lua Edition race condition bug
Only seems to manifest with setups that include a large number of Lua mods (e.g., Total Overhaul)
[X] Bound Balance race condition bug
Working in =onUpdate= is too nasty; need a better, event-driven approach
[ ] Modding-OpenMW.com "wip" lists
Enable us to develop large mod list updates alongside "stable" list updates
In the past we did this in a branch which resulted in some nasty merge conflicts
"wip" lists would not be included in various website information such as
All mod lists page
What lists a mod is used in
Anything else?!
[X] MOMW Configurator: don't tell people to use =--verbose= when they already are
[X] Hit & Miss Indicators
gitlab.com/Mor...