Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Crazy Taxi Vita: Difference between revisions

From GameBrew
m (Text replacement - "GameBrew!" to "GameBrew")
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:
|title=Vita Homebrew Games (Racing) - GameBrew
|title=Vita Homebrew Games (Racing) - GameBrew
|title_mode=append
|title_mode=append
|image=crazytaxivita.jpg
|image=crazytaxivita2.png
|image_alt=Crazy Taxi Vita
|image_alt=Crazy Taxi Vita
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=Crazy Taxi Vita
|title=Crazy Taxi Vita
|image=crazytaxivita.jpg
|image=crazytaxivita2.png
|description=Port of Craxy Taxi Classic for PSVITA.
|description=Port of Craxy Taxi Classic for PS Vita.
|author=TheFloW & Rinnegatamante
|author=TheFloW, Rinnegatamante
|lastupdated=2022/06/14
|lastupdated=2022/06/14
|type=Racing
|type=Racing
Line 17: Line 17:
|website=https://wololo.net/2021/09/19/ps-vita-release-crazy-taxi-port-by-theflow-and-rinnegatamante/
|website=https://wololo.net/2021/09/19/ps-vita-release-crazy-taxi-port-by-theflow-and-rinnegatamante/
|source=https://github.com/TheOfficialFloW/crazytaxi_vita
|source=https://github.com/TheOfficialFloW/crazytaxi_vita
|donation=[https://www.patreon.com/TheOfficialFloW], [https://www.patreon.com/Rinnegatamante]
}}
}}
This is a wrapper/port of Crazy Taxi Classic Android for the PS Vita.
This is a wrapper/port of Crazy Taxi Classic Android for the PS Vita.
Line 24: Line 25:
In Crazy Taxi, the player assumes the role of a taxi driver who must accumulate money by delivering passengers to their destinations in the fastest time possible, earning tips by performing “crazy stunts” before the time runs out. The franchise has been recognized for its innovative gameplay design which is easy to learn but difficult to master.
In Crazy Taxi, the player assumes the role of a taxi driver who must accumulate money by delivering passengers to their destinations in the fastest time possible, earning tips by performing “crazy stunts” before the time runs out. The franchise has been recognized for its innovative gameplay design which is easy to learn but difficult to master.


==Requirements==
==Installation==
Requirements:
* libshacccg.suprx
* libshacccg.suprx
* kubridge.skprx
* kubridge.skprx
Line 30: Line 32:
* Game Data Files: Android
* Game Data Files: Android


==How To Play==
Installing the required plugins:
In order to properly install the game, you'll have to follow these steps precisely:
*Install [[Kubridge Vita|kubridge]] and [[FdFix Vita|FdFix]] by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder and adding two entries to your config.txt under *KERNEL (change to ur0 if you store the plugin there):
 
  *KERNEL
* Install [https://github.com/TheOfficialFloW/kubridge/releases/ kubridge] and [https://github.com/TheOfficialFloW/FdFix/releases/ FdFix] by copying <code>kubridge.skprx</code> and <code>fd_fix.skprx</code> to your taiHEN plugins folder (usually <code>ux0:tai</code>) and adding two entries to your <code>config.txt</code> under <code>*KERNEL</code>:
 
<pre class="notranslate">  *KERNEL
   ux0:tai/kubridge.skprx
   ux0:tai/kubridge.skprx
   ux0:tai/fd_fix.skprx</pre>
   ux0:tai/fd_fix.skprx
*Note: Don't install fd_fix.skprx if you're using repatch plugin.
*(Optional) Install [[PSVshell Vita|PSVshell]] to overclock your device to 500Mhz.
*Install libshacccg.suprx, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide].


