Search found 179 matches

by Loriel
20 May 2017, 07:08
Forum: Content Development
Topic: Alternate Travel Mod *WIP*
Replies: 5
Views: 5586

Re: Better Travel Mod *WIP*

Looks as if it requires the "Seige at Firemoth" expansion, which I don't currently have installed.

Loriel
by Loriel
27 Apr 2017, 13:06
Forum: General Modding
Topic: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)
Replies: 41
Views: 33735

Re: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)

WWOL main quest completes with no noticeable problems (using OpenMW 0.42 RC) However, Constance has just thrown up another problem - failing to compile dialog. Specifically error/rejection of Addtopic -spells... Apparently refusing to accept the "-" Workaround - quote the name to add, thus...
by Loriel
19 Apr 2017, 06:58
Forum: Organisation and Planning
Topic: OpenMW 0.42.0
Replies: 306
Views: 170865

Re: OpenMW 0.42.0

Changelog is almost done, need help with: Bug #3816: Expression parser thinks the -> token is unexpected when a given explicit refID clashes with a journal ID Where a journal ID and an object ID are the same, the expression parser expanded any reference to the object into a reference to the journal...
by Loriel
13 Apr 2017, 19:03
Forum: General Modding
Topic: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)
Replies: 41
Views: 33735

Re: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)

So it did work?! Yes, yes, yes!! I'm really so glad that it did, and that I at least remembered that much about what we did in the script. If it is fine also with Beryl and Hurd, and no other problem arises because of this removed line, all Grumpy-based companions might be working. And Laura alread...
by Loriel
13 Apr 2017, 07:47
Forum: General Modding
Topic: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)
Replies: 41
Views: 33735

Re: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)

Constance I mentioned on the previous page that I think this part of the script might be the culprit for why Constance et al are attacking: if ( soundPlayed == 1 ) set noSay to 1 StartCombat aa_comp_constance set noSay to 0 ; messagebox "Working" set soundPlayed to 0 set combatCheck to 0 ...
by Loriel
13 Apr 2017, 02:45
Forum: General Modding
Topic: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)
Replies: 41
Views: 33735

Re: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)

Cats
Brief testing.
The cats are being created, with no errors, but are falling through the floor.

Try "1em_cat4 -> getpos z" which gives a value of about -7700
Then "1em_cat4 -> setpos z -500" which places it at floor level, until it falls through again.

Loriel
by Loriel
08 Apr 2017, 12:51
Forum: General Modding
Topic: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)
Replies: 41
Views: 33735

Re: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)

Pack Donkeys I can't reproduce the reported problem with Emma/Grumpy's Pack Donkeys, either with OpenMW 0.41 or with the latest nightly. Purchasing, summoning (using the packdonkey ring) and giving direct commands (ie changing follow status) all work with no apparent problem. One unfortunate side-e...
by Loriel
07 Apr 2017, 00:26
Forum: General Modding
Topic: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)
Replies: 41
Views: 33735

Re: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)

Further testing notes: I was able to use Ingred from Domehome, to an extent, but after most every combat she goes into "fighting nothing" mode. E.g., will fire all her arrows, hundreds of them, at an invisible enemy in the ground. Doing a Calm Humanoid on her, then dialoguing with her scr...
by Loriel
05 Apr 2017, 11:42
Forum: General Modding
Topic: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)
Replies: 41
Views: 33735

Re: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)

The part with a journal name clashing with an ID for Laurenna sounds like a realistic reason for the problems, and I would guess something similar is happening with Laura Craft. Mostly yes - the latest daily build fixes the Laura problems too, except the script 11AA_LauraScript7.5 where the "....
by Loriel
04 Apr 2017, 09:43
Forum: General Modding
Topic: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)
Replies: 41
Views: 33735

Re: Emma/Grumpy MW companions (Wolf, Beryl, Hurd)

Thanks MiroslavR, your PR was merged in: https://github.com/OpenMW/openmw/pull/1249 This should help. :) Latest daily build removes all those script errors - many thanks :) Various if/endif mismatch warnings remain - I think they can be ignored. Remaining errors from the mod: Numerous empty name / ...