Hi Josh, Thank you for your continued support. I’m still having issues with making the editor start as ListenServer even after trying your suggestions. Let me recap on what I’ve done thus far:
I have put the “?listen” command in the following places besides the before mentioned places.
-
ProjectSettings->Maps&Modes->DefaultMaps->Local Map Options
-
DefaultEngine.ini → “LocalMapOptions=?listen”
-
BaseEngine.ini → “LocalMapOptions=?listen”
-
Engine.ini → “LocalMapOptions=?listen”
In the code I’m running the following:
GetNetMode() which returns : “NM_Standalone”
Thanks again. I wanted to double check everything to make sure I wasn’t newb’ing it up.