In my proto-variant, I have had a longstanding bug with monsters' names being truncated. For example, at one point
White worm mass
appeared as:
Wh
and now the white worm masses were fine but
Metallic green centipede
appears as
Me
I'm pretty sure it has also happened with more than two characters in the string before getting cut off.
Has anyone had this happen to them before? It strikes me that somehow a NULL character is getting written into the text descriptions or something like that. It mainly happens on my Windows build (the same creature getting mangled for each playtester in a given development version), but I have had the problem once on my Mac build.
Any ideas?
White worm mass
appeared as:
Wh
and now the white worm masses were fine but
Metallic green centipede
appears as
Me
I'm pretty sure it has also happened with more than two characters in the string before getting cut off.
Has anyone had this happen to them before? It strikes me that somehow a NULL character is getting written into the text descriptions or something like that. It mainly happens on my Windows build (the same creature getting mangled for each playtester in a given development version), but I have had the problem once on my Mac build.
Any ideas?
Comment