You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Branch or Release
Tested on latest exp and latest main
Game and Engine Version
I've tested on a few games, mainly Mythforce and Roboquest
5.1 iostore, with sigs and 4.26 iostore without sigs respectively
Describe the bug
symlinked LogicMod files, such as utoc, ucas, and pak, do not load if the files themselves are symlinked.
Directories work fine
Mods directory
below is a zip with the mod files within that were used for Mythforce, it is a press 0 to print info mod
To Reproduce
to reproduce just symlink the mod files, to the LogicMods directory
Expected behavior
should load just fine if using symlinked dirs and or files LogicMods.zip
Screenshots, UE4SS Log, and .dmp file
it seems to be related to
AssetRegistryHelpers:GetAsset(AssetData)
the reg is valid, but the modclass is not after calling this
changing the symlinks, to normal files, fixes this right away
Desktop (please complete the following information):
windows 10
The text was updated successfully, but these errors were encountered:
Mythical-Github
changed the title
[BUG - Release]
BP Mod loader cannot load symlinked file mods
Dec 12, 2024
Branch or Release
Tested on latest exp and latest main
Game and Engine Version
I've tested on a few games, mainly Mythforce and Roboquest
5.1 iostore, with sigs and 4.26 iostore without sigs respectively
Describe the bug
symlinked LogicMod files, such as utoc, ucas, and pak, do not load if the files themselves are symlinked.
Directories work fine
Mods directory
below is a zip with the mod files within that were used for Mythforce, it is a press 0 to print info mod
To Reproduce
to reproduce just symlink the mod files, to the LogicMods directory
Expected behavior
should load just fine if using symlinked dirs and or files
LogicMods.zip
Screenshots, UE4SS Log, and .dmp file
it seems to be related to
AssetRegistryHelpers:GetAsset(AssetData)
the reg is valid, but the modclass is not after calling this
changing the symlinks, to normal files, fixes this right away
Desktop (please complete the following information):
windows 10
The text was updated successfully, but these errors were encountered: