How do you increase the size of modal gumps?

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
paulo

How do you increase the size of modal gumps?

Post by paulo »

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 :)
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: How do you increase the size of modal gumps?

Post by Dominus »

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).
--
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!
paulo

Re: How do you increase the size of modal gumps?

Post by paulo »

Yeah, finished it, i will attach it to the RFE.
paulo

Re: How do you increase the size of modal gumps?

Post by paulo »

Attached it to a patch instead, i like attribution and am unemployed.
Locked