-
Notifications
You must be signed in to change notification settings - Fork 98
Dash Studio Creation Tutorial
zegreatclan edited this page Apr 6, 2017
·
7 revisions
In the Dash Studio plugin main list - Click on `New dashboard' then type the name and then click on EDIT:
A real driver doesn't need a bloated dash - Gear, Speed and RPM will do the trick!
Hmm...too basic - we should make it more glorious!
- Change font family and font size in property grid
Add a ellipse then move it to the background, set colors and size.
I guess we should fix this
What ?? You want more ? Ok, ok ... let's add a RPM bar.
Progress bar is a "basic" component meaning that by default it's not bound to game data. In order to make it display the current RPMs, we use property binding
(FX), in order to set the value
property of the progress bar to the ingame current RPM. The syntax used is the ncalc syntax. In this example we just use the current RPM percent as-is.