3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 9709|回复: 52
打印 上一主题 下一主题

[分享] 觉得论坛手柄设置很麻烦?。那就进来吧。抛开繁琐不用设置下了覆盖就杂牌也可以双打震动

  [复制链接]

23

主题

256

帖子

320

积分

高级玩家

Rank: 4

贡献度
23
金元
2277
积分
320
精华
0
注册时间
2011-3-20
跳转到指定楼层
主题
发表于 2013-10-29 01:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 rexgh 于 2013-10-29 18:12 编辑

附件在最底下,下载解压覆盖即可或者复制我的代码到游戏根目录的下x360ce.ini里保存,用了可以的麻烦回下贴,谢谢了


买了俩北通蝙蝠。试过论坛好多软件,要么没震动。要么只能一个手柄。要么不识别了,很头疼。后来找到XINPUTTEST,十分简单。进游戏竟然可以,然后俩手柄发现只可以用一个。然后我打开下x360ce.ini 。开始琢磨怎么修改。后来发现主要是因为[PAD2]里的Index=-1 是      忽略第二个手柄    ,改成0就是启用,并且当作主手柄。但是我的IPAD1第一个手柄已经是主手柄了。所以我改成了Index=1,进游戏发现OK。但是按键不对,我就又把IPAD1底下的全部复制过去搞定,哦也,双飞~~兴奋,决定造福社会,分享自己的软件,已经设置好。解压覆盖到游戏里就可以了。也也可以直接复制下面的内容到你目录里的X360CE.INI里。
这里开始,注意开始空一行,最后空一行


[Options]
UseInitBeep=1             #use 0 to 1; default 1; beep on init
Log=0                     #use 0 to 1; creates a log file in folder 'x360ce logs'

[PAD1]
Index=0                   #controller index in system game controllers list; 0 is first; -1 to ignore this pad
Left Analog X=1           #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Left Analog Y=-2          #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Right Analog X=6          #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Right Analog Y=-3         #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Left Analog X Linear=0    #-100 to +100  raise this number to increase sensitivity near center
Left Analog Y Linear=0    #-100 to +100  raise this number to increase sensitivity near center
Right Analog X Linear=0   #-100 to +100  raise this number to increase sensitivity near center
Right Analog Y Linear=0   #-100 to +100  raise this number to increase sensitivity near center
Left Analog X+ Button=0   #button id; 0 to disable
Left Analog X- Button=0   #button id; 0 to disable
Left Analog Y+ Button=0   #button id; 0 to disable
Left Analog Y- Button=0   #button id; 0 to disable
Right Analog X+ Button=0  #button id; 0 to disable
Right Analog X- Button=0  #button id; 0 to disable
Right Analog Y+ Button=0  #button id; 0 to disable
Right Analog Y- Button=0  #button id; 0 to disable
D-pad POV=1               #POV index; 0 to disable
D-pad Up=0                #button id; 0 to disable
D-pad Down=0              #button id; 0 to disable
D-pad Left=0              #button id; 0 to disable
D-pad Right=0             #button id; 0 to disable
A=3                       #button id; 0 to disable
B=2                       #button id; 0 to disable
X=4                       #button id; 0 to disable
Y=1                       #button id; 0 to disable
Left Shoulder=5           #button id; 0 to disable
Right Shoulder=6          #button id; 0 to disable
Back=9                    #button id; 0 to disable
Start=10                  #button id; 0 to disable
Left Thumb=11             #button id; 0 to disable
Right Thumb=12            #button id; 0 to disable
TriggerDeadzone=0         #use 0 to 255; default 0; add deadzone to trigger
Left Trigger=7          #button id; precede with 'a' for an axis; 's' for a slider; 'x' for a half range axis; 'h' for half slider; use '-' to invert ie. x-2;
Right Trigger=8         #button id; precede with 'a' for an axis; 's' for a slider; 'x' for a half range axis; 'h' for half slider; use '-' to invert ie. x-2;
UseForceFeedback=1        #use 0 to 1; default 0
SwapMotor=0               #use 0 to 1; default 0
ForcePercent=100          #use 0 to 100; default 100
ControllerType=1          #GAMEPAD 1; WHEEL 2; STICK 3; FLIGHT_SICK 4; DANCE_PAD 5; GUITAR 6; DRUM_KIT 8;   //WILDS
AxisToDPad=0              #Use Axis to control DPad (0 disabled, 1 enabled)                                 //WILDS
AxisToDPadDeadZone=256    #Dead zone for Axis                                                               //WILDS
AxisToDPadOffset=0        #                                                                                 //WILDS
POVXReverse=0             #Reverse POV Up/Down
POVYReverse=0             #Reverse POV Left/Right

