J jcikal The Voice of Reason Joined Jul 23, 2005 Messages 303 Aug 13, 2006 #1 What do I need to make the center the camera on a moving unit? which file or files do I need to tamper with? Thanks for any info.
What do I need to make the center the camera on a moving unit? which file or files do I need to tamper with? Thanks for any info.
Grey Fox Master of Points Joined Dec 19, 2001 Messages 8,726 Location Sweden Aug 13, 2006 #2 in python: CyCamera().JustLookAtPlot(pUnit.plot())
Gerikes User of Run-on Sentences. Joined Jul 26, 2005 Messages 1,753 Location Massachusetts Aug 13, 2006 #3 Grey Fox said: in python: CyCamera().JustLookAtPlot(pUnit.plot()) Click to expand... Also possibly helpful is... CyCamera().LookAtUnit(pUnit)
Grey Fox said: in python: CyCamera().JustLookAtPlot(pUnit.plot()) Click to expand... Also possibly helpful is... CyCamera().LookAtUnit(pUnit)