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

How can I adjust the openworld code.

Nerzo

New Member
Joined
Apr 17, 2014
Messages
10
Reaction score
0
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>
 
i thought this was a seriously noob question and would be a quick fix. Am I not asking in the right place?
 
Back
Top