How to compile
need help compiling into dll file
am noob
getting error
Severity Code Description Project File Line Suppression State Details Error C1083 Cannot open include file: 'SDK.hpp': No such file or directory NetCrack-PalWorld C:\Users\Armedor\source\repos\PalWorld-NetCrack\include\Menu.hpp 3
im also getting Error (active) E0020 identifier "FSoftObjectPath" is undefined NetCrack-PalWorld C:\Users\Armedor\source\repos\PalWorld-NetCrack 1\SDK\Basic.hpp 458
I want to know too xD
getting error
Severity Code Description Project File Line Suppression State Details Error C1083 Cannot open include file: 'SDK.hpp': No such file or directory NetCrack-PalWorld C:\Users\Armedor\source\repos\PalWorld-NetCrack\include\Menu.hpp 3
I don't know, but did you extract the zip out...?
怎么运行 等待ing
编译好了 你可以用Extreme Injector (github 开源) 注入去palworld 热键是Insert
- Extract the .zip into a folder.
- Install VS Studio 2022 and install all C++ packages.
- Then, open the project solution (DX11-Base.sln).
- At the top bar, you will probably see Either Debug x64 or Release x64. Make sure it's set to Release x64.
- On the right, you will see the solution explorer. Right click on NetCrack-Palword, and press Build (NOT Build Solution). Then wait for it to finish compiling. It'll tell you at the bottom. Then, inside of the folder you extracted it into, you will see a folder called x64. The dll is inside of there.
Dayum I was doing it wrong all this time was doing Batch Build xD
i did it but only speedhack work anyone know how to fix?
As mentioned by @khristopherw 👍
Extract the .zip into a folder.
Install VS Studio 2022 and install all C++ packages.
Then, open the project solution (DX11-Base.sln).
At the top bar, you will probably see Either Debug x64 or Release x64. Make sure it's set to Release x64.
On the right, you will see the solution explorer. Right click on NetCrack-Palword, and press Build (NOT Build Solution). Then wait for it to finish compiling. It'll tell you at the bottom. Then, inside of the folder you extracted it into, you will see a folder called x64. The dll is inside of there.
@Armedorrr Note - Make sure your buildtools are set to v143 in project properties also, if you're getting SDK.hpp not found, right click project - properties - C/C++ - General - Additional Include Directories - add the Path of the project & SDK folder - Apply and compile
if you're getting /bigobj error then right click project - properties > C/C++ - Command Line - in the Additional Options field at the bottom, just add /bigobj - Apply and compile
Compile as "x64 release" seems to work best
only Speed hack can use, no idea
c1010 error, line 147 whats mean?
'ImVec2::ImVec2': no overloaded function could convert all the argument types
1> C:\Users\johnc\Downloads\PalWorld-NetCrack-master\libs\ImGui\imgui.h(271,1):
1> could be 'ImVec2::ImVec2(ImVec2 &&)'
1> C:\Users\johnc\Downloads\PalWorld-NetCrack-master\src\Menu.cpp(395,51):
1> 'ImVec2::ImVec2(ImVec2 &&)': cannot convert argument 1 from 'int' to 'ImVec2 &&'
1> C:\Users\johnc\Downloads\PalWorld-NetCrack-master\src\Menu.cpp(395,94):
1> Reason: cannot convert from 'int' to 'ImVec2'
1> C:\Users\johnc\Downloads\PalWorld-NetCrack-master\libs\ImGui\imgui.h(271,1):
1> or 'ImVec2::ImVec2(const ImVec2 &)'
1> C:\Users\johnc\Downloads\PalWorld-NetCrack-master\src\Menu.cpp(395,51):
1> 'ImVec2::ImVec2(const ImVec2 &)': cannot convert argument 1 from 'int' to 'const ImVec2 &'
1> C:\Users\johnc\Downloads\PalWorld-NetCrack-master\src\Menu.cpp(395,94):
1> Reason: cannot convert from 'int' to 'const ImVec2'
1> C:\Users\johnc\Downloads\PalWorld-NetCrack-master\src\Menu.cpp(395,51):
1> while trying to match the argument list '(int)'
1>Done building project "DX11-Base.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 12:36 PM and took 07.022 seconds ==========
why is it failiing ?