> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pinkable.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Overview of the px_climate system

px\_climate is a real-time environment system designed to handle weather and time without manual input or constant adjustments.

It uses real-world data tied to your configured location to determine what the environment should look like, then translates that into GTA weather states and applies it across your server. Everything is handled centrally, so every player sees the same conditions at all times.

Time is calculated using a proper timezone instead of hardcoded values, which means it stays accurate, accounts for daylight saving changes, and never drifts out of sync.

<img src="https://mintcdn.com/pinkabledev-6a7425e7/7zHqOgfYbTMbav-Z/images/px_climate/banner.png?fit=max&auto=format&n=7zHqOgfYbTMbav-Z&q=85&s=baae240515ae6618e2b5d2f6170ef446" alt="px_climate preview" width="1920" height="1080" data-path="images/px_climate/banner.png" />

<Note>
  px\_climate does not rely on client-side logic. Weather and time are calculated on the server and synced globally, ensuring consistent behavior for every player.
</Note>

## What it handles

* Live weather updates based on real-world conditions
* Continuous time syncing using a real timezone
* Smooth weather transitions without abrupt changes
* Automatic recovery if external data fails
* Optional fixed weather mode for controlled environments

## Why use it

Most weather systems either rely on static configs or loosely synced client updates, which can lead to mismatched environments or time drifting between players.

px\_climate avoids that entirely by keeping all calculations server-side and only pushing finalized values. This keeps everything aligned, predictable, and stable regardless of player count or session length.

## Navigation

<CardGroup cols={2}>
  <Card title="Configuration" icon="sliders" href="/products/px-climate/configuration">
    Control how the system behaves and updates.
  </Card>

  <Card title="Exports" icon="code" href="/products/px-climate/exports">
    Retrieve weather and time data in other resources.
  </Card>
</CardGroup>
