EverNewJoy / VictoryPlugin

Rama's Victory BP Plugin
MIT License
867 stars 256 forks source link

Problem with VictoryPlugin 4.20 #49

Closed ghost closed 5 years ago

ghost commented 6 years ago

Hi, i downloaded the plugin and i did everything right but i can't use the plugin. Error message is like "not the good version". I'm on UE4 4.20.2. Can you help me ?

cyruscook commented 6 years ago

I get the same, "The following modules are missing or built with a different engine version: VictoryBPLibrary Would you like to rebuild them now?" Rebuilding results in an error. Does anyone know how to fix this?

Starkium commented 5 years ago

rebuild them in visual studio. this is the source build. If you want the prebuilt binaries you need to go to the download links on the forum post.

If you want to rebuild this then you need to make sure your project supports c++. If it is only a blueprint project, open it up without the plugin in the folder, then inside your content browser add new c++ class, you can leave all the defaults. it will compile etc. save and close project, then add the plugin to the plugins folder, then go to the exe for your project, right click and generate project files, then open the visual studio solution file, should be purple, then build the project from there. Should work.

EverNewJoy commented 5 years ago

Thank you for replying @Starkium