>>1474168Extract all the files as much as you can and search for a word that's in the game in various encodings that make sense with a hex editor in every suspicious file. Unless it's further packed you'll find it eventually. If you can't find it you have to do some debugging, pausing the game where it shows the text, finding where it's stored in the memory and reversing how it got there. It can be a ton of work as modern games are huge when you look at them instruction by instruction.