From dda6d4cf955fdcfa1434a1b0dc9a8560a9e71939 Mon Sep 17 00:00:00 2001 From: Bart Trzynadlowski Date: Tue, 16 Aug 2022 18:33:33 -0700 Subject: [PATCH] Added some options to default Supermodel.ini that otherwise are not documented anywhere because README.txt is out of date --- Config/Supermodel.ini | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/Config/Supermodel.ini b/Config/Supermodel.ini index 14b5fe7..4c84799 100644 --- a/Config/Supermodel.ini +++ b/Config/Supermodel.ini @@ -1,6 +1,6 @@ ;; ;; Supermodel Configuration File -;; Default settings for Version 0.3a. +;; Default settings. ;; @@ -31,9 +31,24 @@ [ Global ] +; Graphics +New3DEngine = true +QuadRendering = false +WideScreen = false +Stretch = false +WideBackground = false + +; Refresh rate (milliHertz accuracy). Actual Model 3 refresh rate is 57.524 Hz +; but this can cause judder so we use 60 Hz by default. +RefreshRate = 60.000 + +; Legacy SCSP DSP implementation for games that do not play well with the newer +; one (e.g., Fighting Vipers 2) +LegacySoundDSP = false + ; Network board -Network = 0 -SimulateNet = 1 +Network = false +SimulateNet = true PortIn = 1970 PortOut = 1971 AddressOut = "127.0.0.1"