heinermann / ValheimExportHelper

AssetRipper plugin to make it easy to export Valheim to a Unity project.
GNU General Public License v3.0
15 stars 3 forks source link

Alternative to renaming project #17

Closed heinermann closed 2 years ago

heinermann commented 2 years ago

Renaming the project might cause conflicts with future versions of AssetRipper, it's not "safe" to do. AssetRipper still does stuff after our postexport functions get called so the better option is to create a symlink.

The problem is the built in functions for creating symlinks do not work, and we need some kind of library such as https://github.com/huffSamuel/SymLinker .

heinermann commented 2 years ago

Some claim that it might be a permissions issue and the user doesn't have access to create symlinks, apparently.

heinermann commented 2 years ago

The PostExport hook for this now happens much later and I've re-enabled the renaming in 97b24b722d69b2361adad670b617feb038fc6f10