Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
/ ResizePls Public archive

Universal MelonMod Allowing Resizing of the Game's Windows.

License

Notifications You must be signed in to change notification settings

JustArion/ResizePls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

ResizePls

A MelonMod that allows changing the Game's windows (MelonConsole Included).

Note: "SW_HIDE" is only availble if you use the Game Launch Argument of --Dawn.AdvancedResize In doing this you accept the following responsibility:

The User is Advanced enough to know that hiding the application has consequences.
Consequences are:
     The Window is not able to normally be opened again.
     The instance of VRC will still be running and can be seen in Ctrl + Shift + Esc (Task Manager).
[Possible States]
SW_HIDE
SW_SHOWNORMAL
SW_SHOWMINIMIZED
SW_SHOWMAXIMIZED

MelonPreferences.cfg (Default Values)

[Resizer]
Enabled = true
WindowState = "SW_SHOWNORMAL"
IncludeMelonConsole = false

Credits

Special thanks to Knah for IntPtr knowledge!