> For the complete documentation index, see [llms.txt](https://docs.otherplanet.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherplanet.dev/scripts/op-container-wars/customization.md).

# Customization

## With the Editable files, you can:

* Add your own FRAMEWORK
* Modify functions, such as:
  * Modify/Add new notifications scripts.
  * Change the targeting system.
  * Customize fuel and vehicle key systems
  * Modify/Add new TextUI script.

<details>

<summary>List of Editable Files</summary>

<div><figure><img src="/files/Slu9CwBLub47kLxrVCYY" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5xX8GqhpPAH9LcrOphSM" alt=""><figcaption></figcaption></figure> <figure><img src="/files/AAcE6WEbCLdjy8FFf8bX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/JaZd4D9UXSLnqSF8Mkm2" alt=""><figcaption></figcaption></figure></div>

</details>

## You also gain access to the client-side functions of our library, such as:

```lua
SH.MarkNewCoords(coords, marker, floatingText, ped, exitEvent, pressEvent, additionalData)
```

```lua
SH.RemoveMarkedCoords(index)
```

```lua
SH.playAnim(dict, lib, index, prop, movement)
```

```lua
SH.CheckPermission(permissionName)
```

```lua
SH.fadeInEntity(entity, half)
```

```lua
SH.addBlip(coords, blipId, blipColor, blipLabel)
```
