# Base V2 & V2.5

{% hint style="danger" %}
Avant de faire un ticket pour savoir où quelque chose se trouve, essayez de trouver par vous-même la grande partie de la configuration de la base se trouve dans le **shared.lua** ou dans le **config.lua.**

`[lua]/so_213/config/shared.lua`

`[lua]/so_213/config/config.lua`
{% endhint %}

⚡ **PRINT**&#x20;

{% hint style="warning" %}
Pour modifier le print dans la console F8 de votre serveur ou dans la console de démarrage de votre serveur vous pouvez le modifier dans `[lua]/so_213/config/shared.lua`
{% endhint %}

<figure><img src="/files/018kHMZYMluljQaUJbDy" alt=""><figcaption></figcaption></figure>

```
------------------
--    PRINT     --
------------------
Print = [[
  
    ^5  _____ ____  _                 
    ^5 |  ___/ ___|| |__   ___  _ __  
    ^5 | |_  \___ \| '_ \ / _ \| '_ \ 
    ^5 |  _|  ___) | | | | (_) | |_) |
    ^5 |_|   |____/|_| |_|\___/| .__/ 
    ^5                         |_|    

^0Si vous rencontrez un problème, merci de contacter: ^5so_213^0
                
]], -- POUR LE PRINT VOUS POUVEZ EN GEN : https://patorjk.com/software/taag/#p=testall&f=Graffiti&t=SoSo
```

{% hint style="danger" %}
Vous ne pouvais pas modifier le print du screen ci-dessous, la seule façon de le modifier est en achetant le **pack no-pub**.
{% endhint %}

<figure><img src="/files/Gta9boWzNOmT2Igm2Gkz" alt=""><figcaption></figcaption></figure>

📌 **RICH PRESENCE DISCORD**

{% hint style="warning" %}
Pour modifier le Rich Presence de votre base il suffit d'aller dans le fichier suivant :&#x20;

`[lua]/so_213/config/shared.lua`

Lien pour configuré le bot : <https://discord.com/developers/applications>
{% endhint %}

<figure><img src="/files/cNpGPC07VWvzHqUDQ4rS" alt=""><figcaption><p>RICH PRESENCE</p></figcaption></figure>

```lua
------------------
--    NOM     --
------------------
Nom = "VOTRE_NOM", -- NOM DU SERVEUR
Logo = "VOTRE_LINK_LOGO", -- LOGO DU SERVEUR
IP = "00.00.00.00", -- IP DU SERVEUR
DISCORDAPI = "VOTRE_API_ID", -- RICHPRESSENCE DISCRD API
DISCORDAPILOGO = "logo", -- RICHPRESSENCE NOM DU LOGO
BOUTONS = { -- BOUTONS RICHPRESSENCE
    { index = 0, name = "Discord", url = "https://discord.gg/exemple" },
    { index = 1, name = "Rejoindre", url = "fivem://connect/0.0.O.0" }
},
------------------
--   DISCORD    --
------------------ 
Discord = "discord.gg/exemple", -- URL DISCORD
BoutiqueLink = "https://discord.gg/exemple", -- LIEN BOUTIQUE POUR LE F1
```

{% hint style="danger" %}
Tout est indiqué pour la configuration de votre **Rich Presence**, pas de ticket inutile sous peine de mute sur le serveur discord.
{% endhint %}

🗺️  **BLIPS**

{% hint style="success" %}
Voici l'emplacement des fichiers pour changer les blips présent sur la map :&#x20;

`[lua]/so_213/config/cartes/bank.lua - Banques`

`[lua]/so_213/config/cartes/bar.lua - Bar`

`[lua]/so_213/config/cartes/blips.lua - Entreprises`

`[lua]/so_213/config/cartes/blipsinfo - Factions/Groupes`

`[lua]/so_213/config/cartes/magasin.lua - Shops`

`[lua]/so_213/config/cartes/utilitaires.lua - Zone`

`[lua]/so_213/config/cartes/vestiaire.lua - Vestiaire Job`

`[lua]/so_213/config/cartes/custom.lua - Customisation SASP`
{% endhint %}

🪐 **BANNIERE & LOGO**

{% hint style="warning" %}
Ajouter la ligne suivante dans votre **server.cfg**, puis importer votre logo dans votre dossier ou contient votre serveur **(Attention le logo dois être en 96x96)**.&#x20;

`load_server_icon "logo.png"`
{% endhint %}

* Modifier votre bannière dans les menus :&#x20;

```
 MenuLinkBanner = "METTRE_VOTRE_LINK", -- LIEN DU GIF OU IMAGE POUR LES MENU : TAILLE 431 x 102
```

```
-- STYLE 1
MenuGlobe = true, -- POUR ACTIVER OU DESACTIVER LES GLOBES
MenuGIF = true, -- POUR ACTIVER OU DESACTIVER LES MENU VIA UN LIEN
MenuBanner = false, -- POUR ACTIVER OU DESACTIVER LES COMMONMENU EN YTD
MenuText = true, -- POUR ACTIVER OU DESACTIVER LE TEXT SUR LES MENU
MenuLinkBanner = "https://fshop.ovh/banner.png", -- LIEN DU GIF OU IMAGE POUR LES MENU : TAILLE 431 x 102
MenuLinkButton = "https://fshop.ovh/bouton.png", -- LIEN DU BUTTON POUR LES MENU: TAILLE 431 x 32
CommonMenu = "commonmenu", -- NE PAS TOUCHER
-- STYLE 2
MenuLinkBanner2 = "https://fshop.ovh/ban.png", -- LIEN DU GIF OU IMAGE POUR LES MENU : TAILLE 410 x 107
```

🔮  **AUTRES**

{% hint style="warning" %}
Voici comment activer ou désactiver les Tir tête, Densité PNJ, Drive BY, Arme PNJ.&#x20;

Pour cela, vous devez vous rendre dans `[lua]/so_213/config/client/fonction.lua`
{% endhint %}

```lua
-- TIR TETE
SetPedSuffersCriticalHits(playerPed, false) -- = False = désactiver True = Activer 

-- REDUIT PNJ ET VEHICULES
SetVehicleDensityMultiplierThisFrame(0.0)
SetPedDensityMultiplierThisFrame(0.8) 
SetRandomVehicleDensityMultiplierThisFrame(0.0)
SetParkedVehicleDensityMultiplierThisFrame(0.0)
SetScenarioPedDensityMultiplierThisFrame(0.8, 0.8)

-- DRIVE BY
if IsPedInAnyVehicle(playerPed, false) and IsPlayerFreeAiming(PlayerId()) then
    ClearPedTasks(playerPed) -- = False = désactiver True = Activer 
end

-- RETIRE ARME PNJ
SetEveryoneIgnorePlayer(PlayerId(), true) -- = False = désactiver True = Activer 
end
end)
```


---

# 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://fsproject.gitbook.io/fshop-docs/configuration-base/editor.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.
