Crazy Taxi

Crazy Taxi

查看统计:
Cryoburner 2015 年 3 月 27 日 下午 8:28
Crazy Taxi Analog Controller Unofficial Fix v1.02
Description:
This fix enables analog controls for steering, acceleration and braking in the Steam release of Crazy Taxi.


Installation:
Just copy Crazy Taxi.exe to the game's folder, replacing the original file. If the game ever updates, you may have to reinstall this fix, unless SEGA fixes the official version as well.

If you don't know where the game's folder is, you can open it by right-clicking the game in Steam, selecting 'Properties', 'Local Files', 'Browse Local Files'. If you ever want to reset the game back to its unmodified state, you can select 'Verify Integrity of Game Cache' from this same screen.


Notes:
Analog steering tested to work with a 360 controller, Logitech Rumblepad 2, and other controllers. Analog acceleration and braking work with the 360 controller's triggers, and will likely work with other compatible XInput gamepads as well. Controllers that are not compatible with XInput should revert to a digital button input for acceleration and braking, but analog steering should still work. Keyboard and D-Pad input should be unaffected.

This modified version of the game shouldn't cause any harm to your system, but use at your own risk.

If redistributing the file, please include this readme.


Change Log:
Version 1.02 - Fix for DEP compatibility issue.
Version 1.01 - Attempt to fix compatibility issue.
Version 1.00 - Initial release.


Technical Info:
See readme file.


Download:
https://cryocryocryo.wordpress.com/2015/07/31/crazy-taxi-analog-controller-unofficial-fix/

最后由 Cryoburner 编辑于; 2015 年 7 月 30 日 下午 7:30
< >
正在显示第 31 - 45 条,共 80 条留言
Zigurat 2015 年 10 月 10 日 下午 6:55 
引用自 Cryoburner
I updated the first post to provide a link to a page where the download can be found, since Steam is prone to removing links to MediaFire. So, you shouldn't have to track down the download on another site, at least until Steam goes on another link-removal spree. : P



I believe that's the same problem I had when testing my Sidewinder Force Feedback Wheel with the game, though it did that without the fix as well. I had mentioned this in an earlier version of the readme, though I wasn't sure if it was just due to the wheel being an older model. I might potentially have a look at getting wheels to work in the future, but that may or may not happen.
cryo i have this both in steam and cd format in cd format using g27 i get everything to work except the brake and gas its like a combined pedal. press it goes let off it breaks is there any way to separate the two inputs that version. it has a seprate config file and it does have some sort of wheel pedal input settings but when you try implementing them you get the combied pedal issue also it links to the up and down select inputs for the menu screen cant your talents moddify that to stop thes isues and maybe then ad this into steam version.i have this tile on near enough ever platform and none have come as close to full wheel control support as this.there are other avenues to try for this game but i will not be mentiong these here and i dont have them anyway.1

The Logitech G27 is not an XInput controller and Crazy Taxi only supports XInput. You'll need to get a XInput emulator for the controller like x360ce.
its game over man game over 2015 年 10 月 10 日 下午 11:39 
引用自 Zigurat
cryo i have this both in steam and cd format in cd format using g27 i get everything to work except the brake and gas its like a combined pedal. press it goes let off it breaks is there any way to separate the two inputs that version. it has a seprate config file and it does have some sort of wheel pedal input settings but when you try implementing them you get the combied pedal issue also it links to the up and down select inputs for the menu screen cant your talents moddify that to stop thes isues and maybe then ad this into steam version.i have this tile on near enough ever platform and none have come as close to full wheel control support as this.there are other avenues to try for this game but i will not be mentiong these here and i dont have them anyway.1

The Logitech G27 is not an XInput controller and Crazy Taxi only supports XInput. You'll need to get a XInput emulator for the controller like x360ce.
ive got the new cromus max will that do it
Zigurat 2015 年 10 月 11 日 下午 1:06 
引用自 Zigurat

