Visual Quest Editor

For all talk about quest development - creation, testing, and quest system.
User avatar
JorisVanEijden
Posts: 114
Joined: Mon Aug 12, 2019 5:02 pm

Re: Visual Quest Editor

Post by JorisVanEijden »

The way I'm approaching this ties the nodes to the internal quest format directly.
See the quest data jason in your save game to get an idea what's in there.
With some effort it would be possible to generate Template from that later.

Grouping nodes has no official xnode implementation yet but there are some options.

It's a lot of fun to play with so I'm going to continue this for a while. I'll try to commit progress periodically to the branch in my github fork: https://github.com/stellargames/daggerf ... est-editor

User avatar
BadLuckBurt
Posts: 948
Joined: Sun Nov 05, 2017 8:30 pm

Re: Visual Quest Editor

Post by BadLuckBurt »

If DFU ends up going the route of the original Doom engine and OpenMW where it is used to create entirely original games, it would definitely be invaluable. I think it would also be a great tool to have for DFU itself but I'm not sure if the amount of time required to build and maintain it is worth it at this point. I guess that's a decision that only you can make as the developer.

In any case, it's looking great and even if you decide to halt development, seeing that it can be done is encouraging
DFU on UESP: https://en.uesp.net/w/index.php?title=T ... fall_Unity
DFU Nexus Mods: https://www.nexusmods.com/daggerfallunity
My github repositories with mostly DFU related stuff: https://github.com/BadLuckBurt

.

User avatar
haloterm
Posts: 391
Joined: Sat Feb 16, 2019 5:21 am

Re: Visual Quest Editor

Post by haloterm »

Jay_H wrote: Mon Oct 07, 2019 7:56 pm A big question behind this, I think, is if it motivates anyone to begin/continue writing quests. That'll be a good determinant to continue working or not.
It would certainly motivate me. I know how to program just with source code, but visual tools are always helpful.

User avatar
JorisVanEijden
Posts: 114
Joined: Mon Aug 12, 2019 5:02 pm

Re: Visual Quest Editor

Post by JorisVanEijden »

Work-in-progress sneak preview of early work on visual quest editor.
wip-preview.gif
wip-preview.gif (1.21 MiB) Viewed 2549 times

User avatar
Ralzar
Posts: 2211
Joined: Mon Oct 07, 2019 4:11 pm
Location: Norway

Re: Visual Quest Editor

Post by Ralzar »

Wow, personally I can totally see myself using this to make quests. I use similar tools at work.

Dalebvr
Posts: 44
Joined: Wed May 22, 2019 9:52 pm

Re: Visual Quest Editor

Post by Dalebvr »

Looking good so far!

User avatar
Interkarma
Posts: 7245
Joined: Sun Mar 22, 2015 1:51 am

Re: Visual Quest Editor

Post by Interkarma »

This looks great! Love the work you've done so far. :)

User avatar
JorisVanEijden
Posts: 114
Joined: Mon Aug 12, 2019 5:02 pm

Re: Visual Quest Editor

Post by JorisVanEijden »

Even if it never gets merged or released it's a lot of fun to do. And a great learning experience.

I just implemented a message editor:
MessageEditor.png
MessageEditor.png (80.72 KiB) Viewed 2469 times

Including a todo if anyone feels like helping out: https://github.com/stellargames/daggerf ... r/TODO.txt

Post Reply