Noddle Posted February 28, 2010 Share Posted February 28, 2010 Hi, I'm just started playing with TunerStudio, and I want to add a Boost gauge like I have in MegaTune, can some one explain, how this is done. Nigel Quote Link to comment Share on other sites More sharing options...
Noddle Posted March 2, 2010 Author Share Posted March 2, 2010 I asked the same question on the msextra forums, this is the solution Re: TunerStudio + BoostGauge, how to do it ? If you paste this into the custom.ini file in the projectCfg folder: Code: Select all [OutputChannels] vacuum = {(barometer-map)*0.2953007} ; Calculate vacuum in in-Hg. boost = {map < barometer ? 0.0 : (map-barometer)*0.1450377} ; Calculate boost in PSIG. [GaugeConfigurations] ; Name Var Title Units Lo Hi LoD LoW HiW HiD vd ld vacuumGauge = vacuum, "Engine Vacuum", "in-HG", 0, 30, 0, 0, 30, 30, 1, 1 boostgauge = boost, "Engine Boost", "PSIG", 0, 20, 0, 0, 15, 20, 1, 1 It should be listed as "Engine Boost - boostgauge" under "Gauge Templates X" when you right click on a gauge thanks to Phil for the answer Nigel Quote Link to comment Share on other sites More sharing options...
mobythevan Posted March 3, 2010 Share Posted March 3, 2010 And thanks to you for putting the answer up here to help other people in the future. I did not know how to add it and was waiting to see if you found the answer. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.