• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Code Error: Can't start an online game that hasn't been created

So after the recent post about removing suppress=log from roengine.ini which suddenly allowed my mod to compile, I was able to fire up the mod by doing this:

Add launch properties in the steam library for RO2. Basically right click the game in the library > Properties > Set Launch Options, and then I added this:

Code:
TE-Barracks?game=TOGAMod.FTGame -useunpublished
Doing that via command line on a console command just crashed rogame.exe, so I believe this is probably the way to play test!?

Anyways, the game loaded with the map of choice, but then exited. At the bottom of the launch.log file was the following:

Code:
Can't start an online game that hasn't been created
I take it that means we have to somehow mod out the steam integration stuff?

Any thoughts?