1. Discord Support team Facebook l2central.info

Windowed frameless mode?

Discussion in 'Archive 2.0' started by Diamonds, Dec 12, 2011.

Thread Status:
Not open for further replies.
  1. Diamonds

    Diamonds User

    Joined:
    07.12.11
    Messages:
    125
    Likes Received:
    0
    is there a way to make the game run in a window with no frame? alt+tabing takes way too much time in fullscreen mode.
     
  2. Amiron

    Amiron User

    Joined:
    29.11.11
    Messages:
    66
    Likes Received:
    0
    alt + enter if you want window mode.
     
  3. Mr_Kzimir

    Mr_Kzimir User

    Joined:
    29.11.11
    Messages:
    968
    Likes Received:
    757
    i think what he is looking for is a fullscreen borderless windowed mode
     
  4. _qml'

    _qml' User

    Joined:
    06.12.11
    Messages:
    20
    Likes Received:
    0
    l2 has no borderless window mode.
     
  5. DezaXatuL

    DezaXatuL User

    Joined:
    06.12.11
    Messages:
    38
    Likes Received:
    0
    it can be modified to make window mode frameless, but it is impossible on innova unless they enable this feature on the server. im also interested in increased zoom-out option.
     
  6. Kuro1n

    Kuro1n User

    Joined:
    30.11.11
    Messages:
    375
    Likes Received:
    13
    lets play the game like it's meant to be played for once... oooor you use a little trick, page down and zoom out. : p
     
  7. MadGhost

    MadGhost User

    Joined:
    09.12.11
    Messages:
    8
    Likes Received:
    0
    actualy on full screen when i change to other application i get critical error usualy so will be nice change to windowed w/o frame mode. i cant not even use other programs like shiftwindow :( and this alt+enter rly sux
     
  8. Diamonds

    Diamonds User

    Joined:
    07.12.11
    Messages:
    125
    Likes Received:
    0
    i dont even care about the unlimited zoom option. im constantly alt+tabbing and that mode would save alot of loading time. isnt there a way to force windows to not use its borders?
     
  9. Truga

    Truga User

    Joined:
    03.12.11
    Messages:
    49
    Likes Received:
    135
    i, too, would like a framless window option.
     
  10. Strenki

    Strenki User

    Joined:
    12.12.11
    Messages:
    64
    Likes Received:
    20
    thank god iam not alone !!!
    i would like to have a framless window option aswell.
    please please
    so i dont have to wait 3 seconds for each gtalk / icq / facebook message > alt-tab

    for those who dont understand. frameless = looks like full screen, but its windowed without boarders. biggest benefit > fast alt-tab between the applications and when you play, you see only l2 nothing else
     
    Last edited by a moderator: Dec 12, 2011
  11. Koren

    Koren User

    Joined:
    29.11.11
    Messages:
    399
    Likes Received:
    0
    ask nc korea, innova can't mod the client as much.
     
  12. Mr_Kzimir

    Mr_Kzimir User

    Joined:
    29.11.11
    Messages:
    968
    Likes Received:
    757
    unless you decrypt files
     
  13. Koren

    Koren User

    Joined:
    29.11.11
    Messages:
    399
    Likes Received:
    0
    and ? they wont be able to play on innova so...
    l2 has no borderless window mode.


    it's like saying "in l2 you can't be nude unless you modify the client !"

    ok.

    in l2 you can't be fighting with lightsaber unless you modify the client !
    in l2 you can't be running on walls unless you modify the client !
    in l2 you can't walk on your hands unless you modify the client !
    in l2......
     
  14. Arcain

    Arcain User

    Joined:
    29.11.11
    Messages:
    311
    Likes Received:
    0
    not sure if autohotkey works (doubt that), but if it is you can make that script:

    Code:
    ; set your resolution
    w = 1680
    h = 988
    
    lwin & lbutton::
    settitlematchmode, 2
    
    winget style, style, a
    if(style & 0xc40000) {
      wingetpos, x, y, width, height, a
      winset, style, -0xc40000, a
      winmove,a,,0,0,w,h
    } else {
      winset, style, +0xc40000, a
      winmove,a,,%x%,%y%,%width%,%height%
    }
    return
    
    start the script and once you get the game working just hit left windows key and left mouse button. should be bordless with 1680x988 as resolution.
     
  15. Diamonds

    Diamonds User

    Joined:
    07.12.11
    Messages:
    125
    Likes Received:
    0
    how do i start the script? i have no idea about programming whatsoever.
     
  16. Arcain

    Arcain User

    Joined:
    29.11.11
    Messages:
    311
    Likes Received:
    0
    save it as whatever_the_name_you_want.ahk and double click on it. you need to have autohotkey installed and i've no idea if frost won't block it.
     
  17. Diamonds

    Diamonds User

    Joined:
    07.12.11
    Messages:
    125
    Likes Received:
    0
    so, as far as my knowledge of scripting and such is concerned, the scrip simply moves the window to the top left corner so the frames are off the screen. if thats the case then i dont see why frost would do anything to it. will try it out.
     
  18. stomped

    stomped User

    Joined:
    10.12.11
    Messages:
    411
    Likes Received:
    0
    dunno what pc u use, but for me altabing at maxed setings at full screan is instant.
     
  19. Arcain

    Arcain User

    Joined:
    29.11.11
    Messages:
    311
    Likes Received:
    0
    nope, it removes the frame as well, look here:

    Code:
    winset, style, -0xc40000, a
    
    you can check it on any app you have running now. if you don't want your window to be moved to the top you can comment or edit that line:

    frost might not like the autohotkey, it's not that particular script issue.
     
  20. Strenki

    Strenki User

    Joined:
    12.12.11
    Messages:
    64
    Likes Received:
    20
    still not same
    just open 2 firefox windows and alt tab with them
    and then open 1 firefox and 1 fullscreen l2 and alt tab between them
    if you dont see the difference, than iam sorry for you
     
Thread Status:
Not open for further replies.