Skip to content
YukiXXL edited this page Aug 13, 2021 · 4 revisions

This is a small wiki about TAXI3.CFG that CT3CONFIG makes. The CT1CONFIG from Crazy Taxi 1 PC version, contained some of the extra graphic settings like color depth, shadows and draw distance. Those settings are still loaded in Crazy Taxi 3 but the settings are hidden in CT3CONFIG. Hex editing the TAXI3.CFG provides the following values for editing the settings:

  • 0x00 = Resolution (01-05)

  • 0x0C = Color Depth (16/32 bit) (00-01)

  • 0x08 = Draw Distance (00-02)

  • 10x04 = Shadows (00-01)

The first numbers are offset. The numbers in brackets present the interval of numbers that are usable.

Clone this wiki locally