1. #1

    CAMERA EVENTS WTF???

    why are my camera events switching the camera for a brief second then right back to the game camera? this is so aggrivating and i cant figure why the hell this is happeneing
    Share this post

  2. #2
    dasraizer's Avatar Senior Member
    Join Date
    Apr 2014
    Location
    UK, Isle of Wight
    Posts
    1,195

    Re: CAMERA EVENTS WTF???

    hi

    the camera that is switched to has its visual distance set to far so its cutting your current camera, or your current camera is set to short (but unlikely)
    Share this post

  3. #3

    Re: CAMERA EVENTS WTF???

    THANKS!!!!!!!!!
    Share this post

  4. #4

    Re: CAMERA EVENTS WTF???

    I like to use set value event to turn cams on and off. set the variable data source to control cam by checking and unchecking "use as game cam". alot more control...
    Share this post

  5. #5
    LukeMSki's Avatar Senior Member
    Join Date
    Mar 2014
    Posts
    1,326

    Re: CAMERA EVENTS WTF???

    Just disable the camera and then use a camera event to activate it when you want it to be used.
    Share this post

  6. #6
    Just_Shogun's Avatar Community Developer
    Join Date
    Jan 2010
    Location
    Helsinki
    Posts
    665

    Re: CAMERA EVENTS WTF???

    Originally Posted by NEDpowerPIG
    I like to use set value event to turn cams on and off. set the variable data source to control cam by checking and unchecking "use as game cam". alot more control...
    The camera event makes your selected camera the game camera so this is actually the same thing. If a camera event is set up properly once the event is activated it should stay on the selected camera regardless of the position of the rider and range settings in the camera. Once a camera event is used a second camera event is needed to switch back to the default game camera or another camera. The camera's range settings will only apply if you use a state event to enable the camera instead of a camera event.
    Originally Posted by DAstpNK
    why are my camera events switching the camera for a brief second then right back to the game camera? this is so aggrivating and i cant figure why the hell this is happeneing
    It sounds to me like the camera event is either not connected to your camera or not receiving an impulse. Whatever is happening the camera event is not working as it should. As I stated above, when working properly the camera event should make the selected camera your game camera so it should be impossible for it to switch to a different camera without another camera event activating.
    Share this post

  7. #7
    Just_Shogun's Avatar Community Developer
    Join Date
    Jan 2010
    Location
    Helsinki
    Posts
    665

    Re: CAMERA EVENTS WTF???

    Originally Posted by NEDpowerPIG
    I like to use set value event to turn cams on and off. set the variable data source to control cam by checking and unchecking "use as game cam". alot more control...
    The camera event makes your selected camera the game camera so this is actually the same thing. If a camera event is set up properly once the event is activated it should stay on the selected camera regardless of the position of the rider and range settings in the camera. Once a camera event is used a second camera event is needed to switch back to the default game camera or another camera. The camera's range settings will only apply if you use a state event to enable the camera instead of a camera event.
    Originally Posted by DAstpNK
    why are my camera events switching the camera for a brief second then right back to the game camera? this is so aggrivating and i cant figure why the hell this is happeneing
    It sounds to me like the camera event is either not connected to your camera or not receiving an impulse. Whatever is happening the camera event is not working as it should. As I stated above, when working properly the camera event should make the selected camera your game camera so it should be impossible for it to switch to a different camera without another camera event activating.
    Share this post