On the Russian server, the developers changed the encoding xml.xdat, bnsbuddy encoder and others, no longer work, but on Europe everything is the same as it was?
But for example, many friends of mine like to make huge breasts for their characters, will this function be available?We know and we are already working on it
They added a 1024-bit signature to validify the content of the dat files.
But we're working on a workaround since we don't own the private keys to generate new signatures, so instead we'll bypass the check via injection.
You can use bnspatch to apply addons of bns buddyBut for example, many friends of mine like to make huge breasts for their characters, will this function be available?
Also, my friend uses xml.xdat to replace npc and creatures models, is it also impossible now?
But for example, many friends of mine like to make huge breasts for their characters, will this function be available?
Also, my friend uses xml.xdat to replace npc and creatures models, is it also impossible now?
I don’t understand all this, but thanks for the responsiveness.It is possible with bnspatch(https://github.com/bnsmodpolice/bnspatch).
bnspatch type
<patch file ="engine\characterdefvaluedata.xml">
<select-node query ="/table/record[@race='진' and @sex='여' and @table-type='bodycustom' and @tool-version='3']/@body-custom-max-25">
<set-value value="3.0"/>
</select-node>
<select-node query="/table/record[@race='곤' and @sex='여' and @table-type='bodycustom' and @tool-version='3']/@body-custom-max-25">
<set-value value="3.0"/>
</select-node>
<select-node query="/table/record[@race='건' and @sex='여' and @table-type='bodycustom' and @tool-version='3']/@body-custom-max-25">
<set-value value="3.0"/>
</select-node>
</patch>
Friendly reminder about this issue: https://www.bnsbuddy.com/threads/invalid-character-during-login.1870/#post-11130We know and we are already working on it
They added a 1024-bit signature to validify the content of the dat files.
But we're working on a workaround since we don't own the private keys to generate new signatures, so instead we'll bypass the check via injection.
It is possible with bnspatch(https://github.com/bnsmodpolice/bnspatch).
bnspatch type
<patch file ="engine\characterdefvaluedata.xml">
<select-node query ="/table/record[@race='진' and @sex='여' and @table-type='bodycustom' and @tool-version='3']/@body-custom-max-25">
<set-value value="3.0"/>
</select-node>
<select-node query="/table/record[@race='곤' and @sex='여' and @table-type='bodycustom' and @tool-version='3']/@body-custom-max-25">
<set-value value="3.0"/>
</select-node>
<select-node query="/table/record[@race='건' and @sex='여' and @table-type='bodycustom' and @tool-version='3']/@body-custom-max-25">
<set-value value="3.0"/>
</select-node>
</patch>