Hello, I am trying put esenthel/Titan currently and I decided to use VS as my IDE because I already know it from work.
I tried to "publish" or "pack" one of my smaller projects just to see how that process goes.
Under Titan itself that's no problem, I've just read the "
publishing" part under Documentation and it worked.
Under VS if I have the bool PUBLISH in Auto.cpp set to false my project runs, no matter if I compile as debug or as release version.
But when changing PUBLISH to true results in my compiled exe spitting out "can't load Bin/Engine.pak".
Wich makes sense, I guess I can just create a bin folder and put the engine.pak from the titan folder in there but the same error will appear for "project.pak" and I am not sure if or how I could generate this .pak from Visual Studio.
So do I need to create a .pak file or am I supposed to do something comepletly different?