Small help with XML needed

sharick

Warlord
Joined
Jan 18, 2006
Messages
250
I belive it's easy to fix but I don't have much time and I don't like messing with XML so can anybody help me with this:

1. How to disable flags that show with the units?
2. How to disable unit 3d view in left right corner?
3. Where is the code for forrest apperance, growth and animation?

Thanks a lot.
 
sharick said:
I belive it's easy to fix but I don't have much time and I don't like messing with XML so can anybody help me with this:

1. How to disable flags that show with the units?
This has to be done through the SDK... trust me I know, I fiddled with this code for days...

sharick said:
2. How to disable unit 3d view in left right corner?
This has to be done through the CvMainInterface.py file...

sharick said:
3. Where is the code for forrest apperance, growth and animation?
Hmmm.... that is a good question... I think this is handled in the python layer but I could be wrong since I haven't messed around with that part of the code.
 
Thanks for answers but omg SDK, python... I will have to find another way.
I can't just scale the flags down because they will still be there and will affect performance.
 
You could also try to find the flag.nif and replace it by an empty nif file.
Right, I think that's the best solution.
 
Back
Top Bottom