Planet Coaster 2 – How to Enable Edge Pan & Cursor Focused Zoom & Rotation

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.

Volodymyr Azimoff
About Volodymyr Azimoff 8048 Articles
I love games and I live games. Video games are my passion, my hobby and my job. My experience with games started back in 1994 with the Metal Mutant game on ZX Spectrum computer. And since then, I’ve been playing on anything from consoles, to mobile devices. My first official job in the game industry started back in 2005, and I'm still doing what I love to do.

Be the first to comment

Leave a Reply

Your email address will not be published.


*