-
Notifications
You must be signed in to change notification settings - Fork 187
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
[BUG - Release] All BluePrint Mod do not work #679
Labels
blueprint mod
Related to Blueprint modding
Comments
Delete Pal-WindowsServer.pak and withdraw it, the UE4SS can load the mods but still with some errors like
. Idk the reason |
It maybe have some connections with #645 |
longsizhuo
changed the title
[BUG - Release] pairs(LogicModsDir) is NULL
[BUG - Release] All BluePrint Mod do not work
Oct 4, 2024
RE-install all files include dedicated server, it can find mods now, but still not work
|
是悟空吗? |
Nope, it's palworld |
Try latest experimental version of UE4SS https://github.com/UE4SS-RE/RE-UE4SS/releases/tag/experimental |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Branch or Release
The Tag for the Release you are using, or the commit you used if you built from source yourself.
Game and Engine Version
Game where the bug occurred, and the UE engine version of the game.
[0.3.9] Palworld [3.0.1] UE4SS
Describe the bug
Any BP mods didn't run, so I add many debug prints in the BPModLoaderMod/Scripts/main.lua. I find
pairs(LogicModsDir)
is empty and it did not run in the for loop ofMods directory
A zip of your Mods folder if you've installed any mods that don't come with UE4SS by default
the zip file of Mods have 1.2 GB, I cannot upload it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should print all the .paks and run the Mods.
Screenshots, UE4SS Log, and .dmp file
Desktop (please complete the following information):
Additional context
What I changed in BPModLoaderMod/Scripts/main.lua
The text was updated successfully, but these errors were encountered: