# For Reference: Exhaust Backfire

The game features different exhaust backfire effects. This article documents the look of each for easy reference. To change the backfire effect, open the root `.ent` of your vehicle and navigate to `components > "cars_sport_fx" > effectDescs > "exhaust_gear" > compiledEffectInfo > effect`. Note that the names in quotes might be different for each car. The one named `cars_sport_fx` is always an `entEffectSpawnerComponent`, so that might give you an idea on where to start. The `.effect` files used there can be found under `base\fx\vehicles\_exhaust\`.

Simply replace the path to the `effect` with the one in the description of each image shown below.

<div data-full-width="true"><figure><img src="/files/OYfsPkQaSgMoALshyVo5" alt=""><figcaption></figcaption></figure></div>

## The Effects

<figure><img src="/files/w7gYrxdqYahzmqrCRgRy" alt=""><figcaption><p>base\fx\vehicles_exhaust\veh_exhaust_backfire_galena_special_quest.effect</p></figcaption></figure>

<figure><img src="/files/p9kM0km2DLku2SIuk1ab" alt=""><figcaption><p>base\fx\vehicles_exhaust\veh_exhaust_backfire_galena_special.effect</p></figcaption></figure>

<figure><img src="/files/m9mFsURJqjphq3TtjyAd" alt=""><figcaption><p>base\fx\vehicles_exhaust\veh_exhaust_backfire_monstrer_truck.effect</p></figcaption></figure>

<figure><img src="/files/vJMbsmr2fdy76mPiDoYj" alt=""><figcaption><p>base\fx\vehicles_exhaust\veh_exhaust_backfire_nomad.effect</p></figcaption></figure>

<figure><img src="/files/35mjquV5aWb1xBkki2BV" alt=""><figcaption><p>base\fx\vehicles_exhaust\veh_exhaust_backfire_sport.effect</p></figcaption></figure>

<figure><img src="/files/3sgIbwPCiD4D09gKMKCS" alt=""><figcaption><p>base\fx\vehicles_exhaust\veh_exhaust_backfire.effect</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/for-reference-exhaust-backfire.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
