I'm facing a big issue with the merge feature of the creation kit version control system.
We are multiple people working on the same mod and we have one person responsible for merging our work from time to time into our esm.
I provide quests, including dialogue topicInfo scripts, which I prefix in order to avoid messing up the user's script folder when installing.
So I have files like
which I provide along with my esp to the person in charge of merging, so that he merges the esp and add the new master and my scripts to the next release.
Now, since we've had some issues with the latest release, I'm trying to do the merge myself locally to try and debug our process.
So, I follow the tutorial http://www.creationkit.com/Version_control and I'm all setup, everything works perfectly.
There's only one issue, but it's pretty much what messed all our work : the TopicInfo fragment scripts get renamed when merging !
and we're once again in a situation where we could mess up with the user folder... Furthermore, if we don't provide TIF__0100999E.pex/psc, obviously the topic info is broken because the script code cannot load.
In the Version Control there's a Papyrus Scripts table but that is disabled (because it seems to need perforce, which is oviously not released with the CK), so maybe that's the culprit.
I've tried and look all over the internet for a solution but can't find anything, anyone knows about a workaround ?
I would really like to avoid having the person doing the merge rename all the topic info fragments, since there are a large number of them in every merge (ant the merge-master doesn't know about the details of all the things he merges).
thanks in advance for your help !