localcc / PalworldModdingKit

A modding kit for Palworld
291 stars 66 forks source link

"Missing UnrealGame binary" error #17

Closed JunyDeveloper closed 5 months ago

JunyDeveloper commented 5 months ago

Hello. I got this error when packaging my project and wondering if ya'll know what's going on.

Missing UnrealGame binary.
You may have to build the UE project with your IDE. Alternatively, build using UnrealBuildTool with the commandline:
UnrealGame <Platform> <Configuration>

One thing I notice was this in the logs: [2024.01.27-06.52.24:907][ 76]UATHelper: Packaging (Windows): ERROR: Stage Failed. Missing receipt 'C:\Users\*****\Downloads\PalworldModdingKit-main\PalworldModdingKit-main\Binaries\Win64\PalGame.target'. Check that this target has been built.

Pal.log

localcc commented 5 months ago

Try right clicking the uproject, generate visual studio Files, open the generated sln in vs2022 and compile in DevelopmentEditor configuration

JunyDeveloper commented 5 months ago

Thank you that worked!