Search titles only
By:
Home
Forums
New posts
Search forums
Articles
New articles
New comments
Search articles
Pinball DB
Pinball Tables
Pinball Games
What's new
New posts
New articles
New profile posts
New article comments
Latest activity
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Welcome Back to Digital Pinball Fans -
please read this first
For latest updates, follow Digital Pinball Fans on
Facebook
and
Twitter
Home
Forums
Farsight Studios
The Pinball Arcade / Farsight Studios
Platform Specific
PC
Are emulated inputs the answer for parity with controller users?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="relaxation" data-source="post: 226677" data-attributes="member: 5759"><p>Thanks for trying it out! I'll look into autostarting it* or just porting to AHK since a lot of people use that (I did too at one point).</p><p></p><p>[code]#soft logic</p><p>if not keyboard.getKeyDown(N2_key):</p><p>pressed = .6</p><p>if keyboard.getKeyDown(N2_key) and pressed > 0:</p><p>pressed = 1</p><p>if keyboard.getKeyDown(N3_key) and pressed > 0:</p><p>pressed = .8[/code]</p><p></p><p>In english: </p><p>If you aren't pressing the [N2_key] space bar it's only doing 60% (max value * .6). </p><p>If you're pressing the space bar its 100% (max value * 1)</p><p>If you're pressing the [N3_key] left alt key it's 80% (max value * .8).</p><p></p><p>So you could change these values to anything, like .55, .946 or .64334 to essentially get any xx.x% strength nudge you desire.</p><p></p><p>*Copy your script to the same folder as FreePIE or use its full location when making a shortcut to FreePIE like so...</p><p><img src="http://i.imgur.com/WwgcBmi.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Use this shortcut manually, task scheduler or whatever and it'll launch the quoted script and /r starts it.</p></blockquote><p></p>
[QUOTE="relaxation, post: 226677, member: 5759"] Thanks for trying it out! I'll look into autostarting it* or just porting to AHK since a lot of people use that (I did too at one point). [code]#soft logic if not keyboard.getKeyDown(N2_key): pressed = .6 if keyboard.getKeyDown(N2_key) and pressed > 0: pressed = 1 if keyboard.getKeyDown(N3_key) and pressed > 0: pressed = .8[/code] In english: If you aren't pressing the [N2_key] space bar it's only doing 60% (max value * .6). If you're pressing the space bar its 100% (max value * 1) If you're pressing the [N3_key] left alt key it's 80% (max value * .8). So you could change these values to anything, like .55, .946 or .64334 to essentially get any xx.x% strength nudge you desire. *Copy your script to the same folder as FreePIE or use its full location when making a shortcut to FreePIE like so... [IMG]http://i.imgur.com/WwgcBmi.png[/IMG] Use this shortcut manually, task scheduler or whatever and it'll launch the quoted script and /r starts it. [/QUOTE]
Verification
Post reply
Members online
No members online now.
Home
Forums
Farsight Studios
The Pinball Arcade / Farsight Studios
Platform Specific
PC
Are emulated inputs the answer for parity with controller users?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top