Thalassicus
Bytes and Nibblers
- Create a folder in a ModBuddy project.
- Create a file in that folder.
- Create an UpdateDatabase line for the file in the Actions tab.
- Rename the folder that file is in.
- The ModActions and Content sections of the file use / forward slashes.
- The "Folder Include" sections of the civ5proj project file uses \ backslashes.
Here's a simple workaround until the bug is fixed:
- Open the *.civ5proj file in a text editor.
- Select the ModActions and Content sections.
- Find-replace all \ with /. The only backslashes will be these erroneous entries.
- Save the file.
- Rebuild the project.