I’ve tried everything I can think of. I’ve tried a lot of different ways to try and get it to load a map, but I think there’s something wrong before that point, because it’s not indicating that it’s loading ANY map. There’s no indication that anything is even wrong, but the log will sit there and do nothing until I kill it. I have no idea what is even wrong, and don’t know where to start looking.
I’m not too sure what that means, I’ve built the engine from source, built using Development Server config in VS, then I used this command to do… something:
Engine/Build/BatchFiles/RunUAT.bat BuildCookRun -project=“TotalImpact/TotalImpact.uproject” -noP4 -platform=Win64 -clientconfig=Development -serverconfig=Development -cook -server -serverplatform=Win64 -maps=AllMaps -noclient -compile -stage -archive -archivedirectory=“C:\DED\TotalImpactCooked”
I’ve also tried it using the editor, going to the Project Launcher window and setting it up there, same result. I followed this guide to get to this point: