What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Joining public match rather than starting private.

Skeetss

Member
Joined
Apr 30, 2012
Messages
113
Reaction score
0
A lot of the Adventure profiles start a new private game in order to refresh the bounties available. Looking through the files, most have the line:
Code:
<GameParams act="OpenWorld" resumeFromSave="False" isPrivate="True" numGames="-1" />
I want the bot to instead join a public match, so I tried to change the line to:
Code:
<GameParams act="OpenWorld" resumeFromSave="False" isPrivate="False" numGames="-1" />
but it creates a public game rather than joining one. How can I force it to join one rather than create one?
 
Back
Top