PalWorld-NetCrack icon indicating copy to clipboard operation
PalWorld-NetCrack copied to clipboard

How to compile

Open Armedorrr opened this issue 2 years ago • 15 comments

need help compiling into dll file

am noob

Armedorrr avatar Jan 26 '24 01:01 Armedorrr

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

Armedorrr avatar Jan 26 '24 01:01 Armedorrr

im also getting Error (active) E0020 identifier "FSoftObjectPath" is undefined NetCrack-PalWorld C:\Users\Armedor\source\repos\PalWorld-NetCrack 1\SDK\Basic.hpp 458

Armedorrr avatar Jan 26 '24 02:01 Armedorrr

I want to know too xD

senseirain avatar Jan 26 '24 03:01 senseirain

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...?

ghost avatar Jan 26 '24 05:01 ghost

怎么运行 等待ing

编译好了 你可以用Extreme Injector (github 开源) 注入去palworld 热键是Insert

ghost avatar Jan 26 '24 06:01 ghost

  1. Extract the .zip into a folder.
  2. Install VS Studio 2022 and install all C++ packages.
  3. Then, open the project solution (DX11-Base.sln).
  4. At the top bar, you will probably see Either Debug x64 or Release x64. Make sure it's set to Release x64.
  5. 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.

khristopherw avatar Jan 26 '24 07:01 khristopherw

Dayum I was doing it wrong all this time was doing Batch Build xD

senseirain avatar Jan 26 '24 08:01 senseirain

i did it but only speedhack work anyone know how to fix?

RazielWasTaken avatar Jan 26 '24 10:01 RazielWasTaken

As mentioned by @khristopherw 👍

  1. Extract the .zip into a folder.

    1. Install VS Studio 2022 and install all C++ packages.

    2. Then, open the project solution (DX11-Base.sln).

    3. At the top bar, you will probably see Either Debug x64 or Release x64. Make sure it's set to Release x64.

    4. 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

MrMiladinovic avatar Jan 26 '24 14:01 MrMiladinovic

only Speed hack can use, no idea

asd62033 avatar Jan 26 '24 16:01 asd62033

c1010 error, line 147 whats mean?

Kribirpc avatar Jan 27 '24 04:01 Kribirpc

'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 ?

JohnCale47 avatar Jan 27 '24 07:01 JohnCale47