| Author |
Message |
Topic: Have I said "Thank you"? |
BaldieJr
Replies: 2
Views: 369
|
Forum: Ask for Help Posted: Wed Nov 09, 2005 6:32 pm Subject: Have I said "Thank you"? |
| Ahk is the best darned thing I've ever encountered for windows. Thank you for your efforts. |
Topic: Can I read from a DOS box? |
BaldieJr
Replies: 12
Views: 1364
|
Forum: Ask for Help Posted: Fri Dec 03, 2004 5:04 am Subject: Can I read from a DOS box? |
I've been playing with the named pipe idea for a few hours and haven't had much luck. I can do this in dos:
C:\WINDOWS\tail.exe -n 2 %infile% | C:\WINDOWS\nc.exe -u %backendip% %backendport ... |
Topic: Can I read from a DOS box? |
BaldieJr
Replies: 12
Views: 1364
|
Forum: Ask for Help Posted: Thu Dec 02, 2004 6:35 pm Subject: Can I read from a DOS box? |
| Its up again. |
Topic: Can I read from a DOS box? |
BaldieJr
Replies: 12
Views: 1364
|
Forum: Ask for Help Posted: Thu Dec 02, 2004 5:45 pm Subject: Can I read from a DOS box? |
The forums appear to be down  |
Topic: Can I read from a DOS box? |
BaldieJr
Replies: 12
Views: 1364
|
Forum: Ask for Help Posted: Thu Dec 02, 2004 4:51 pm Subject: Can I read from a DOS box? |
Hey Chris,
A fellow simmer wrote a wrapper for the game interface and has made it freely available. Is this something that could be implemented in ahk?
Preferably, I'd like to see socket support ... |
Topic: Can I read from a DOS box? |
BaldieJr
Replies: 12
Views: 1364
|
Forum: Ask for Help Posted: Wed Dec 01, 2004 3:43 pm Subject: Can I read from a DOS box? |
I've got a mess on my hands
My game has a network backend for controls (joystick and such). It will also let me check the state of various settings (is the landing gear down or up?).
I can't ... |
Topic: SQLite :) |
BaldieJr
Replies: 25
Views: 4236
|
Forum: Wish List Posted: Mon Sep 13, 2004 2:10 am Subject: SQLite :) |
Oh, and sockets would also be kick-@@@  |
Topic: SQLite :) |
BaldieJr
Replies: 25
Views: 4236
|
Forum: Wish List Posted: Mon Sep 13, 2004 1:55 am Subject: SQLite :) |
Would be an awesome addition, especially with all the neat GUI additions.
http://www.sqlite.org/ |
Topic: Boolean in Ifs |
BaldieJr
Replies: 7
Views: 1295
|
Forum: Wish List Posted: Sun Jul 11, 2004 4:16 am Subject: Boolean in Ifs |
Chris,
I'm not normal. I'm building a cockpit.
3 sticks are installed now (one is virtual) and autohotkeys sees them all. I have a dual-device USB controller awaiting more parts. I plan ... |
Topic: Boolean in Ifs |
BaldieJr
Replies: 7
Views: 1295
|
Forum: Wish List Posted: Sun Jul 11, 2004 2:33 am Subject: Boolean in Ifs |
Seems kinda involved to me
If anyone ever needs to know how to do key-stroke 'banding' on a joy axis, this is it.
This uses axis U.
0-10 = 0 % mixture
11-20 = 10% mixture
etc etc e ... |
Topic: Boolean in Ifs |
BaldieJr
Replies: 7
Views: 1295
|
Forum: Wish List Posted: Sat Jul 10, 2004 9:15 pm Subject: Boolean in Ifs |
Let me rephrase:
I wish for: expressions in if statements, with multiple comparisons using and/or.
ifing an if is fine when you've only two, but try breaking an axis into 10 (or more!) seperate ... |
Topic: Boolean in Ifs |
BaldieJr
Replies: 7
Views: 1295
|
Forum: Wish List Posted: Sat Jul 10, 2004 7:22 am Subject: Boolean in Ifs |
if joyU < 020 && > 010
Send, somekey
 |
Topic: Virtual joystick |
BaldieJr
Replies: 10
Views: 2484
|
Forum: Scripts & Functions Posted: Fri Jul 09, 2004 4:26 am Subject: Virtual joystick |
Like I said, the more elegant solution would be low-level support via autohotkey, but if you can have autohotkey just talk to the ppjoy virtual joystick driver, I'd be happy as a pig in poo.
autoho ... |
Topic: Virtual joystick |
BaldieJr
Replies: 10
Views: 2484
|
Forum: Scripts & Functions Posted: Thu Jul 08, 2004 9:13 pm Subject: Virtual joystick |
Docs on sending to virtual stick:
http://www.geocities.com/deonvdw/Docs/PPJoyMain.htm?Page=http://www.geocities.com/deonvdw/Docs/Diagrams/Virtual/IOCTL.htm
FYI: That site uses frames poorly. |
Topic: Virtual joystick |
BaldieJr
Replies: 10
Views: 2484
|
Forum: Scripts & Functions Posted: Thu Jul 08, 2004 8:57 pm Subject: Virtual joystick |
I've not encountered any. Maybe the really expensive joysticks can do this.
I did find something of interest though: ppjoy.
It has a virtual joystick driver built into it, and is very customizab ... |
| |