Issue renaming my mod
Posted: Sat Sep 27, 2014 5:55 pm
This is really beyond me... for some reason, when I simply rename my mod from "battleinf_42" to "raised_fist" I get a bunch of errors when testing my newly named mod.
The process of renaming the mod itself was as follows: first, I renamed the main mod folder to "raised_fist". Then, in that folder, edited the init.con to rename everything referencing to "battleinf_42" to "raised_fist". I close the CON file after saving it. Didn't touch any of the RFA's in the Archives folder since a new mod name doesn't affect them. Then, I move on to all my mod's maps, and change the custom mod name located in Menu/Init.con to that of my mod, with the following command:
I repeat the process for each map making sure not to forget any. Save the RFA's, and fire up the newly named mod to see if everything works well, and then, when loading one of my mod's maps (in windowed mode), I get a bunch of errors such as the fact that some Object Spawn Templates are missing or that some info regarding flags isn't correct.
I really don't understand what I did wrong here, I didn't add any content from "battleinf_42" to "raised_fist"; I simply renamed the mod. I also tried making a copy of "battleinf_42" then renaming it to see if I had the same issue and I still get the same errors.
Have any of you come across this problem?
The process of renaming the mod itself was as follows: first, I renamed the main mod folder to "raised_fist". Then, in that folder, edited the init.con to rename everything referencing to "battleinf_42" to "raised_fist". I close the CON file after saving it. Didn't touch any of the RFA's in the Archives folder since a new mod name doesn't affect them. Then, I move on to all my mod's maps, and change the custom mod name located in Menu/Init.con to that of my mod, with the following command:
Code: Select all
game.setMapId "raised_fist"
I really don't understand what I did wrong here, I didn't add any content from "battleinf_42" to "raised_fist"; I simply renamed the mod. I also tried making a copy of "battleinf_42" then renaming it to see if I had the same issue and I still get the same errors.
Have any of you come across this problem?