2026-04-12T04:34:11 I'm having trouble getting the Total Overhaul modlist to run at a decent framerate. It's pretty good indoors, but in cities it drops to 20-25 FPS, and it seems to be worst in areas with heavy groundcover, where it can go as low as 10 FPS. My laptop is a Framework 13, AMD Ryzen 7040 (integrated GPU) with 32GB RAM running Debian Linux. Should that be good enough to run this modlist at a consistent 30 FPS? If so, what should I do 2026-04-12T04:34:12 to increase the framerate? (So far I've tried using gamemode, the physics async threads setting, and the environment variable that the MOMW website suggests for AMD GPUs, but they've not noticeably improved framerate.) If not, which of the modlists would be best for a lightweight gameplay and (to a lesser extent) graphics overhaul? I'm guessing Morrowind Starter Pack 2026-04-12T05:58:55 You want at least 10gb vram. I'd recommend trying expanded vanilla first which has a far lower vram requirement. But Morrowind starter pack is great to build off of as well. 2026-04-12T14:51:52 roht 2026-04-12T15:05:09 Expanded Vanilla definitely runs better, still usually hangs around 25 FPS and occasionally drops lower but it doesn't feel choppy all the time like the total overhaul did. Another question: in both Expanded Vanilla and the Total Overhaul I decided to play the Mages Guild questline, got up to the Stolen Reports quest, but Ajira's reports aren't where there normally are and I can't seem to find them. Is this a bug or did a mod 2026-04-12T15:05:09 change that quest? 2026-04-12T15:35:06 they are randomized in the mages guild 2026-04-12T15:46:01 oh yep, found one 2026-04-12T18:22:08 I have a question! So, I've been storing data in json, but I just realized that this needs to be edited and mantained by hand, so, should I switch to toml? 2026-04-12T18:22:36 There should still be no issues when querying the data itself with toml, as python supports it 2026-04-12T18:22:43 <.gonzo.> json is just as well, although it has some annoyances imo 2026-04-12T18:22:55 <.gonzo.> oh yeah i don't know about python parsing support 2026-04-12T18:22:57 <.gonzo.> but it's gotta be there 2026-04-12T18:23:00 <.gonzo.> json is common as dirt 2026-04-12T18:23:46 I'll test out if toml causes any problems If it doesn't, I'll switch to it for the better readability 2026-04-12T18:23:50 <.gonzo.> actually i know it works because umo uses python 2026-04-12T18:24:44 <.gonzo.> yeah i think toml is a lot more readable, and it's easier to maintain just by virtue of it being less picky about syntax 2026-04-12T18:24:54 <.gonzo.> you can't have trailing commas in json for example, but toml doesn't care at all 2026-04-12T18:25:32 <.gonzo.> it has its own set of annoyances, but there's less of them i think 2026-04-12T18:26:02 Yeah I agree 2026-04-12T18:26:45 <.gonzo.> yaml is another option, but that one is really picky about spaces in an annoying way lol 2026-04-12T19:33:54 Okay so 2026-04-12T19:33:58 It's. Definitely a lot uglier 2026-04-12T19:35:26 https://cdn.discordapp.com/attachments/995021436924203199/1492971424837796152/starwind-immersive-bings-races.json?ex=69dd457d&is=69dbf3fd&hm=86b7db6f63cae4a92d2a477b1b2fe642739f8e17f41e9d77b44768a6f19c375b& 2026-04-12T19:35:27 https://cdn.discordapp.com/attachments/995021436924203199/1492971425487786138/starwind-immersive-bings-races.toml?ex=69dd457d&is=69dbf3fd&hm=301fab83ced75382dec8de506fb1960d28091918d32f7596e6f58e48c8aa20a2& 2026-04-12T19:35:51 It should be easier to edit by hand though 2026-04-12T19:36:24 Unsure 2026-04-12T22:03:56 @.gonzo. Any thoughts? (Is it okay if I ping you? If not, sorry, I won't do it again) 2026-04-12T22:11:12 Imperial Guards with a voiced greeting like "I see you favour a little crime... perhaps I should let the authorities know." begs for a consistency fix (only non-guards should be allowed to say this). Is it a Vanilla line or mod-enabled?