Andrettin / Wyrmsun

Strategy game based on history, mythology and fiction
http://andrettin.github.io/
GNU General Public License v2.0
307 stars 48 forks source link

Add possibility to "uncomplete" quests #51

Closed KroArtem closed 5 years ago

KroArtem commented 8 years ago

Currently there is no way to start completing new quests from scratch, if I'm not mistaken.

Andrettin commented 8 years ago

That is true. But why do you want to do that? You can still replay quests after finishing them.

KroArtem commented 8 years ago

Why not? When I have all technology points I've got some temptation to use it and be more powerful than if I was completing it from scratch. This makes quests' completion not so challenging.

Andrettin commented 8 years ago

I see what you mean, but some players might accidentally reset their quests completed if that was available, which could be very frustrating.

akien-mga commented 8 years ago

A possibility would be to do as in similar strategy games with campaign scenarios: the progress is saved at the end of each quest and not overridden by newer quests, so your progress at the end of quest N will always determine how you start quest N+1 (even if you already completed all quests of the game). Then if you redo N and finish it, the saved state is overridden and it will also impact how you start next time you redo N+1.

KroArtem commented 8 years ago

Well, I still think such an option should be available (probably it shouldn't be that obvious and eye-catching).

KroArtem commented 5 years ago

Closing this issue as of https://github.com/Andrettin/Wyrmsun/issues/21#issuecomment-504457419