Page 10 of 18

Re: Quest Editor

Posted: Mon Apr 01, 2019 4:11 pm
by TheLacus
Version 0.9.0 is available. These are the main improvements:

Completion proposals have been improved and now give suggestions based on the location within the quest file.
For example when you type in the QRC block all symbol variations are suggested instead of only the base one.

Image

Quick fixes provider is now powered by an open source script to measure string similarity.

Image

Image

Added some refactoring actions:

Image

Also added many small improvements, among which a prompts that allows to select the Tables folder via os file explorer UI, and automatically write to settings.

Image

This is the complete changelog and here's the download.

Re: Quest Editor

Posted: Mon Apr 01, 2019 4:24 pm
by Jay_H
Downloaded! :) I'm very grateful for this editor and your work to improve it. I hope others who've expressed interest in writing quests will also start to use it. It's really easy to get started!

Re: Quest Editor

Posted: Mon Apr 01, 2019 7:09 pm
by TheLacus
Thank you Jay, I appreciate your words :)

Re: Quest Editor

Posted: Thu Apr 18, 2019 1:55 am
by Jay_H
An expression executes properly in DFU but the editor doesn't recognize it:

[code]give pc _reward1_ and _reward2_ and _reward3_[/code]

Source quest is Q0C10Y00.


I need to test this further. It isn't working properly right now.

Re: Quest Editor

Posted: Fri Jun 07, 2019 1:49 pm
by TheLacus
Jay_H wrote: Thu Apr 18, 2019 1:55 am An expression executes properly in DFU but the editor doesn't recognize it:

[code]give pc _reward1_ and _reward2_ and _reward3_[/code]

Source quest is Q0C10Y00.


I need to test this further. It isn't working properly right now.
I believe Daggerfall Unity parses it as give pc _reward1_ and ignores what comes after. I can't find this syntax in Tipton' documentation so it's probably an issue with the quest.

Re: Quest Editor

Posted: Fri Jun 07, 2019 2:23 pm
by Jay_H
On the witch quest that uses it, q0c10y00, it worked in testing but in my own custom quest it didn't. Until I can test it more I can't say anything conclusive.

Re: Quest Editor

Posted: Fri Jun 07, 2019 2:51 pm
by Hazelnut
DFU implementation of give pc doesn't handle multiple rewards. This may be either a gap from classic or a quest that never worked.

Re: Quest Editor

Posted: Mon Jun 17, 2019 9:08 pm
by TheLacus
Hey Jay can you rename JHTP0??.txt to not include question marks? I tried to update my local clone of your repository to test upcoming version of editor, but failed because this is an invalid character on windows.

Re: Quest Editor

Posted: Mon Jun 17, 2019 11:23 pm
by Jay_H
Done.

Re: Quest Editor

Posted: Tue Jun 18, 2019 9:39 am
by TheLacus
Jay_H wrote: Mon Jun 17, 2019 11:23 pmDone.
Thanks :)