TaffinMouse 0.3 easy program 4 using scroll wheel and forward/back buttons in Thief 1 - by KoHaN69
KoHaN69 on 29/6/2008 at 18:29
Hello, I discovered autohotkey through (
http://www.ttlg.com/forums/showthread.php?t=119752) this thread
But did not like the need of installation and messy batch-filing. So I made my own
This is a very simple program.
It binds:
Alt+Num Del to kill thief.exe
mouse scroll wheel up to the Page Up Key
mouse scroll wheel down to the Page Down Key
Mouse Forward Button to the ] key
Mouse Back Button to the [ key
(mouse forward/back buttons are the ones on the side of the mouse)
How it works:
1.) Simply put TaffinMouse.exe in the same folder as THIEF.EXE
2.) Run TaffinMouse.exe instead of Thief.exe
3.) It automatically launches Thief.exe and binds the foward/back keys and scroll wheel.
4.) When Thief.exe is closed, it will automatically close as well.
If you'd like anything changed, or any features add, please let me know!
NOVEMBER 08, 2009 version 0.3
-added support for both thief.exe and thief2.exe
- future plans:
user can input any game.exe to be affected, user can input any keyboard buttons to bind mouse to
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
0.3 changelog:
+ Check existence of both thief.exe and thief2.exe, error of both
+ Check existence of neither thief.exe and thief2.exe, error if none
+ Launch one that exist.
////////////////////////////////////////////////////////////////////////////////
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
0.2 changelog:
+ added alt+ num del to kill thief.exe bindingIf this is a problem for
anyone, please let me know!
+ added %A_ScriptDir%\ in to run game exe(not a user-visible change, just cleaner code)
+ fixed issue of HOLD mode (like crouch) not working with forward/back buttonsIn 0.1 crounch hold/lean/walk didnt work if bound to the side buttons, now it's fixed.
+
decreased the number of bind key lines by using wildcard char (*) so now instead of: WheelDown::SendInput, {PgDn}
Shift & WheelDown::SendInput, {PgDn}
Alt & WheelDown::SendInput, {PgDn}
Ctrl & WheelDown::SendInput, {PgDn}
it's just:*WheelDown::SendInput, {PgDn}
(not a user-visible change, just cleaner code)
+edited Kerrle's high res thief icon by adding my mouse in the middle of it
:cheeky:
////////////////////////////////////////////////////////////////////////////////
(
http://rapidshare.com/files/305325584/TaffinMouse0_3.zip) Download TaffinMouse 0.3 here (rapidshare *fixed)
(
http://darkfate.ru/?show=files/clearing/TaffinMouse0_3.zip) mirror (by clearing)
(
http://www.mediafire.com/download.php?nj5mgzmtbiz) mediafire mirror
(
http://www.mediafire.com/?1strgqmomjv) Download TaffinMouse 0.2b here
If you'd like anything changed, or any features add, please let me know!
Yandros on 29/6/2008 at 18:51
My scrollwheel works fine already... :confused:
Solabusca on 29/6/2008 at 19:31
Quote Posted by Yandros
My scrollwheel works fine already... :confused:
Your scrollwheel allows you to cycle through your inventory? Because mine doesn't...
D/Ling now, and I'll report on how it works!
.j.
Digital Nightfall on 29/6/2008 at 21:26
I have my scroll wheel control the walking speed. Only problem is it's backwards. Push up to go slower, push down to go faster. I got used to it pretty quickly though. Now I can't stand to be without it.
KoHaN69 on 29/6/2008 at 22:01
Quote Posted by Yandros
My scrollwheel works fine already... :confused:
Quote Posted by Digital Nightfall
I have my scroll wheel control the walking speed. Only problem is it's backwards. Push up to go slower, push down to go faster. I got used to it pretty quickly though. Now I can't stand to be without it.
But scroll wheel doesnt work in thief1
anyway, you can just add the PgUp and PgDn keys to the walking speed binds and Mousewheel will work just fine
Yandros on 29/6/2008 at 23:26
Oh, I don't know about T1... I very rarely play it. It works in T2 though... sorry for the confusion, but you never said that you were referring to T1.
The Magpie on 30/6/2008 at 00:05
:erm: ...the thread title, Yandros?
Is TaffinMouse made with AutoHotKey, or what is it?
It goes right into my Thief Kit memory stick, anyway. Thanks.
--
Larris
Yandros on 30/6/2008 at 02:01
Quote Posted by The Magpie
:erm: ...the thread title, Yandros?
You'll notice he edited it after my first post... :p
Martek on 30/6/2008 at 10:02
Is the source in the zip?
KoHaN69 on 1/7/2008 at 00:20
Quote Posted by Yandros
You'll notice he edited it after my first post... :p
Yes I did, I added the "1" in the thread title.
Quote Posted by Martek
Is the source in the zip?
Yes it's made with autohotkey, and the source is in the zip.