The following branch no longer lets me create a succesful build of my game ImperialCirclesThematic:
https://github.com/MonikaBarget/StoryScript/tree/imperialcircles_thematic
As you can see, I have made sure again that the branch matches your master, excepting my game folder:
Most commits I made to day related to:
a) Getting your 46 commits that I was still missing.
b) Installing the missing packages like ffmpeg.
c) Adding a lot of new locations files.
d) Adding new features, initially using German umlaut.
e) Removing German umlaut from all features.
I have no vue or TS errors in the backend but get the following error in the browser:
Uncaught TypeError: Cannot read properties of null (reading '0')
at processVisualFeatures (EntityCreatorFunctions.ts:412:89)
at parseDescriptionData (EntityCreatorFunctions.ts:377:9)
at EntityCreatorFunctions.ts:135:13
at Array.forEach (<anonymous>)
at EntityCreatorFunctions.ts:121:25
at Array.forEach (<anonymous>)
at buildEntities (EntityCreatorFunctions.ts:120:20)
at Run (run.ts:21:36)
at run.ts:5:1
Inspection we did earlier showed that the build breaks because visual features are expected although the world is set to "text" in the "rules.ts" file:

The following branch no longer lets me create a succesful build of my game ImperialCirclesThematic:
https://github.com/MonikaBarget/StoryScript/tree/imperialcircles_thematic
As you can see, I have made sure again that the branch matches your master, excepting my game folder:
Most commits I made to day related to:
a) Getting your 46 commits that I was still missing.
b) Installing the missing packages like ffmpeg.
c) Adding a lot of new locations files.
d) Adding new features, initially using German umlaut.
e) Removing German umlaut from all features.
I have no vue or TS errors in the backend but get the following error in the browser:
Inspection we did earlier showed that the build breaks because visual features are expected although the world is set to "text" in the "rules.ts" file: