View Full Version : Python: easy way to disable shared vision


Fierabras
Aug 28, 2007, 10:17 AM
Is there an easy way through Python to disable shared vision when playing as a team.

Can somebody give me a code example?

Primax
Oct 29, 2007, 01:57 AM
Sorry can't help, I would really love to do this aswell

EmperorFool
Oct 29, 2007, 04:42 AM
I seriously doubt this is possible via Python or even the C++ DLL. I expect that the fog of war is controlled by the core C++ game EXE, but I can't say I've verified this.

Okay, I'm not that positive about the C++ DLL part because you can change the visibility of terrain in world builder. Thus, it's possible from Python to alter the visibility. However, it's not Python that enables shared vision. That's done through C++ in either the DLL or EXE.