Friday 25 July 2008

A Game with a Kitty 1 & 2 Controls Script.

Yeah, I'm uploading this script now, I have to say my impressions of what this game would be for something made in two weeks are way off. This game is well made the controls are perfect, it's definitely a great platformer game. But whatever.


here is the text version:

//Controls for A Game with a Kitty 1 and 2
//Written by Tom Jones
//
//AGwaK1 Controls:
//If Classic Controller is in:
//Y-Button = Run
//B-Button = Jump
//Dpad = Move
//
//Without Classic Controller:
//One-Button = Run
//Two-Button = Jump
//Dpad = Move

//AGwaK2 Controls
//If Classic Controller is in:
//Y-Button = Shoot Fireballs
//B-Button = Jump
//Dpad or Joy1 = Move
//
//Without Classic Controller:
//One-Button = Shoot Fireballs
//Two-Button = Jump
//Dpad = Move

if Wiimote.HasClassic then
CTRL = Wiimote.Classic.y
Shift = Wiimote.Classic.b
Keyboard.ArrowKeys = Wiimote.Classic.Dpad
Keyboard.ArrowKeys = Wiimote.Classic.Joy1
endif

CTRL = Wiimote.One
Shift = Wiimote.Two
Keyboard.ArrowKeys = Wiimote.Dpad
Wiimote.Led1 = true


Here is the download version:
http://www.mediafire.com/?yetyeat9y1c

Have fun with this game.

Thursday 24 July 2008

Cave Story Controls Script.

I haven't made a script or posted one in a while for 3 reasons:
1. I have been playing A Game with a Kitty and Cave Story so I have been distracted
2. I was thinking 'what's the point in updating this blog, it's not like anybody actually reads it...'
3. I ran out of ideas to make scripts from because I posted too many in such a short time so from now on I will limit the script posting to one per day, this is today's.

Woooh Cave Story, it is truly an amazingly fun game a bit hard albeit but still fun like nothing else, I (obviously) have been using my Classic controller to play this and AGwaK with.


Here is the text version:


// Cave Story controls script
// Written by Tom Jones
//
// B-Button = Jump
// Y-Button = Shoot
// L and R-Button = Change Weapons
// X-Button = Item Screen
// ZR-Button = Map

Keyboard.ArrowKeys = Wiimote.Classic.Dpad
Keyboard.ArrowKeys = Wiimote.Classic.Joy1
Z = Wiimote.Classic.b
X = Wiimote.Classic.y
A = Wiimote.Classic.L
S = Wiimote.Classic.R
Q = Wiimote.Classic.x
W = Wiimote.Classic.ZR
Wiimote.Led1 = true



Here is the download version:
http://www.mediafire.com/?nmhxxwbbljz

Thanks for downloading my script (wow I just realized how incredibly formal this is, from now on I wont say shit like this and I will type like a normal person... well as normal as I can get, seeya)

~Tom

Saturday 19 July 2008

GBA Controls Script.

My favourite emulated consoles are the GBA and Snes and I already have a Snes script, so here's my GBA script.

Here's the text version:

//Controls for the GBA
//Written by Tom Jones
//
//Controls(set your emulator accordingly):
//Y-Button = B
//B-Button = A
//Dpad or Joy = Arrow Keys
//Plus-Button = Enter
//Minus-Button = O
//L-Button = Q
//R-Button = P

B = Wiimote.Classic.Y
A = Wiimote.Classic.B
Keyboard.ArrowKeys = Wiimote.Classic.Dpad
Keyboard.ArrowKeys = Wiimote.Classic.Joy1
Enter = Wiimote.Classic.Plus
O = Wiimote.Classic.Minus
Q = Wiimote.Classic.L
P = Wiimote.Classic.R


Here is the download version:

http://www.mediafire.com/?enw5jvg1pvl

Thanks for downloading my script

~Tom

Atari 2600 Controls Script

You can press 1 and 2 to switch between the Joystick mode (you tilt the remote to act as a joystick) and Dpad mode where the Dpad represents the Arrow Keys.

Here is the text version:

//Written by Tom Jones
//
//Controls(set your emulator accordingly):
//Tilt Wiimote or Dpad = Arrow Keys
//B-Button = Z
//One-Button and Two-Button = switch between Joystick mode and Dpad mode

if var.Joystick = true then
Left = Wiimote.RawForceX >= 7.5
Right = Wiimote.RawForceX <=-7.5
Up = Wiimote.RawForceY >=7.5
Down = Wiimote.RawForceY <=-7.5
else
ArrowKeys = Wiimote.Dpad
endif
Z = Wiimote.B
Wiimote.Led1 = true

if Wiimote.One = true then
var.Joystick = true
endif

if Wiimote.Two = true then
var.Joystick = false
endif




Here is the Download version:

http://www.mediafire.com/?9ywox2xxmmm

Thanks for downloading my script

~Tom

Friday 18 July 2008

Control the Mouse With Your Wiimote Script.

Believe me it is really satisfying to sit back and control your mouse without having to lean forward, you will be dreading that moment when you have to type something.

here is the text version:

//Written by Tom Jones
//
//Controls:
//Dpad = Move the cursor
//A-Button = Left click
//Minus-Button = Right click
//B+Dpad = croll

mouse.DirectInput = mouse.DirectInput + wiimote.Dpad *6
mouse.leftbutton = wiimote.A
mouse.rightbutton = wiimote.minus


if wiimote.b = true
if wiimote.up = true then
mouse.wheelup = true
endif

