> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/radio/tutorials/integrations/big-daddy-radio-animations.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sonoransoftware.com/radio/tutorials/integrations/big-daddy-radio-animations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
