Easy To Use Voice Command

The place to discuss scripting and game modifications for X³: Terran Conflict and X³: Albion Prelude.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Post Reply
illes_värld
Posts: 1
Joined: Mon, 23. Jan 06, 19:56
x3tc

Easy To Use Voice Command

Post by illes_värld » Sat, 14. Dec 13, 20:39

Ok now i will give u a gift made by me 4 u brows !!!

Her is my voicecommand script for GLOVEPIE witch is a free software that will make u be able to control olmost 95% of your gameplay !!!

COPY PASTE THIS SCRIPT IN YOUR GLOVEPIE SCRIPT WINDOW AND SAVE PRESS RUN THEN SAY ENABLE VOICE COMMAND

THEN LAUNCH THE GAME AND GO.. I USE DEFULT KEYS IN X3 SO U WILL NEED TO USE THE DEFULT KEYSETTING TO MAKE MY SCRIPT WORK 100%

IM PLAYING THIS GAME NOW AND I DONT EVEN USE THE KEYBORD ANY MORE.

GET READY TO FEEL LIKE A REAL BRIDGE COMMANDER ADMIRAL YOU JUST NEED TO SPEEK AND LET THE "CREW SERVE YOUR COMMANDS mohHAHAHAHA I HAVE THE POWER !!!!
AND NOW U CAN HAVE SOME OF THAT POWER TO !!


AND CAN SOMEONE THAT HAS SOME YOUTUBES MAKE A COOL VOICE COMMAND VIDEO TO SHOW HOW COOL IT IS TO USE THE VOICE TO PLAY THIS GAME


DOWNLOAD at : http://glovepie.org/lpghjkwer.php klick on

Click here to Download GlovePIE 0.45 Free (with Kinect support)

copy paste this ------------>

/*
* X3 voice commands script by Illes_värld
*
* Say "enable voice commands" to begin.
*/

if said("enable voice commands") or said("listen",5) or said("begin listening") then
var.listen=true
say("voice commands enabled")
end if

if said("disable voice commands") or said("don't listen",5) or said("stop listening") then
var.listen=false
say("voice commands disabled")
end if

if var.listen ==true then

//Unit selection
key.1 =said("weapon group one")
key.2 =said("weapon group two")
key.3 =said("weapon group three")
key.4 =said("weapon group four")

if said("hail ship") or said ("hello friend") then
key.C= true
wait 5ms
key.C=false
endif
if Said("wingmen attack target") then
key.Shift = true
key.6= true
wait 5ms
key.6=false
key.Shift = false
endif
if Said("wingmen protect me") then
key.Shift = true
key.7= true
wait 5ms
key.7=false
key.Shift = false
endif


key.Comma =said("galaxy map")
key.Dot =said("sector map")

key.r =said("my property")

if Said("dock with object") then
key.Shift = true
key.D= true
wait 5ms
key.D=false
key.Shift = false
endif
if Said("autopilot on") or ("autopilot off") then
key.Shift = true
key.A= true
wait 5ms
key.A=false
key.Shift = false
endif
key.d =said("trade with station")
key.c =said("commradio")
key.l =said("landed ships")

key.u =said("give info") or ("get info")

key.t =said("track target")
key.PageUp =said("target next object",5)
key.PageDown =said("target previous object",5)
key.LeftShift,key.t =said("target enemy",5)
key.Home =said("target next enemy",5)
key.End =said("previus enemy",5)

key.j =said("warp speed")
if Said("light jump") then
key.Shift = true
key.J= true
wait 5ms
key.J=false
key.Shift = false
endif

key.1,key.0,key.0,key.0 =said("select one thousan",6)
key.5,key.0,key.0 =said("select five hundred",6)
key.1,key.0,key.0 =said("select one hundred",6)
key.1,key.0 =said("select ten",6)
key.5,key.0 =said("select fifthy",6)

key.0 =said("select number zero",6)

key.BackSpace =said("delete")

key.PageUp =said("go pageup")
key.PageDown =said("go pagedown")
key.Up =said("go up")
key.Up,key.Up,key.Up,key.Up,key.Up =said("go five steps up")
key.Down =said("go down")
key.Down,key.Down,key.Down,key.Down,key.Down =said("go five steps down")
key.Left =said("go left")
key.Right =said("go right")
key.Enter =said("Enter")
key.Escape =said("exit")




end if

Post Reply

Return to “X³: Terran Conflict / Albion Prelude - Scripts and Modding”