Hey Jimpanzee,
[...]
The last 2 I'll flag as bugs we'll fix for a future patch, this behaviour is definitely not intended.
Sincerely,
Kevin
Hi Kevin,
thanks for the fast response. I have investigated the read-only bug a little further and at first I thought it only happens if I confirm the level creation with return instead of using the button, which would be weird. But that seems not to be the case.
It seems to be the level name. If I name the level for example "Level_02" (without the quotation marks) it is always read-only. The same is true for "Level_01", "Level_03" and probably 04 etc. (only tried up until Level_03).
Steps to reproduce:
- create a new project (adventure type) which loads data from the story and targets story. Click create button.
- create a new level (empty), name it Level_02 and press return (or use the button) to confirm.
- after the level is loaded you should get the read-only message I linked in the first post.
EDIT: regarding the directories not showing the read-only flag in the windows browser: that's because I looked in the wrong folder. Ooops.

If I look at the files in the correct directory there is indeed a read-only (write protected) flag set.
So only the first problem (levels are created as read-only if they are named Level_02 etc.) is realy a problem.

Hope that helps in tracking the problem down.