> ## Documentation Index
> Fetch the complete documentation index at: https://rust-co.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Instalação

> Instale o RCO Creator sem deixar um segundo selector/spawn rodando junto.

A regra é simples: deve existir **um** dono da seleção e **um** dono do spawn.

Creator requer Appearance.

## 1. Pare os resources substituídos

<Tabs>
  <Tab title="RSG Core">
    ```cfg theme={"dark"}
    # ensure rsg-multicharacter
    # ensure rsg-spawn
    # ensure rsg-appearance
    # ensure rsg-wardrobe
    # ensure rsg-barbers
    ```
  </Tab>

  <Tab title="VORP Core">
    ```cfg theme={"dark"}
    # ensure vorp_character
    # ensure vorp_barbershop
    # ensure vorp_clothingstore
    ```
  </Tab>
</Tabs>

## 2. Ordem

```cfg theme={"dark"}
ensure oxmysql
ensure rsg-core      # ou vorp_core
ensure rco-appearance
ensure rco-creator
```

## 3. Banco

As tabelas do Creator são criadas automaticamente em uma instalação normal. Appearance usa suas próprias tabelas.

## 4. Teste o fluxo inteiro

```text theme={"dark"}
connect
→ selection
→ create
→ appearance
→ spawn
→ world
→ relog
→ selecionar o mesmo personagem
```

Depois teste um segundo slot. Troca de personagem revela rápido conflito com lifecycle/resource antigo.

## 5. Permission do spawn admin

```cfg theme={"dark"}
add_ace group.admin rco.creator.spawns allow
```

Guia completo: [Spawn locations](/pt-BR/rco-creator/spawn-locations).

## Versiones do pacote e version checker

RCO Creator + RCO Appearance são publicados como uma única release do **RCO Identity**. Atualize os dois resources juntos.

O Creator compara as versões locais de:

```text theme={"dark"}
rco-creator
rco-appearance
```

Se elas não coincidirem, o console mostra:

```text theme={"dark"}
[RCO Identity] Resource version mismatch: rco-creator v1.7.1 / rco-appearance v1.7.0. Update the complete RCO Identity package.
```

Não resolva esse warning editando apenas o `version` no `fxmanifest.lua`; instale os arquivos correspondentes da mesma release.

Somente `rco-creator` faz uma consulta server-side no start para comparar o pacote instalado com a release pública atual:

```text theme={"dark"}
[RCO Identity] RCO Identity is up to date (v1.7.1).
```

ou:

```text theme={"dark"}
[RCO Identity] RCO Identity update available: v1.7.1 -> v1.7.2. Download the complete latest package.
```

A checagem é apenas informativa:

* não envia identifier, player ou character data;
* não existe request por player;
* não existe loop permanente de polling;
* se o metadata remoto estiver indisponível, RCO continua iniciando normalmente.
