Discuss Scratch
- 110Percent
-
100+ posts
Xbox 360 Controller Support Mod?
Hi!
I just received a wired Xbox 360 Controller for Christmas, for use with computers and other devices.
I was crawling around this here internet, and I was wondering:
Is there a Scratch Mod that allows use of, and has additional blocks for, an Xbox 360 Controller?
For example: blocks like
Does anyone know where I can find one? Thanks!
I just received a wired Xbox 360 Controller for Christmas, for use with computers and other devices.
I was crawling around this here internet, and I was wondering:
Is there a Scratch Mod that allows use of, and has additional blocks for, an Xbox 360 Controller?
For example: blocks like
Does anyone know where I can find one? Thanks!

- Zeusking19
-
500+ posts
Xbox 360 Controller Support Mod?
Again, does not exist from what I can see, someone might do it, but I doubt it - a lot of people that did have the experience to carry out such a mod have left over the last 3 years.
- bobbybee
-
1000+ posts
Xbox 360 Controller Support Mod?
Seems like a potential neat addition to Scratch. I'll look into writing an extension for this 

- Zeusking19
-
500+ posts
Xbox 360 Controller Support Mod?
Seems like a potential neat addition to Scratch. I'll look into writing an extension for this
Okay, perhaps there IS interest for such an extension xD
- 110Percent
-
100+ posts
Xbox 360 Controller Support Mod?
Wow! That's amazing! Thank you! Seems like a potential neat addition to Scratch. I'll look into writing an extension for this

- bobbybee
-
1000+ posts
Xbox 360 Controller Support Mod?
…and done!
https://github.com/bobbybee/scratch-gamepad/blob/master/ext.js
Import that as an experimental extension (look around the forums), and it will give you a get axis and get button on _any_ supported controller. You'll need a recent version of Google Chrome, though (since like 22). Once imported, it should show up in more blocks with a yellow circle. Press any button (although in practice, only some will work), and it will turn green. At this point, you're done!
The mappings are: http://www.html5rocks.com/en/tutorials/doodles/gamepad/gamepad_diagram.png
Have fun!
https://github.com/bobbybee/scratch-gamepad/blob/master/ext.js
Import that as an experimental extension (look around the forums), and it will give you a get axis and get button on _any_ supported controller. You'll need a recent version of Google Chrome, though (since like 22). Once imported, it should show up in more blocks with a yellow circle. Press any button (although in practice, only some will work), and it will turn green. At this point, you're done!
The mappings are: http://www.html5rocks.com/en/tutorials/doodles/gamepad/gamepad_diagram.png
Have fun!
- 110Percent
-
100+ posts
Xbox 360 Controller Support Mod?
That took an hour. …and done!
https://github.com/bobbybee/scratch-gamepad/blob/master/ext.js
Import that as an experimental extension (look around the forums), and it will give you a get axis and get button on _any_ supported controller. You'll need a recent version of Google Chrome, though (since like 22). Once imported, it should show up in more blocks with a yellow circle. Press any button (although in practice, only some will work), and it will turn green. At this point, you're done!
The mappings are: http://www.html5rocks.com/en/tutorials/doodles/gamepad/gamepad_diagram.png
Have fun!

- 110Percent
-
100+ posts
Xbox 360 Controller Support Mod?
…and done!
https://github.com/bobbybee/scratch-gamepad/blob/master/ext.js
Import that as an experimental extension (look around the forums), and it will give you a get axis and get button on _any_ supported controller. You'll need a recent version of Google Chrome, though (since like 22). Once imported, it should show up in more blocks with a yellow circle. Press any button (although in practice, only some will work), and it will turn green. At this point, you're done!
The mappings are: http://www.html5rocks.com/en/tutorials/doodles/gamepad/gamepad_diagram.png
Have fun!
How does one import a JSON extension? I can only seem to import html ones using the Offline Editor.

- Thepuzzlegame
-
1000+ posts
Xbox 360 Controller Support Mod?
Go into the web console and paste the code for the extension How does one import a JSON extension? I can only seem to import html ones using the Offline Editor.

