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 

The possibilities of the DISPLAY function (very fun)

 
Post new topic   Reply to topic    WiiLi.org Forum Index -> GlovePie
View previous topic :: View next topic  
Author Message
chaemelion



Joined: 10 Jul 2008
Posts: 6

Digg It
PostPosted: Thu Jul 10, 2008 7:52 am    Post subject: The possibilities of the DISPLAY function (very fun)

I'm not quite sure how many of you know about this, but typing
Code:
display "Hello"
will make your computer say Hello (or what ever you want) with the microsoft sam voice synthesizer. I use this for everything from testing bluetooth connections, to button press tests. I have fun with it by assigning certain words or phrases to wiimote+classic buttons and joysticks, minimizing glovePIE to the task tray, customizing the task tray to hide glovePIE when active, hiding in a nearby closet and waiting for some poor sucker to use ther computer. I scare the crap outta people, and by using apprx 40 possible buttons/joysticks/movements, have even had full conversations with people (using yes, no, and maybe). Occasionally just using
Code:
Display"whatever"
doesnt work, and after some experimentations, I found out that sometimes, the function needs to be cleared by using
Code:
 
Display""
Display"whatever"

Also, for those of you who can't get BT working (and there seem to be a lot judging by the noobish posts) you can also use
Code:

wait 5 minutes
Display ""
Display "I see you!"

to time the sayings, but this is much more of a hassle to use...
Just thought some people could use this mischevious little trick on april fools or something. Have fun, and if you like what you read, or need help (no, I'm not writing a full script for you noobs, learn on your own like me) give this post a reply Twisted Evil
Signed, Chaemelion
Back to top
View user's profile Send private message
rednano12



Joined: 07 Jul 2008
Posts: 5

Digg It
PostPosted: Thu Jul 10, 2008 5:46 pm    Post subject:

Doesn't Say "" also work?
Back to top
View user's profile Send private message
chaemelion



Joined: 10 Jul 2008
Posts: 6

Digg It
PostPosted: Thu Jul 10, 2008 8:15 pm    Post subject:

rednano12 wrote:
Doesn't Say "" also work?

Not that I know of, my version of glovePIE doesnt recognize "say" as being a function, but maybe some older versions do...
Back to top
View user's profile Send private message
SuperSonic



Joined: 03 Jul 2008
Posts: 11

Digg It
PostPosted: Mon Jul 14, 2008 10:56 pm    Post subject:

yes it does i just tried it and here is a magic 8 ball kind of script i just made:
Code:
//The Magic Wiimote Script by SuperSonic
//Have a person come up to the computer and press then press home to start
if wiimote.Home
say "Hello! Ask me a yes or no question and I will answer it!"
end if
if wiimote.A
say "Yes"
end if
if wiimote.B
say "No"
end if
if wiimote.One
say "Maybe"
end if
if wiimote.Two
say "Ask again later"
end if


_________________
"Sonic's the name, speed's my game!"
Back to top
View user's profile Send private message
chaemelion



Joined: 10 Jul 2008
Posts: 6

Digg It
PostPosted: Tue Jul 15, 2008 5:06 am    Post subject:

Or, if you want a "random" magic 8 ball:

Code:

if pressed(space)
var.num = round(random(4))
debug = var.num
if var.num = 0
Say "yes"
endif
if var.num = 1
Say "no"
endif
if var.num = 2
Say "maybe"
endif
if var.num = 3
Say "ask again later"
endif
endif
Back to top
View user's profile Send private message
SuperSonic



Joined: 03 Jul 2008
Posts: 11

Digg It
PostPosted: Wed Jul 16, 2008 1:03 am    Post subject:

i was saying someone else talk to it and and you choose the answers
_________________
"Sonic's the name, speed's my game!"
Back to top
View user's profile Send private message
chaemelion



Joined: 10 Jul 2008
Posts: 6

Digg It
PostPosted: Wed Jul 16, 2008 7:07 am    Post subject:

Right, I got it, I just posted a script for those who like the original magic 8 ball, not one being controlled by someone...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    WiiLi.org Forum Index -> GlovePie All times are GMT
Page 1 of 1

 
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