Romainrob
@romainrob
Honorable Member
Joined: Oct 25, 2019
Last seen: Jun 3, 2024
Topics: 2 / Replies: 528
Reply
RE: Custom Effect Response Curve - Ramp then Pulse?

@exigeous I forgot, you need a formula returning a result between 0 and 100. My bad.Try:blink('BrakePulse', 200, [Brake] > 95) ? 100 : 0And play wi...

3 years ago
Reply
RE: Custom Effect Response Curve - Ramp then Pulse?

Hi,This could be done with 2 effects.Limiting the first effect to the 50-95% brake pressure range.And having a dedicated pulse effect if brake > 9...

3 years ago
Reply
RE: Installing Simhub on a different drive?

Hi,If the installer detect SimHub is already installed it won't ask for a destination folder.To move it either:1. Backup your current SimHub Install f...

3 years ago
Reply
RE: coding help

NCalc formulas don't allow for variables and storing values. You'll have to use JS instead: You can't output a value from a component.If you need...

3 years ago
Forum
Reply
RE: Timer with opponents lap

Hi,Have a look at the function list, in the formula window.There are some "driver" functions to retrieve info on other cars based on their position.Ma...

3 years ago
Reply
RE: Each Dash template per game

Hi,Depending on what dash you're using, this plugin may be what you're looking for:

3 years ago
Reply
RE: coding help

Hi,Using NCalc, the if function syntax is:if(condition,trueResult, falseResult)So it would look something like:if(condition1 && condition2 &am...

3 years ago
Forum
Reply
RE: How to show throttle/brake position in dashboard?

Hi,You have the bind the property to a text component in the dash editor.This page explains how it works:

3 years ago
Reply
RE: Romainrob's collection

@jch Hi,You can set a custom format for the quick text.Using 'ss"."fff'as TimeFormat Fx So the result of the formula is ss"."fffThe tracker plugin inc...

3 years ago
Reply
RE: Romainrob's collection

@egad Glad to hear it :DAnd thank you very much 😉 😉

3 years ago
Reply
RE: Romainrob's collection

@egad The per game settings were not properly updated on game change... ☹ It should be fixed now.  RSC.ExtraInputProperties.zip

3 years ago
Reply
RE: Romainrob's collection

@egad Ok, I see what you mean now.Forcing raw input for the axes, indeed made it always use the non SimHub game rotation range.I've updated it so it u...

3 years ago
Reply
RE: Romainrob's collection

@happiness133 Hi,There is a lot going on is the logs...I have a hard time making sense of it all tbh.I see the iRacing plugin getting into an error lo...

3 years ago
Reply
RE: Romainrob's collection

@egad Hi,I just tested it with DR2.0 and couldn't replicate the issue.As soon as the game connected, the plugin started using the range defined for th...

3 years ago
Reply
RE: Romainrob's collection

@happiness133 Hi, on what device are you trying to display the dash?Does it load properly if you open it locally on your PC screen?Log files are store...

3 years ago
Page 17 / 36