Hello,
I need to know what exactly I need to install to my packaged project directory in terms of dll files for a unreal engine game being distributed on epic games store. I got flagged because I did not have visual studio c++ runtime redistributable in my game files however I dont know exactly what that means, what files do I need exactly?
This is the message the epic games reviewer on dev portal left “The game is failing to launch due to requiring Microsoft Visual C++ Runtime. Please ensure your game includes or installs all needed prerequisites; these options are explained in detail in the following documentation: https://dev.epicgames.com/docs/epic-games-store/services/game-prereqs-installer”
That link did not help, it just told me to go to some microsoft website which has really bad documentation. it just said to include a exe installer with my game or do some kind of “Merge Modules” which I have no clue what that means or how it is supposed to work with unreal engine and its packaging tool.
I can’t update my game because of this so I really need someone at epics help, this isnt a problem with steam because they have tools on their dev portal to automatically install what you need, if epic is now requiring devs to do “Merge Modules” and mess around with dlls and third party executables then this NEEDS to be a part of the game launcher and dev tools and no, requiring a user to open a third party installer with admin privileges or batch file after trying to open the game is not the answer.
I tried testing the ueprequisites installer that comes in the engine/thirdparty folder but I really want to avoid having players use a third party installer just to play the game as that is extremely sketchy and will likely hurt sales with high refunds and customer brand trust issues.
This is extremely frustrating because I can’t update my game now or even the cover art and I have 0 clue what I am supposed to do.