osrsf2p Posted February 27, 2020 Share Posted February 27, 2020 (edited) Does anyone know if there is a way to launch the OSRS client in a specified window-size so I don't have to manually resize the window every single time I launch it? Example 1: Example 2: I can't remember specifically but I recall playing Diablo 2 a couple of years ago in windowed mode and doing something similar by adding some lines under: Properties > Shortcut so I could stretch the resolution without having to go fullscreen. In other words, here: If you have a solution for this I'd really like to know, TY Edit - if anyone is looking for something similar, this program works very well and it's ONLY for resizing and moving windows so it shouldn't mess with the client in a any way that might cause issues with MM: Edited February 29, 2020 by osrsf2p Quote Link to comment Share on other sites More sharing options...
Token Posted February 27, 2020 Share Posted February 27, 2020 There are many ways to do it through code: C# is probably best for windows apps, attaching a native java agent would also work for runescape, can be done with AHK without much knowledge - probably some copy pastes available for this somewhere, etc. but I don't remember any that can be done without programming knowledge There may be some windows options but they would definitely not provide as much functionality as can be achieved through code Quote Link to comment Share on other sites More sharing options...
osrsf2p Posted February 27, 2020 Author Share Posted February 27, 2020 (edited) 25 minutes ago, Token said: There are many ways to do it through code: C# is probably best for windows apps, attaching a native java agent would also work for runescape, can be done with AHK without much knowledge - probably some copy pastes available for this somewhere, etc. but I don't remember any that can be done without programming knowledge There may be some windows options but they would definitely not provide as much functionality as can be achieved through code Trying to find a solution atm by just googling around but not really finding what I'm looking for. As for programming knowledge, I can copy and paste code. Writing it however... Edit: I've found software that can do this but I'm not sure it's a good idea to have software that fucks with the window when MM needs to interact with it. Edited February 27, 2020 by osrsf2p Quote Link to comment Share on other sites More sharing options...