Recieved my new development machine off of ebay today. It works pretty well; I just needed to strip and rebuild it. After configuring the hardware (about 4 hours to unbuild & rebuild), I was able to set up pretty much my whole dev environment in about 4 hours. I’m running Windows 7 RC, with C# […]
Also filed in
|
|
Through more experimentation, I’ve only made myself more and more confused. Other people seem to have no problems AT ALL dealing with SendInput from User32.dll. I’m not sure why it’s so difficult for me! I started off trying to use VKs directly. That produced unexpected results. So then, I just started iterating through numbers. I […]
Also filed in
|
|
Wow! So, I decided to see what all of the keys do. I wrote a loop to use the OS-level DLL, sending 0x00 – 0xFF to the system. Note: this will cause ALL SORTS OF INSANITY. Knowing what I now know, I do not recommend repeating this adventure. I eventually got my screen un-inverted, and […]
Also filed in
|
|
I had a nice Indian dinner tonight, and I brainstormed on how I want the UI to hang together. I think I’ve got it worked out on paper. I’ve reorganized a few stray methods into classes, and then built a few windows around those classes. As a complete program, it’s starting to come together: profiles […]
Also filed in
|
|
So, after some initial tests at a friend’s house, it looks like SendKeys is too high-level to work in some DirectX games. I think maybe it’s because it does a press/release cycle too quickly. There is an OS-level DLL that I could hook into, which would allow me to control my own press/release cycle. It […]
Also filed in
|
|
I had an interesting idea today (and a difficult few weeks before this idea)! Fighting games use the concept of combos a lot – there are dozens of moves each character can execute, and a series of button presses triggers each of those moves. Most other games, however, require parallel button presses to execute commands; […]
Also filed in
|
|
Sunday, September 7, 2008
The last two days, I’ve spent with my girlfriend. Today, I’m travelling to Brazil. I should arrive by 2pm Brazil time tomorrow, so I don’t know if I’ll be productive until the 9th. That will be cutting it close; I might do some development this afternoon. I had a good idea for my tutorial – […]
Also filed in
|
|
Wednesday, August 20, 2008
This is the first post in the Red Mawashi Entertainment blog. Please don’t expect much.
Also filed in
|
|