Re: Modding Tool
My program tries to read in the abilities.txt, components.txt and techareas.txt files from the same directory as the program is placed.
If it cannot find them u will get exactly the error u mentioned because the file IO operations it attempts will not work because the files cannot be found
i could make it gracefully exit... with some sort of popup saying cannot do anything because file not found, but i neglected todo that and instead chose to add the warning in the readme file instead.
|