JonnyHoum94
Newbie
- Aug 11, 2023
- 36
- 52
- 83
Its written like this, i hope i followed everything correctly.
50% of tags are incorrect
<_element_character_list> ---open tag - right
<_element_character_list /> - wrong
<_element_character_list/> - wrong too
</_element_character_list> --- close tag - right
</_element_character_list/> --wrong
<_element_character_list/> - wrong too
Fine. I got it.
I don’t know at what point these blocks are generated and what they should look like. Some are deleted, some are not closed, then the game rewrites them. I just gave a general solution, but it wasn't enough
The file is divided into blocks. Each block begins with a specific tag. If the block has started, it must end with a special tag.
In general, the blocks look like this:
Code:
<_data_tag>
<string>BLACK</string>
<string>WHITE</string>
</_data_tag>
Use this. Don't forget to insert your progress list
You don't have permission to view the spoiler content.
Log in or register now.