金钱 ¥
注册时间2003-7-1
- 积分
- 14612
|
转自PSPCHINA
今天在论坛上看到帖子介绍了WiFiController这个软件,下载后经过一番研究终于成功使用。
下面将将原软件中的readme贴上,以示敬意。我将在这个readme的基础上对其进行介绍。
WiFiController v0.4.2
Copyright (c)2006 David Rudie (d.rudie@gmail.com)
http://imk.cx/psp/wificontroller/
READ ME.
READ ALL OF ME!
LICENSE
This application uses the BSD license and a copy of the included Copyright
LICENSE file can be found in the root of the zip file.
ABOUT THIS PROJECT
Mikko Monone wrote the original controller program for the PSP and the server for the PC.
After using his program on the PSP it seemed it was missing some things.
The start button exited the program and select didn't work.
It had a display for the buttons you would press, and while it was functional, I like
a little more detail to be displayed. I then wrote my own controller from
scratch and only borrowed a small portion of his code (the packet creation).
Here is a link to the thread that started this all in a way for me.
AFFILIATION NOTE
I don't know Mikko Monone or the authors of PPJoy.
There is no affiliation with them at all. I thank them for their programs.
//以上是作者对制作此款软件的一些交待,基本上是对Mikko Monoone的补充,并对其进行感谢等等。这里我也要感谢一下WiFiController的作者David Rudie同时一并感谢Mikko Monoone的努力,使我们的psp有了新的用途。
WHAT THIS IS AND WHAT THIS DOEN
This basically turns your PSP into a controller for your PC (running Windows).
How it works is that PPJoy provides a way to create a virtual joystick.
We can then communicate with this virtual joystick as though it were a real joystick. This is accomplished by running a server in Microsoft Windows. The server just runs i the background waiting for a connection. When you start the WiFiController program on your Sony PSP it will establish a network connection over wireless using infrastructure mode. Once it establishes a connection and obtains an IP address it will connect to the server running on your PC. Once it has connected to your PC it will act just like a regular joystick.
//这个软件主要就是把我们的psp变成一个电脑用的手柄,而且是无线的哦。他利用WiFi技术通过软件连接电脑,将PSP模拟成手柄。
NOTES
Although I have not comfirmed this myself, I have heard that this works on v2.60 PSP's as well. I originally wrote this program for v1.00 and v1.50 only
so future versions may not work on v2.60.
//此版本仅能运行在1.0和1.5版本,2.60版本好像不行,当然对于使用DA版本的我们来说这并是什么问题。
//以下就是安装了,需要一些准备,我们需要以下一些东西:
//电脑一台(废话,没有电脑玩什么啊)
//Windows操作系统(好像不支持95和2000的样子)
//WiFiController0.4.2
//PPJoy(很关键的,如果没有这个东西是没有任何用的,很多的操作都是在这个软件上面的,这个软件我会发上来,当然也可以到他的网站上下载)
//PSP一台(1.5版本或1.5核心版本的3.xxOE版本)
//无线路由器一台(PSP能够顺利连接上即可)
//关于怎么连接PSP这里就不详细叙述了
INSTALLATION
I'm going to attempt to explain how to get this working. These steps are all
necessary and you should pay close attention to them.
1) Open the PSP directory and edit the proper wifi.cfg for your PSP version
and set the IP of the computer you are going to use this on. If you don't
know your IP address. Go to your "Start" menu. Click on "Run..." When the
box opens up type "cmd.exe" without the quotes. When the command prompt
opens type "ipconfig" without the quotes. It will report your IP address.
//首先要知道你自己电脑的IP地址,使用Ipconfig的命令我想应该会用吧,这里也就不详细的说了。总之知道了电脑的IP地址后要记录下来。
2) Copy the correct director(y|ies) to your PSP depending on whether you have
a v1.00 or v1.50 PSP. If you use a custom firmware mod that allows the use
of a single EBOOT.PBP files on a v1.50 PSP then you can use the v1.00
directory.
//将相应版本的文件拷到PSP中,对于3.10OEA'的来说就是把1.5版本的拷贝到psp/game150下即可
//修改目录下那个wifi.cfg文件(见图)
//将刚才找到的电脑的ip地址填入IP地址一栏,在图中,我用的是editplus,或许可以用notepad修改,在图中是我的ip地址,可根据实际情况修改。(见图)
3) Download and install PPJoy.
http://www.geocities.com/deonvdw/Docs/PPJoyMain.htm
//下载PPJoy,并安装,见附件
4) After it is installed open up your "Control Panel" and click on "Parallel
Port Joysticks".
//
5) When the window comes up click "Add..." at the bottom. On the next screen
change "Parallel port" to "Virtual joysticks" and then click "Add."
//运行Configure Joysticks
//出现以下界面,然后按照图片上的进行设置即可。(见图)
//如果看图片可跳过以下6~12条。
6) It will want to install some drivers so either have it scan automatically
or point it to the directory you installed PPJoy to.
7) After it is done installing, click the "PPJoy Virtual joystick 1" in the
menu and click "Mapping..."
8) Choose "Set a custom mapping for this controller" and click "Next."
9) Set these options for best results.
Axes = 2 (X Axis and Y Axis)
Buttons = 9
POV hats = 1
10) X Axis = Analog 0
Y Axis = Analog 1
11) These buttons are up to you to set. You should leave "Button 1" set to
"nothing" otherwise you may have problems using the Triangle button on
your PSP later.
Button 1 = nothing
Button 2 = Digital 0
Button 3 = Digital 1
Button 4 = Digital 2
Button 5 = Digital 3
Button 6 = Digital 4
Button 7 = Digital 5
Button 8 = Digital 11
Button 9 = Digital 10
12) Directional button POV
North = Digital 6
East = Digital 7
West = Digital 9
South = Digital 8
//相信你以安装好PPJoy,那么就要开始下面的工作了。好的开始是成功的一半,但现在你离成功只有一两步了,加油。
13) Run the WiFiController.exe program. It will open a Command Prompt window.
Just minimize it. You need to have WiFiController.exe running at all times
in order to use the PSP as a joystick. When you are done using it you can
safely exit the program. If the window opens and closes then something
went wrong beyond my control. All I can say is retry all the steps. Read
PPJoy's website as well for help in getting that setup because that is
most likely where the problem lies.
//打开WiFiController的PC端软件,最小化他,在使用PSP时这个要一直开着。(见图)
14) Now start the program on your PSP and it should connect to your computer
and basically be working. You'll find out in the next step.
//好了,在psp上运行吧。
15) Go back to your Control Panel and go to Game Controllers. Click on "PPJoy
Virtual joystick 1" and choose Properties. On the screen that comes up
you should be able to press buttons on the PSP and have them show as
working on the screen. I recommend calibrating the Analog Stick too.
//在控制面板上选择控制器,你就可以校准你的psp手柄了。
16) Enjoy!
//好了,你可以用你的psp手柄玩pc游戏了。你可以在你的朋友面前用你的无线手柄玩游戏了。
[ 本帖最后由 rockets 于 2007-2-26 22:33 编辑 ]
附件: [PPJOy] PPJoySetup.zip (2007-2-26 22:07, 1.77 M)
该附件被下载次数 11
图片附件: [wifi文件的位置] 13.jpg (2007-2-26 22:33, 36.02 K)
图片附件: [wifi的修改] 14.jpg (2007-2-26 22:33, 12.17 K)
图片附件: [Configure Joysticks的启动] 1.jpg (2007-2-26 22:33, 25.33 K)
图片附件: [添加] 2.jpg (2007-2-26 22:33, 19.69 K)
图片附件: [一路确定] 3.jpg (2007-2-26 22:33, 26.3 K)
图片附件: [虚拟摇杆的安装] 4.jpg (2007-2-26 22:33, 34.04 K)
图片附件: [选择鼠标点的那项] 5.jpg (2007-2-26 22:33, 42.97 K)
图片附件: [按图设置] 6.jpg (2007-2-26 22:33, 27.6 K)
图片附件: [按图设置] 7.jpg (2007-2-26 22:33, 38.86 K)
图片附件: [按图设置] 8.jpg (2007-2-26 22:33, 44.79 K)
图片附件: [按图设置] 9.jpg (2007-2-26 22:33, 42.86 K)
图片附件: [安装完成] 10.jpg (2007-2-26 22:33, 18.44 K)
图片附件: [打开WiFiController的pc端文件] 12.jpg (2007-2-26 22:33, 21.1 K)
图片附件: [完成] 11.jpg (2007-2-26 22:33, 23.46 K)
附件: [WiFiController安装文件] WiFiController.rar (2007-2-26 22:33, 682.05 K)
该附件被下载次数 13 |
|