Unused Opening Satellite Shots
Posted: Sat Jun 12, 2010 5:38 pm
I've been having a recurring problem lately with my satellite shots. They always use the same shot for every match (I believe it's the first shot), as opposed to using a random one each time. Here's the snippet from my LUA:
GCW
CW
GCW
-- Camera Stats
--OpeningSateliteShot
AddCameraShot(0.848782, 0.066194, 0.522995, -0.040787, 176.365219, 6.009165, 81.628265);
AddCameraShot(-0.312871, 0.034323, -0.943515, -0.103508, 263.294067, 16.757160, -60.383335);
AddCameraShot(0.794501, 0.100186, 0.594236, -0.074933, 120.151840, 2.220867, -67.272118);
AddCameraShot(-0.106692, 0.001804, -0.994148, -0.016812, 138.863220, 3.762535, -17.066034);
AddCameraShot(0.888544, 0.065466, -0.452870, 0.033366, 67.615456, 3.762535, 61.796051);
end
CW
--OpeningSateliteShot
AddCameraShot(0.848782, 0.066194, 0.522995, -0.040787, 176.365219, 6.009165, 81.628265);
AddCameraShot(-0.312871, 0.034323, -0.943515, -0.103508, 263.294067, 16.757160, -60.383335);
AddCameraShot(0.794501, 0.100186, 0.594236, -0.074933, 120.151840, 2.220867, -67.272118);
AddCameraShot(-0.106692, 0.001804, -0.994148, -0.016812, 138.863220, 3.762535, -17.066034);
AddCameraShot(0.888544, 0.065466, -0.452870, 0.033366, 67.615456, 3.762535, 61.796051);
end