WiiLi Wiki frontpage Include your post in the News Get links Hoteles Quito
WiiLi.org Forum Index WiiLi.org
a new revolution
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Best Zelda OOT Script ever! Guaranteed!
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
 
Post new topic   Reply to topic    WiiLi.org Forum Index -> Wii Scripts
View previous topic :: View next topic  
Author Message
The Tjalian



Joined: 14 Dec 2006
Posts: 31
Location: England

Digg It
PostPosted: Wed Jan 31, 2007 12:30 am    Post subject:

Hi, I also appear to be having many other problems (Wow, I seem to be saying that a lot on this forum :/)

Mainly, a lot of the buttons keep sending me back to the start menu, and some of the buttons are even taking me in and out of fullscreen and tabbing through my items on Windows!

I've got PPJoy installed but every time I try to set any of the analogue stick buttons it just automatically assigns it to Analogue Down.

Do you know if there's a fix to this? I'd really love to use this script, hell, I was planning to develop this script by myself, but I didn't manage to get my Bluetooth working in time to progress on it, that's how much I wanted to use a script like this!
_________________

~ Wii Scripts ~ Photobucket ~ MySpace ~
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
CarlKenner
Site Admin


Joined: 29 Nov 2006
Posts: 614

Digg It
PostPosted: Wed Jan 31, 2007 2:24 am    Post subject:

You might want to use a different script for configuring the emulator from the one you actually use to play the game. Complex scripts might do too many other things while you move the joystick. You should also set up PPJoy so it does NOT have a continuous hat switch.

If it is tabbing you through windows it means it thinks you are in the home menu. Press Home to swap between the home menu and the game. The home menu doesn't work all that great, so you don't need to use it at all, it is mostly just a gimmick. The other thing you can do if it gets into an invalid state is to go to the start menu's map page and double-click home. If just the C button is in an invalid state, you can press Up instead.
Back to top
View user's profile Send private message Send e-mail
opps.



Joined: 25 Jan 2007
Posts: 2

Digg It
PostPosted: Wed Jan 31, 2007 7:55 am    Post subject:

great script!!
im just having problems with the controls at the shooting gallery in hyrule;
to pull out my slingshot, i have to flick the wiimote which causes my aim to go out of wack, any suggestions?
Back to top
View user's profile Send private message
The Tjalian



Joined: 14 Dec 2006
Posts: 31
Location: England

Digg It
PostPosted: Wed Jan 31, 2007 11:26 am    Post subject:

CarlKenner wrote:
You might want to use a different script for configuring the emulator from the one you actually use to play the game. Complex scripts might do too many other things while you move the joystick. You should also set up PPJoy so it does NOT have a continuous hat switch.

If it is tabbing you through windows it means it thinks you are in the home menu. Press Home to swap between the home menu and the game. The home menu doesn't work all that great, so you don't need to use it at all, it is mostly just a gimmick. The other thing you can do if it gets into an invalid state is to go to the start menu's map page and double-click home. If just the C button is in an invalid state, you can press Up instead.


Fantastic Smile I'll try that later, thanks! Very Happy
_________________

~ Wii Scripts ~ Photobucket ~ MySpace ~
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
The Tjalian



Joined: 14 Dec 2006
Posts: 31
Location: England

Digg It
PostPosted: Mon Feb 12, 2007 8:35 pm    Post subject:

Carl, how do I create a custom script for the emulator? I tried opening up PJ64's controller profile in notepad but it's all gibberish. I've tried to setup PPJoy in the way it should be done (setting the POC Switch to 0).

Thanks in advance.

EDIT: I've tried your double click home on the map menu, it doesn't sort it out Sad
_________________

~ Wii Scripts ~ Photobucket ~ MySpace ~
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Viper



Joined: 15 Feb 2007
Posts: 2

Digg It
PostPosted: Thu Feb 15, 2007 9:49 pm    Post subject:

I experienced some strange problems with my Nunchuk while trying your script.

Although PPJOY worked with other scripts, it didn't with yours. The Nunchuk was completly dead - not only movement was not working but also Z & C Button. (PJ64 Buttons were configured correctly - of course, and the WiiMote could still be used)

So I got into the script code, and tried to find the problem myself.
What I found out was that this code caused the whole trouble.
Code:
if var.IRCount = 1 then
  if wiimote.dot1vis then
    Var.IRx = (1023-wiimote.dot1x)
    Var.IRy = Wiimote.dot1y
    Var.IRvis = true
  else
    Var.IRvis = false
  end if
else
  if wiimote.dot1vis and wiimote.dot2vis then
    Var.IRx = 1023-(wiimote.dot1x+wiimote.dot2x)/2
    Var.IRy = (Wiimote.dot1y+Wiimote.dot2y)/2
    Var.IRvis = true
  else
    Var.IRvis = false
  end if
end if


More precisely the "wiimote.dotXvis" Command made my nunchuk completly hung up. (It didn't matter if i had my sensorbar enabled or disabled). After removing these lines of code, the nunchuk worked again.
I haven't read (or at least found) someone who had a similar problem with this script so maybe it's just some wired bluetooth problem...
Back to top
View user's profile Send private message
thagerty



Joined: 01 Feb 2007
Posts: 34

Digg It
PostPosted: Fri Feb 16, 2007 4:04 am    Post subject:

I found sometimes everything on the Nunchuk stops working when scripts are stopped then started again or when another script is run. Just run the script like normal and unplug your Nunchuk while in your game and plug it back in. All should be good now!

Works everytime for me! As does this script!

Great work Carl.... inspired me to do my Oblivion with Zelda TP controls script!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    WiiLi.org Forum Index -> Wii Scripts All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 4 of 7

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group