[PAD2]
Index=1                   #controller index in system game controllers list; 0 is first; -1 to ignore this pad
Left Analog X=1           #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Left Analog Y=-2          #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Right Analog X=6          #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Right Analog Y=-3         #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Left Analog X Linear=0    #-100 to +100  raise this number to increase sensitivity near center
Left Analog Y Linear=0    #-100 to +100  raise this number to increase sensitivity near center
Right Analog X Linear=0   #-100 to +100  raise this number to increase sensitivity near center
Right Analog Y Linear=0   #-100 to +100  raise this number to increase sensitivity near center
Left Analog X+ Button=0   #button id; 0 to disable
Left Analog X- Button=0   #button id; 0 to disable
Left Analog Y+ Button=0   #button id; 0 to disable
Left Analog Y- Button=0   #button id; 0 to disable
Right Analog X+ Button=0  #button id; 0 to disable
Right Analog X- Button=0  #button id; 0 to disable
Right Analog Y+ Button=0  #button id; 0 to disable
Right Analog Y- Button=0  #button id; 0 to disable
D-pad POV=1               #POV index; 0 to disable
D-pad Up=0                #button id; 0 to disable
D-pad Down=0              #button id; 0 to disable
D-pad Left=0              #button id; 0 to disable
D-pad Right=0             #button id; 0 to disable
A=3                       #button id; 0 to disable
B=2                       #button id; 0 to disable
X=4                       #button id; 0 to disable
Y=1                       #button id; 0 to disable
Left Shoulder=5           #button id; 0 to disable
Right Shoulder=6          #button id; 0 to disable
Back=9                    #button id; 0 to disable
Start=10                  #button id; 0 to disable
Left Thumb=11             #button id; 0 to disable
Right Thumb=12            #button id; 0 to disable
TriggerDeadzone=0         #use 0 to 255; default 0; add deadzone to trigger
Left Trigger=7          #button id; precede with 'a' for an axis; 's' for a slider; 'x' for a half range axis; 'h' for half slider; use '-' to invert ie. x-2;
Right Trigger=8         #button id; precede with 'a' for an axis; 's' for a slider; 'x' for a half range axis; 'h' for half slider; use '-' to invert ie. x-2;
UseForceFeedback=1        #use 0 to 1; default 0
SwapMotor=0               #use 0 to 1; default 0
ForcePercent=100          #use 0 to 100; default 100
ControllerType=1          #GAMEPAD 1; WHEEL 2; STICK 3; FLIGHT_SICK 4; DANCE_PAD 5; GUITAR 6; DRUM_KIT 8;   //WILDS
AxisToDPad=0              #Use Axis to control DPad (0 disabled, 1 enabled)                                 //WILDS
AxisToDPadDeadZone=256    #Dead zone for Axis                                                               //WILDS
AxisToDPadOffset=0        #                                                                                 //WILDS
POVXReverse=0             #Reverse POV Up/Down
POVYReverse=0             #Reverse POV Left/Right

