How to Make Your Camera Controls Better
By Zarr0c.
Before you start exit the game completely.
What to Do
Find Your Settings File:
- Go to “Saved Games” on your computer.
- Look for “Frontier Developments” folder.
- Open “Planet Coaster 2”.
- Find a folder with a long number (this is your player ID).
- Go into the “Config” folder.
- Look for “Controls_remote.config.xml”
Open the File:
- Right-click the file, pick “Open With”.
- Choose Notepad or Notepad++.
Change the Camera Settings:
Find this part in the file:
<Camera preset="Custom" version="4">
Change these three things:
Enable Edge Pan
<EdgePan>None</EdgePan>
- Change the line to:
<EdgePan>Circular</EdgePan>
Enable Cursor-Focused Rotation
<RotateFocus>Center</RotateFocus>
- Change the line to:
<RotateFocus>Cursor</RotateFocus>
Enable Cursor-Focused Zoom
<ZoomFocus>Center</ZoomFocus>
- Change the line to:
<ZoomFocus>Cursor</ZoomFocus>
Save the file and start the game!
That’s it! Your camera will now work more like a normal PC game instead of a console game.
Be the first to comment