> For the complete documentation index, see [llms.txt](https://identix.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://identix.rlib.io/changelog/2.5.0.0.md).

# 2.5.0.0

This is a detailed changelog for the specified release above.

### ◾ Disabling Name Functionality

If you wish to use Identix for only the Biography, Gender, and Avatar features; you can disable the scripts' ability to not save a user's in-game name.

To disable the name system; open <mark style="color:red;">**`lua\modules\identix\cfg\sh_cfg_names.lua`**</mark>and edit the following code:

{% tabs %}
{% tab title="lua\modules\identix\cfg\sh\_cfg\_names.lua" %}

```lua
cfg.names =
{
    enabled                 = false,  <-----------------
    bSimpleName             = true,
    force_onjoin            = true,
    unique_enabled          = true,
    cost_enabled            = true,
    cost_type               = 'rp',
    cost                    = 200,
    length_min              = 3,
    length_max              = 30,
    bBroadcast              = true,
    bWelcome                = true,
    disallow_numbers        = true,
}
```

{% endtab %}
{% endtabs %}

###

### ◾ Theme System Core Implemented

Shortly in the future; Identix will be receiving a new theme that server owners can pick from. The code added in this update migrates the original theme over to the new theme system in preparation of the new theme being added. Themes are not yet ready to use, but should be in the near future.

####

### ◾ Added Support for Pointshop 1 & 2

Servers can now charge various types of currencies that players must pay in order to change their name. The list includes the following:

| Value                                   | Desc                          |
| --------------------------------------- | ----------------------------- |
| <mark style="color:red;">**rp**</mark>  | DarkRP money                  |
| <mark style="color:red;">ps1</mark>     | Pointshop 1                   |
| <mark style="color:red;">ps2</mark>     | Pointshop 2 \| Regular points |
| <mark style="color:red;">ps2prem</mark> | Pointshop 2 \| Premium points |

For more information about this feature; please review [**FAQ > Change Currencies**](/faq/changing-currencies.md).

####

### ◾ Migrated profile files to subfolder

To enhance the profile system; **sv\_profiles.lua** *and* **cl\_profiles.lua** have been moved to **lua\modules\identix\profiles**

####

### ◾ Migrated language entries to new location

All language entries originally located in **`lua\modules\identix\sh_env.lua`** have been moved to **`lua\modules\identix\lang`**. Now supports multiple language entries if added by server owner. Review the [**Configuration -> Languages**](/configuration/languages.md) page for creating your own.

####

### ◾ Skins folder renamed Themes

Simple change to keep conformity. If you overwrite files when updating; you'll need to manually delete the **skins** folder. However, if you do a wipe and clean installation, nothing additional is needed.

####

### ◾ Added Developer Hooks

Server owners or developers who wish to hook into Identix can now do so with the provided hooks available on the [**Developers -> Hooks**](/developers/hooks.md) page.

####

### ◾ Updated ServerGuard Permission Names

ServerGuard names for permissions have been updated for better readability.

![](https://3687349274-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LdXIH0b1w0n50Fq6xFX%2F-MToNJC5WNzKCoPZIsub%2F-MToPYTxTO7j_ciADgIK%2Fperms_svg_misc.png?alt=media\&token=13ba12ad-d53f-4488-acec-6891f95fc08e)