The Logitech G27 is not an XInput controller and Crazy Taxi only supports XInput. You'll need to get a XInput emulator for the controller like x360ce.
ive got the new cromus max will that do it
Looks like it should with programming on your part.
mattvz 2015 年 12 月 28 日 下午 9:26 
Great job OP, can't believe Sega thought this was acceptable. Thanks.
PulsatingBrain 2016 年 1 月 2 日 上午 11:53 
Worked great, thank you vert much!
pjdleroi 2016 年 1 月 3 日 上午 9:10 
I tried it using an original Dreamcast Controller, but I still can't get it to work sadly :sfsad:
The controller works fine with almost all other games, so that isn't the problem. I don't have a 360 controller to try if the fix works for me :/ Using EMS Trio Linker II as an adapter
AcidFlare 2016 年 1 月 3 日 上午 9:50 
引用自 pjdleroi
I tried it using an original Dreamcast Controller, but I still can't get it to work sadly :sfsad:
The controller works fine with almost all other games, so that isn't the problem. I don't have a 360 controller to try if the fix works for me :/ Using EMS Trio Linker II as an adapter
If you know how to figure out the PID and VID of the adapter using windows device manager and what buttons on the controller are in DirectInput for example button a is usually button 1 then you could note them down use x360ce. X360ce is a dinput to xinput api wrapper it translates dinput commands to xinput commands so games recognize the controller as an xbox360 controller.

So what you do is download this {链接已删除} .exe
it's a 7zip self extracting archive I made that includes x360ce.ini and xinput1_3.dll

The .ini is set up for an xbox one controller right now. open the .ini and windows device manager locate your EMS Trio Linker II device in Device Manager right-click the device then click properties. Go to the details tab you'll see a drop-down menu click on it and select Hardware Ids
I'll use an Xbox One Controller as an example the VID is 045E and the PID is 02D1 now that we know the VID and PID values open the x360ce.ini file and replace 045E in the VID line so it looks like this VID=0x045E but with your adapter's VID instead of the xbox one controller VID do the same for the PID value make sure you leave 0x before the value's or it won't work.

Next step is to close device manager and open up the windows game controller panel by opening up windows control panel going to devices and printers select your adapter or controller what ever appears right click the device then choose Game controller settings then click properties to open up a window with the test tab already open, when you press a button a light on the window will light up telling you what the button on the controller is for directinput on the computer for example if button "A" is pressed and light number 1 is lit then A=1 when you know these values go back to the x360ce.ini and enter in the directinput button numbers for the corrosponding buttons once this is all done save the .ini copy both files in the folder to your crazy taxi installation folder so that x360ce.ini and xinput1_3.dll are sitting in the same folder as crazytaxi.exe

run crazytaxi.exe and you should hear a beep emitted from your speakers to know that the .dll hook is enabled and you should be able to use the controller no issue.

You might not even need to change most of the dinput button numbers maybe only a few will be needed to be changed like the triggers.
b3nderz 2016 年 2 月 19 日 上午 9:13 
Thank you Cryoburner, finally replay CT with a racing wheel, awesome!
TheRealFodder 2016 年 2 月 21 日 下午 1:41 
Working great on an cheapo i5 laptop, HD4000, Win 10 x64 360 pad. Thanks for making an old man happy!

Er...
I haven't tried this fix out yet, but I'd just like to say thank you for making it! Even if it doesn't work for me, this thread shows it works for many other people and for that you deserve so much praise; this game is simply broken without analog input, and you've done what Sega apparently refuses to.

So again, thank you so much.
KesMonkey 2016 年 3 月 14 日 上午 9:40 
This works perfectly with my Xbox One pad. Thank you Cryoburner. Fantastic work!
Furer 2016 年 4 月 30 日 上午 1:13 
Work fine on Win10 x64,
Streaming to SHIELD TV, using SHIELD Controller.
Thank you
PfantzyPantz 2016 年 5 月 17 日 上午 2:28 
Thank you! :D
eukara 2016 年 8 月 16 日 上午 11:10 
Thank you very much! You make this game playable.
Ian DeMartino 2016 年 9 月 11 日 下午 3:49 
Awesome, thanks so much for this! Makes the game playable again. (FYI: Win10, XB360 controller, No issues)
< >
正在显示第 31 - 45 条,共 80 条留言
每页显示数: 1530 50