- 110Percent
-
100+ posts
Xbox 360 Controller Support Mod?
Thanks!Go into the web console and paste the code for the extension How does one import a JSON extension? I can only seem to import html ones using the Offline Editor.

- Thepuzzlegame
-
1000+ posts
Xbox 360 Controller Support Mod?
Awesome extension by the way bobbybee! (I've added it to the directory) Unfortunately I am not in possession of an Xbox 360 USB connector or wireless gaming receiver …and done!
https://github.com/bobbybee/scratch-gamepad/blob/master/ext.js
Import that as an experimental extension (look around the forums), and it will give you a get axis and get button on _any_ supported controller. You'll need a recent version of Google Chrome, though (since like 22). Once imported, it should show up in more blocks with a yellow circle. Press any button (although in practice, only some will work), and it will turn green. At this point, you're done!
The mappings are: http://www.html5rocks.com/en/tutorials/doodles/gamepad/gamepad_diagram.png
Have fun!

- 110Percent
-
100+ posts
Xbox 360 Controller Support Mod?
I just got one for Christmas. I've been asking since October!Awesome extension by the way bobbybee! (I've added it to the directory) Unfortunately I am not in possession of an Xbox 360 USB connector or wireless gaming receiver …and done!
https://github.com/bobbybee/scratch-gamepad/blob/master/ext.js
Import that as an experimental extension (look around the forums), and it will give you a get axis and get button on _any_ supported controller. You'll need a recent version of Google Chrome, though (since like 22). Once imported, it should show up in more blocks with a yellow circle. Press any button (although in practice, only some will work), and it will turn green. At this point, you're done!
The mappings are: http://www.html5rocks.com/en/tutorials/doodles/gamepad/gamepad_diagram.png
Have fun!

I've had 4 wireless ones the whole time, but never one of those receiver thingies.
I just got a cheap, wired controller for PC gaming.

- bobbybee
-
1000+ posts
Xbox 360 Controller Support Mod?
Awesome extension by the way bobbybee! (I've added it to the directory) Unfortunately I am not in possession of an Xbox 360 USB connector or wireless gaming receiver …and done!
https://github.com/bobbybee/scratch-gamepad/blob/master/ext.js
Import that as an experimental extension (look around the forums), and it will give you a get axis and get button on _any_ supported controller. You'll need a recent version of Google Chrome, though (since like 22). Once imported, it should show up in more blocks with a yellow circle. Press any button (although in practice, only some will work), and it will turn green. At this point, you're done!
The mappings are: http://www.html5rocks.com/en/tutorials/doodles/gamepad/gamepad_diagram.png
Have fun!
Well, have a PS3 one? Generic no name brand one?
It's standard Gamepad API; any PS3-like controller should work.
- bobbybee
-
1000+ posts
Xbox 360 Controller Support Mod?
Official discussion for the gamepad extension can be found at http://scratch.mit.edu/discuss/topic/76556/?page=1#post-656010
- WaterDrops
-
2 posts
Xbox 360 Controller Support Mod?
Explore is thinking of having Compatible devices like that but its not going to be soon Hi!
I just received a wired Xbox 360 Controller for Christmas, for use with computers and other devices.
I was crawling around this here internet, and I was wondering:
Is there a Scratch Mod that allows use of, and has additional blocks for, an Xbox 360 Controller?
For example: blocks like
Does anyone know where I can find one? Thanks!
- goldfish678
-
1000+ posts
Xbox 360 Controller Support Mod?
If you're fine with a 1.4 mod, yes, there is.
- Thepuzzlegame
-
1000+ posts
Xbox 360 Controller Support Mod?
there is.This actually connects to a kinect, not an Xbox 360 Controller, still very cool though! If you're fine with a 1.4 mod, yes,
- Wettining
-
500+ posts
Xbox 360 Controller Support Mod?
bump
Last edited by Wettining (Dec. 31, 2016 00:39:33)