[PAD3]
Index=-1                  #controller index in system game controllers list; 0 is first; -1 to ignore this pad
Left Analog X=1           #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Left Analog Y=-2          #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Right Analog X=3          #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Right Analog Y=-6         #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Left Analog X Linear=0    #-100 to +100  raise this number to increase sensitivity near center
Left Analog Y Linear=0    #-100 to +100  raise this number to increase sensitivity near center
Right Analog X Linear=0   #-100 to +100  raise this number to increase sensitivity near center
Right Analog Y Linear=0   #-100 to +100  raise this number to increase sensitivity near center
Left Analog X+ Button=0   #button id; 0 to disable
Left Analog X- Button=0   #button id; 0 to disable
Left Analog Y+ Button=0   #button id; 0 to disable
Left Analog Y- Button=0   #button id; 0 to disable
Right Analog X+ Button=0  #button id; 0 to disable
Right Analog X- Button=0  #button id; 0 to disable
Right Analog Y+ Button=0  #button id; 0 to disable
Right Analog Y- Button=0  #button id; 0 to disable
D-pad POV=1               #POV index; 0 to disable
D-pad Up=0                #button id; 0 to disable
D-pad Down=0              #button id; 0 to disable
D-pad Left=0              #button id; 0 to disable
D-pad Right=0             #button id; 0 to disable
A=2                       #button id; 0 to disable
B=3                       #button id; 0 to disable
X=1                       #button id; 0 to disable
Y=4                       #button id; 0 to disable
Left Shoulder=5           #button id; 0 to disable
Right Shoulder=6          #button id; 0 to disable
Back=9                    #button id; 0 to disable
Start=10                  #button id; 0 to disable
Left Thumb=11             #button id; 0 to disable
Right Thumb=12            #button id; 0 to disable
TriggerDeadzone=0         #use 0 to 255; default 0; add deadzone to trigger
Left Trigger=a-4          #button id; precede with 'a' for an axis; 's' for a slider; 'x' for a half range axis; 'h' for half slider; use '-' to invert ie. x-2;
Right Trigger=a-5         #button id; precede with 'a' for an axis; 's' for a slider; 'x' for a half range axis; 'h' for half slider; use '-' to invert ie. x-2;
UseForceFeedback=1        #use 0 to 1; default 0
SwapMotor=0               #use 0 to 1; default 0
ForcePercent=100          #use 0 to 100; default 100
ControllerType=1          #GAMEPAD 1; WHEEL 2; STICK 3; FLIGHT_SICK 4; DANCE_PAD 5; GUITAR 6; DRUM_KIT 8;   //WILDS
AxisToDPad=0              #Use Axis to control DPad (0 disabled, 1 enabled)                                 //WILDS
AxisToDPadDeadZone=256    #Dead zone for Axis                                                               //WILDS
AxisToDPadOffset=0        #                                                                                 //WILDS
POVXReverse=0             #Reverse POV Up/Down
POVYReverse=0             #Reverse POV Left/Right

[PAD4]
Index=-1                  #controller index in system game controllers list; 0 is first; -1 to ignore this pad
Left Analog X=1           #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Left Analog Y=-2          #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Right Analog X=3          #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Right Analog Y=-6         #axis index; use - to invert; precede with 's' for a slider eg; s-1; 7 to disable
Left Analog X Linear=0    #-100 to +100  raise this number to increase sensitivity near center
Left Analog Y Linear=0    #-100 to +100  raise this number to increase sensitivity near center
Right Analog X Linear=0   #-100 to +100  raise this number to increase sensitivity near center
Right Analog Y Linear=0   #-100 to +100  raise this number to increase sensitivity near center
Left Analog X+ Button=0   #button id; 0 to disable
Left Analog X- Button=0   #button id; 0 to disable
Left Analog Y+ Button=0   #button id; 0 to disable
Left Analog Y- Button=0   #button id; 0 to disable
Right Analog X+ Button=0  #button id; 0 to disable
Right Analog X- Button=0  #button id; 0 to disable
Right Analog Y+ Button=0  #button id; 0 to disable
Right Analog Y- Button=0  #button id; 0 to disable
D-pad POV=1               #POV index; 0 to disable
D-pad Up=0                #button id; 0 to disable
D-pad Down=0              #button id; 0 to disable
D-pad Left=0              #button id; 0 to disable
D-pad Right=0             #button id; 0 to disable
A=2                       #button id; 0 to disable
B=3                       #button id; 0 to disable
X=1                       #button id; 0 to disable
Y=4                       #button id; 0 to disable
Left Shoulder=5           #button id; 0 to disable
Right Shoulder=6          #button id; 0 to disable
Back=9                    #button id; 0 to disable
Start=10                  #button id; 0 to disable
Left Thumb=11             #button id; 0 to disable
Right Thumb=12            #button id; 0 to disable
TriggerDeadzone=0         #use 0 to 255; default 0; add deadzone to trigger
Left Trigger=a-4          #button id; precede with 'a' for an axis; 's' for a slider; 'x' for a half range axis; 'h' for half slider; use '-' to invert ie. x-2;
Right Trigger=a-5         #button id; precede with 'a' for an axis; 's' for a slider; 'x' for a half range axis; 'h' for half slider; use '-' to invert ie. x-2;
UseForceFeedback=1        #use 0 to 1; default 0
SwapMotor=0               #use 0 to 1; default 0
ForcePercent=100          #use 0 to 100; default 100
ControllerType=1          #GAMEPAD 1; WHEEL 2; STICK 3; FLIGHT_SICK 4; DANCE_PAD 5; GUITAR 6; DRUM_KIT 8;   //WILDS
AxisToDPad=0              #Use Axis to control DPad (0 disabled, 1 enabled)                                 //WILDS
AxisToDPadDeadZone=256    #Dead zone for Axis                                                               //WILDS
AxisToDPadOffset=0        #                                                                                 //WILDS
POVXReverse=0             #Reverse POV Up/Down
POVYReverse=0             #Reverse POV Left/Right

