1
User modifications / Re: Error after editing maps.ufo
« on: July 10, 2012, 04:02:29 am »
FYI, I resolved the error myself.
I decided to make a copy of the original maps.ufo file and retain it in the pk3 file. I named this copy "maps.original.ufo". I would imagine that the loader just checks for a string that matches the pattern (here, "maps") before the first period. Thus, my guess is it was loading the first maps.ufo file then also attempting to load the maps.original.ufo file. I can't be certain but that's my guess.
Hope this helps anyone who encounters this error in the future.
-JAR
I decided to make a copy of the original maps.ufo file and retain it in the pk3 file. I named this copy "maps.original.ufo". I would imagine that the loader just checks for a string that matches the pattern (here, "maps") before the first period. Thus, my guess is it was loading the first maps.ufo file then also attempting to load the maps.original.ufo file. I can't be certain but that's my guess.
Hope this helps anyone who encounters this error in the future.
-JAR