Open nsrosenqvist opened 7 years ago
This is weird because moving should be enough. The first step XnaToFna does is copy everything from the orig
backup directory back into the game directory.
For now, I'll update mod.sh to copy to the orig folder instead. I'll check the issue in XnaToFna as soon as I get back home.
XnaToFna errors when the directory Content can't be found (since it's now in orig). Don't know enough about it to tell if a step happens in the wrong order or something
In the beginning of mod.sh the original Content folder gets moved to orig as well as DuckGame.exe. This will cause the script to fail because later when the exe is being patched it first complains that Content can't be found and then later we end up with an empty DuckGame.exe (0 bytes). Copying the folder rather than moving it should fix this.