这里结束

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复

使用道具 举报

23

主题

256

帖子

320

积分

高级玩家

Rank: 4

贡献度
23
金元
2277
积分
320
精华
0
注册时间
2011-3-20
舒服的沙发
 楼主| 发表于 2013-10-29 01:41 | 只看该作者
都没人回复我丫。。。琢磨了很久的。。。造福社会来着
回复 支持 反对

使用道具 举报

9

主题

718

帖子

622

积分

超级玩家

Rank: 5Rank: 5

贡献度
9
金元
5862
积分
622
精华
0
注册时间
2011-4-1
硬硬的板凳
发表于 2013-10-29 01:47 | 只看该作者
顶一个,感谢分享
回复 支持 反对

使用道具 举报

24

主题

596

帖子

559

积分

高级玩家

Rank: 4

贡献度
21
金元
4750
积分
559
精华
0
注册时间
2012-3-19
冰凉的地板
发表于 2013-10-29 07:32 | 只看该作者
不觉明厉!!!!!!!!!!!!!!!!!
回复 支持 反对

使用道具 举报

2

主题

478

帖子

382

积分

高级玩家

Rank: 4

贡献度
6
金元
3577
积分
382
精华
0
注册时间
2011-9-2
5#
发表于 2013-10-29 09:21 | 只看该作者
和LZ的是同一个模拟软件~经常有些游戏右摇杆方向错误的话我也自己修改配置文件~~哈哈
只不过至今从未震动过一次。
回复 支持 反对

使用道具 举报

23

主题

256

帖子

320

积分

高级玩家

Rank: 4

贡献度
23
金元
2277
积分
320
精华
0
注册时间
2011-3-20
6#
 楼主| 发表于 2013-10-29 14:40 | 只看该作者
liping4369713 发表于 2013-10-29 09:21
和LZ的是同一个模拟软件~经常有些游戏右摇杆方向错误的话我也自己修改配置文件~~哈哈
只不过至今从未震动过 ...

你在游戏里吧震动打开,。就是标题模式选择画面按Y键,按键操作设定里的最后个震动。里面的关改成ON,坑爹翻译成“向上”
回复 支持 反对

使用道具 举报

4

主题

132

帖子

130

积分

中级玩家

Rank: 3Rank: 3

贡献度
15
金元
1295
积分
130
精华
0
注册时间
2008-6-6
7#
发表于 2013-10-29 14:45 | 只看该作者
多谢分享!!!
回复 支持 反对

使用道具 举报

23

主题

256

帖子

320

积分

高级玩家

Rank: 4

贡献度
23
金元
2277
积分
320
精华
0
注册时间
2011-3-20
8#
 楼主| 发表于 2013-10-29 18:08 | 只看该作者
