Search found 33 matches

by EvilEye
31 Jan 2021, 11:19
Forum: Content Development
Topic: Quick Scripting Question
Replies: 7
Views: 7139

Re: Quick Scripting Question

2. What you did will simply teach the player the spell. If you want the effect applied to the player you can force the player to drink a potion: player->equip p_almsivi_intervention_s 3. A while loop will just freeze your game till it ends. player->OnDeath would be the usual way of checking if an ac...
by EvilEye
05 Jan 2021, 17:42
Forum: Editor Development
Topic: Dialogue editing (Topic, Journal, Topic Info, Journal Info)
Replies: 6
Views: 10194

Re: Dialogue editing (Topic, Journal, Topic Info, Journal Info)

I wonder if record filters would be useful for exactly this purpose? The point is that we have record filters implemented already, but there's no such thing as easy basic search. https://openmw.readthedocs.io/en/stable/manuals/openmw-cs/record-filters.html They're probably a decent fit for the (alm...
by EvilEye
03 Jan 2021, 21:04
Forum: Editor Development
Topic: Dialogue editing (Topic, Journal, Topic Info, Journal Info)
Replies: 6
Views: 10194

Re: Dialogue editing (Topic, Journal, Topic Info, Journal Info)

Just built it and the first thing that stood out to me is that the most important column (Response) is last. Untitled.jpg In a lot of quests it'll be the only column that allows for easy identification due to most of the other columns being the same. I also noticed that it's "possible" to ...
by EvilEye
02 Nov 2020, 18:04
Forum: General
Topic: Commanding Humanoids
Replies: 1
Views: 2570

Re: Commanding Humanoids

Abelle Chriditte is a Breton and therefore has 50% magic resistance. Pair that with her base fight of 30 and even a 100pt frenzy spell isn't particularly likely to get her to attack you. Taunting her works fine for me. The items sold by Thongar are not on his person, they're in the containers in his...
by EvilEye
08 Oct 2020, 14:53
Forum: Support
Topic: New to Open MW
Replies: 9
Views: 4478

Re: New to Open MW

The issue causing this problem is https://gitlab.com/OpenMW/openmw/-/issues/4289
by EvilEye
07 Oct 2020, 10:37
Forum: Support
Topic: MonthsToRespawn
Replies: 5
Views: 3291

Re: MonthsToRespawn

I'm afraid you'll have to wait another 3 months (unless the issue gets fixed)
by EvilEye
06 Oct 2020, 16:07
Forum: Support
Topic: MonthsToRespawn
Replies: 5
Views: 3291

Re: MonthsToRespawn

The global doesn't appear to be implemented like you say, but organic containers do respawn in 0.46. I just tested it by setting the timescale to 30000 or so and waiting around a bit.

Edit: https://gitlab.com/OpenMW/openmw/-/issues/5629
by EvilEye
29 May 2020, 15:54
Forum: Feature Requests and Suggestions
Topic: Improved File Format for omwaddon files
Replies: 25
Views: 15511

Re: Improved File Format for omwaddon files

That's also more or less what I had in mind, unless I'm misunderstanding anything. You're not misunderstanding anything. I think the coincidence is amusing though. and the only reason for such exact reproductions would be for validating the translation tool. Which I like the sound of, but I'll admi...
by EvilEye
20 May 2020, 15:53
Forum: Feature Requests and Suggestions
Topic: Improved File Format for omwaddon files
Replies: 25
Views: 15511

Re: Improved File Format for omwaddon files

Almost every time I do a bit of modding I think it'd be nice to be able to use git to create the ESP. And in the context of TR and PT, I'd like claims to be mergeable using PRs/MRs. Now I only did a bit of thinking and never implemented anything, but these were the steps/features I had in mind. Crea...
by EvilEye
11 May 2020, 18:33
Forum: Organisation and Planning
Topic: OpenMW 0.46.0
Replies: 213
Views: 192517

Re: OpenMW 0.46.0

psi29a wrote: 11 May 2020, 17:39Why? Does it fix anything or add a feature that would be used by 0.46?
Specifically by 0.46, no. But it includes my fix for #2648 and that's something that I've wanted for a while now.