Hi guys, total noob here.
I hope this is the right place to ask. I'm working on a DayZ Annotated Perspective Map and I need help on some simple camera scripting. I got my hands on the DayZ single player 1.3.4 PBO, extracted it and very crudely edited the mission.sqm to load camera.sqs instead of selmodel.sqf. Basically I replaced the code:
expActiv="nul=[] execVM ""selmodel.sqf""";
to
expActiv="nul=[] execVM ""camera.sqs""; setAccTime 1; showCinemaBorder false";
The problem is, when in camera mode, DayZ objects like military tents, road obstructions, etc. does not appear until I walk up to them in player mode and this is really time consuming. Any idea how I can fix this? Maybe teleporting or what not. This is my first time scripting arma2. The end product is just some perspective screenshots of DayZ map so I won't be redistributing anything other than the screenshots.
Thanks a lot!