oyyt1987 发表于 2013-10-29 14:45
多谢分享!!!


回复 支持 反对

使用道具 举报

0

主题

18

帖子

9

积分

新手玩家

Rank: 1

贡献度
0
金元
686
积分
9
精华
0
注册时间
2011-10-23
9#
发表于 2013-10-29 18:48 | 只看该作者
好使了 感觉楼主
回复 支持 反对

使用道具 举报

19

主题

581

帖子

475

积分

高级玩家

Rank: 4

贡献度
21
金元
3907
积分
475
精华
0
注册时间
2011-5-2
10#
发表于 2013-10-29 18:52 | 只看该作者
这个补丁试过可以联机吗
回复 支持 反对

使用道具 举报

12

主题

1036

帖子

3037

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
121
金元
25529
积分
3037
精华
0
注册时间
2013-6-30
11#
发表于 2013-10-29 19:38 | 只看该作者
流弊  -0 - 亲。
回复 支持 反对

使用道具 举报

3

主题

378

帖子

379

积分

高级玩家

Rank: 4

贡献度
3
金元
3666
积分
379
精华
0
注册时间
2012-1-1
12#
发表于 2013-10-29 19:41 | 只看该作者
谢谢楼主、回去试试、手柄不震动
回复 支持 反对

使用道具 举报

5

主题

157

帖子

103

积分

中级玩家

Rank: 3Rank: 3

贡献度
5
金元
1433
积分
103
精华
0
注册时间
2013-10-24
13#
发表于 2013-10-29 19:43 | 只看该作者
感谢!!!!!!!!!!
回复 支持 反对

使用道具 举报

0

主题

5

帖子

3

积分

新手玩家

Rank: 1

贡献度
0
金元
625
积分
3
精华
0
注册时间
2013-10-29
14#
发表于 2013-10-29 19:48 | 只看该作者
多谢楼主
回复 支持 反对

使用道具 举报

23

主题

256

帖子

320

积分

高级玩家

Rank: 4

贡献度
23
金元
2277
积分
320
精华
0
注册时间
2011-3-20
15#
 楼主| 发表于 2013-10-29 20:12 | 只看该作者
rotcb 发表于 2013-10-29 18:52
这个补丁试过可以联机吗

那个要打联机补丁吧
回复 支持 反对

使用道具 举报

0

主题

294

帖子

282

积分

高级玩家

Rank: 4

贡献度
4
金元
2661
积分
282
精华
0
注册时间
2009-12-18
16#
发表于 2013-10-29 20:49 | 只看该作者
手柄没有反应是不是这个可以解决?
回复 支持 反对

使用道具 举报

23

主题

256

帖子

320

积分

高级玩家

Rank: 4

贡献度
23
金元
2277
积分
320
精华
0
注册时间
2011-3-20
17#
 楼主| 发表于 2013-10-29 22:59 | 只看该作者
huanliu81 发表于 2013-10-29 20:49
手柄没有反应是不是这个可以解决?

必须可以哇
回复 支持 反对

使用道具 举报

0

主题

32

帖子

80

积分

初级玩家

Rank: 2

贡献度
0
金元
800
积分
80
精华
0
注册时间
2013-8-9
18#
发表于 2013-10-30 01:50 | 只看该作者
不用这么麻烦吧 下载个ds3tool 然后load driver 设置成360手柄就行了
回复 支持 反对

使用道具 举报

23

主题

256

帖子

320

积分

高级玩家

Rank: 4

贡献度
23
金元
2277
积分
320
精华
0
注册时间
2011-3-20
19#
 楼主| 发表于 2013-10-30 12:03 | 只看该作者
spiegelei 发表于 2013-10-30 01:50
不用这么麻烦吧 下载个ds3tool 然后load driver 设置成360手柄就行了

这麻烦 ??下载解压覆盖就好。傻瓜式操作,不要设置,你觉得你那个下载解压还要设置的简单、??代码复制保存也很简单
回复 支持 反对

使用道具 举报

6

主题

184

帖子

249

积分

中级玩家

Rank: 3Rank: 3

