Hey guys, I'm trying to edit some strings of the province's names in this game, but i can't because there is an DAT. file that limits or "notes" when i change something in the XML. file. I don't know if there is something to do with SQL.
The thing is, if want to change the text in the XML. file, i need to change it in the DAT. file first, like "Genoa" i want it to be "Gênova", but there is an character limit in the DAT. file that i can't exceed. My question is if there is a way to increase the character limit or some proper software to it.
I attached the file so you guys can examine. Thanks!
p1isdead wrote:Hey guys, I'm trying to edit some strings of the province's names in this game, but i can't because there is an DAT. file that limits or "notes" when i change something in the XML. file. I don't know if there is something to do with SQL.
The thing is, if want to change the text in the XML. file, i need to change it in the DAT. file first, like "Genoa" i want it to be "Gênova", but there is an character limit in the DAT. file that i can't exceed. My question is if there is a way to increase the character limit or some proper software to it.
I attached the file so you guys can examine. Thanks!
What do you mean by a character limit, because I'm not sure that's the correct word? In the picture you should as long as you encode it to the value the way it expects it for unicode it would work fine. I looked at the file and it's a fairly simple format. If you wanted to change the length of a string though you also need to change the length specifier. Below is from the files start for the first 2 pieces of information
p1isdead wrote:Hey guys, I'm trying to edit some strings of the province's names in this game, but i can't because there is an DAT. file that limits or "notes" when i change something in the XML. file. I don't know if there is something to do with SQL.
The thing is, if want to change the text in the XML. file, i need to change it in the DAT. file first, like "Genoa" i want it to be "Gênova", but there is an character limit in the DAT. file that i can't exceed. My question is if there is a way to increase the character limit or some proper software to it.
I attached the file so you guys can examine. Thanks!
What do you mean by a character limit, because I'm not sure that's the correct word? In the picture you should as long as you encode it to the value the way it expects it for unicode it would work fine. I looked at the file and it's a fairly simple format. If you wanted to change the length of a string though you also need to change the length specifier. Below is from the files start for the first 2 pieces of information