1. Hello!

    First of all, welcome to MapleLegends! You are currently viewing the forums as a guest, so you can only view the first post of every topic. We highly recommend registering so you can be part of our community.

    By registering to our forums you can introduce yourself and make your first friends, talk in the shoutbox, contribute, and much more!

    This process only takes a few minutes and you can always decide to lurk even after!

    - MapleLegends Administration-
  2. Experiencing disconnecting after inserting your login info? Make sure you are on the latest MapleLegends version. The current latest version is found by clicking here.
    Dismiss Notice

Miney's General Configuration Guide

Discussion in 'Guides' started by Miney, Jan 6, 2025.

  1. Miney
    Offline

    Miney Mushmom

    54
    21
    65
    Jun 2, 2021
    4:57 PM
    Miney
    Corsair
    200
    Do these things. Become a gamer.

    This guide focuses on configurations for Windows users. We all know that real gamers use Windows. If you play on other operating systems, you may still be able to follow some parts of this guide or find suitable alternatives.

    ★★★ Decrease Keyboard Repeat Delay/Rate
    Increase responsiveness of skill casts, looting, whatever you do. Makes you a better player.
    For some reason, this old ass game registers inputs based on when keys are repeated, not when they are held like any other game would. Decreasing your keyboard repeat rate will increase the frequency of inputs that the game reads, therefore making everything you do in game more responsive.

    1. Go to Windows -> Control Panel -> Keyboard
    2. Set Repeat delay, Repeat rate all the way to the right (Short, Fast)
    upload_2025-1-7_0-23-49.png
    3. Click Apply, then OK.

    You should feel changes immediately.

    ★★★ Decrease Keyboard Repeat Delay/Rate+ (Registry Editor)
    Makes you an even better player. Needs getting used to, or you'll type like ttthhhiiiss.
    First, do the steps from Decrease Keyboard Repeat Delay/Rate. These next steps are extra, but impactful nonetheless.

    This involves changing the Registry Editor. Make sure you know what you're doing. Making a backup of the registry can be a good idea.

    1. Press Win+R, type and enter regedit.
    2. Go to HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response
    3. Update your values for the following. You can double click them to edit their values. If some of these do not exist, right click an empty area and add a New String Value.
    AutoRepeatDelay = 200
    AutoRepeatRate = 6
    DelayBeforeAcceptance = 0
    Flags = 59
    BounceTime = 0

    upload_2025-1-7_1-39-57.png

    The value for AutoRepeatDelay denotes the ms before your inputs start repeating, and is subjective. Start with higher, try different numbers, and see which one you can work with.

    Restart to see effects.

    You may now see the upload_2025-1-7_0-40-2.png FilterKeys icon on your taskbar upon restarting. Turning this off will disable the changes made here.

    If you struggle to type, increase your AutoRepeatDelay.

    ★★★ VPN for long distance players
    Use a VPN to make your gameplay less laggy. If your latency is <100ms, skip this step. See spoiler for how to check your latency.
    The server is located on or close to NA East. Go to https://awsspeedtest.com/latency and Select All for US East. Observe the Average Lantecy (ms) below to estimate your lantecy. If this value is higher than 100ms, you should use a VPN.

    Using a VPN can improve behavior of client-side skills and actions. These include:
    • Looting
    • Taking damage and using Potions
    • Logging in/Changing Channels/Setting up FM Shops/Chatting etc.
    • Dark Sight, Monster Riding, Battleship, Oak Barrel/Barrel Cancelling etc.
    Different VPNs will have different ways of setting up. This guide won't vouch for a specific VPN. Paid VPNs work better than Free VPNs.

    ★★☆ Rivatuner Statistics Server (RTSS)
    Decrease resource usage of your game client. Helps with multiclienting.
    The game runs on uncapped FPS by default. Regardless of the refresh rate of your monitor, the game tries to output as many frames as it can. This wastes resources, and can make your PC laggy especially on lower-end devices or multlcient shenanigans. Use RTSS to limit the framerate of the client.

    1. Go to https://www.guru3d.com/download/rtss-rivatuner-statistics-server-download/ and download and install the latest version.
    2. Open the installed application, Rivatuner Statistics Server.
    3. Press Add, and select the game client exe file, or its shortcut. Both works.
    4. Select the added profile, and set Application detection level to Low.
    5. Set Framerate limit to your preferred amount. I recommend having this value to be equal or lower than your monitor's refresh rate setting. Your monitor's refresh rate can be found in Settings -> Display -> Advanced display settings -> Refresh Rate.
    upload_2025-1-7_2-17-58.png
    6 (optional): Set On-Screen Display support to On, and Show Own statistics to On. This displays the client's framerate on the game itself.

    As long as RTSS is running, your clients should use less resources to run. This will help with performance tremendously when multiclienting.

    ★☆☆ AltSnap (or similar applications)
    Reposition your client(s) with ease. Resize them too.
    If you find yourself dragging your client(s) to preferred locations on your screen, AltSnap can make this more convenient and precise. The application lets you reposition applications better, by snapping them to nearby windows or borders. It also lets you resize the game client when windowed.

    1. Download AltSnap from https://github.com/RamonUnch/AltSnap/releases
    2. Open AltSnap

    Hold Alt, and hold the left mouse button to move your clients.
    Hold Alt, and hold the right mouse button to resize your clients.

    To disable this behavior, press the AltSnap Icon (or close the application). Press it again to Enable.

    ★☆☆ Turn off Mouse Acceleration
    For consistent mouse movement.
    This setting is on by default to allegedly help with users with low sensitivity trackpads or mouses, but will mess with your muscle memory due to inconsistent cursor movement. If you struggle to accurately click things in game, try turning this setting off.

    1. Go to Windows -> Control Panel -> Mouse
    2. Select Pointer Options
    3. Turn off Enhance pointer precision
    upload_2025-1-7_1-26-32.png
    4. Press Apply and OK.

    ★★☆ Remap Any Keyboard Key (SharpKeys)
    Remap your keyboard layout (especially the arrow keys), if your keyboard sucks.
    Some keyboards may jam due to limitations to hardware, and won't let you do certain combinations of inputs with your default arrow keys. Other keyboards (laptops!) have this real shitty up and down arrow button that are half the size of a normal button. The game on its own doesn't let you rebind certain keys, most notably the arrow keys. If you prefer, try playing around with SharpKeys to rebind what your buttons do, like shifting your arrow keys to a different set of normal-sized keys on the keyboard.

    SharpKeys modifies the Registry. Make sure you know what you're doing.

    1. Download and install SharpKeys from https://github.com/randyrants/sharpkeys/releases/
    2. Open SharpKeys.
    3. Press Add to change a specific key to another key.
    4. Once all the keys are selected, press Write to Registry.
    5. Restart to see changes.

    To revert your changes, press Delete All then Write to Registry. Restart afterwards.

    videogames
     

    Attached Files:

    Last edited: Jan 6, 2025
    • Great Work x 17
    • Useful x 3
    • Like x 2
    • Informative x 1
    • Friendly x 1
  2. martyballer
    Offline

    martyballer Brown Teddy

    67
    10
    55
    Oct 25, 2024
    Male
    California, USA
    11:57 PM
    martyballer
    Night Lord
    200
    Kyoto
    Thank you pro gamer Miney for this invaluable information. I will use it well so that one day I can find the confidence to stop being a cringe nightlord player.
     
    • Like Like x 1
    • Agree Agree x 1
  3. Ferluci
    Offline

    Ferluci Zakum Retired Staff

    1,658
    482
    460
    Jul 27, 2017
    Male
    8:57 AM
    Ferluci
    Bishop
    186
    nothing stop u being a cringe nl player ur name literally had baller in it
     
    • Like Like x 1
  4. Kirisame
    Offline

    Kirisame Windraider

    444
    148
    301
    Jul 5, 2018
    2:57 PM
    Marisa Kirisame
    Magician
    200
    Maybe extend battery life for laptops, too?

    EDIT: this is so great, from 300 FPS to 60 FPS
    GPU-usage.png

    I use PowerToys to remap keys.
     
    Last edited: Jan 6, 2025
  5. martyballer
    Offline

    martyballer Brown Teddy

    67
    10
    55
    Oct 25, 2024
    Male
    California, USA
    11:57 PM
    martyballer
    Night Lord
    200
    Kyoto
    u got me ferluci
     
    • Friendly Friendly x 1
  6. LeonardoJF
    Offline

    LeonardoJF Horntail

    3,269
    561
    500
    Jun 16, 2021
    Male
    Rio grande do Sul - BR
    3:57 AM
    ItzLeo
    Paladin
    200
    Favela
    wow, usefull as f*** nice!
     
  7. Kirisame
    Offline

    Kirisame Windraider

    444
    148
    301
    Jul 5, 2018
    2:57 PM
    Marisa Kirisame
    Magician
    200
    • Like Like x 1
  8. Tate
    Offline

    Tate Capt. Latanica

    390
    235
    278
    Apr 16, 2020
    New Zealand
    6:57 PM
    Potayto
    Shadower
    176
    This thread should be stickied.
     
    • Friendly Friendly x 1

Share This Page