Regarding Camera Settings

I'm not sure because i never test that ... but i've seen some variable system that define camera distance .

you can have a list a these variable into this thread :
http://forums.civfanatics.com/showthread.php?t=175386

Tcho ! i really don't know if that can help you !
 
sorry , i haven't any XML skill . It's just a track because i didn't find what i 'm looking for in the variable system . I've just tried to change some variable and explain how i do this into the link . I've just check if the variable are changed and not checked in game .

you can try to change the appopriate variable into you cvEventManager at onGameStart . i think I will try right now ... but an experiented modder should give you a better advise .
 
Ok ... I've added this line into onGameStart() (i don't know if it's the better place) but that 's seem to work without problem :

Code:
CyVariableSystem().setValueString('CAMERA_MIN_DISTANCE','400')


Note that the original value is '700' .

Tcho !
 
Back
Top Bottom