Hi ,
First of all, amazing work. It really brings unreal to the mainstream. made it very easy for me to customize my experience.
Everything works great for me, i downloaded the example template and used that as a base. I also went in to try and change the name of the game (Change filenames, sources folder filenames - replaced with game name, and DefaultEngine.ini URL setting).
I did and finished creating the entire package. Took 4 days. I packaged the product, and it was successful.
However, when i play the packaged product, i get an error saying the the ‘module VRExpPluginExample could not be found. Please ensure that module exists and that it is compiled.’.
Im guessing i omitted a change of name somewhere else where i needed to. So i go in and look for references to the example game name. The only one i found was in DefaultEngine.ini-
[/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName=“TP_VirtualRealityBP”,NewGameName=“/Script/VRExpPluginExample”)
+ActiveGameNameRedirects=(OldGameName=“/Script/TP_VirtualRealityBP”,NewGameName=“/Script/VRExpPluginExample”)
I removed , built solution, etc etc, did a lot of trying to figure it out, but i haven’t gotten it working. After a VS soltuion build, the editor starts throwing errors w.r.t VRExpPluginExample which dont go away by regenerating the sln or rebuilding solution after deleting all redundancies.
Then i went back to rename everything to the plugin name, and it works!
So my question to you is, how can i change the game name without these issues popping up. Now that im reading it again, it was a very long question.