Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BP Mod loader cannot load symlinked file mods #714

Open
Mythical-Github opened this issue Dec 12, 2024 · 0 comments
Open

BP Mod loader cannot load symlinked file mods #714

Mythical-Github opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement Feature request, or bug needing a fix

Comments

@Mythical-Github
Copy link

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

@Mythical-Github Mythical-Github changed the title [BUG - Release] BP Mod loader cannot load symlinked file mods Dec 12, 2024
@UE4SS UE4SS added the enhancement Feature request, or bug needing a fix label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request, or bug needing a fix
Projects
None yet
Development

No branches or pull requests

2 participants