'''Note''' Don't install fd_fix.skprx if you're using repatch plugin
Add the game data files:
*Obtain your copy of Crazy Taxi Classic legally from the Google Play store in form of an .apk file and one or more .obb files (usually located inside the /sdcard/android/obb/com.sega.CrazyTaxi/) folder. [https://stackoverflow.com/questions/11012976/how-do-i-get-the-apk-of-an-installed-app-without-root-access You can get all the required files directly from your phone] or by using an apk extractor you can find in the play store. The apk can be extracted with whatever Zip extractor you prefer (eg: WinZip, WinRar, etc...) since apk is basically a zip file. You can rename .apk to .zip to open them with your default zip extractor.
*Copy the .obb file to ux0:data/crazytaxi and rename it to main.obb.
*Open the apk and extract libgl2jni.so from the lib/armeabi-v7a folder to ux0:data/crazytaxi.
*Install CRAZYTAXI.vpk on your PS Vita.


* '''Optional''': Install [https://github.com/Electry/PSVshell/releases PSVshell] to overclock your device to 500Mhz.
==Screenshots==
* Install <code>libshacccg.suprx</code>, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide].
https://dlhb.gamebrew.org/vitahomebrews/crazytaxivita3.png
* Obtain your copy of ''Crazy Taxi Classic'' legally from the Google Play store in form of an <code>.apk</code> file and one or more <code>.obb</code> files (usually located inside the <code>/sdcard/android/obb/com.sega.CrazyTaxi/</code>) folder. [https://stackoverflow.com/questions/11012976/how-do-i-get-the-apk-of-an-installed-app-without-root-access You can get all the required files directly from your phone] or by using an apk extractor you can find in the play store. The apk can be extracted with whatever Zip extractor you prefer (eg: WinZip, WinRar, etc...) since apk is basically a zip file. You can rename <code>.apk</code> to <code>.zip</code> to open them with your default zip extractor.
https://dlhb.gamebrew.org/vitahomebrews/crazytaxivita4.png
* Copy the <code>.obb</code> file to <code>ux0:data/crazytaxi</code> and rename it to <code>main.obb</code>
* Open the apk and extract <code>libgl2jni.so</code> from the <code>lib/armeabi-v7a</code> folder to <code>ux0:data/crazytaxi</code>.
* Install [https://github.com/TheOfficialFloW/crazytaxi_vita/releases/latest CRAZYTAXI.vpk] on your ''PS Vita''.


==Media==
https://dlhb.gamebrew.org/vitahomebrews/crazytaxivita5.png
<youtube>bmNlabTfGNY</youtube>
https://dlhb.gamebrew.org/vitahomebrews/crazytaxivita6.png


==Screenshots==
==Changelog==
https://dlhb.gamebrew.org/vitahomebrews/crazytaxivita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/crazytaxivita-01.jpg
https://dlhb.gamebrew.org/vitahomebrews/crazytaxivita-02.jpg
https://dlhb.gamebrew.org/vitahomebrews/crazytaxivita-03.jpg
 
==Changelogs==
'''v1.2'''
'''v1.2'''
* Backported improvements to the so loader from YoYo Loader.
* Backported improvements to the so loader from YoYo Loader.
Line 76: Line 73:
* Fixed a bug causing some UI elements to have incorrect color (eg. Game time is now yellow as it should be instead of cyan).
* Fixed a bug causing some UI elements to have incorrect color (eg. Game time is now yellow as it should be instead of cyan).
* Thanks to Silent for the help provided while restoring cut contents.
* Thanks to Silent for the help provided while restoring cut contents.
 
* Note: You need a v.4.5 apk in order to play with this wrapper. v.4.6 is currently NOT supported.
'''Note: You need a v.4.5 apk in order to play with this wrapper. v.4.6 is currently NOT supported!!!'''


'''v1.0'''
'''v1.0'''
*Initial Release.
*Initial Release.


== Credits ==
==Credits==
* Rinnegatamante for vitaGL and fixes.
* Rinnegatamante for vitaGL and fixes.
* Silent for helping with contents restorations.
* Silent for helping with contents restorations.
* Once13One for providing LiveArea assets.
* Once13One for providing LiveArea assets.


== External links ==
==External links==
* GitHub - https://github.com/TheOfficialFloW/crazytaxi_vita
* VitaDB - https://vitadb.rinnegatamante.it/#/info/728
* Wololo - https://wololo.net/2021/09/19/ps-vita-release-crazy-taxi-port-by-theflow-and-rinnegatamante/
* Wololo - https://wololo.net/2021/09/19/ps-vita-release-crazy-taxi-port-by-theflow-and-rinnegatamante/
* VitaDB - https://vitadb.rinnegatamante.it/#/info/728
 
* Github - https://github.com/TheOfficialFloW/crazytaxi_vita
[[Category:Mobile game ports on Vita]]
[[Category:Vita game ports]]

Latest revision as of 05:34, 26 October 2024

Crazy Taxi Vita
Crazytaxivita2.png
General
AuthorTheFloW, Rinnegatamante
TypeRacing
Version1.2
LicenseMIT License
Last Updated2022/06/14
Links
Download
Website
Source
[[1], [2] Support Author]

This is a wrapper/port of Crazy Taxi Classic Android for the PS Vita.

The port works by loading the official Android ARMv7 executable in memory, resolving its imports with native functions and patching it in order to properly run. By doing so, it's basically as if we emulate a minimalist Android environment in which we run natively the executable as is.

In Crazy Taxi, the player assumes the role of a taxi driver who must accumulate money by delivering passengers to their destinations in the fastest time possible, earning tips by performing “crazy stunts” before the time runs out. The franchise has been recognized for its innovative gameplay design which is easy to learn but difficult to master.

Installation

Requirements:

  • libshacccg.suprx
  • kubridge.skprx
  • fd_fix.skprx OR repatch_ex.skprx
  • Game Data Files: Android

Installing the required plugins:

  • Install kubridge and FdFix by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder and adding two entries to your config.txt under *KERNEL (change to ur0 if you store the plugin there):
 *KERNEL
 ux0:tai/kubridge.skprx
 ux0:tai/fd_fix.skprx
  • Note: Don't install fd_fix.skprx if you're using repatch plugin.
  • (Optional) Install PSVshell to overclock your device to 500Mhz.
  • Install libshacccg.suprx, if you don't have it already, by following this guide.

Add the game data files:

  • Obtain your copy of Crazy Taxi Classic legally from the Google Play store in form of an .apk file and one or more .obb files (usually located inside the /sdcard/android/obb/com.sega.CrazyTaxi/) folder. You can get all the required files directly from your phone or by using an apk extractor you can find in the play store. The apk can be extracted with whatever Zip extractor you prefer (eg: WinZip, WinRar, etc...) since apk is basically a zip file. You can rename .apk to .zip to open them with your default zip extractor.
  • Copy the .obb file to ux0:data/crazytaxi and rename it to main.obb.
  • Open the apk and extract libgl2jni.so from the lib/armeabi-v7a folder to ux0:data/crazytaxi.
  • Install CRAZYTAXI.vpk on your PS Vita.

Screenshots

crazytaxivita3.png crazytaxivita4.png

crazytaxivita5.png crazytaxivita6.png

Changelog

v1.2

  • Backported improvements to the so loader from YoYo Loader.
  • Updated to latest vitaGL version.
  • Made all game patches version agnostic (Aka support for any upcoming apk update).
  • Added support for latest apk version.

v1.1

  • Reduced renderer CPU workload thanks to latest vitaGL updates.
  • Fixed music volume being too loud.
  • Improved sounds handling. Now sounds playing too long or repeating erroneously should be less frequent.
  • Restored cut texture contents (Pizza Hut, KFC, FILA)
  • Restored cut model contents (Pizza Hut logo, FILA decorations)
  • Restored cut possible destination contents (FILA)
  • Restored cut voiceline contents (Pizza, Hut, KFC, FILA, Original Levi's Store)
  • Restored cut destination names contents (Pizza Hut, KFC, FILA, ORiginal Levi's Store, Tower Records)
  • Added joystick vibration support for PSTV.
  • Fixed a bug causing some UI elements to have incorrect color (eg. Game time is now yellow as it should be instead of cyan).
  • Thanks to Silent for the help provided while restoring cut contents.
  • Note: You need a v.4.5 apk in order to play with this wrapper. v.4.6 is currently NOT supported.

v1.0

  • Initial Release.

Credits

  • Rinnegatamante for vitaGL and fixes.
  • Silent for helping with contents restorations.
  • Once13One for providing LiveArea assets.

External links

Advertising: