new tutorial

Whats Up Everyone?
I have put together a tutorial on how to get proper game movement from my joystick script.
plus an updated joystick.pyd

Joystick.pyd needs to me in a directory in your python path to work

Download

Hope its some help :slight_smile:

Hey you got your profile back :smiley: awesome Snailrose.
Btw the joystick script is great, I can’t test it by myself, because I don’t have a joystick.
Anyways what about thinking to make a tutorial for Blended Reality? :slight_smile:

Wohoo, SnailRose you got back your nick. I’ll try the file tomorrow morning, hehe, going to try to finish all my HW so I can actually have a full day free to do some Blender.

Joystick.pyd needs to me in a directory in your python path to work

Hmm, are you positive of that? I remember the older demo that you had. All I had to do was run the .exe and it worked fine, no extra things I had to do.

Jason Lin

Yeah if its run from inside a exe it will work without it being in your path, given that
its in the same dir
If you use it from blender, python will need to be able to find it

snailrose:

I read the html file that came with the zip. When you say “axis” or “axes” do you really mean “buttons” as in the joystick’s buttons?

I’m not really sure what you mean.
The .html file is only about axes, through Joystick.thisAxis().
Buttons are available through Joystick.thisButton().
I’ll have a complete reference up in a few days :slight_smile: