Re: Modding Tools
Well I've done dozens of programs that reads a list of some sort. I'm more interested in how do you make the program realize the empty spaces between the text and the := mark.
For example:
Obj name := qwerty
Like that. Can you just make the program read it line by line and checking if the line matches the required text. Like in Obj name. Then jump over the spaces and take the obj name and save it to objname table for example.
|