Manage Vanilla Dlc
Managing Vanilla DLCs with `dlcpack_level.txt` and Custom `dlclist`
Overview
This feature allows server owners to specify the last permitted vanilla DLC for GTA V by setting it in the `/game_resources/dlcpack_level.txt` file, you can find a list dlc in codewalker. For example:
```plaintext patch2024_01 ```
Alternatively, a custom `dlclist.xml` can be used for advanced DLC management.
Benefits
- Smooth GTA Updates: Prevents issues during future updates.
- Custom Management: Custom `dlclist.xml` provides greater control and flexibility.
Usage
- Using `dlcpack_level.txt`:
```plaintext
//Example of what's in dlcpack_level.txt
patch2024_01
```
- Using Custom `dlclist.xml`:
* Add or modify entries in the custom `dlclist.xml`.
* Overrides `dlcpack_level.txt` when present.
Recommendations
- Use a custom `dlclist.xml` when possible for advanced management.
- Ensure compatibility with future updates by regularly reviewing the settings.
See Also
- [Using Existing Modifications as DLC packs](/using-existing-modifications-as-dlc-packs)
- [Using DLC Pack with custom textures](/using-dlc-packs-with-custom-textures)