File information

Last updated

Original upload

Created by

MadManCam

Uploaded by

MadManCam

Virus scan

Safe to use

Tags for this mod

1 comment

  1. MadManCam
    MadManCam
    • member
    • 1 kudos
    Here's how to change some of the settings for this mod. Keep in mind that these settings are not permanent. Every time you update the mod, your change will be overwritten. It is easy to make the change again though.

    You can open the file, make changes, and save the file while your game is open, and you should see the changes right away.

    1. Go to the mod folder: Documents\My Games\Sid Meier's Civilization VI\Mods\FreeRotation\

    2. Open WorldInput.lua with any text editor (Notepad or Wordpad on Windows).

    3. The settings are in the first few lines. They look like this:
    -- Free Rotation Settings
    local FreeRotation_CameraResetKey = Keys.H;
    local FreeRotation_useQE_keys = 1;
    local FreeRotation_useWASD_keys = 1;
    local FreeRotation_useShiftRotate = 1;

    4. Changing stuff:
    - You can disable using the Q and E keys to rotate the map by setting useQE_keys to 0 instead of 1.
    - You can disable WASD map panning (overrides CQUI settings) by setting useWASD_keys to 0 instead of 1.
    - You can disable holding Shift+Left Click+drag to rotate the map by setting useShiftRotate to 0 instead of 1.
    - You can change the Camera Reset keybind by changing the Keys.H to another key. Make sure the letter is uppercase. For example, you can change it to Keys.J or something.

    5. After you have made your desired changes, save the file and close it.

    If anything went wrong and the mod stopped working, you can reinstall the mod to get back the original file.