Structure arcs #9
Replies: 4 comments 6 replies
-
What I do is export the table as a spreadsheet, and replace relationship symbols with a short comment saying how this scene contributes to the arc (so this is more a scene-centric view than the arc-centric view exposed above). The saved spreadsheet is then updated as the project develops. At the end we can see the arcs unfolding (in columns), their respective chronology, and overlap points (important scenes). It doesn't look easy to get that from the program itself, except perhaps as a plugin. I thought of putting those relationship comments in the Notes, but unless I'm mistaken they are not exported.
No option or one option? |
Beta Was this translation helpful? Give feedback.
-
In the meantime I released novelyst v4.3.0, where the story arcs are no longer described with scenes but with chapters, so that the included scenes can be used for the steps. However, linking such steps with normal scenes is currently not yet possible. A very generic example: |
Beta Was this translation helpful? Give feedback.
-
The concept of story arc subelementsA specification is now needed to choose the right implementation. To simplify the description, I shall name the story arc sub-elements "Points". The concept is as follows: Mapping to the yWriter model
Associating Scenes with arcs and points
This is how it looks in UML notation: Change type
Delete/rename
Move points
|
Beta Was this translation helpful? Give feedback.
-
The state of the art on january 13, 2023Now, the test version v4.4.2 is inofficially available. "Arc points" are implemented. For associating with points, scenes can be picked from the tree. In abstract terms, arcs allow to arrange scenes in parallel structures that differ from the usual chapter structure. For this purpose, the possibility was created to link scenes with each other, depending on their type and their position in the project tree. However, because both can be changed by the user at any time, each corresponding user action triggers checking and correction routines that ensure compliance with the boundary conditions. In order to test the stability of the program and to verify the practicability of the concept, the whole thing is now going into a test phase in which I want to work with the 4.4.x versions for a while and gain experience. The development progress can be tracked here. The releases with the new features are not yet offered on the download page, but are part of a developer branch. There they are accessible to everyone in the Dist directory. However, I strongly advise against using these developer versions for serious work as the file format is subject to change, and files generated with the test versions might be incompatible with the final release. As far as arcs and points are concerned, the program handling is still a bit primitive, at least not the way I want it to be in the end. However, I can only implement the desired operating concept when the implementation of the data structures is final. |
Beta Was this translation helpful? Give feedback.
-
Currently (v4.2.5), you can describe an arc by creating a "Todo" scene, assigning it to the corresponding arc. Then the number of normal scenes assigned to this arc is shown in the "Todo" scene's properties in the right pane. This is optional; you don't have to create a "Todo" scene in order to assign arcs to normal scenes.
It would be nice to break down arcs into several steps that can be connected with scenes. To realize this within the limitations of the .yw7 file format, the following is suggested:
Beta Was this translation helpful? Give feedback.
All reactions