Update changelog
This commit is contained in:
parent
04f7214c1d
commit
9386ee102b
@ -38,6 +38,7 @@ static bool init = false;
|
|||||||
static bool MAEffect = false;
|
static bool MAEffect = false;
|
||||||
static bool MBEffect = false;
|
static bool MBEffect = false;
|
||||||
static bool DirtDevilSine = false;
|
static bool DirtDevilSine = false;
|
||||||
|
static bool ForceSpringEffect = false;
|
||||||
|
|
||||||
HINSTANCE hInstance;
|
HINSTANCE hInstance;
|
||||||
HINSTANCE hPrevInstance;
|
HINSTANCE hPrevInstance;
|
||||||
@ -1784,9 +1785,14 @@ void OutputReading::FFBLoop(EffectConstants* constants, Helpers* helpers, Effect
|
|||||||
if (EnableForceSpringEffect == 1)
|
if (EnableForceSpringEffect == 1)
|
||||||
{
|
{
|
||||||
if (stateFFB > 0)
|
if (stateFFB > 0)
|
||||||
|
{
|
||||||
|
ForceSpringEffect = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (ForceSpringEffect)
|
||||||
{
|
{
|
||||||
triggers->Springi(ForceSpringStrength / 100.0);
|
triggers->Springi(ForceSpringStrength / 100.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((hWnd1 > NULL) || (hWnd2 > NULL) || (hWnd3 > NULL) || (hWnd4 > NULL) || (hWnd5 > NULL)) //Daytona 2,Scud Race,Le Mans 24
|
if ((hWnd1 > NULL) || (hWnd2 > NULL) || (hWnd3 > NULL) || (hWnd4 > NULL) || (hWnd5 > NULL)) //Daytona 2,Scud Race,Le Mans 24
|
||||||
|
@ -46,13 +46,22 @@ Initial Supported Output Games
|
|||||||
-Off Road Challenge
|
-Off Road Challenge
|
||||||
-Cruis'n USA
|
-Cruis'n USA
|
||||||
-California Speed
|
-California Speed
|
||||||
-Out Run
|
-OutRun
|
||||||
-Turbo Out Run
|
-Turbo OutRun
|
||||||
-Power Drift
|
-Power Drift
|
||||||
-OutRunners (Currently ONLY game which allows 2 Player FFB if you have 2 x wheels or controllers)
|
-OutRunners (Currently ONLY game which allows 2 Player FFB if you have 2 x wheels or controllers)
|
||||||
|
|
||||||
|
Added Force Spring effect & Strength if you would like a spring effect over the standard default spring some games give (this will work on both MAME & Supermodel Output Games)
|
||||||
|
|
||||||
|
For Games which have a simple shaker motor, ive added SinePeriod,SineFadePeriod & SineStrength (or L & R Rumble Motor Strength if using controller) adjustments for you to get the effect how you would like (OutRun,Turbo OutRun,Power Drift & Outrunners)
|
||||||
|
|
||||||
|
Set motor power to 100% in Supermodel test menu's to recieve all values etc
|
||||||
|
|
||||||
|
Remember if effects feel too weak you can either Enable PowerMode or Raise the MinForce settings. If too strong, lower MaxForce settings.
|
||||||
|
|
||||||
Please Read Below Output Section For More Info or read FFBPluginReadme.txt before you message for help.
|
Please Read Below Output Section For More Info or read FFBPluginReadme.txt before you message for help.
|
||||||
|
|
||||||
|
|
||||||
***1.2 Changes***
|
***1.2 Changes***
|
||||||
|
|
||||||
- Added Initial D Arcade Stage Zero FFB Support
|
- Added Initial D Arcade Stage Zero FFB Support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user