# Big Daddy Radio Animations

<figure><img src="/files/PmaUMmINO3sCrbz52cCZ" alt=""><figcaption><p>Sonoran Radio x Big Daddy Scripts</p></figcaption></figure>

## What is this offer?

{% hint style="warning" %}
This script requires the **pro** version of Sonoran Radio **standalone**.

[Click to learn more about Sonoran Radio standalone!](/radio/readme.md)
{% endhint %}

Big Daddy's radio animation script enhances your Sonoran Radio experience by adding new in-game animations. As one of the most popular scripts of its kind, it offers versatile options based on where your radio is positioned—whether on your chest, shoulders, or handheld. This provides a more immersive and personalized interaction.

## Download and Installation

### 1. Download the Script and Product Key

Create an account and [download the latest script resource](https://sonoran.link/bigdaddy) from Big Daddy Scripts.

In the account portal, select your recent order and copy the product key.

<div><figure><img src="/files/uGnhGNZIWu3pHckpyAh6" alt=""><figcaption><p>Big Daddy - Account Panel</p></figcaption></figure> <figure><img src="/files/POQjZJBcTamWdqjdkECU" alt=""><figcaption><p>Big Daddy - License Key</p></figcaption></figure></div>

### 2. Install The Script

#### A. Extract

Extract the script to your server's `resources` folder.

#### B. License Key

In the `settings.ini` file, paste your license key.

<figure><img src="/files/M0WD1E0sHduEAWnmrEZk" alt="" width="375"><figcaption><p>Big Daddy - Product Key</p></figcaption></figure>

#### C. Ensure the Resource

In your `server.cfg` file, add the following line **after** your Sonoran Radio resource lines:

<pre><code><strong># Start the sonoranradio resource
</strong>ensure sonoranradio

# Permissions for auto-updater (REQUIRED)
add_ace resource.sonoranradio command allow
add_ace resource.sonoranradio_updatehelper command allow

# ----------------NEW----------------
# Big Daddy Radio Animation Script
ensure BigDaddy-RadioAnimation
</code></pre>

*Sonoran Radio will automatically detect the script named `BigDaddy-RadioAnimation`, and disable the default Sonoran Radio animation (`disableAnimation` from the `config.lua`)*

### 3. Enjoy!

Once in-game, you can use the `/radioanim` command to open up the customization menu.

This script will automatically detect when you are talking on your Sonoran Radio.

{% hint style="info" %}
This script also makes **users talk on their in-game microphone when they talk on the radio**.

To disable this, ensure the `Config.talkSync` is disabled in the Sonoran Radio `config.lua` and the `TalkSync` is set to `false` in Big Daddy's Animation `settings.ini` file.
{% endhint %}

[See the documentation for more information about configuration options and commands.](https://wiki.bigdaddyscripts.com/en/documentation/Radio-Animation)


---

# 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://docs.sonoransoftware.com/radio/tutorials/integrations/big-daddy-radio-animations.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.
