I have a file with a .bsp extension (a Quake 2 map). I know that there is some text I would like to extract from the file, because I looked at it with a hex editor. Before the text in everyone of these files is the word "message" then a space then "<the text i want to extract.>" The maximum length of text that can fit in there is 50 characters, including the quotes. How can I search the binary file, then extract the text and put it in a text box? The text that would be extracted is the title of the map so I want it to be pretty quick. Thanks.