GeisselvonGott
Chieftain
Hello all, I am new here so bear with me.
I am trying to create an invisible unit for a spy type of guy, but alas the only invisible promotion is for submarines. This won't work so I need to create a new "Invisible type". So the promotion references back to to the file "CIV5InvisibleInfos.xml". This file contains the different types of invisible units I am guessing to allow certain units to be seen by the applicable unit. Now the thing is that in this file at the top it says.
<!--
Very Important: If you change this at all you will need to change
NUM_INVISIBLE_TYPES in CvPlot and recompile (this was done for memory allocation efficiency)
-->
Now I have greped both "NUM_INVISIBLE_TYPES" and "CvPlot" and have come up with nothing in the database. the main .dll and .exe both appeared on the search for CvPlot. And the warning states that you must "recompile". So I am asking if we are stuck with one Invisible type cuz it is hard coded into the game or if any one knows a way around this.
I am trying to create an invisible unit for a spy type of guy, but alas the only invisible promotion is for submarines. This won't work so I need to create a new "Invisible type". So the promotion references back to to the file "CIV5InvisibleInfos.xml". This file contains the different types of invisible units I am guessing to allow certain units to be seen by the applicable unit. Now the thing is that in this file at the top it says.
<!--
Very Important: If you change this at all you will need to change
NUM_INVISIBLE_TYPES in CvPlot and recompile (this was done for memory allocation efficiency)
-->
Now I have greped both "NUM_INVISIBLE_TYPES" and "CvPlot" and have come up with nothing in the database. the main .dll and .exe both appeared on the search for CvPlot. And the warning states that you must "recompile". So I am asking if we are stuck with one Invisible type cuz it is hard coded into the game or if any one knows a way around this.