MarsGlider
New member
Does anyone know a mod that can make your camera zoom in more? or a camera mod in general, either one is helpful.
There was something on OH.
I'm trying to search for it now, but it's not easy with the recent OH changes.
That was it!Check for the old Telescope MFD.
look couldnt found a tread so decided 2 write here as well know if someone can helpo me = what i want to do ( pitty guess it's NOT possible due 2 changes in the engine ) is to back the camera working like in prior versions ( 2006 --- 2010 or even the 1st 2016 edition ) in wich u can do external zooming EVEN INTO DE OBJECT WITH THE FOCUS but allways get as closer to it's surfaces how u wanted...i'd like it so much i simply HATE this limitation added to the zoom level. You cant get closest 2 the ships than 4 see a poor details nor read anything on it's surfaces ect ect and it's very disgusting at least for me : (( ...hope some can tell me if is possible 2 reach such thing even have stoped to use orbitter 4 else than two years due 2 this : (((( .
look couldnt found a tread so decided 2 write here as well know if someone can helpo me = what i want to do ( pitty guess it's NOT possible due 2 changes in the engine ) is to back the camera working like in prior versions ( 2006 --- 2010 or even the 1st 2016 edition ) in wich u can do external zooming EVEN INTO DE OBJECT WITH THE FOCUS but allways get as closer to it's surfaces how u wanted...i'd like it so much i simply HATE this limitation added to the zoom level. You cant get closest 2 the ships than 4 see a poor details nor read anything on it's surfaces ect ect and it's very disgusting at least for me : (( ...hope some can tell me if is possible 2 reach such thing even have stoped to use orbitter 4 else than two years due 2 this : (((( .
v=vessel.get_focusinterface()
original_size = v:get_size()
v:set_size(0.1)
v:set_size(original_size)