Search found 25 matches

by eddie5
02 Jun 2020, 15:04
Forum: General Modding
Topic: Welcome to the Arena v6.7
Replies: 0
Views: 7246

Welcome to the Arena v6.7

This is a replacement esp for Kalamestari_69's WttA v6.7 with all the doubled calls to MessageBox condensed ("MessageBox MessageBox" -> "MessageBox"). It was good enough to get me all the way to grand champion, maybe it'll be useful to you too.
Welcome to the Arena! v6.7.zip
(181.5 KiB) Downloaded 3877 times
by eddie5
28 May 2020, 18:01
Forum: General Modding
Topic: Fixes for Uvirith's Legacy
Replies: 50
Views: 71862

Re: Fixes for Uvirith's Legacy

> Not sure if this is open mw but I'm unable to find much telvanni mineral oil The quartermaster lady in the bloat mine is supposed to be given a restocking supply via dialogue at some point, but OpenMW doesn't allow AddItem with negative quantities. All the other places you can get it look non-repl...
by eddie5
10 May 2020, 16:38
Forum: Content Development
Topic: tes3cmd improved
Replies: 5
Views: 7678

tes3cmd improved

This is John Moonsugar's tes3cmd 0.40-PRE-RELEASE-2 from https://github.com/john-moonsugar/tes3cmd/blob/master/tes3cmd with the following hacks by me: - it will accept files with the owmaddon extension now (hopefully I got all the checks) - the clean command will accept --ignore-type and --ignore-id...
by eddie5
17 Apr 2020, 15:45
Forum: General Modding
Topic: Porting Mods
Replies: 3
Views: 2886

Re: Porting Mods

I've been using this longer than I've been using OpenMW. I noticed no change in its behavior during that time. :)
by eddie5
09 Jan 2020, 22:55
Forum: General Modding
Topic: Fixes for Uvirith's Legacy
Replies: 50
Views: 71862

Re: Fixes for Uvirith's Legacy

Something must have changed recently about saving/load the scale of objects? The bag of holding does a getscale on the parent bag to see if a game's just been loaded (or 3 game days have passed for vanilla) and wants to re-instantiate the parent container if that seems necessary. This check used to ...
by eddie5
20 Dec 2019, 06:23
Forum: General Modding
Topic: carried lights without models
Replies: 1
Views: 1934

carried lights without models

This mod's NPC companion has a light in her inventory with the model subrecord left blank: http://mw.modhistory.com/download-55-2513 In vanilla she stands there happily holding an invisible torch, but in openmw, as soon as it gets dark she gets a big yellow "!" and the error is logged: Fai...
by eddie5
11 Dec 2019, 05:58
Forum: Support
Topic: maybe #4628 again?
Replies: 2
Views: 1215

Re: maybe #4628 again?

Just saw 'should be unsigned' & figured that'd explain it. Thx.
by eddie5
10 Dec 2019, 08:01
Forum: Support
Topic: maybe #4628 again?
Replies: 2
Views: 1215

maybe #4628 again?

Player's reputation can go below 0 with modreputation (as of Dec 5 nightly), vanilla won't go negative this way (I haven't tried directly setting it to <0).
by eddie5
09 Dec 2019, 01:26
Forum: General Modding
Topic: Nathaniel's Balmora Candle Shop, Pelagiad Townhouse and Vos Apartment
Replies: 3
Views: 2813

Re: Nathaniel's Balmora Candle Shop, Pelagiad Townhouse and Vos Apartment

This looks really messed up to me from just looking at the code. I looked at the candle shop only, but... Activate is funky, I don't fully understand how it works TBH: whatever you use it on needs to check OnActivate, but that part of the script usually calls activate itself without an infinite loop...
by eddie5
27 Nov 2019, 00:48
Forum: General Modding
Topic: Issues with Emma's Laura Craft companion
Replies: 1
Views: 2179

Re: Issues with Emma's Laura Craft companion

The one thing I did to get her to work - and she *IS* working fine for me as I type - was to rename her script from 11AA_LauraScript7.5 to 11AA_LauraScript7_5 (decimal point to underscore - and make sure her NPC record points at the new name of course). It's my understanding this should no longer be...