Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
upon still having absolutely no luck finding what i was looking for in forums i went back to my script and started comparing it to some of my older scripts to find a solution.
after a while of looking right at it and not seeing it, it all came flooding back.
the number i was adjusting before is the one just before the deadzone command and does indeed of course pertain to sensitivity.
the equation immediately following the deadzone command pertains to the dead zone.
in other words deadzone IS the command for pressure required and thus is what i needed to adjust.
maybe its because the script above doesnt have a numerical value within the equation that it took me sooo long to realize it.
for example:
Mouse.DirectInputX = Mouse.DirectInputX + 10*deadzone(XInput1.Joy2X)
adjusting the above value of 10 will of course adjust the sensitivity of the mouse movement to slower w/ a lower value and faster w/ a higher value.
while adding a numerical value to the end of the equation pertaining to the deadzone will adjust the pressure required to activate the output.
ie: Mouse.DirectInputX = Mouse.DirectInputX + 10*deadzone(XInput1.Joy2X0.2)
im still running some trouble shooting to compensate for the pull of the analog but this solves the problem..
FUNNY HOW ONE CAN MAKE THEMSELVES FEEL LIKE A COMPLETE JACKASS SOMETIMES...
LM MUTHA ♥♥♥♥IN AO
and remember kids too much caffeine and sleep dep is bad mmk
Best place to find help with your scripting issue.