I am trying to modify a bounty profile to make public games.
This seemed easy enough by changing the code as seen below, however, the games are not created with a "Bounties" tag on the servers, thus nobody joins.
How can I create public games with a Bounties Gametag specifically?
Thank you for any help in advance.
<Profile>
<Name>Act 1 - Loader</Name>
<GameParams act="OpenWorld" resumeFromSave="False" isPrivate="True numGames="-1" />
<Order>
<LoadProfile file="Acts/A1/act1.xml" />
</Order>
</Profile>
to
<Profile>
<Name>Act 1 - Loader</Name>
<GameParams act="OpenWorld" resumeFromSave="False" isPrivate="False" numGames="-1" />
<Order>
<LoadProfile file="Acts/A1/act1.xml" />
</Order>
</Profile>
This seemed easy enough by changing the code as seen below, however, the games are not created with a "Bounties" tag on the servers, thus nobody joins.
How can I create public games with a Bounties Gametag specifically?
Thank you for any help in advance.
<Profile>
<Name>Act 1 - Loader</Name>
<GameParams act="OpenWorld" resumeFromSave="False" isPrivate="True numGames="-1" />
<Order>
<LoadProfile file="Acts/A1/act1.xml" />
</Order>
</Profile>
to
<Profile>
<Name>Act 1 - Loader</Name>
<GameParams act="OpenWorld" resumeFromSave="False" isPrivate="False" numGames="-1" />
<Order>
<LoadProfile file="Acts/A1/act1.xml" />
</Order>
</Profile>