贡献度
5
金元
2288
积分
249
精华
0
注册时间
2012-2-25
20#
发表于 2013-10-30 19:12 | 只看该作者
我装进去了 然后那个启动 我看也有显示 但是不知道为什么 不能进入游戏 手柄没反应阿  求助阿 电脑小白阿 请问装完启动哪个才可以用手柄玩阿
回复 支持 反对

使用道具 举报

0

主题

393

帖子

332

积分

高级玩家

Rank: 4

贡献度
3
金元
3203
积分
332
精华
0
注册时间
2008-9-17
21#
发表于 2013-10-31 19:08 | 只看该作者
谢谢LZ分享         
回复 支持 反对

使用道具 举报

30

主题

557

帖子

698

积分

超级玩家

Rank: 5Rank: 5

贡献度
62
金元
4498
积分
698
精华
0
注册时间
2005-2-7
22#
发表于 2013-10-31 19:15 | 只看该作者
25块的杂牌手柄,插上没任何反映,请问LZ这个附件有用么
回复 支持 反对

使用道具 举报

23

主题

256

帖子

320

积分

高级玩家

Rank: 4

贡献度
23
金元
2277
积分
320
精华
0
注册时间
2011-3-20
23#
 楼主| 发表于 2013-11-1 07:22 | 只看该作者
吻旳、太逼真 发表于 2013-10-30 19:12
我装进去了 然后那个启动 我看也有显示 但是不知道为什么 不能进入游戏 手柄没反应阿  求助阿 电脑小白阿  ...

不要启动任何东西啊、你直接把附件下载。解压,然后全部复制到游戏目录覆盖就好
回复 支持 反对

使用道具 举报

23

主题

256

帖子

320

积分

高级玩家

Rank: 4

贡献度
23
金元
2277
积分
320
精华
0
注册时间
2011-3-20
24#
 楼主| 发表于 2013-11-1 07:23 | 只看该作者
2700794 发表于 2013-10-31 19:15
25块的杂牌手柄,插上没任何反映,请问LZ这个附件有用么

有,解压全部复制进游戏目录覆盖,不用设置。插上就玩
回复 支持 反对

使用道具 举报

0

主题

126

帖子

161

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1610
积分
161
精华
0
注册时间
2013-7-25
25#
发表于 2013-11-3 00:42 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

38

主题

3851

帖子

2590

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
43
金元
24176
积分
2590
精华
0
注册时间
2010-9-18
26#
发表于 2013-11-3 09:08 来自手机 | 只看该作者
一直用这东西,放进游戏文件夹打开就能看到手柄连接成功,都不带设置的
回复 支持 反对

使用道具 举报

头像被屏蔽

290

主题

7252

帖子

8603

积分

禁止访问

贡献度
140
金元
80432
积分
8603
精华
0
注册时间
2013-7-14
27#
发表于 2013-11-3 09:12 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

23

主题

256

帖子

320

积分

高级玩家

Rank: 4

贡献度
23
金元
2277
积分
320
精华
0
注册时间
2011-3-20
28#
 楼主| 发表于 2013-11-3 14:09 | 只看该作者
吻旳、太逼真 发表于 2013-10-30 19:12
我装进去了 然后那个启动 我看也有显示 但是不知道为什么 不能进入游戏 手柄没反应阿  求助阿 电脑小白阿  ...

解压。全部复制进你的游戏安装目录覆盖。然后什么都不用启动设置。插上手柄打开游戏直接玩
回复 支持 反对

使用道具 举报

12

主题

136

帖子

226

积分

中级玩家

Rank: 3Rank: 3

贡献度
10
金元
1856
积分
226
精华
0
注册时间
2013-11-2
29#
发表于 2013-11-3 15:15 | 只看该作者
DDDDDDDDDDDDDDDDDDDDDDDDD
回复 支持 反对

使用道具 举报

0

主题

28

帖子

18

积分

新手玩家

Rank: 1

贡献度
0
金元
782
积分
18
精华
0
注册时间
2013-1-20
30#
发表于 2013-11-3 17:07 | 只看该作者
感谢楼主的分享
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2025-2-15 00:58 , Processed in 0.191753 second(s), 15 queries , Memcache On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表