Add Lua to change game window size

  • I'd like to add Lua that allows me to specify and change the game window size.

    Because when the cursor moves excessively due to operation errors, lag, etc., and the game window size changes unintentionally, it's annoying to open the system menu every time and operate.


     Example

     /run SYS_DispSet_SetDispWidth_SetValue(1600);

     /wait .1

     /run SYS_DispSet_SetDispHeight_SetValue(1024);


    To be able to create macros like this.


    By the way, I have already tried various descriptions of above existing 2 Lua "SYS_DispSet_SetDispWidth(Height)" by myself, but it doesn't work no matter how I try, so I guess there is no Lua at present that can specify and change game window Width & Height at once.

    Or there is an anomaly.

    (Or am I just describing it the wrong way?)

    If not, I hope you can implement.


  • Moderator

    Approved the thread.