if wiimote.down = true then
mouse.wheeldown = true
endif

if wiimote.left = true then
mouse.wheelleft = true
endif

if wiimote.right = true then
mouse.WheelRight = true
endif
endif




Here is the download version:

http://www.mediafire.com/?gmtxfyujlte

Thanks for downloading my script

~Tom

Nes Wiimote Script

It's the same as the VC.


Here is the text version:

// Controls for Nes
// Written by Tom Jones
//
// Controls(same as VC):
// Dpad (on the side) = Arrow Keys
// One-Button = Z
// Two-Button = X
// Minus-Button = CTRL
// Plus-Button = Enter


Left = Wiimote.Up
Right = Wiimote.Down
Down = Wiimote.Left
Up = Wiimote.Right
Z = Wiimote.One
X = Wiimote.Two
CTRL = Wiimote.Minus
Enter = Wiimote.Plus
Wiimote.Led1 = true




Here is the download version:

http://www.mediafire.com/?emtyucn2dmb

Thanks for downloading my script

~Tom

N64 Classic Controller script.

Now you can use the N64 with your Classic Controller it is seriously easier to control with the Classic Controller.

Here is the text version:

// Controls for N64
// Written by Tom Jones
//
// These are the (they are the same as VC):
// A-Button = A
// B-Button = B
// Plus-Button = Enter
// Joy2 = NumPad
// Joy1 = Arrow Keys
// Zr-Button = Z
// L-Button = Q
// R-Button = P
// Left-Button = D
// Up-Button = F
// Right-Button = G
// Down-Button = R

A = Wiimote.Classic.a
B = Wiimote.Classic.b
Enter = Wiimote.Classic.Plus
Keyboard.NumPad = Wiimote.Classic.Joy2
Keyboard.ArrowKeys = Wiimote.Classic.Joy1
Z = Wiimote.Classic.ZR
Q = Wiimote.Classic.L
P = Wiimote.Classic.R
D = Wiimote.Classic.Left
F = Wiimote.Classic.Up
G = Wiimote.Classic.Right
R = Wiimote.Classic.Down

Here is the download version:

http://www.mediafire.com/?tyezbmjxzcy

Thanks for downloading this script

~Tom

Snes Classic Controller Script.

This script makes your classic controller, turn into a Snes controller. Who needs VC? When you have a Bluetooth Adapter and GlovePIE.

Here is the text version:

// Controls for SNES
//Written by Tom Jones
//
//The controls are (set your emulator to these):
//A-Button = A
//B-Button = B
//Y-Button = Y
//X-Button = X
//Dpad or Joy1 = ArrowKeys
//L-Button = Q
//R-Button = P
//Plus-Button = Enter
//Minus-Button = O

A = Wiimote.Classic.a
B = Wiimote.Classic.b
Y = Wiimote.Classic.y
X = Wiimote.Classic.x
Arrowkeys = Wiimote.Classic.Dpad
Arrowkeys = Wiimote.Classic.Joy1
Q = Wiimote.Classic.L
P = Wiimote.Classic.R
Enter = Wiimote.Classic.Plus
O = Wiimote.Classic.Minus
Wiimote.Led1= true

Here is the download version:

http://www.mediafire.com/?9jmtqzmhkne

Thanks for downloading my script

~Tom

Windows Media Player Script.

With this script you don't need to get up to change your song on Windows Media Player any more, you can just press a button.

Here is the text version:

//This is a script to control Windows Media Player
//Written by Tom Jones
//
//The controls are:
// A = Play/Pause
// B = Stop
// Plus = Next
// Minus = Prev
// Down = Decrease Volume
// Up = Increase Volume
// Home = Mute
// Right = Fast-Forward
// Home = Turn off Computer

Ctrl+P = Wiimote.A
Ctrl+W = Wiimote.B
Ctrl+F = Wiimote.Plus
Ctrl+B = Wiimote.Minus
F8 = Wiimote.Down
F9 = Wiimote.Up
F7 = Wiimote.Home
Ctrl+Shift+F = Wiimote.Right
Keyboard.Power = Wiimote.Home

Here is the download version:

http://www.mediafire.com/?xytt2jnl1lq

Thanks for downloading my script.

~Tom

Super Mario 64 Nunchuk Script.

Based off of the 'Zelda: Ocarina of Time nunchuk script' by Kunal Khiyani, where the controls are changed to resemble those of Twilight Princess, I have done the same with Mario 64, so it resembles Mario Galaxies controls. you can either download the script or you can copy and paste the script.

Here is the text form version

//Controls for Mario 64 with nunchuck
//Written by Tom Jones
//
//Set your emulator to these controls:
//Analog Stick = Up, Down, Left, and Right Arrow Keys
//Start = Enter
//Z-Button = Z
//A-Button = A
//B-Button = B
//C-Up = NumPad8
//C-Down = NumPad2
//C-Left = NumPad4
//C-Right = NumPad6
//
//Controls are as follows:
//D-Pad = Analog Stick
//A-Button = A-Button
//B-Button = B-Button
//Plus = Start
//B-Button = B-button

Keyboard.ArrowKeys = Wiimote.Nunchuk.Joy
Enter = wiimote.Plus
B = wiimote.b
NumPad8 = Wiimote.Up
NumPad4 = Wiimote.Left
NumPad6 = Wiimote.Right
NumPad2 = Wiimote.Down
A = Wiimote.A

and here is the download version:

http://www.mediafire.com/?yyd2uebdbv1

thanks for downloading my script

~Tom