Jump to content

Recommended Posts

Posted

Helllo people once again, I have made this to show you how to get unlimited zoom in your game. (works on Freya so far)

 

1: open up your user.ini and locate this:

 

RightMouse=CameraRotationOn | UseAutoTrackingPawnOff | StopMouse | CameraRotationOff OnRelease |

UseAutoTrackingPawnOn OnRelease | MoveMouse OnRelease |

FixedDefaultCamera OnRelease MaxPressedTime=200.0

 

this will be located about half ways down.

 

2: change that one line to this:

 

RightMouse=CameraRotationOn | UseAutoTrackingPawnOff | StopMouse | CameraRotationOff OnRelease |

UseAutoTrackingPawnOn OnRelease | MoveMouse OnRelease | set Engine.LineagePlayerController MaxZoomingDist 65535

| set Engine.LineagePlayerController MinZoomingDist -200 | FixedDefaultCamera OnRelease MaxPressedTime=200.0

 

the difference is this:

 

set Engine.LineagePlayerController MaxZoomingDist 65535 | set Engine.LineagePlayerController MinZoomingDist -200

 

 

I have not tested this with other versions of L2, but i'm sure this bit of info has not changed.

 

P.S. if you miss one of these ( | ) between each section it will not work.

 

Good luck!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...