首先我有去看SimpleFollow的文章,但是似乎沒有太多的說明。
首先我不懂這個部分的設置,為何要做這樣的修改?修改的用意是?
Having Leader stay in Party:
Open the profile you're using in a text editor
Find the line:
<LeaveGame reason="Some Reason" />
Replace it with:
<LeaveGame reason="Some Reason" stayInParty="True" />...