A9VG电玩部落论坛

 找回密码
 注册
搜索
查看: 1899|回复: 1

[破解] 哈哈我太伟大了 用双节棍在电脑上玩PES2012 PC版了~~~

[复制链接]

精华
0
帖子
928
威望
0 点
积分
997 点
种子
0 点
注册时间
2008-2-19
最后登录
2019-5-11
 楼主| 发表于 2011-11-6 13:48  ·  江苏 | 显示全部楼层 |阅读模式
本帖最后由 wspf2008 于 2011-11-15 23:55 编辑

// Pro Evolution Soccer 2012  GlovePie Script by WSPF2008

// Thx to Lotti for the idea and the original script (Virtua Tennis)

// Change the key.X (where X is a generic key) to set your own keys (as the PES2012 settings file)



// X/Y offsets for Analog. If it's too sensitive then make the numbers larger.

var.xOff = .07

var.yOff = .07



//Switch off the leds

Wiimote.leds = 0



//

// Game buttons.

//



key.Space = Wiimote.Home

key.d = Wiimote.Plus

key.a = Wiimote.B

key.q = Wiimote.Nunchuk.ZButton

key.e = Wiimote.Nunchuk.CButton

key.w = Wiimote.Minus

key.x = Wiimote.A

key.Space = Wiimote.Two



//

// Analog Movements

//



   if Wiimote.Nunchuk.JoyX < -var.xOff then

          key.Left = true

          else key.Left = false

   endif

   if Wiimote.Nunchuk.JoyX > var.xOff then

          key.Right = true

          else key.Right = false

   endif

   if Wiimote.Nunchuk.JoyY < -var.yOff then

          key.Up = true

          else key.Up = false

   endif

   if Wiimote.Nunchuk.JoyY > var.yOff then

          key.Down = true

          else key.Down = false

   endif
GLOVE PIE专用PES2012脚本,,希望大家喜欢。,哈哈

精华
0
帖子
928
威望
0 点
积分
997 点
种子
0 点
注册时间
2008-2-19
最后登录
2019-5-11
 楼主| 发表于 2011-11-15 23:58  ·  江苏 | 显示全部楼层
我太伟大了。。。。。。忽忽
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|A9VG电玩部落 川公网安备 51019002005286号

GMT+8, 2024-5-2 19:23 , Processed in 0.129273 second(s), 12 queries , Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

返回顶部