I'm trying to do a patch for that "drag without confirmation" enhancement i talked about.
Need 3 things now: how to increase the height of a gump (in this case, gameplay settings)
How to check for a keypressed during the drop of a stack (as a modifier key, so the alternate mode can be overridden selectively, with control - for instance).
How to do a patch to the last remote svn version from the command line
How do you increase the size of modal gumps?
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Re: How do you increase the size of modal gumps?
The gameplay gump can't be made any bigger/higher it's as big as the default/original resolution allows. You need to add to misc options gump.
The patch can be made via the diff svn command (svn diff > mypatch.diff).
The patch can be made via the diff svn command (svn diff > mypatch.diff).
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: How do you increase the size of modal gumps?
Yeah, finished it, i will attach it to the RFE.
Re: How do you increase the size of modal gumps?
Attached it to a patch instead, i like attribution and am unemployed.