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

MapleLegends resolution changer

Discussion in 'Programming' started by WackyWarlock, Apr 25, 2024.

  1. WackyWarlock
    Offline

    WackyWarlock Dark Stone Golem

    135
    37
    151
    Mar 21, 2017
    Male
    12:27 AM
    WackyWarlock
    Bishop
    200
    All of them
    I created a batch file that will modify the resolution in the Legends.ini config and launch the game so you don't have to navigate to the folder or have multiple installations of the game.

    copy the below code and paste it in a notepad .txt file
    locate this line: 'set "newValue=HDClient = 2"' and change 2 to which resolution you want
    then save it as a .bat file
    (please note if your maplelegends folder is located somewhere other than C:\MapleLegendsHD you will have to also edit the path in the batch file)


    place the .bat file inside your maplelegends folder
    then create a shortcut for the .bat and place the shortcut where you want
    you can create multiple .bat files with the different resolutions
    enjoy :D
     

    Attached Files:

    • MLHD.txt
      File size:
      940 bytes
      Views:
      10
    Last edited: Apr 26, 2024
    • Great Work Great Work x 3
  2. OP
    OP
    WackyWarlock
    Offline

    WackyWarlock Dark Stone Golem

    135
    37
    151
    Mar 21, 2017
    Male
    12:27 AM
    WackyWarlock
    Bishop
    200
    All of them
    I uploaded the text file since the forums likes to format things weird lol
     
  3. LeonardoJF
    Offline

    LeonardoJF Zakum

    1,951
    360
    460
    Jun 16, 2021
    Male
    Rio grande do Sul - BR
    1:27 AM
    ItzLeo
    Paladin
    200
    Favela
  4. scoddish
    Online

    scoddish Snail

    1
    0
    0
    Yesterday
    Male
    12:27 AM
    scotterpop
    Priest
    107
    Is this correct? An example would be nice.

    set "newValue=HDClient = 1920x1080"
     
    Last edited: May 8, 2024 at 6:09 AM
  5. OP
    OP
    WackyWarlock
    Offline

    WackyWarlock Dark Stone Golem

    135
    37
    151
    Mar 21, 2017
    Male
    12:27 AM
    WackyWarlock
    Bishop
    200
    All of them
    no the only options would be either:
    set "newValue=HDClient = 0"
    set "newValue=HDClient = 1"
    set "newValue=HDClient = 2"

    this is basically editing the ini file for you instead of having to do it manually
    for reference:
    0 = 800x600
    1 = 1024x768
    2 = 1366x768

    If needed I can make a video tutorial. But probably will have to wait until my final exams are over.
     
    Last edited: May 8, 2024 at 2:41 PM

Share This Page