From d7ef658f304bb1a28ff122e908a39c1fb2ea0ade Mon Sep 17 00:00:00 2001 From: kitty624 <58940527+kitty624@users.noreply.github.com> Date: Fri, 9 Feb 2024 23:28:57 +0100 Subject: [PATCH] Update to ja2.ini for scaling tooltips the source pr https://github.com/1dot13/source/pull/151 made it possible to scale up tooltips added the setting and description to ja2.ini to allow to make use of it --- Ja2.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Ja2.ini b/Ja2.ini index df7eb5b3a..e821002cd 100644 --- a/Ja2.ini +++ b/Ja2.ini @@ -25,6 +25,16 @@ VFS_NO_UNICODE = FALSE USE_WINFONTS = 0 +;****************************************************************************************************************************** +; We can see tooltips for a variety of things when doing a mouseover in-game +; Tooltips can be upscaled. The baseline is 100 +; Values <100 won't have an effect +; Values >100 will scale up the fontsize for ALL in-game tooltips +; Example: if 200 is used instead of 100, fontsize will be doubled +;****************************************************************************************************************************** + +TOOLTIP_SCALE_FACTOR = 100 + ;****************************************************************************************************************************** ; Define here the correct vfs_config.XYZ.ini for the MOD you would like to play ; If you would like to play a different MOD, you only need to change this line with the correct vfs_config.XYZ.ini