From 0cf9321ede7e98616e0e60439f120fdf5f687887 Mon Sep 17 00:00:00 2001 From: Steam Deck User Date: Tue, 7 Feb 2023 20:53:01 -0500 Subject: [PATCH] FTE: Add moneyback_condensed, removed autoscaling --- common/gfx/hud/moneyback_condensed.tga | Bin 0 -> 1073 bytes pc/nzp/fte.cfg | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 common/gfx/hud/moneyback_condensed.tga diff --git a/common/gfx/hud/moneyback_condensed.tga b/common/gfx/hud/moneyback_condensed.tga new file mode 100644 index 0000000000000000000000000000000000000000..197e040e65f715dfe0c364b05ce7dccd73d2f982 GIT binary patch literal 1073 zcmcJOOHM*T5Jd|lgfMamZa~+-1e2E#O#BeGqk<4W=)jR96Bk5E9D{JnBO zviq|1VtdgEyJI$B4A}HDhb`)|6G6Zxoi5cxu->a|_9gXENb7QThT~N#8C3Z<|4QDI zbV#B%!;>vnm=&Wmkz;nXp;&uKpia}^z``25d`QP=5G)y*3t$)! zHmSCA2Gx=Hn@+e#={>HnOy~B$RSg=N+bPLE{E;eZ#G}M!nv5^(7ynJ9>;M1& literal 0 HcmV?d00001 diff --git a/pc/nzp/fte.cfg b/pc/nzp/fte.cfg index 07e80fd..5f9925c 100644 --- a/pc/nzp/fte.cfg +++ b/pc/nzp/fte.cfg @@ -287,8 +287,8 @@ vid_displayfrequency "" vid_height "768" //The screen height to attempt to use, in physical pixels. 0 means use desktop resolution. vid_width "1024" //The screen width to attempt to use, in physical pixels. 0 means use desktop resolution. vid_triplebuffer "1" //Specifies whether the hardware is forcing tripplebuffering on us, this is the number of extra page swaps required before old data has been completely overwritten. -vid_conautoscale "2" //Changes the 2d scale, including hud, console, and fonts. To specify an explicit font size, divide the desired 'point' size by 8 to get the scale. High values will be clamped to maintain at least a 320*200 virtual size. -vid_conheight "0" +vid_conautoscale "0" //Changes the 2d scale, including hud, console, and fonts. To specify an explicit font size, divide the desired 'point' size by 8 to get the scale. High values will be clamped to maintain at least a 320*200 virtual size. +vid_conheight "480" vid_conwidth "0" vid_depthbits "0" //The number of depth bits to request from the renedering context. Try 24. vid_bpp "32" //The number of colour bits to request from the renedering context